aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--client/angular.json7
-rw-r--r--client/package.json28
-rw-r--r--client/src/locale/angular.ar-001.xlf1080
-rw-r--r--client/src/locale/angular.ca-ES.xlf476
-rw-r--r--client/src/locale/angular.cs-CZ.xlf326
-rw-r--r--client/src/locale/angular.da-DK.xlf330
-rw-r--r--client/src/locale/angular.de-DE.xlf1050
-rw-r--r--client/src/locale/angular.el-GR.xlf326
-rw-r--r--client/src/locale/angular.en-GB.xlf337
-rw-r--r--client/src/locale/angular.en-US.xlf332
-rw-r--r--client/src/locale/angular.eo.xlf469
-rw-r--r--client/src/locale/angular.es-ES.xlf1017
-rw-r--r--client/src/locale/angular.eu-ES.xlf1050
-rw-r--r--client/src/locale/angular.fa-IR.xlf337
-rw-r--r--client/src/locale/angular.fi-FI.xlf326
-rw-r--r--client/src/locale/angular.fr-FR.xlf1017
-rw-r--r--client/src/locale/angular.gd.xlf337
-rw-r--r--client/src/locale/angular.gl-ES.xlf1066
-rw-r--r--client/src/locale/angular.hu-HU.xlf1013
-rw-r--r--client/src/locale/angular.it-IT.xlf1082
-rw-r--r--client/src/locale/angular.ja-JP.xlf345
-rw-r--r--client/src/locale/angular.jbo.xlf330
-rw-r--r--client/src/locale/angular.ko-KR.xlf345
-rw-r--r--client/src/locale/angular.lt-LT.xlf348
-rw-r--r--client/src/locale/angular.nb-NO.xlf330
-rw-r--r--client/src/locale/angular.nl-NL.xlf470
-rw-r--r--client/src/locale/angular.oc.xlf1066
-rw-r--r--client/src/locale/angular.pl-PL.xlf360
-rw-r--r--client/src/locale/angular.pt-BR.xlf345
-rw-r--r--client/src/locale/angular.pt-PT.xlf1081
-rw-r--r--client/src/locale/angular.ru-RU.xlf349
-rw-r--r--client/src/locale/angular.sk-SK.xlf330
-rw-r--r--client/src/locale/angular.sl-SI.xlf330
-rw-r--r--client/src/locale/angular.sv-SE.xlf1017
-rw-r--r--client/src/locale/angular.ta.xlf330
-rw-r--r--client/src/locale/angular.th-TH.xlf470
-rw-r--r--client/src/locale/angular.tr-TR.xlf350
-rw-r--r--client/src/locale/angular.uk-UA.xlf470
-rw-r--r--client/src/locale/angular.vi-VN.xlf330
-rw-r--r--client/src/locale/angular.xlf271
-rw-r--r--client/src/locale/angular.zh-Hans-CN.xlf339
-rw-r--r--client/src/locale/angular.zh-Hant-TW.xlf1007
-rw-r--r--client/src/locale/server.en-US.json2
-rw-r--r--client/yarn.lock300
-rwxr-xr-xscripts/build/client.sh3
-rw-r--r--shared/models/i18n/i18n.ts2
46 files changed, 13689 insertions, 9237 deletions
diff --git a/client/angular.json b/client/angular.json
index 44749d6b1..871623bc9 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -13,6 +13,10 @@
13 "baseHref": "/client/en-US/" 13 "baseHref": "/client/en-US/"
14 }, 14 },
15 "locales": { 15 "locales": {
16 "ar": {
17 "translation": "src/locale/angular.ar-001.xlf",
18 "baseHref": "/client/ar-001/"
19 },
16 "hu": { 20 "hu": {
17 "translation": "src/locale/angular.hu-HU.xlf", 21 "translation": "src/locale/angular.hu-HU.xlf",
18 "baseHref": "/client/hu-HU/" 22 "baseHref": "/client/hu-HU/"
@@ -191,6 +195,9 @@
191 } 195 }
192 ] 196 ]
193 }, 197 },
198 "ar-001": {
199 "localize": [ "ar" ]
200 },
194 "hu-HU": { 201 "hu-HU": {
195 "localize": [ "hu" ] 202 "localize": [ "hu" ]
196 }, 203 },
diff --git a/client/package.json b/client/package.json
index 03e423d67..474763d35 100644
--- a/client/package.json
+++ b/client/package.json
@@ -27,20 +27,20 @@
27 }, 27 },
28 "typings": "*.d.ts", 28 "typings": "*.d.ts",
29 "devDependencies": { 29 "devDependencies": {
30 "@angular-devkit/build-angular": "~0.901.1", 30 "@angular-devkit/build-angular": "~0.901.7",
31 "@angular/animations": "~9.1.1", 31 "@angular/animations": "~9.1.9",
32 "@angular/cdk": "^9.0.0", 32 "@angular/cdk": "^9.0.0",
33 "@angular/cli": "~9.1.1", 33 "@angular/cli": "~9.1.7",
34 "@angular/common": "~9.1.1", 34 "@angular/common": "~9.1.9",
35 "@angular/compiler": "~9.1.1", 35 "@angular/compiler": "~9.1.9",
36 "@angular/compiler-cli": "~9.1.1", 36 "@angular/compiler-cli": "~9.1.9",
37 "@angular/core": "~9.1.1", 37 "@angular/core": "~9.1.9",
38 "@angular/forms": "~9.1.1", 38 "@angular/forms": "~9.1.9",
39 "@angular/language-service": "~9.1.1", 39 "@angular/language-service": "~9.1.9",
40 "@angular/platform-browser": "~9.1.1", 40 "@angular/platform-browser": "~9.1.9",
41 "@angular/platform-browser-dynamic": "~9.1.1", 41 "@angular/platform-browser-dynamic": "~9.1.9",
42 "@angular/router": "~9.1.1", 42 "@angular/router": "~9.1.9",
43 "@angular/service-worker": "~9.1.1", 43 "@angular/service-worker": "~9.1.9",
44 "@angularclass/hmr": "^2.1.3", 44 "@angularclass/hmr": "^2.1.3",
45 "@neos21/bootstrap3-glyphicons": "^1.0.1", 45 "@neos21/bootstrap3-glyphicons": "^1.0.1",
46 "@ng-bootstrap/ng-bootstrap": "^6.0.2", 46 "@ng-bootstrap/ng-bootstrap": "^6.0.2",
@@ -133,7 +133,7 @@
133 "zone.js": "~0.10.2" 133 "zone.js": "~0.10.2"
134 }, 134 },
135 "dependencies": { 135 "dependencies": {
136 "@angular/localize": "^9.1.1", 136 "@angular/localize": "^9.1.9",
137 "@ngx-i18nsupport/tooling": "^8.0.3", 137 "@ngx-i18nsupport/tooling": "^8.0.3",
138 "junk": "^3.1.0", 138 "junk": "^3.1.0",
139 "punycode": "^2.1.1", 139 "punycode": "^2.1.1",
diff --git a/client/src/locale/angular.ar-001.xlf b/client/src/locale/angular.ar-001.xlf
index 9ad23deb3..b56cf1ec8 100644
--- a/client/src/locale/angular.ar-001.xlf
+++ b/client/src/locale/angular.ar-001.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,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">الفيديو الخاص بك <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="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,29 +345,37 @@
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 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> يتابع <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>قناتك <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>حسابك الخاص<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 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>
354 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> يتابع <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>قناتك <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>حسابك الخاص<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
350 <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> 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>
351 </trans-unit> 356 </trans-unit>
352 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 357 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
353 <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> 358 <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>
354 <target state="new"> 359 <target state="new">
355 <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;"/> 360 <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>"/>
356 </target> 361 </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>
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>
361 <target state="new"> 369 <target state="new">
362 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 }}"/>) 370 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 }}"/>)
363 <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;"/> 371 <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>"/>
364 </target> 372 </target>
365 <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> 373 <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>
366 </trans-unit> 374 </trans-unit>
367 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 375 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
368 <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> 376 <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>
369 <target state="new"> 377 <target state="new">
370 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;"/> 378 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>"/>
371 </target> 379 </target>
372 <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> 380 <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>
373 </trans-unit> 381 </trans-unit>
@@ -398,9 +406,9 @@
398 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 406 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
399 <source>Options</source> 407 <source>Options</source>
400 <target state="translated">الخيارات</target> 408 <target state="translated">الخيارات</target>
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 409
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 410
403 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
404 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 412 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
405 <source>Start at</source> 413 <source>Start at</source>
406 <target state="translated">بدء في</target> 414 <target state="translated">بدء في</target>
@@ -462,9 +470,9 @@
462 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 470 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
463 <source>video</source> 471 <source>video</source>
464 <target state="translated">فيديو</target> 472 <target state="translated">فيديو</target>
465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 473
466 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 474
467 </trans-unit> 475 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
468 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 476 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
469 <source>subtitles</source> 477 <source>subtitles</source>
470 <target state="translated">ترجمات</target> 478 <target state="translated">ترجمات</target>
@@ -537,9 +545,9 @@
537 <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> 545 <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>
538 </trans-unit> 546 </trans-unit>
539 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 547 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
540 <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> 548 <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>
541 <target state="new"> 549 <target state="new">
542 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;"/>. 550 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>"/>.
543 </target> 551 </target>
544 <context-group purpose="location"> 552 <context-group purpose="location">
545 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 553 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -666,10 +674,10 @@
666 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 674 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
667 <source>Deleted</source> 675 <source>Deleted</source>
668 <target state="translated">حذف</target> 676 <target state="translated">حذف</target>
669 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 677
670 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 678
671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 679
672 </trans-unit> 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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
673 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 681 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
674 <source>Edit starts/stops at</source> 682 <source>Edit starts/stops at</source>
675 <target state="new">Edit starts/stops at</target> 683 <target state="new">Edit starts/stops at</target>
@@ -713,11 +721,11 @@
713 <context-group name="null"> 721 <context-group name="null">
714 <context context-type="linenumber">13</context> 722 <context context-type="linenumber">13</context>
715 </context-group> 723 </context-group>
716 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group> 725
718 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 726
719 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 727
720 </trans-unit> 728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
721 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 729 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
722 <source>Edit</source> 730 <source>Edit</source>
723 <target>تحرير</target> 731 <target>تحرير</target>
@@ -812,10 +820,13 @@
812 <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> 820 <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>
813 </trans-unit> 821 </trans-unit>
814 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html"> 822 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
815 <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> 823 <source>
824 <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>"/>
825 <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>"/>
826 </source>
816 <target state="new"> 827 <target state="new">
817 <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;"/> 828 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
818 <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;"/> 829 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
819 </target> 830 </target>
820 <context-group purpose="location"> 831 <context-group purpose="location">
821 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 832 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
@@ -823,9 +834,12 @@
823 </context-group> 834 </context-group>
824 </trans-unit> 835 </trans-unit>
825 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 836 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
826 <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> 837 <source>
838 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/>"/>
839 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
840 </source>
827 <target state="new"> 841 <target state="new">
828 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;"/> 842 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
829 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 843 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
830 </target> 844 </target>
831 <context-group purpose="location"> 845 <context-group purpose="location">
@@ -834,9 +848,12 @@
834 </context-group> 848 </context-group>
835 </trans-unit> 849 </trans-unit>
836 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 850 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
837 <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> 851 <source>
852 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/>"/>
853 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
854 </source>
838 <target state="new"> 855 <target state="new">
839 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;"/> 856 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
840 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 857 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
841 </target> 858 </target>
842 <context-group purpose="location"> 859 <context-group purpose="location">
@@ -853,10 +870,13 @@
853 </context-group> 870 </context-group>
854 </trans-unit> 871 </trans-unit>
855 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 872 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
856 <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> 873 <source>
874 <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>"/>
875 <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>"/>
876 </source>
857 <target state="new"> 877 <target state="new">
858 <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;"/> 878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
859 <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;"/> 879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
860 </target> 880 </target>
861 <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> 881 <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>
862 </trans-unit> 882 </trans-unit>
@@ -903,9 +923,9 @@
903 <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> 923 <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>
904 </trans-unit> 924 </trans-unit>
905 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html"> 925 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
906 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 926 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
907 <target state="new"> 927 <target state="new">
908 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;"/> 928 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>"/>
909 </target> 929 </target>
910 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group> 930 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">59</context></context-group>
911 </trans-unit> 931 </trans-unit>
@@ -1089,9 +1109,9 @@
1089 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1109 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1090 </trans-unit> 1110 </trans-unit>
1091 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1111 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1092 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1112 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1093 <target state="new"> 1113 <target state="new">
1094 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1114 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1095 </target> 1115 </target>
1096 <context-group purpose="location"> 1116 <context-group purpose="location">
1097 <context context-type="sourcefile">src/app/login/login.component.html</context> 1117 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1109,14 +1129,21 @@
1109 </context-group> 1129 </context-group>
1110 </trans-unit> 1130 </trans-unit>
1111 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1131 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1112 <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> 1132 <source>
1133 Currently this instance doesn't allow for user registration, but you can find an instance
1134 that gives you the possibility to sign up for an account and upload your videos there.
1135
1136 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1137
1138 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>"/>.
1139 </source>
1113 <target state="new"> 1140 <target state="new">
1114 Currently this instance doesn't allow for user registration, but you can find an instance 1141 Currently this instance doesn't allow for user registration, but you can find an instance
1115 that gives you the possibility to sign up for an account and upload your videos there. 1142 that gives you the possibility to sign up for an account and upload your videos there.
1116 1143
1117 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1118 1145
1119 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;"/>. 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>"/>.
1120 </target> 1147 </target>
1121 <context-group purpose="location"> 1148 <context-group purpose="location">
1122 <context context-type="sourcefile">src/app/login/login.component.html</context> 1149 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1284,9 +1311,9 @@
1284 </context-group> 1311 </context-group>
1285 </trans-unit> 1312 </trans-unit>
1286 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html"> 1313 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
1287 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1314 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1288 <target state="new"> 1315 <target state="new">
1289 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1316 for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1290 </target> 1317 </target>
1291 <context-group purpose="location"> 1318 <context-group purpose="location">
1292 <context context-type="sourcefile">src/app/search/search.component.html</context> 1319 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1294,10 +1321,13 @@
1294 </context-group> 1321 </context-group>
1295 </trans-unit> 1322 </trans-unit>
1296 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html"> 1323 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1297 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1324 <source>
1325 Filters
1326 <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>"/>
1327 </source>
1298 <target state="new"> 1328 <target state="new">
1299 Filters 1329 Filters
1300 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1330 <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> 1331 </target>
1302 <context-group purpose="location"> 1332 <context-group purpose="location">
1303 <context context-type="sourcefile">src/app/search/search.component.html</context> 1333 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1329,7 +1359,8 @@
1329 </context-group> 1359 </context-group>
1330 </trans-unit> 1360 </trans-unit>
1331 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1361 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1332 <source>CLI documentation</source> 1362 <source>CLI
1363 documentation</source>
1333 <target state="new">CLI 1364 <target state="new">CLI
1334 documentation</target> 1365 documentation</target>
1335 <context-group purpose="location"> 1366 <context-group purpose="location">
@@ -1346,7 +1377,8 @@
1346 </context-group> 1377 </context-group>
1347 </trans-unit> 1378 </trans-unit>
1348 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1379 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1349 <source>Administer documentation</source> 1380 <source>Administer
1381 documentation</source>
1350 <target state="translated">دليل الإدارة</target> 1382 <target state="translated">دليل الإدارة</target>
1351 <context-group purpose="location"> 1383 <context-group purpose="location">
1352 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1384 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1362,7 +1394,8 @@
1362 </context-group> 1394 </context-group>
1363 </trans-unit> 1395 </trans-unit>
1364 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1396 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1365 <source>Use documentation</source> 1397 <source>Use
1398 documentation</source>
1366 <target state="translated">دليل المستخدم</target> 1399 <target state="translated">دليل المستخدم</target>
1367 <context-group purpose="location"> 1400 <context-group purpose="location">
1368 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1401 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1386,16 +1419,16 @@
1386 </context-group> 1419 </context-group>
1387 </trans-unit> 1420 </trans-unit>
1388 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1421 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1389 <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> 1422 <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>
1390 <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> 1423 <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>
1391 <context-group purpose="location"> 1424 <context-group purpose="location">
1392 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1425 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1393 <context context-type="linenumber">44</context> 1426 <context context-type="linenumber">44</context>
1394 </context-group> 1427 </context-group>
1395 </trans-unit> 1428 </trans-unit>
1396 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1429 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1397 <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> 1430 <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>
1398 <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;"/> 1431 <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>"/>
1399 </target> 1432 </target>
1400 <context-group purpose="location"> 1433 <context-group purpose="location">
1401 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1434 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1411,10 +1444,14 @@
1411 </context-group> 1444 </context-group>
1412 </trans-unit> 1445 </trans-unit>
1413 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1446 <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> 1447 <source>
1448 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>"/>,
1449 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>"/>
1450 is very important for visitors to understand on what type of instance they are.
1451 </source>
1415 <target state="new"> 1452 <target state="new">
1416 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;"/>, 1453 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>"/>,
1417 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;"/> 1454 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>"/>
1418 is very important for visitors to understand on what type of instance they are. 1455 is very important for visitors to understand on what type of instance they are.
1419 </target> 1456 </target>
1420 <context-group purpose="location"> 1457 <context-group purpose="location">
@@ -1423,12 +1460,18 @@
1423 </context-group> 1460 </context-group>
1424 </trans-unit> 1461 </trans-unit>
1425 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1462 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1426 <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> 1463 <source>
1464 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
1465 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1466 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
1467 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1468 PeerTube instance.
1469 </source>
1427 <target state="new"> 1470 <target state="new">
1428 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 1471 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
1429 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1472 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1430 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 1473 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
1431 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1474 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1432 PeerTube instance. 1475 PeerTube instance.
1433 </target> 1476 </target>
1434 <context-group purpose="location"> 1477 <context-group purpose="location">
@@ -1519,18 +1562,20 @@
1519 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1562 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1520 <context context-type="linenumber">21</context> 1563 <context context-type="linenumber">21</context>
1521 </context-group> 1564 </context-group>
1522 </trans-unit> 1565 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1523 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1566 <source>
1524 <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> 1567 Please consider configuring 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 <target state="new"> 1568 Without them, your instance may not be referenced on the <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 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;"/>. 1569 </source><target state="new">
1527 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;"/>. 1570 Please consider configuring 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>"/>.
1571 Without them, your instance may not be referenced on the <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 </target> 1572 </target>
1529 <context-group purpose="location"> 1573 <context-group purpose="location">
1530 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1574 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1531 <context context-type="linenumber">24</context> 1575 <context context-type="linenumber">24</context>
1532 </context-group> 1576 </context-group>
1533 </trans-unit> 1577 </trans-unit>
1578
1534 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1579 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1535 <source>Configure these fields</source> 1580 <source>Configure these fields</source>
1536 <target state="new">Configure these fields</target> 1581 <target state="new">Configure these fields</target>
@@ -1820,79 +1865,49 @@
1820 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1865 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1821 <source>GLOBAL SEARCH</source> 1866 <source>GLOBAL SEARCH</source>
1822 <target state="new">GLOBAL SEARCH</target> 1867 <target state="new">GLOBAL SEARCH</target>
1823 <context-group purpose="location"> 1868
1824 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1869 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1825 <context context-type="linenumber">16</context>
1826 </context-group>
1827 </trans-unit>
1828 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1870 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1829 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1871 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1830 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1872 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1831 <context-group purpose="location"> 1873
1832 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1874 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1833 <context context-type="linenumber">18</context>
1834 </context-group>
1835 </trans-unit>
1836 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1875 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1837 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1876 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1838 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1877 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1839 <context-group purpose="location"> 1878
1840 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1879 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1841 <context context-type="linenumber">22</context>
1842 </context-group>
1843 </trans-unit>
1844 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1880 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1845 <source>ADVANCED SEARCH</source> 1881 <source>ADVANCED SEARCH</source>
1846 <target state="new">ADVANCED SEARCH</target> 1882 <target state="new">ADVANCED SEARCH</target>
1847 <context-group purpose="location"> 1883
1848 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1884 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1849 <context context-type="linenumber">29</context>
1850 </context-group>
1851 </trans-unit>
1852 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1885 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1853 <source>any instance</source> 1886 <source>any instance</source>
1854 <target state="new">any instance</target> 1887 <target state="new">any instance</target>
1855 <context-group purpose="location"> 1888
1856 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1889 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1857 <context context-type="linenumber">32</context>
1858 </context-group>
1859 </trans-unit>
1860 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1890 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1861 <source>only followed instances</source> 1891 <source>only followed instances</source>
1862 <target state="new">only followed instances</target> 1892 <target state="new">only followed instances</target>
1863 <context-group purpose="location"> 1893
1864 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1894 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1865 <context context-type="linenumber">33</context>
1866 </context-group>
1867 </trans-unit>
1868 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1895 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1869 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1896 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1870 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1897 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1871 <context-group purpose="location"> 1898
1872 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1873 <context context-type="linenumber">31</context>
1874 </context-group>
1875 </trans-unit>
1876 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1900 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1877 <source>channel</source> 1901 <source>channel</source>
1878 <target state="new">channel</target> 1902 <target state="new">channel</target>
1879 <context-group purpose="location"> 1903
1880 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1904
1881 <context context-type="linenumber">40</context> 1905 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1882 </context-group>
1883 <context-group purpose="location">
1884 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1885 <context context-type="linenumber">43</context>
1886 </context-group>
1887 </trans-unit>
1888 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1906 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1889 <source>Any other text will return matching video or channel names.</source> 1907 <source>Any other text will return matching video or channel names.</source>
1890 <target state="new">Any other text will return matching video or channel names.</target> 1908 <target state="new">Any other text will return matching video or channel names.</target>
1891 <context-group purpose="location"> 1909
1892 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1910 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1893 <context context-type="linenumber">49</context>
1894 </context-group>
1895 </trans-unit>
1896 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1911 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1897 <source>Search...</source> 1912 <source>Search...</source>
1898 <target>البحث…</target> 1913 <target>البحث…</target>
@@ -1934,10 +1949,13 @@
1934 </context-group> 1949 </context-group>
1935 </trans-unit> 1950 </trans-unit>
1936 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1951 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1937 <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> 1952 <source>
1953 Jump to channel
1954 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1955 </source>
1938 <target state="new"> 1956 <target state="new">
1939 Jump to channel 1957 Jump to channel
1940 <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;"/> 1958 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1941 </target> 1959 </target>
1942 <context-group purpose="location"> 1960 <context-group purpose="location">
1943 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1961 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2164,10 +2182,14 @@
2164 <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> 2182 <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>
2165 </trans-unit> 2183 </trans-unit>
2166 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2184 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2167 <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> 2185 <source>
2186 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2187 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2188 Press Enter to add a new tag.
2189 </source>
2168 <target state="new"> 2190 <target state="new">
2169 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2191 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2170 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2192 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2171 Press Enter to add a new tag. 2193 Press Enter to add a new tag.
2172 </target> 2194 </target>
2173 <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> 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>
@@ -2310,7 +2332,7 @@
2310 <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> 2332 <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>
2311 </trans-unit> 2333 </trans-unit>
2312 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html"> 2334 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
2313 <source>Already uploaded ✔</source> 2335 <source>Already uploaded ✔</source>
2314 <target state="new">Already uploaded ✔</target> 2336 <target state="new">Already uploaded ✔</target>
2315 <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> 2337 <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>
2316 </trans-unit> 2338 </trans-unit>
@@ -2411,9 +2433,13 @@
2411 <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> 2433 <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>
2412 </trans-unit> 2434 </trans-unit>
2413 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2435 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2414 <source>You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> or URL that points to a raw MP4 file. You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. </source> 2436 <source>
2437 You can import any URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
2438 or URL that points to a raw MP4 file.
2439 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2440 </source>
2415 <target state="new"> 2441 <target state="new">
2416 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;"/> 2442 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>"/>
2417 or URL that points to a raw MP4 file. 2443 or URL that points to a raw 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. 2444 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> 2445 </target>
@@ -2475,10 +2501,14 @@
2475 <context-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> 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">31</context></context-group>
2476 </trans-unit> 2502 </trans-unit>
2477 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2503 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2478 <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> 2504 <source>
2505 Image that will be merged with your audio file.
2506 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2507 The chosen image will be definitive and cannot be modified.
2508 </source>
2479 <target state="new"> 2509 <target state="new">
2480 Image that will be merged with your audio file. 2510 Image that will be merged with your audio file.
2481 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2511 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2482 The chosen image will be definitive and cannot be modified. 2512 The chosen image will be definitive and cannot be modified.
2483 </target> 2513 </target>
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">33</context></context-group> 2514 <context-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>
@@ -2536,7 +2566,10 @@
2536 <context-group 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> 2566 <context-group 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>
2537 </trans-unit> 2567 </trans-unit>
2538 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2568 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2539 <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> 2569 <source>
2570 You can import any torrent file that points to a mp4 file.
2571 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.
2572 </source>
2540 <target state="new"> 2573 <target state="new">
2541 You can import any torrent file that points to a mp4 file. 2574 You can import any torrent file that points to a mp4 file.
2542 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2575 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.
@@ -2551,11 +2584,15 @@
2551 <context-group 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> 2584 <context-group 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>
2552 </trans-unit> 2585 </trans-unit>
2553 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2586 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2554 <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> 2587 <source>
2588 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.
2589 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2590 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.
2591 </source>
2555 <target state="new"> 2592 <target state="new">
2556 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. 2593 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.
2557 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2594 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2558 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. 2595 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.
2559 </target> 2596 </target>
2560 <context-group purpose="location"> 2597 <context-group purpose="location">
2561 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2598 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2779,9 +2816,9 @@
2779 <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> 2816 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">32</context></context-group>
2780 </trans-unit> 2817 </trans-unit>
2781 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2818 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2782 <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> 2819 <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>
2783 <target state="new"> 2820 <target state="new">
2784 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;"/> 2821 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>"/>
2785 </target> 2822 </target>
2786 <context-group purpose="location"> 2823 <context-group purpose="location">
2787 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2824 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2789,9 +2826,9 @@
2789 </context-group> 2826 </context-group>
2790 </trans-unit> 2827 </trans-unit>
2791 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2828 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2792 <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> 2829 <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>
2793 <target state="new"> 2830 <target state="new">
2794 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;"/> 2831 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>"/>
2795 </target> 2832 </target>
2796 <context-group purpose="location"> 2833 <context-group purpose="location">
2797 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2834 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3080,7 +3117,11 @@
3080 <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> 3117 <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>
3081 </trans-unit> 3118 </trans-unit>
3082 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3119 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3083 <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> 3120 <source>
3121 You can comment using an account on any ActivityPub-compatible instance.
3122 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3123 from within the software's interface.
3124 </source>
3084 <target state="new"> 3125 <target state="new">
3085 You can comment using an account on any ActivityPub-compatible instance. 3126 You can comment using an account on any ActivityPub-compatible instance.
3086 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3127 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3114,13 +3155,13 @@
3114 <context-group name="null"> 3155 <context-group name="null">
3115 <context context-type="linenumber">14</context> 3156 <context context-type="linenumber">14</context>
3116 </context-group> 3157 </context-group>
3117 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3158
3118 </trans-unit> 3159 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3119 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3160 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3120 <source>This comment has been deleted</source> 3161 <source>This comment has been deleted</source>
3121 <target state="translated">لقد تم حذف هذا التعليق</target> 3162 <target state="translated">لقد تم حذف هذا التعليق</target>
3122 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3163
3123 </trans-unit> 3164 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3124 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3165 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3125 <source>Follows &amp; redundancies</source> 3166 <source>Follows &amp; redundancies</source>
3126 <target state="new">Follows &amp; redundancies</target> 3167 <target state="new">Follows &amp; redundancies</target>
@@ -3251,8 +3292,8 @@
3251 <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> 3292 <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>
3252 </trans-unit> 3293 </trans-unit>
3253 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3294 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3254 <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> 3295 <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>
3255 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3296 <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>
3256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group>
3257 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group>
3258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group> 3299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group>
@@ -3336,8 +3377,8 @@
3336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3337 </trans-unit> 3378 </trans-unit>
3338 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3379 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3339 <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> 3380 <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>
3340 <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> 3381 <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 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3342 </trans-unit> 3383 </trans-unit>
3343 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3384 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3458,9 +3499,12 @@
3458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3499 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3459 </trans-unit> 3500 </trans-unit>
3460 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3501 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3461 <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> 3502 <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/>"/>
3504 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3505 </source>
3462 <target state="new"> 3506 <target state="new">
3463 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;"/> 3507 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/>"/>
3464 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3508 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3465 </target> 3509 </target>
3466 <context-group purpose="location"> 3510 <context-group purpose="location">
@@ -3542,13 +3586,13 @@
3542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3543 </trans-unit> 3587 </trans-unit>
3544 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3588 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3545 <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> 3589 <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>
3546 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3590 <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>
3547 <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> 3591 <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>
3548 </trans-unit> 3592 </trans-unit>
3549 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3593 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3550 <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> 3594 <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>
3551 <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> 3595 <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>
3552 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></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">47</context></context-group>
3553 </trans-unit> 3597 </trans-unit>
3554 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3598 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
@@ -3587,8 +3631,8 @@
3587 <context-group name="null"> 3631 <context-group name="null">
3588 <context context-type="linenumber">95</context> 3632 <context context-type="linenumber">95</context>
3589 </context-group> 3633 </context-group>
3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3634
3591 </trans-unit> 3635 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3592 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3636 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3593 <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> 3637 <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>
3594 <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> 3638 <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>
@@ -3650,8 +3694,8 @@
3650 </context-group> 3694 </context-group>
3651 </trans-unit> 3695 </trans-unit>
3652 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3696 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3653 <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> 3697 <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>
3654 <target state="new">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> 3698 <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>
3655 <context-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> 3699 <context-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>
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">24</context></context-group> 3700 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3657 </trans-unit> 3701 </trans-unit>
@@ -3707,8 +3751,8 @@
3707 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 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">26</context></context-group>
3708 </trans-unit> 3752 </trans-unit>
3709 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3753 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3710 <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> 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>
3711 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3755 <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>
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">27</context></context-group> 3756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group>
3713 </trans-unit> 3757 </trans-unit>
3714 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html"> 3758 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
@@ -3914,15 +3958,15 @@
3914 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 3958 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
3915 </trans-unit> 3959 </trans-unit>
3916 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3960 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3917 <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>
3918 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3962 <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>
3919 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group> 3963 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group>
3920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group> 3964 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group>
3921 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></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">43</context></context-group>
3922 </trans-unit> 3966 </trans-unit>
3923 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3967 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3924 <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> 3968 <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>
3925 <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> 3969 <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>
3926 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 3970 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3927 </trans-unit> 3971 </trans-unit>
3928 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 3972 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -3942,9 +3986,9 @@
3942 </context-group> 3986 </context-group>
3943 </trans-unit> 3987 </trans-unit>
3944 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 3988 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3945 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 3989 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3946 <target state="new"> 3990 <target state="new">
3947 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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;"/> 3991 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3948 </target> 3992 </target>
3949 <context-group purpose="location"> 3993 <context-group purpose="location">
3950 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3994 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -3968,9 +4012,9 @@
3968 </context-group> 4012 </context-group>
3969 </trans-unit> 4013 </trans-unit>
3970 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4014 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3971 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4015 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3972 <target state="new"> 4016 <target state="new">
3973 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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;"/> 4017 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3974 </target> 4018 </target>
3975 <context-group purpose="location"> 4019 <context-group purpose="location">
3976 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4020 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4018,8 +4062,8 @@
4018 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4062 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4019 </trans-unit> 4063 </trans-unit>
4020 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 4064 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
4021 <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> 4065 <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>
4022 <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> 4066 <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>
4023 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></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">27</context></context-group>
4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 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">23</context></context-group>
4025 <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> 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>
@@ -4142,6 +4186,12 @@
4142 <source>Homepage</source> 4186 <source>Homepage</source>
4143 <target state="translated">الصفحة الرئيسية</target> 4187 <target state="translated">الصفحة الرئيسية</target>
4144 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4188 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4189 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4190 <source>Close this message</source><target state="new">Close this message</target>
4191 <context-group purpose="location">
4192 <context context-type="sourcefile">src/app/app.component.html</context>
4193 <context context-type="linenumber">34</context>
4194 </context-group>
4145 </trans-unit> 4195 </trans-unit>
4146 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4196 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4147 <source>Go to the plugin homepage</source> 4197 <source>Go to the plugin homepage</source>
@@ -4290,8 +4340,8 @@
4290 </context-group> 4340 </context-group>
4291 </trans-unit> 4341 </trans-unit>
4292 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4342 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4293 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4343 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4294 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4344 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4295 <context-group purpose="location"> 4345 <context-group purpose="location">
4296 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4346 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4297 <context context-type="linenumber">32</context> 4347 <context context-type="linenumber">32</context>
@@ -4333,8 +4383,8 @@
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">65</context></context-group> 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">65</context></context-group>
4334 </trans-unit> 4384 </trans-unit>
4335 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4385 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4336 <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> 4386 <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>
4337 <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> 4387 <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>
4338 <context-group purpose="location"><context context-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> 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">47</context></context-group>
4339 </trans-unit> 4389 </trans-unit>
4340 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4390 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4373,9 +4423,9 @@
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">75</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">75</context></context-group>
4374 </trans-unit> 4424 </trans-unit>
4375 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4425 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4376 <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> 4426 <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>
4377 <target state="new"> 4427 <target state="new">
4378 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. 4428 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.
4379 </target> 4429 </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">76</context></context-group> 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">76</context></context-group>
4381 </trans-unit> 4431 </trans-unit>
@@ -4385,9 +4435,12 @@
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">86</context></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">86</context></context-group>
4386 </trans-unit> 4436 </trans-unit>
4387 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4437 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4388 <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> 4438 <source>
4439 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/>"/>
4440 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4441 </source>
4389 <target state="new"> 4442 <target state="new">
4390 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;"/> 4443 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/>"/>
4391 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4444 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4392 </target> 4445 </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">90</context></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">90</context></context-group>
@@ -4401,9 +4454,9 @@
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">99</context></context-group> 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">99</context></context-group>
4402 </trans-unit> 4455 </trans-unit>
4403 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4456 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4404 <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> 4457 <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>
4405 <target state="new"> 4458 <target state="new">
4406 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. 4459 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.
4407 </target> 4460 </target>
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">103</context></context-group> 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">103</context></context-group>
4409 </trans-unit> 4462 </trans-unit>
@@ -4537,9 +4590,9 @@
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">240</context></context-group> 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">240</context></context-group>
4538 </trans-unit> 4591 </trans-unit>
4539 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4592 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4540 <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> 4593 <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>
4541 <target state="new"> 4594 <target state="new">
4542 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;"/>. 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>"/>.
4543 </target> 4596 </target>
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">241</context></context-group> 4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group>
4545 </trans-unit> 4598 </trans-unit>
@@ -4580,43 +4633,83 @@
4580 <context context-type="linenumber">223</context> 4633 <context context-type="linenumber">223</context>
4581 </context-group> 4634 </context-group>
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">270</context></context-group> 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">270</context></context-group>
4636 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4637 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4638 <context-group purpose="location">
4639 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4640 <context context-type="linenumber">281</context>
4641 </context-group>
4642 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4643 <source>
4644 Display a message on your instance
4645 </source><target state="new">
4646 Display a message on your instance
4647 </target>
4648 <context-group purpose="location">
4649 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4650 <context context-type="linenumber">282</context>
4651 </context-group>
4652 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4653 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4654 <context-group purpose="location">
4655 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4656 <context context-type="linenumber">294</context>
4657 </context-group>
4658 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4659 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4660 <context-group purpose="location">
4661 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4662 <context context-type="linenumber">301</context>
4663 </context-group>
4664 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4665 <source>Broadcast message level</source><target state="new">Broadcast message level</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">306</context>
4669 </context-group>
4670 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4671 <source>Message</source><target state="new">Message</target>
4672 <context-group purpose="location">
4673 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4674 <context context-type="linenumber">318</context>
4675 </context-group>
4583 </trans-unit> 4676 </trans-unit>
4584 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4677 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4585 <source>NEW USERS</source> 4678 <source>NEW USERS</source>
4586 <target state="translated">المستخدمون الجدد</target> 4679 <target state="translated">المستخدمون الجدد</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">281</context></context-group> 4680
4588 </trans-unit> 4681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">333</context></context-group></trans-unit>
4589 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4682 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4590 <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> 4683 <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>
4591 <target state="new"> 4684 <target state="new">
4592 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. 4685 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.
4593 </target> 4686 </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">282</context></context-group> 4687
4595 </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">334</context></context-group></trans-unit>
4596 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4689 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4597 <source>Signup enabled</source> 4690 <source>Signup enabled</source>
4598 <target>التسجيل مُفعل</target> 4691 <target>التسجيل مُفعل</target>
4599 <context-group name="null"> 4692 <context-group name="null">
4600 <context context-type="linenumber">235</context> 4693 <context context-type="linenumber">235</context>
4601 </context-group> 4694 </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">293</context></context-group> 4695
4603 </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">345</context></context-group></trans-unit>
4604 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4697 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4605 <source>Signup requires email verification</source> 4698 <source>Signup requires email verification</source>
4606 <target>يتطلب التسجيل رسالة تأكيد</target> 4699 <target>يتطلب التسجيل رسالة تأكيد</target>
4607 <context-group name="null"> 4700 <context-group name="null">
4608 <context context-type="linenumber">242</context> 4701 <context context-type="linenumber">242</context>
4609 </context-group> 4702 </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">301</context></context-group> 4703
4611 </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">353</context></context-group></trans-unit>
4612 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4705 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4613 <source>Signup limit</source> 4706 <source>Signup limit</source>
4614 <target>حد التسجيل</target> 4707 <target>حد التسجيل</target>
4615 <context-group name="null"> 4708 <context-group name="null">
4616 <context context-type="linenumber">247</context> 4709 <context context-type="linenumber">247</context>
4617 </context-group> 4710 </context-group>
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">305</context></context-group> 4711
4619 </trans-unit> 4712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
4620 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4713 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4621 <source>Users</source> 4714 <source>Users</source>
4622 <target>المستخدِمون</target> 4715 <target>المستخدِمون</target>
@@ -4721,100 +4814,94 @@
4721 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4814 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4722 <source>Default video quota per user</source> 4815 <source>Default video quota per user</source>
4723 <target state="new">Default video quota per user</target> 4816 <target state="new">Default video quota per user</target>
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">320</context></context-group> 4817
4725 </trans-unit> 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">372</context></context-group></trans-unit>
4726 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4819 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4727 <source>Default daily upload limit per user</source> 4820 <source>Default daily upload limit per user</source>
4728 <target state="new">Default daily upload limit per user</target> 4821 <target state="new">Default daily upload limit per user</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">332</context></context-group> 4822
4730 </trans-unit> 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">384</context></context-group></trans-unit>
4731 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4824 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4732 <source>NEW VIDEOS</source> 4825 <source>NEW VIDEOS</source>
4733 <target state="translated">الفيديوهات الجديدة</target> 4826 <target state="translated">الفيديوهات الجديدة</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">349</context></context-group> 4827
4735 </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">401</context></context-group></trans-unit>
4736 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4829 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4737 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4830 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4738 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4831 <target state="new">Allow import with HTTP URL (i.e. YouTube)</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">360</context></context-group> 4832
4740 </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">412</context></context-group></trans-unit>
4741 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4834 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4742 <source>Allow import with a torrent file or a magnet URI</source> 4835 <source>Allow import with a torrent file or a magnet URI</source>
4743 <target state="new">Allow import with a torrent file or a magnet URI</target> 4836 <target state="new">Allow import with a torrent file or a magnet URI</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">367</context></context-group> 4837
4745 </trans-unit> 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">419</context></context-group></trans-unit>
4746 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4839 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4747 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4840 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4748 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4841 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">384</context></context-group> 4842
4750 </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">436</context></context-group></trans-unit>
4751 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4844 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4752 <source>Blacklist new videos automatically</source> 4845 <source>Blacklist new videos automatically</source>
4753 <target state="new">Blacklist new videos automatically</target> 4846 <target state="new">Blacklist new videos automatically</target>
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">381</context></context-group> 4847
4755 </trans-unit> 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">433</context></context-group></trans-unit>
4756 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4849 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4757 <source>FEDERATION</source> 4850 <source>FEDERATION</source>
4758 <target state="translated">الفديرالية</target> 4851 <target state="translated">الفديرالية</target>
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">398</context></context-group> 4852
4760 </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">450</context></context-group></trans-unit>
4761 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4854 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4762 <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> 4855 <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>
4763 <target state="new"> 4856 <target state="new">
4764 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. 4857 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.
4765 </target> 4858 </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">399</context></context-group> 4859
4767 </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">451</context></context-group></trans-unit>
4768 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4861 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4769 <source>Other instances can follow yours</source> 4862 <source>Other instances can follow yours</source>
4770 <target state="new">Other instances can follow yours</target> 4863 <target state="new">Other instances can follow yours</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">412</context></context-group> 4864
4772 </trans-unit> 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">464</context></context-group></trans-unit>
4773 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4866 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4774 <source>Manually approve new instance followers</source> 4867 <source>Manually approve new instance followers</source>
4775 <target state="new">Manually approve new instance followers</target> 4868 <target state="new">Manually approve new instance followers</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">419</context></context-group> 4869
4777 </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">471</context></context-group></trans-unit>
4778 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4871 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4779 <source>Automatically follow back instances</source> 4872 <source>Automatically follow back instances</source>
4780 <target state="new">Automatically follow back instances</target> 4873 <target state="new">Automatically follow back instances</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">432</context></context-group> 4874
4782 </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">484</context></context-group></trans-unit>
4783 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4876 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4784 <source>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;"/>. </source> 4877 <source>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>"/>. </source>
4785 <target state="new"> 4878 <target state="new">
4786 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;"/>. 4879 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>"/>.
4787 </target> 4880 </target>
4788 <context-group purpose="location"> 4881
4789 <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">502</context></context-group></trans-unit>
4790 <context context-type="linenumber">450</context>
4791 </context-group>
4792 </trans-unit>
4793 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4883 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4794 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4884 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4795 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4885 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</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">296</context></context-group> 4886
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">435</context></context-group> 4887
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">448</context></context-group> 4888
4799 </trans-unit> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4800 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4890 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4801 <source>Index URL</source> 4891 <source>Index URL</source>
4802 <target state="translated">عنوان URL الفهرس</target> 4892 <target state="translated">عنوان URL الفهرس</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">457</context></context-group> 4893
4804 </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">509</context></context-group></trans-unit>
4805 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4895 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4806 <source>Automatically follow instances of a public index</source> 4896 <source>Automatically follow instances of a public index</source>
4807 <target state="new">Automatically follow instances of a public index</target> 4897 <target state="new">Automatically follow instances of a public index</target>
4808 <context-group purpose="location"> 4898
4809 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4810 <context context-type="linenumber">445</context>
4811 </context-group>
4812 </trans-unit>
4813 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4900 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4814 <source>ADMINISTRATORS</source> 4901 <source>ADMINISTRATORS</source>
4815 <target state="translated">المدراء</target> 4902 <target state="translated">المدراء</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">477</context></context-group> 4903
4817 </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">529</context></context-group></trans-unit>
4818 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4905 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4819 <source>Administrator</source> 4906 <source>Administrator</source>
4820 <target>المدير</target> 4907 <target>المدير</target>
@@ -4829,13 +4916,13 @@
4829 <context-group name="null"> 4916 <context-group name="null">
4830 <context context-type="linenumber">387</context> 4917 <context context-type="linenumber">387</context>
4831 </context-group> 4918 </context-group>
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">483</context></context-group> 4919
4833 </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">535</context></context-group></trans-unit>
4834 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4921 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4835 <source>Enable contact form</source> 4922 <source>Enable contact form</source>
4836 <target state="new">Enable contact form</target> 4923 <target state="new">Enable contact form</target>
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">494</context></context-group> 4924
4838 </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">546</context></context-group></trans-unit>
4839 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4926 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4840 <source>Basic configuration</source> 4927 <source>Basic configuration</source>
4841 <target>الاعدادات الإفتراصية</target> 4928 <target>الاعدادات الإفتراصية</target>
@@ -4847,222 +4934,261 @@
4847 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4934 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4848 <source>TWITTER</source> 4935 <source>TWITTER</source>
4849 <target state="translated">تويتر</target> 4936 <target state="translated">تويتر</target>
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">511</context></context-group> 4937
4851 </trans-unit> 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">563</context></context-group></trans-unit>
4852 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4939 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4853 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4940 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4854 <target state="new"> 4941 <target state="new">
4855 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4942 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4856 </target> 4943 </target>
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">512</context></context-group> 4944
4858 </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">564</context></context-group></trans-unit>
4859 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4946 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4860 <source>Your Twitter username</source> 4947 <source>Your Twitter username</source>
4861 <target>اسم المستخدِم الخاص بك على تويتر</target> 4948 <target>اسم المستخدِم الخاص بك على تويتر</target>
4862 <context-group name="null"> 4949 <context-group name="null">
4863 <context context-type="linenumber">413</context> 4950 <context context-type="linenumber">413</context>
4864 </context-group> 4951 </context-group>
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">523</context></context-group> 4952
4866 </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">575</context></context-group></trans-unit>
4867 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4954 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4868 <source>Instance whitelisted by Twitter</source> 4955 <source>Instance whitelisted by Twitter</source>
4869 <target state="new">Instance whitelisted by Twitter</target> 4956 <target state="new">Instance whitelisted by Twitter</target>
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> 4957
4871 </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">587</context></context-group></trans-unit>
4872 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4959 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4873 <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> 4960 <source>
4961 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/>"/>
4962 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/>"/>
4963 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4964 <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>"/>
4965 to see if you instance is whitelisted.
4966 </source>
4874 <target state="new"> 4967 <target state="new">
4875 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;"/> 4968 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/>"/>
4876 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;"/> 4969 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/>"/>
4877 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4970 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4878 <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;"/> 4971 <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>"/>
4879 to see if you instance is whitelisted. 4972 to see if you instance is whitelisted.
4880 </target> 4973 </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">539</context></context-group> 4974
4882 </trans-unit> 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">591</context></context-group></trans-unit>
4883 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4976 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4884 <source>Services</source> 4977 <source>Services</source>
4885 <target>الخدمات</target> 4978 <target>الخدمات</target>
4886 <context-group name="null"> 4979 <context-group name="null">
4887 <context context-type="linenumber">405</context> 4980 <context context-type="linenumber">405</context>
4888 </context-group> 4981 </context-group>
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">505</context></context-group> 4982
4890 </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">557</context></context-group></trans-unit>
4891 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4984 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4892 <source>TRANSCODING</source> 4985 <source>TRANSCODING</source>
4893 <target state="new">TRANSCODING</target> 4986 <target state="new">TRANSCODING</target>
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">565</context></context-group> 4987
4895 </trans-unit> 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">617</context></context-group></trans-unit>
4896 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4989 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4897 <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> 4990 <source>
4991 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4992 resources, this is a critical part of PeerTube, so tread carefully.
4993 </source>
4898 <target state="new"> 4994 <target state="new">
4899 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4995 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4900 resources, this is a critical part of PeerTube, so tread carefully. 4996 resources, this is a critical part of PeerTube, so tread carefully.
4901 </target> 4997 </target>
4902 <context-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> 4998
4903 </trans-unit> 4999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
4904 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 5000 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4905 <source>Transcoding enabled</source> 5001 <source>Transcoding enabled</source>
4906 <target state="new">Transcoding enabled</target> 5002 <target state="new">Transcoding enabled</target>
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">579</context></context-group> 5003
4908 </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">631</context></context-group></trans-unit>
4909 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 5005 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4910 <source>If you disable transcoding, many videos from your users will not work!</source> 5006 <source>If you disable transcoding, many videos from your users will not work!</source>
4911 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 5007 <target state="new">If you disable transcoding, many videos from your users will not work!</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">583</context></context-group> 5008
4913 </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">635</context></context-group></trans-unit>
4914 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5010 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4915 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5011 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4916 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 5012 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</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">594</context></context-group> 5013
4918 </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">646</context></context-group></trans-unit>
4919 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 5015 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4920 <source>Allow additional extensions</source> 5016 <source>Allow additional extensions</source>
4921 <target state="new">Allow additional extensions</target> 5017 <target state="new">Allow additional extensions</target>
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">591</context></context-group> 5018
4923 </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">643</context></context-group></trans-unit>
4924 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5020 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4925 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5021 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4926 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5022 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
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">605</context></context-group> 5023
4928 </trans-unit> 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">657</context></context-group></trans-unit>
4929 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5025 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4930 <source>Allow audio files upload</source> 5026 <source>Allow audio files upload</source>
4931 <target state="new">Allow audio files upload</target> 5027 <target state="new">Allow audio files upload</target>
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">602</context></context-group> 5028
4933 </trans-unit> 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">654</context></context-group></trans-unit>
4934 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5030 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4935 <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> 5031 <source>
5032 <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>"/>
5033
5034 <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>"/>
5035
5036 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5037
5038 <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>"/>
5039 </source>
4936 <target state="new"> 5040 <target state="new">
4937 <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;"/> 5041 <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>"/>
4938 5042
4939 <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;"/> 5043 <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>"/>
4940 5044
4941 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5045 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4942 5046
4943 <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;"/> 5047 <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> 5048 </target>
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">617</context></context-group> 5049
4946 </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">669</context></context-group></trans-unit>
4947 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5051 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4948 <source>WebTorrent support enabled</source> 5052 <source>WebTorrent support enabled</source>
4949 <target state="translated">دعم WebTorrent نشط</target> 5053 <target state="translated">دعم WebTorrent نشط</target>
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">614</context></context-group> 5054
4951 </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">666</context></context-group></trans-unit>
4952 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5056 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4953 <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> 5057 <source>
5058 <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>"/>
5059
5060 <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>"/>
5061 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5062 <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>"/>
5063 <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>"/>
5064 <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>"/>
5065 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5066
5067 <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>"/>
5068 </source>
4954 <target state="new"> 5069 <target state="new">
4955 <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;"/> 5070 <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>"/>
4956 5071
4957 <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;"/> 5072 <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>"/>
4958 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5073 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4959 <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;"/> 5074 <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>"/>
4960 <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;"/> 5075 <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>"/>
4961 <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;"/> 5076 <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>"/>
4962 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5077 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4963 5078
4964 <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;"/> 5079 <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>"/>
4965 </target> 5080 </target>
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">638</context></context-group> 5081
4967 </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">690</context></context-group></trans-unit>
4968 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5083 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4969 <source>HLS support enabled</source> 5084 <source>HLS support enabled</source>
4970 <target state="translated">دعم HLS نشط</target> 5085 <target state="translated">دعم HLS نشط</target>
4971 <context-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> 5086
4972 </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">687</context></context-group></trans-unit>
4973 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 5088 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4974 <source>Transcoding threads</source> 5089 <source>Transcoding threads</source>
4975 <target state="new">Transcoding threads</target> 5090 <target state="new">Transcoding threads</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">660</context></context-group> 5091
4977 </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">712</context></context-group></trans-unit>
4978 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5093 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4979 <source>Resolutions to generate</source> 5094 <source>Resolutions to generate</source>
4980 <target state="new">Resolutions to generate</target> 5095 <target state="new">Resolutions to generate</target>
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">673</context></context-group> 5096
4982 </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">725</context></context-group></trans-unit>
4983 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5098 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4984 <source>CACHE</source> 5099 <source>CACHE</source>
4985 <target state="translated">ذاكرة التخزين المؤقتة</target> 5100 <target state="translated">ذاكرة التخزين المؤقتة</target>
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">699</context></context-group> 5101
4987 </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">751</context></context-group></trans-unit>
4988 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5103 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4989 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5104 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4990 <target state="new"> 5105 <target state="new">
4991 Some files are not federated, and fetched when necessary. Define their caching policies. 5106 Some files are not federated, and fetched when necessary. Define their caching policies.
4992 </target> 5107 </target>
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">700</context></context-group> 5108
4994 </trans-unit> 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">752</context></context-group></trans-unit>
4995 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5110 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4996 <source>Number of previews to keep in cache</source> 5111 <source>Number of previews to keep in cache</source>
4997 <target state="new">Number of previews to keep in cache</target> 5112 <target state="new">Number of previews to keep in cache</target>
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">709</context></context-group> 5113
4999 </trans-unit> 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">761</context></context-group></trans-unit>
5000 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5115 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5001 <source>Number of video captions to keep in cache</source> 5116 <source>Number of video captions to keep in cache</source>
5002 <target state="new">Number of video captions to keep in cache</target> 5117 <target state="new">Number of video captions to keep in cache</target>
5003 <context-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> 5118
5004 </trans-unit> 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">770</context></context-group></trans-unit>
5005 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5120 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5006 <source>CUSTOMIZATIONS</source> 5121 <source>CUSTOMIZATIONS</source>
5007 <target state="new">CUSTOMIZATIONS</target> 5122 <target state="new">CUSTOMIZATIONS</target>
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">733</context></context-group> 5123
5009 </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">785</context></context-group></trans-unit>
5010 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5125 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5011 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5126 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5012 <target state="new"> 5127 <target state="new">
5013 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5128 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5014 </target> 5129 </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">734</context></context-group> 5130
5016 </trans-unit> 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">786</context></context-group></trans-unit>
5017 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5132 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5018 <source>JavaScript</source> 5133 <source>JavaScript</source>
5019 <target>الجافا سكريبت</target> 5134 <target>الجافا سكريبت</target>
5020 <context-group name="null"> 5135 <context-group name="null">
5021 <context context-type="linenumber">575</context> 5136 <context context-type="linenumber">575</context>
5022 </context-group> 5137 </context-group>
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">744</context></context-group> 5138
5024 </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">796</context></context-group></trans-unit>
5025 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5140 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5026 <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> 5141 <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>
5027 <target state="new"> 5142 <target state="new">
5028 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;"/> 5143 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5029 </target> 5144 </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">747</context></context-group> 5145
5031 </trans-unit> 5146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5032 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5147 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5033 <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> 5148 <source>
5149 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/>"/>
5150 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5151 color: red;
5152 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5153 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5154 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/>"/>
5155 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5156 color: red;
5157 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5158 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5159 </source>
5034 <target state="new"> 5160 <target state="new">
5035 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;"/> 5161 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/>"/>
5036 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5162 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5037 color: red; 5163 color: red;
5038 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5164 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5039 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5165 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5040 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;"/> 5166 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/>"/>
5041 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5167 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5042 color: red; 5168 color: red;
5043 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5169 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5044 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5170 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5045 </target> 5171 </target>
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">766</context></context-group> 5172
5047 </trans-unit> 5173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5048 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5174 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5049 <source>Advanced configuration</source> 5175 <source>Advanced configuration</source>
5050 <target>الإعدادات المتقدمة</target> 5176 <target>الإعدادات المتقدمة</target>
5051 <context-group name="null"> 5177 <context-group name="null">
5052 <context context-type="linenumber">452</context> 5178 <context context-type="linenumber">452</context>
5053 </context-group> 5179 </context-group>
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">559</context></context-group> 5180
5055 </trans-unit> 5181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5056 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 5182 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
5057 <source>Update configuration</source> 5183 <source>Update configuration</source>
5058 <target state="translated">تحديث الإعدادات</target> 5184 <target state="translated">تحديث الإعدادات</target>
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">804</context></context-group> 5185
5060 </trans-unit> 5186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5061 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5187 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5062 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5188 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5063 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5189 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
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">805</context></context-group> 5190
5065 </trans-unit> 5191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5066 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5192 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5067 <source>PROFILE</source> 5193 <source>PROFILE</source>
5068 <target state="translated">الملف التعريفي</target> 5194 <target state="translated">الملف التعريفي</target>
@@ -5229,9 +5355,9 @@
5229 </context-group> 5355 </context-group>
5230 </trans-unit> 5356 </trans-unit>
5231 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5357 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5232 <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> 5358 <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>
5233 <target state="new"> 5359 <target state="new">
5234 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. 5360 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.
5235 </target> 5361 </target>
5236 <context-group purpose="location"> 5362 <context-group purpose="location">
5237 <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>
@@ -5261,9 +5387,9 @@
5261 <context-group purpose="location"><context context-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> 5387 <context-group purpose="location"><context context-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>
5262 </trans-unit> 5388 </trans-unit>
5263 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5389 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5264 <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> 5390 <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>
5265 <target state="new"> 5391 <target state="new">
5266 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;"/> 5392 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>"/>
5267</target> 5393</target>
5268 <context-group purpose="location"> 5394 <context-group purpose="location">
5269 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5395 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5271,9 +5397,9 @@
5271 </context-group> 5397 </context-group>
5272 </trans-unit> 5398 </trans-unit>
5273 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5399 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5274 <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> 5400 <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>
5275 <target state="new"> 5401 <target state="new">
5276 <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 5402 <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
5277</target> 5403</target>
5278 <context-group purpose="location"> 5404 <context-group purpose="location">
5279 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5405 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5295,23 +5421,23 @@
5295 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5421 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5296 <context context-type="linenumber">17</context> 5422 <context context-type="linenumber">17</context>
5297 </context-group> 5423 </context-group>
5298 </trans-unit> 5424 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5299 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5425 <source>Your current password</source><target state="new">Your current password</target>
5300 <source>Your password</source>
5301 <target state="translated">كلمتك السرية</target>
5302 <context-group purpose="location"> 5426 <context-group purpose="location">
5303 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5427 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5304 <context context-type="linenumber">27</context> 5428 <context context-type="linenumber">26</context>
5305 </context-group> 5429 </context-group>
5306 </trans-unit> 5430 </trans-unit>
5431 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5432 <source>Your password</source>
5433 <target state="translated">كلمتك السرية</target>
5434
5435 <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">28</context></context-group></trans-unit>
5307 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5436 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5308 <source>Change email</source> 5437 <source>Change email</source>
5309 <target state="translated">تغيير عنوان البريد</target> 5438 <target state="translated">تغيير عنوان البريد</target>
5310 <context-group purpose="location"> 5439
5311 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5440 <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">36</context></context-group></trans-unit>
5312 <context context-type="linenumber">35</context>
5313 </context-group>
5314 </trans-unit>
5315 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5441 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5316 <source>Theme</source> 5442 <source>Theme</source>
5317 <target state="translated">السمة</target> 5443 <target state="translated">السمة</target>
@@ -5346,8 +5472,8 @@
5346 <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> 5472 <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>
5347 </trans-unit> 5473 </trans-unit>
5348 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5474 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5349 <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> 5475 <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>
5350 <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> 5476 <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>
5351 <context-group purpose="location"> 5477 <context-group purpose="location">
5352 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5478 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5353 <context context-type="linenumber">2</context> 5479 <context context-type="linenumber">2</context>
@@ -5383,10 +5509,13 @@
5383 </context-group> 5509 </context-group>
5384 </trans-unit> 5510 </trans-unit>
5385 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5511 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
5386 <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> 5512 <source>
5513 Created
5514 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5515 </source>
5387 <target state="new"> 5516 <target state="new">
5388 Created 5517 Created
5389 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5518 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5390 </target> 5519 </target>
5391 <context-group purpose="location"> 5520 <context-group purpose="location">
5392 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5521 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -5458,8 +5587,9 @@
5458 <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> 5587 <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>
5459 </trans-unit> 5588 </trans-unit>
5460 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5589 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5461 <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> 5590 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5462 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5591 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5592 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5463 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5593 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5464 <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> 5594 <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>
5465 <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>
@@ -5545,9 +5675,12 @@
5545 </context-group> 5675 </context-group>
5546 </trans-unit> 5676 </trans-unit>
5547 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5677 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5548 <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> 5678 <source>
5679 <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>"/>
5680 Delete history
5681 </source>
5549 <target state="new"> 5682 <target state="new">
5550 <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;"/> 5683 <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>"/>
5551 Delete history 5684 Delete history
5552 </target> 5685 </target>
5553 <context-group purpose="location"> 5686 <context-group purpose="location">
@@ -5564,9 +5697,12 @@
5564 </context-group> 5697 </context-group>
5565 </trans-unit> 5698 </trans-unit>
5566 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5699 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
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;"/> Notification preferences </source> 5700 <source>
5701 <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>"/>
5702 Notification preferences
5703 </source>
5568 <target state="new"> 5704 <target state="new">
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;"/> 5705 <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 Notification preferences 5706 Notification preferences
5571 </target> 5707 </target>
5572 <context-group purpose="location"> 5708 <context-group purpose="location">
@@ -5643,8 +5779,8 @@
5643 <context-group purpose="location"><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> 5779 <context-group purpose="location"><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>
5644 </trans-unit> 5780 </trans-unit>
5645 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5781 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5646 <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> 5782 <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>
5647 <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> 5783 <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>
5648 <context-group purpose="location"> 5784 <context-group purpose="location">
5649 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5785 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5650 <context context-type="linenumber">2</context> 5786 <context context-type="linenumber">2</context>
@@ -5672,9 +5808,9 @@
5672 </context-group> 5808 </context-group>
5673 </trans-unit> 5809 </trans-unit>
5674 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5810 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5675 <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> 5811 <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>
5676 <target state="new"> 5812 <target state="new">
5677 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;"/>. 5813 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>"/>.
5678 </target> 5814 </target>
5679 <context-group purpose="location"> 5815 <context-group purpose="location">
5680 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5816 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -6129,22 +6265,26 @@
6129 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6265 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6130 <context context-type="linenumber">2</context> 6266 <context context-type="linenumber">2</context>
6131 </context-group> 6267 </context-group>
6132 </trans-unit> 6268 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6133 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6269 <source>
6134 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6270 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6135 <target state="new"> 6271 </source><target state="new">
6136 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6272 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6137 </target> 6273 </target>
6138 <context-group purpose="location"> 6274 <context-group purpose="location">
6139 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6275 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6140 <context context-type="linenumber">9</context> 6276 <context context-type="linenumber">9</context>
6141 </context-group> 6277 </context-group>
6142 </trans-unit> 6278 </trans-unit>
6279
6143 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6280 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6144 <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> 6281 <source>
6282 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6283 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6284 </source>
6145 <target state="new"> 6285 <target state="new">
6146 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6286 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6147 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6287 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6148 </target> 6288 </target>
6149 <context-group purpose="location"> 6289 <context-group purpose="location">
6150 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6290 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6152,9 +6292,9 @@
6152 </context-group> 6292 </context-group>
6153 </trans-unit> 6293 </trans-unit>
6154 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6294 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6155 <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> 6295 <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>
6156 <target state="new"> 6296 <target state="new">
6157 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;"/>. 6297 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>"/>.
6158 </target> 6298 </target>
6159 <context-group purpose="location"> 6299 <context-group purpose="location">
6160 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6300 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6162,7 +6302,8 @@
6162 </context-group> 6302 </context-group>
6163 </trans-unit> 6303 </trans-unit>
6164 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6304 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6165 <source>Use PeerTube documentation</source> 6305 <source>Use PeerTube
6306 documentation</source>
6166 <target state="new">Use PeerTube 6307 <target state="new">Use PeerTube
6167 documentation</target> 6308 documentation</target>
6168 <context-group purpose="location"> 6309 <context-group purpose="location">
@@ -6181,7 +6322,8 @@
6181 </context-group> 6322 </context-group>
6182 </trans-unit> 6323 </trans-unit>
6183 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6324 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6184 <source>PeerTube Applications</source> 6325 <source>PeerTube
6326 Applications</source>
6185 <target state="new">PeerTube 6327 <target state="new">PeerTube
6186 Applications</target> 6328 Applications</target>
6187 <context-group purpose="location"> 6329 <context-group purpose="location">
@@ -6200,7 +6342,8 @@
6200 </context-group> 6342 </context-group>
6201 </trans-unit> 6343 </trans-unit>
6202 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6344 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6203 <source>Contribute on PeerTube</source> 6345 <source>Contribute on
6346 PeerTube</source>
6204 <target state="new">Contribute on 6347 <target state="new">Contribute on
6205 PeerTube</target> 6348 PeerTube</target>
6206 <context-group purpose="location"> 6349 <context-group purpose="location">
@@ -6227,7 +6370,11 @@
6227 <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> 6370 <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>
6228 </trans-unit> 6371 </trans-unit>
6229 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6372 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6230 <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> 6373 <source>
6374 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6375 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6376 follows applies only if you want to keep using the P2P mode of PeerTube.
6377 </source>
6231 <target state="new"> 6378 <target state="new">
6232 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6379 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6233 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6380 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6244,7 +6391,10 @@
6244 <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> 6391 <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>
6245 </trans-unit> 6392 </trans-unit>
6246 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6393 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6247 <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> 6394 <source>
6395 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6396 In practice, this is much more difficult because:
6397 </source>
6248 <target state="new"> 6398 <target state="new">
6249 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6399 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6250 In practice, this is much more difficult because: 6400 In practice, this is much more difficult because:
@@ -6252,7 +6402,10 @@
6252 <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> 6402 <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>
6253 </trans-unit> 6403 </trans-unit>
6254 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6404 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6255 <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> 6405 <source>
6406 An HTTP request has to be sent on each tracker for each video to spy.
6407 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6408 </source>
6256 <target state="new"> 6409 <target state="new">
6257 An HTTP request has to be sent on each tracker for each video to spy. 6410 An HTTP request has to be sent on each tracker for each video to spy.
6258 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6411 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6260,7 +6413,11 @@
6260 <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> 6413 <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>
6261 </trans-unit> 6414 </trans-unit>
6262 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6415 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6263 <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> 6416 <source>
6417 For each request sent, the tracker returns random peers at a limited number.
6418 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
6419 requests sent to know every peer in the swarm
6420 </source>
6264 <target state="new"> 6421 <target state="new">
6265 For each request sent, the tracker returns random peers at a limited number. 6422 For each request sent, the tracker returns random peers at a limited number.
6266 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 6423 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
@@ -6279,7 +6436,10 @@
6279 <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> 6436 <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>
6280 </trans-unit> 6437 </trans-unit>
6281 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6438 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6282 <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> 6439 <source>
6440 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
6441 video
6442 </source>
6283 <target state="new"> 6443 <target state="new">
6284 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 6444 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
6285 video 6445 video
@@ -6294,18 +6454,27 @@
6294 <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> 6454 <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>
6295 </trans-unit> 6455 </trans-unit>
6296 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6456 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6297 <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> 6457 <source>
6458 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
6459 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6460 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6461 to forward the information to.
6462 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
6463 </source>
6298 <target state="new"> 6464 <target state="new">
6299 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 6465 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
6300 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6466 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6301 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6467 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6302 to forward the information to. 6468 to forward the information to.
6303 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 6469 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
6304 </target> 6470 </target>
6305 <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> 6471 <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>
6306 </trans-unit> 6472 </trans-unit>
6307 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6473 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6308 <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> 6474 <source>
6475 The worst-case scenario of an average person spying on their friends is quite unlikely.
6476 There are much more effective ways to get that kind of information.
6477 </source>
6309 <target state="new"> 6478 <target state="new">
6310 The worst-case scenario of an average person spying on their friends is quite unlikely. 6479 The worst-case scenario of an average person spying on their friends is quite unlikely.
6311 There are much more effective ways to get that kind of information. 6480 There are much more effective ways to get that kind of information.
@@ -6318,7 +6487,11 @@
6318 <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> 6487 <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>
6319 </trans-unit> 6488 </trans-unit>
6320 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6489 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6321 <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> 6490 <source>
6491 The threats to privacy with YouTube are different from PeerTube's.
6492 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6493 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6494 </source>
6322 <target state="new"> 6495 <target state="new">
6323 The threats to privacy with YouTube are different from PeerTube's. 6496 The threats to privacy with YouTube are different from PeerTube's.
6324 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6497 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6332,7 +6505,12 @@
6332 <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> 6505 <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>
6333 </trans-unit> 6506 </trans-unit>
6334 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6507 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6335 <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> 6508 <source>
6509 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
6510 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6511 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.
6512 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6513 </source>
6336 <target state="new"> 6514 <target state="new">
6337 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 6515 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
6338 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6516 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6347,7 +6525,10 @@
6347 <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> 6525 <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>
6348 </trans-unit> 6526 </trans-unit>
6349 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6527 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6350 <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> 6528 <source>
6529 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6530 and render attacks less likely. Here is what we put in place so far:
6531 </source>
6351 <target state="new"> 6532 <target state="new">
6352 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6533 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6353 and render attacks less likely. Here is what we put in place so far: 6534 and render attacks less likely. Here is what we put in place so far:
@@ -6375,7 +6556,10 @@
6375 <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> 6556 <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>
6376 </trans-unit> 6557 </trans-unit>
6377 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6558 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6378 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6559 <source>
6560 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6561 WebRTC in your browser.
6562 </source>
6379 <target state="new"> 6563 <target state="new">
6380 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6564 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6381 WebRTC in your browser. 6565 WebRTC in your browser.
@@ -6415,8 +6599,8 @@
6415 </context-group> 6599 </context-group>
6416 </trans-unit> 6600 </trans-unit>
6417 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6601 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6418 <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> 6602 <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>
6419 <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> 6603 <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>
6420 <context-group purpose="location"> 6604 <context-group purpose="location">
6421 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6605 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6422 <context context-type="linenumber">3</context> 6606 <context context-type="linenumber">3</context>
@@ -6497,9 +6681,12 @@
6497 </context-group> 6681 </context-group>
6498 </trans-unit> 6682 </trans-unit>
6499 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6683 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6500 <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> 6684 <source>
6685 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/>"/>
6686 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.
6687 </source>
6501 <target state="new"> 6688 <target state="new">
6502 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;"/> 6689 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/>"/>
6503 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. 6690 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.
6504 </target> 6691 </target>
6505 <context-group purpose="location"> 6692 <context-group purpose="location">
@@ -6580,11 +6767,16 @@
6580 </context-group> 6767 </context-group>
6581 </trans-unit> 6768 </trans-unit>
6582 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6769 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6583 <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> 6770 <source>
6771 I am at least 16 years old and agree
6772 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>"/>
6773 <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>"/>
6774 of this instance
6775 </source>
6584 <target state="new"> 6776 <target state="new">
6585 I am at least 16 years old and agree 6777 I am at least 16 years old and agree
6586 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;"/> 6778 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>"/>
6587 <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;"/> 6779 <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>"/>
6588 of this instance 6780 of this instance
6589 </target> 6781 </target>
6590 <context-group purpose="location"> 6782 <context-group purpose="location">
@@ -6683,8 +6875,8 @@
6683 </context-group> 6875 </context-group>
6684 </trans-unit> 6876 </trans-unit>
6685 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6877 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6686 <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> 6878 <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>
6687 <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> 6879 <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>
6688 <context-group purpose="location"> 6880 <context-group purpose="location">
6689 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6881 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6690 <context context-type="linenumber">1</context> 6882 <context context-type="linenumber">1</context>
@@ -8418,8 +8610,8 @@
8418 </context-group> 8610 </context-group>
8419 </trans-unit> 8611 </trans-unit>
8420 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8612 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8421 <source>Long (&gt; 10 min)</source> 8613 <source>Long (> 10 min)</source>
8422 <target state="new">Long (&gt; 10 min)</target> 8614 <target state="new">Long (> 10 min)</target>
8423 <context-group purpose="location"> 8615 <context-group purpose="location">
8424 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8616 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8425 <context context-type="linenumber">1</context> 8617 <context context-type="linenumber">1</context>
@@ -9793,8 +9985,8 @@
9793 </context-group> 9985 </context-group>
9794 </trans-unit> 9986 </trans-unit>
9795 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9987 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9796 <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> 9988 <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>
9797 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target> 9989 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</target>
9798 <context-group purpose="location"> 9990 <context-group purpose="location">
9799 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9991 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9800 <context context-type="linenumber">1</context> 9992 <context context-type="linenumber">1</context>
@@ -9957,6 +10149,24 @@
9957 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10149 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9958 <context context-type="linenumber">1</context> 10150 <context context-type="linenumber">1</context>
9959 </context-group> 10151 </context-group>
10152 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10153 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10154 <context-group purpose="location">
10155 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10156 <context context-type="linenumber">1</context>
10157 </context-group>
10158 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10159 <source>Delete account comments</source><target state="new">Delete account comments</target>
10160 <context-group purpose="location">
10161 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10162 <context context-type="linenumber">1</context>
10163 </context-group>
10164 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10165 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10166 <context-group purpose="location">
10167 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10168 <context context-type="linenumber">1</context>
10169 </context-group>
9960 </trans-unit> 10170 </trans-unit>
9961 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10171 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9962 <source>Edit user</source> 10172 <source>Edit user</source>
@@ -10061,6 +10271,18 @@
10061 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10271 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10062 <context context-type="linenumber">1</context> 10272 <context context-type="linenumber">1</context>
10063 </context-group> 10273 </context-group>
10274 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10275 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10276 <context-group purpose="location">
10277 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10278 <context context-type="linenumber">1</context>
10279 </context-group>
10280 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10281 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10282 <context-group purpose="location">
10283 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10284 <context context-type="linenumber">1</context>
10285 </context-group>
10064 </trans-unit> 10286 </trans-unit>
10065 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 10287 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
10066 <source>Mute this account by your instance</source> 10288 <source>Mute this account by your instance</source>
@@ -10125,6 +10347,18 @@
10125 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10347 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10126 <context context-type="linenumber">1</context> 10348 <context context-type="linenumber">1</context>
10127 </context-group> 10349 </context-group>
10350 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10351 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10352 <context-group purpose="location">
10353 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10354 <context context-type="linenumber">1</context>
10355 </context-group>
10356 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10357 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10358 <context-group purpose="location">
10359 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10360 <context context-type="linenumber">1</context>
10361 </context-group>
10128 </trans-unit> 10362 </trans-unit>
10129 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 10363 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
10130 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10364 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.ca-ES.xlf b/client/src/locale/angular.ca-ES.xlf
index 510ba26f7..6dc6b2d12 100644
--- a/client/src/locale/angular.ca-ES.xlf
+++ b/client/src/locale/angular.ca-ES.xlf
@@ -342,9 +342,9 @@
342 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 342 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
343 <source>Options</source> 343 <source>Options</source>
344 <target state="translated">Opcions</target> 344 <target state="translated">Opcions</target>
345 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 345
346 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 346
347 </trans-unit> 347 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
348 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 348 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
349 <source>Start at</source> 349 <source>Start at</source>
350 <target state="translated">Comença a</target> 350 <target state="translated">Comença a</target>
@@ -406,9 +406,9 @@
406 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 406 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
407 <source>video</source> 407 <source>video</source>
408 <target state="translated">vídeo</target> 408 <target state="translated">vídeo</target>
409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 409
410 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 410
411 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
412 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 412 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
413 <source>subtitles</source> 413 <source>subtitles</source>
414 <target state="translated">subtítols</target> 414 <target state="translated">subtítols</target>
@@ -594,10 +594,10 @@
594 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 594 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
595 <source>Deleted</source> 595 <source>Deleted</source>
596 <target state="translated">Suprimit</target> 596 <target state="translated">Suprimit</target>
597 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 597
598 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 598
599 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 599
600 </trans-unit> 600 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
601 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 601 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
602 <source>Edit starts/stops at</source> 602 <source>Edit starts/stops at</source>
603 <target state="translated">Edita iniciar/parar a</target> 603 <target state="translated">Edita iniciar/parar a</target>
@@ -641,11 +641,11 @@
641 <context-group name="null"> 641 <context-group name="null">
642 <context context-type="linenumber">13</context> 642 <context context-type="linenumber">13</context>
643 </context-group> 643 </context-group>
644 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 644
645 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 645
646 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 646
647 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 647
648 </trans-unit> 648 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
649 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 649 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
650 <source>Edit</source> 650 <source>Edit</source>
651 <target>Editar</target> 651 <target>Editar</target>
@@ -1438,21 +1438,20 @@
1438 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1438 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1439 <context context-type="linenumber">21</context> 1439 <context context-type="linenumber">21</context>
1440 </context-group> 1440 </context-group>
1441 </trans-unit> 1441 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1442 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1443 <source> 1442 <source>
1444 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>"/>. 1443 Please consider configuring 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>"/>.
1445 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>"/>. 1444 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1446 </source> 1445 </source><target state="new">
1447 <target state="new"> 1446 Please consider configuring 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>"/>.
1448 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>"/>. 1447 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1449 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>"/>.
1450 </target> 1448 </target>
1451 <context-group purpose="location"> 1449 <context-group purpose="location">
1452 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1450 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1453 <context context-type="linenumber">24</context> 1451 <context context-type="linenumber">24</context>
1454 </context-group> 1452 </context-group>
1455 </trans-unit> 1453 </trans-unit>
1454
1456 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1455 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1457 <source>Configure these fields</source> 1456 <source>Configure these fields</source>
1458 <target state="new">Configure these fields</target> 1457 <target state="new">Configure these fields</target>
@@ -1735,79 +1734,49 @@
1735 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1734 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1736 <source>GLOBAL SEARCH</source> 1735 <source>GLOBAL SEARCH</source>
1737 <target state="new">GLOBAL SEARCH</target> 1736 <target state="new">GLOBAL SEARCH</target>
1738 <context-group purpose="location"> 1737
1739 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1738 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1740 <context context-type="linenumber">16</context>
1741 </context-group>
1742 </trans-unit>
1743 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1739 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1744 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1740 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1745 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1741 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1746 <context-group purpose="location"> 1742
1747 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1743 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1748 <context context-type="linenumber">18</context>
1749 </context-group>
1750 </trans-unit>
1751 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1744 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1752 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1745 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1753 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1746 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1754 <context-group purpose="location"> 1747
1755 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1748 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1756 <context context-type="linenumber">22</context>
1757 </context-group>
1758 </trans-unit>
1759 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1749 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1760 <source>ADVANCED SEARCH</source> 1750 <source>ADVANCED SEARCH</source>
1761 <target state="new">ADVANCED SEARCH</target> 1751 <target state="new">ADVANCED SEARCH</target>
1762 <context-group purpose="location"> 1752
1763 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1753 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1764 <context context-type="linenumber">29</context>
1765 </context-group>
1766 </trans-unit>
1767 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1754 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1768 <source>any instance</source> 1755 <source>any instance</source>
1769 <target state="new">any instance</target> 1756 <target state="new">any instance</target>
1770 <context-group purpose="location"> 1757
1771 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1758 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1772 <context context-type="linenumber">32</context>
1773 </context-group>
1774 </trans-unit>
1775 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1759 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1776 <source>only followed instances</source> 1760 <source>only followed instances</source>
1777 <target state="new">only followed instances</target> 1761 <target state="new">only followed instances</target>
1778 <context-group purpose="location"> 1762
1779 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1763 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1780 <context context-type="linenumber">33</context>
1781 </context-group>
1782 </trans-unit>
1783 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1764 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1784 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1765 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1785 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1766 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1786 <context-group purpose="location"> 1767
1787 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1768 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1788 <context context-type="linenumber">31</context>
1789 </context-group>
1790 </trans-unit>
1791 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1769 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1792 <source>channel</source> 1770 <source>channel</source>
1793 <target state="new">channel</target> 1771 <target state="new">channel</target>
1794 <context-group purpose="location"> 1772
1795 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1773
1796 <context context-type="linenumber">40</context> 1774 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1797 </context-group>
1798 <context-group purpose="location">
1799 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1800 <context context-type="linenumber">43</context>
1801 </context-group>
1802 </trans-unit>
1803 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1775 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1804 <source>Any other text will return matching video or channel names.</source> 1776 <source>Any other text will return matching video or channel names.</source>
1805 <target state="new">Any other text will return matching video or channel names.</target> 1777 <target state="new">Any other text will return matching video or channel names.</target>
1806 <context-group purpose="location"> 1778
1807 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1779 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1808 <context context-type="linenumber">49</context>
1809 </context-group>
1810 </trans-unit>
1811 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1780 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1812 <source>Search...</source> 1781 <source>Search...</source>
1813 <target>Cerca...</target> 1782 <target>Cerca...</target>
@@ -3044,13 +3013,13 @@
3044 <context-group name="null"> 3013 <context-group name="null">
3045 <context context-type="linenumber">14</context> 3014 <context context-type="linenumber">14</context>
3046 </context-group> 3015 </context-group>
3047 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3016
3048 </trans-unit> 3017 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3049 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3018 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3050 <source>This comment has been deleted</source> 3019 <source>This comment has been deleted</source>
3051 <target state="new">This comment has been deleted</target> 3020 <target state="new">This comment has been deleted</target>
3052 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3021
3053 </trans-unit> 3022 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3054 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3023 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3055 <source>Follows &amp; redundancies</source> 3024 <source>Follows &amp; redundancies</source>
3056 <target state="new">Follows &amp; redundancies</target> 3025 <target state="new">Follows &amp; redundancies</target>
@@ -3511,7 +3480,7 @@
3511 <source>Ban reason:</source> 3480 <source>Ban reason:</source>
3512 <target state="new">Ban reason:</target> 3481 <target state="new">Ban reason:</target>
3513 3482
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 3483 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3515 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3484 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3516 <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> 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}'}}"/> users</source>
3517 <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> 3486 <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>
@@ -4047,6 +4016,12 @@
4047 <source>Homepage</source> 4016 <source>Homepage</source>
4048 <target state="new">Homepage</target> 4017 <target state="new">Homepage</target>
4049 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4018 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4019 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4020 <source>Close this message</source><target state="new">Close this message</target>
4021 <context-group purpose="location">
4022 <context context-type="sourcefile">src/app/app.component.html</context>
4023 <context context-type="linenumber">34</context>
4024 </context-group>
4050 </trans-unit> 4025 </trans-unit>
4051 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4026 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4052 <source>Go to the plugin homepage</source> 4027 <source>Go to the plugin homepage</source>
@@ -4491,40 +4466,80 @@
4491 <context context-type="linenumber">223</context> 4466 <context context-type="linenumber">223</context>
4492 </context-group> 4467 </context-group>
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">270</context></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">270</context></context-group>
4469 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4470 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4471 <context-group purpose="location">
4472 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4473 <context context-type="linenumber">281</context>
4474 </context-group>
4475 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4476 <source>
4477 Display a message on your instance
4478 </source><target state="new">
4479 Display a message on your instance
4480 </target>
4481 <context-group purpose="location">
4482 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4483 <context context-type="linenumber">282</context>
4484 </context-group>
4485 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4486 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4487 <context-group purpose="location">
4488 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4489 <context context-type="linenumber">294</context>
4490 </context-group>
4491 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4492 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4493 <context-group purpose="location">
4494 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4495 <context context-type="linenumber">301</context>
4496 </context-group>
4497 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4498 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4499 <context-group purpose="location">
4500 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4501 <context context-type="linenumber">306</context>
4502 </context-group>
4503 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4504 <source>Message</source><target state="new">Message</target>
4505 <context-group purpose="location">
4506 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4507 <context context-type="linenumber">318</context>
4508 </context-group>
4494 </trans-unit> 4509 </trans-unit>
4495 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4510 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4496 <source>NEW USERS</source> 4511 <source>NEW USERS</source>
4497 <target state="new">NEW USERS</target> 4512 <target state="new">NEW USERS</target>
4498 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">281</context></context-group> 4513
4499 </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">333</context></context-group></trans-unit>
4500 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4515 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4501 <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> 4516 <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>
4502 <target state="new"> 4517 <target state="new">
4503 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. 4518 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.
4504 </target> 4519 </target>
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">282</context></context-group> 4520
4506 </trans-unit> 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">334</context></context-group></trans-unit>
4507 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4522 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4508 <source>Signup enabled</source> 4523 <source>Signup enabled</source>
4509 <target>Registre activat</target> 4524 <target>Registre activat</target>
4510 <context-group name="null"> 4525 <context-group name="null">
4511 <context context-type="linenumber">235</context> 4526 <context context-type="linenumber">235</context>
4512 </context-group> 4527 </context-group>
4513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">293</context></context-group> 4528
4514 </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">345</context></context-group></trans-unit>
4515 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4530 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4516 <source>Signup requires email verification</source> 4531 <source>Signup requires email verification</source>
4517 <target state="new">Signup requires email verification</target> 4532 <target state="new">Signup requires email verification</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">301</context></context-group> 4533
4519 </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">353</context></context-group></trans-unit>
4520 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4535 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4521 <source>Signup limit</source> 4536 <source>Signup limit</source>
4522 <target>Limit de registres</target> 4537 <target>Limit de registres</target>
4523 <context-group name="null"> 4538 <context-group name="null">
4524 <context context-type="linenumber">247</context> 4539 <context context-type="linenumber">247</context>
4525 </context-group> 4540 </context-group>
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">305</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">357</context></context-group></trans-unit>
4528 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4543 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4529 <source>Users</source> 4544 <source>Users</source>
4530 <target>Usuaris</target> 4545 <target>Usuaris</target>
@@ -4629,100 +4644,94 @@
4629 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4644 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4630 <source>Default video quota per user</source> 4645 <source>Default video quota per user</source>
4631 <target state="new">Default video quota per user</target> 4646 <target state="new">Default video quota per user</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">320</context></context-group> 4647
4633 </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">372</context></context-group></trans-unit>
4634 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4649 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4635 <source>Default daily upload limit per user</source> 4650 <source>Default daily upload limit per user</source>
4636 <target state="new">Default daily upload limit per user</target> 4651 <target state="new">Default daily upload limit per user</target>
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">332</context></context-group> 4652
4638 </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">384</context></context-group></trans-unit>
4639 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4654 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4640 <source>NEW VIDEOS</source> 4655 <source>NEW VIDEOS</source>
4641 <target state="new">NEW VIDEOS</target> 4656 <target state="new">NEW VIDEOS</target>
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">349</context></context-group> 4657
4643 </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">401</context></context-group></trans-unit>
4644 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4659 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4645 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4660 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4646 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4661 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
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">360</context></context-group> 4662
4648 </trans-unit> 4663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit>
4649 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4664 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4650 <source>Allow import with a torrent file or a magnet URI</source> 4665 <source>Allow import with a torrent file or a magnet URI</source>
4651 <target state="new">Allow import with a torrent file or a magnet URI</target> 4666 <target state="new">Allow import with a torrent file or a magnet URI</target>
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">367</context></context-group> 4667
4653 </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">419</context></context-group></trans-unit>
4654 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4669 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4655 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4670 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4656 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4671 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">384</context></context-group> 4672
4658 </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">436</context></context-group></trans-unit>
4659 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4674 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4660 <source>Blacklist new videos automatically</source> 4675 <source>Blacklist new videos automatically</source>
4661 <target state="new">Blacklist new videos automatically</target> 4676 <target state="new">Blacklist new videos automatically</target>
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">381</context></context-group> 4677
4663 </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">433</context></context-group></trans-unit>
4664 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4679 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4665 <source>FEDERATION</source> 4680 <source>FEDERATION</source>
4666 <target state="new">FEDERATION</target> 4681 <target state="new">FEDERATION</target>
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">398</context></context-group> 4682
4668 </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">450</context></context-group></trans-unit>
4669 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4684 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4670 <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> 4685 <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>
4671 <target state="new"> 4686 <target state="new">
4672 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. 4687 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.
4673 </target> 4688 </target>
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">399</context></context-group> 4689
4675 </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">451</context></context-group></trans-unit>
4676 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4691 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4677 <source>Other instances can follow yours</source> 4692 <source>Other instances can follow yours</source>
4678 <target state="new">Other instances can follow yours</target> 4693 <target state="new">Other instances can follow yours</target>
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">412</context></context-group> 4694
4680 </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">464</context></context-group></trans-unit>
4681 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4696 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4682 <source>Manually approve new instance followers</source> 4697 <source>Manually approve new instance followers</source>
4683 <target state="new">Manually approve new instance followers</target> 4698 <target state="new">Manually approve new instance followers</target>
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">419</context></context-group> 4699
4685 </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">471</context></context-group></trans-unit>
4686 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4701 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4687 <source>Automatically follow back instances</source> 4702 <source>Automatically follow back instances</source>
4688 <target state="new">Automatically follow back instances</target> 4703 <target state="new">Automatically follow back instances</target>
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">432</context></context-group> 4704
4690 </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">484</context></context-group></trans-unit>
4691 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4706 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4692 <source>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>"/>. </source> 4707 <source>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>"/>. </source>
4693 <target state="new"> 4708 <target state="new">
4694 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>"/>. 4709 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>"/>.
4695 </target> 4710 </target>
4696 <context-group purpose="location"> 4711
4697 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4698 <context context-type="linenumber">450</context>
4699 </context-group>
4700 </trans-unit>
4701 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4713 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4702 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4714 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4703 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4715 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</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">296</context></context-group> 4716
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">435</context></context-group> 4717
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">448</context></context-group> 4718
4707 </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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4708 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4720 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4709 <source>Index URL</source> 4721 <source>Index URL</source>
4710 <target state="new">Index URL</target> 4722 <target state="new">Index URL</target>
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">457</context></context-group> 4723
4712 </trans-unit> 4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">509</context></context-group></trans-unit>
4713 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4725 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4714 <source>Automatically follow instances of a public index</source> 4726 <source>Automatically follow instances of a public index</source>
4715 <target state="new">Automatically follow instances of a public index</target> 4727 <target state="new">Automatically follow instances of a public index</target>
4716 <context-group purpose="location"> 4728
4717 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4718 <context context-type="linenumber">445</context>
4719 </context-group>
4720 </trans-unit>
4721 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4730 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4722 <source>ADMINISTRATORS</source> 4731 <source>ADMINISTRATORS</source>
4723 <target state="new">ADMINISTRATORS</target> 4732 <target state="new">ADMINISTRATORS</target>
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">477</context></context-group> 4733
4725 </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">529</context></context-group></trans-unit>
4726 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4735 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4727 <source>Administrator</source> 4736 <source>Administrator</source>
4728 <target>Administrador</target> 4737 <target>Administrador</target>
@@ -4737,13 +4746,13 @@
4737 <context-group name="null"> 4746 <context-group name="null">
4738 <context context-type="linenumber">387</context> 4747 <context context-type="linenumber">387</context>
4739 </context-group> 4748 </context-group>
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">483</context></context-group> 4749
4741 </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">535</context></context-group></trans-unit>
4742 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4751 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4743 <source>Enable contact form</source> 4752 <source>Enable contact form</source>
4744 <target state="new">Enable contact form</target> 4753 <target state="new">Enable contact form</target>
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">494</context></context-group> 4754
4746 </trans-unit> 4755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
4747 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4756 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4748 <source>Basic configuration</source> 4757 <source>Basic configuration</source>
4749 <target>Configuració bàsica</target> 4758 <target>Configuració bàsica</target>
@@ -4755,31 +4764,31 @@
4755 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4764 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4756 <source>TWITTER</source> 4765 <source>TWITTER</source>
4757 <target state="new">TWITTER</target> 4766 <target state="new">TWITTER</target>
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">511</context></context-group> 4767
4759 </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">563</context></context-group></trans-unit>
4760 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4769 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4761 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4770 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4762 <target state="new"> 4771 <target state="new">
4763 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4772 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4764 </target> 4773 </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">512</context></context-group> 4774
4766 </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">564</context></context-group></trans-unit>
4767 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4776 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4768 <source>Your Twitter username</source> 4777 <source>Your Twitter username</source>
4769 <target>El teu nom d'usuari de Twitter</target> 4778 <target>El teu nom d'usuari de Twitter</target>
4770 <context-group name="null"> 4779 <context-group name="null">
4771 <context context-type="linenumber">413</context> 4780 <context context-type="linenumber">413</context>
4772 </context-group> 4781 </context-group>
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">523</context></context-group> 4782
4774 </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">575</context></context-group></trans-unit>
4775 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4784 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4776 <source>Instance whitelisted by Twitter</source> 4785 <source>Instance whitelisted by Twitter</source>
4777 <target>Instància a la llista blanca de Twitter</target> 4786 <target>Instància a la llista blanca de Twitter</target>
4778 <context-group name="null"> 4787 <context-group name="null">
4779 <context context-type="linenumber">431</context> 4788 <context context-type="linenumber">431</context>
4780 </context-group> 4789 </context-group>
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">535</context></context-group> 4790
4782 </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">587</context></context-group></trans-unit>
4783 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4792 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4784 <source> 4793 <source>
4785 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/>"/>
@@ -4795,21 +4804,21 @@
4795 <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>"/> 4804 <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>"/>
4796 to see if you instance is whitelisted. 4805 to see if you instance is whitelisted.
4797 </target> 4806 </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">539</context></context-group> 4807
4799 </trans-unit> 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">591</context></context-group></trans-unit>
4800 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4809 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4801 <source>Services</source> 4810 <source>Services</source>
4802 <target>Serveis</target> 4811 <target>Serveis</target>
4803 <context-group name="null"> 4812 <context-group name="null">
4804 <context context-type="linenumber">405</context> 4813 <context context-type="linenumber">405</context>
4805 </context-group> 4814 </context-group>
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">505</context></context-group> 4815
4807 </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">557</context></context-group></trans-unit>
4808 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4817 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4809 <source>TRANSCODING</source> 4818 <source>TRANSCODING</source>
4810 <target state="new">TRANSCODING</target> 4819 <target state="new">TRANSCODING</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">565</context></context-group> 4820
4812 </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">617</context></context-group></trans-unit>
4813 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4822 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4814 <source> 4823 <source>
4815 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4824 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -4819,44 +4828,44 @@
4819 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4828 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4820 resources, this is a critical part of PeerTube, so tread carefully. 4829 resources, this is a critical part of PeerTube, so tread carefully.
4821 </target> 4830 </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">566</context></context-group> 4831
4823 </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">618</context></context-group></trans-unit>
4824 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4833 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4825 <source>Transcoding enabled</source> 4834 <source>Transcoding enabled</source>
4826 <target>Transcodificació activada</target> 4835 <target>Transcodificació activada</target>
4827 <context-group name="null"> 4836 <context-group name="null">
4828 <context context-type="linenumber">461</context> 4837 <context context-type="linenumber">461</context>
4829 </context-group> 4838 </context-group>
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">579</context></context-group> 4839
4831 </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">631</context></context-group></trans-unit>
4832 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4841 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4833 <source>If you disable transcoding, many videos from your users will not work!</source> 4842 <source>If you disable transcoding, many videos from your users will not work!</source>
4834 <target>Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran!</target> 4843 <target>Si desactives la transcodificació, molts vídeos dels teus usuaris no funcionaran!</target>
4835 <context-group name="null"> 4844 <context-group name="null">
4836 <context context-type="linenumber">465</context> 4845 <context context-type="linenumber">465</context>
4837 </context-group> 4846 </context-group>
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">583</context></context-group> 4847
4839 </trans-unit> 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">635</context></context-group></trans-unit>
4840 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4849 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4841 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4850 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4842 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4851 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
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">594</context></context-group> 4852
4844 </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">646</context></context-group></trans-unit>
4845 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4854 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4846 <source>Allow additional extensions</source> 4855 <source>Allow additional extensions</source>
4847 <target state="new">Allow additional extensions</target> 4856 <target state="new">Allow additional extensions</target>
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">591</context></context-group> 4857
4849 </trans-unit> 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">643</context></context-group></trans-unit>
4850 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4859 <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> 4860 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4852 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4861 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
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">605</context></context-group> 4862
4854 </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">657</context></context-group></trans-unit>
4855 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4864 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4856 <source>Allow audio files upload</source> 4865 <source>Allow audio files upload</source>
4857 <target state="translated">Permet la pujada de fitxers d'àudio</target> 4866 <target state="translated">Permet la pujada de fitxers d'àudio</target>
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">602</context></context-group> 4867
4859 </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">654</context></context-group></trans-unit>
4860 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4869 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4861 <source> 4870 <source>
4862 <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>"/>
@@ -4876,13 +4885,13 @@
4876 4885
4877 <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>"/> 4886 <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>"/>
4878 </target> 4887 </target>
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">617</context></context-group> 4888
4880 </trans-unit> 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">669</context></context-group></trans-unit>
4881 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4890 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4882 <source>WebTorrent support enabled</source> 4891 <source>WebTorrent support enabled</source>
4883 <target state="new">WebTorrent support enabled</target> 4892 <target state="new">WebTorrent support enabled</target>
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">614</context></context-group> 4893
4885 </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">666</context></context-group></trans-unit>
4886 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4895 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4887 <source> 4896 <source>
4888 <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>"/> 4897 <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>"/>
@@ -4908,75 +4917,75 @@
4908 4917
4909 <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>"/> 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>"/>
4910 </target> 4919 </target>
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">638</context></context-group> 4920
4912 </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">690</context></context-group></trans-unit>
4913 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4922 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4914 <source>HLS support enabled</source> 4923 <source>HLS support enabled</source>
4915 <target state="new">HLS support enabled</target> 4924 <target state="new">HLS support enabled</target>
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">635</context></context-group> 4925
4917 </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">687</context></context-group></trans-unit>
4918 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4927 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4919 <source>Transcoding threads</source> 4928 <source>Transcoding threads</source>
4920 <target>Subprocessos per la transcodificació</target> 4929 <target>Subprocessos per la transcodificació</target>
4921 <context-group name="null"> 4930 <context-group name="null">
4922 <context context-type="linenumber">517</context> 4931 <context context-type="linenumber">517</context>
4923 </context-group> 4932 </context-group>
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">660</context></context-group> 4933
4925 </trans-unit> 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">712</context></context-group></trans-unit>
4926 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4935 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4927 <source>Resolutions to generate</source> 4936 <source>Resolutions to generate</source>
4928 <target state="new">Resolutions to generate</target> 4937 <target state="new">Resolutions to generate</target>
4929 <context-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> 4938
4930 </trans-unit> 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">725</context></context-group></trans-unit>
4931 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4940 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4932 <source>CACHE</source> 4941 <source>CACHE</source>
4933 <target state="new">CACHE</target> 4942 <target state="new">CACHE</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">699</context></context-group> 4943
4935 </trans-unit> 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">751</context></context-group></trans-unit>
4936 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4945 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4937 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4946 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4938 <target state="new"> 4947 <target state="new">
4939 Some files are not federated, and fetched when necessary. Define their caching policies. 4948 Some files are not federated, and fetched when necessary. Define their caching policies.
4940 </target> 4949 </target>
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">700</context></context-group> 4950
4942 </trans-unit> 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">752</context></context-group></trans-unit>
4943 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4952 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4944 <source>Number of previews to keep in cache</source> 4953 <source>Number of previews to keep in cache</source>
4945 <target state="new">Number of previews to keep in cache</target> 4954 <target state="new">Number of previews to keep in cache</target>
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">709</context></context-group> 4955
4947 </trans-unit> 4956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
4948 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4957 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4949 <source>Number of video captions to keep in cache</source> 4958 <source>Number of video captions to keep in cache</source>
4950 <target state="new">Number of video captions to keep in cache</target> 4959 <target state="new">Number of video captions to keep in cache</target>
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">718</context></context-group> 4960
4952 </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">770</context></context-group></trans-unit>
4953 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4962 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4954 <source>CUSTOMIZATIONS</source> 4963 <source>CUSTOMIZATIONS</source>
4955 <target state="new">CUSTOMIZATIONS</target> 4964 <target state="new">CUSTOMIZATIONS</target>
4956 <context-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> 4965
4957 </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">785</context></context-group></trans-unit>
4958 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4967 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4959 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4968 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4960 <target state="new"> 4969 <target state="new">
4961 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4970 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4962 </target> 4971 </target>
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">734</context></context-group> 4972
4964 </trans-unit> 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">786</context></context-group></trans-unit>
4965 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4974 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4966 <source>JavaScript</source> 4975 <source>JavaScript</source>
4967 <target>JavaScript</target> 4976 <target>JavaScript</target>
4968 <context-group name="null"> 4977 <context-group name="null">
4969 <context context-type="linenumber">575</context> 4978 <context context-type="linenumber">575</context>
4970 </context-group> 4979 </context-group>
4971 <context-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> 4980
4972 </trans-unit> 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">796</context></context-group></trans-unit>
4973 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4982 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4974 <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> 4983 <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>
4975 <target state="new"> 4984 <target state="new">
4976 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 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>"/>
4977 </target> 4986 </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">747</context></context-group> 4987
4979 </trans-unit> 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">799</context></context-group></trans-unit>
4980 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4989 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4981 <source> 4990 <source>
4982 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 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/>"/>
@@ -5002,29 +5011,29 @@
5002 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5011 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5003 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5012 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5004 </target> 5013 </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">766</context></context-group> 5014
5006 </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">818</context></context-group></trans-unit>
5007 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5016 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5008 <source>Advanced configuration</source> 5017 <source>Advanced configuration</source>
5009 <target>Configuració avançada</target> 5018 <target>Configuració avançada</target>
5010 <context-group name="null"> 5019 <context-group name="null">
5011 <context context-type="linenumber">452</context> 5020 <context context-type="linenumber">452</context>
5012 </context-group> 5021 </context-group>
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">559</context></context-group> 5022
5014 </trans-unit> 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">611</context></context-group></trans-unit>
5015 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5024 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5016 <source>Update configuration</source> 5025 <source>Update configuration</source>
5017 <target>Actualitza la configuració</target> 5026 <target>Actualitza la configuració</target>
5018 <context-group name="null"> 5027 <context-group name="null">
5019 <context context-type="linenumber">628</context> 5028 <context context-type="linenumber">628</context>
5020 </context-group> 5029 </context-group>
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">804</context></context-group> 5030
5022 </trans-unit> 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">858</context></context-group></trans-unit>
5023 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5032 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5024 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5033 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5025 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5034 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
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">805</context></context-group> 5035
5027 </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">856</context></context-group></trans-unit>
5028 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5037 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5029 <source>PROFILE</source> 5038 <source>PROFILE</source>
5030 <target state="new">PROFILE</target> 5039 <target state="new">PROFILE</target>
@@ -5257,23 +5266,23 @@
5257 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5266 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5258 <context context-type="linenumber">17</context> 5267 <context context-type="linenumber">17</context>
5259 </context-group> 5268 </context-group>
5260 </trans-unit> 5269 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5261 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5270 <source>Your current password</source><target state="new">Your current password</target>
5262 <source>Your password</source>
5263 <target state="new">Your password</target>
5264 <context-group purpose="location"> 5271 <context-group purpose="location">
5265 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5272 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5266 <context context-type="linenumber">27</context> 5273 <context context-type="linenumber">26</context>
5267 </context-group> 5274 </context-group>
5268 </trans-unit> 5275 </trans-unit>
5276 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5277 <source>Your password</source>
5278 <target state="new">Your password</target>
5279
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">28</context></context-group></trans-unit>
5269 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5281 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5270 <source>Change email</source> 5282 <source>Change email</source>
5271 <target state="new">Change email</target> 5283 <target state="new">Change email</target>
5272 <context-group purpose="location"> 5284
5273 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5285 <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">36</context></context-group></trans-unit>
5274 <context context-type="linenumber">35</context>
5275 </context-group>
5276 </trans-unit>
5277 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5286 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5278 <source>Theme</source> 5287 <source>Theme</source>
5279 <target state="new">Theme</target> 5288 <target state="new">Theme</target>
@@ -6092,17 +6101,18 @@
6092 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6101 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6093 <context context-type="linenumber">2</context> 6102 <context context-type="linenumber">2</context>
6094 </context-group> 6103 </context-group>
6095 </trans-unit> 6104 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6096 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6105 <source>
6097 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6106 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6098 <target state="new"> 6107 </source><target state="new">
6099 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6108 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6100 </target> 6109 </target>
6101 <context-group purpose="location"> 6110 <context-group purpose="location">
6102 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6111 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6103 <context context-type="linenumber">9</context> 6112 <context context-type="linenumber">9</context>
6104 </context-group> 6113 </context-group>
6105 </trans-unit> 6114 </trans-unit>
6115
6106 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6116 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6107 <source> 6117 <source>
6108 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6118 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9990,6 +10000,24 @@
9990 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10000 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9991 <context context-type="linenumber">1</context> 10001 <context context-type="linenumber">1</context>
9992 </context-group> 10002 </context-group>
10003 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10004 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10005 <context-group purpose="location">
10006 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10007 <context context-type="linenumber">1</context>
10008 </context-group>
10009 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10010 <source>Delete account comments</source><target state="new">Delete account comments</target>
10011 <context-group purpose="location">
10012 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10013 <context context-type="linenumber">1</context>
10014 </context-group>
10015 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10016 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10017 <context-group purpose="location">
10018 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10019 <context context-type="linenumber">1</context>
10020 </context-group>
9993 </trans-unit> 10021 </trans-unit>
9994 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10022 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9995 <source>Edit user</source> 10023 <source>Edit user</source>
@@ -10094,6 +10122,18 @@
10094 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10122 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10095 <context context-type="linenumber">1</context> 10123 <context context-type="linenumber">1</context>
10096 </context-group> 10124 </context-group>
10125 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10126 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10127 <context-group purpose="location">
10128 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10129 <context context-type="linenumber">1</context>
10130 </context-group>
10131 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10132 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10133 <context-group purpose="location">
10134 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10135 <context context-type="linenumber">1</context>
10136 </context-group>
10097 </trans-unit> 10137 </trans-unit>
10098 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 10138 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
10099 <source>Mute this account by your instance</source> 10139 <source>Mute this account by your instance</source>
@@ -10158,6 +10198,18 @@
10158 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10198 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10159 <context context-type="linenumber">1</context> 10199 <context context-type="linenumber">1</context>
10160 </context-group> 10200 </context-group>
10201 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10202 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10203 <context-group purpose="location">
10204 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10205 <context context-type="linenumber">1</context>
10206 </context-group>
10207 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10208 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10209 <context-group purpose="location">
10210 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10211 <context context-type="linenumber">1</context>
10212 </context-group>
10161 </trans-unit> 10213 </trans-unit>
10162 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10214 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10163 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10215 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.cs-CZ.xlf b/client/src/locale/angular.cs-CZ.xlf
index 4b7013588..048874225 100644
--- a/client/src/locale/angular.cs-CZ.xlf
+++ b/client/src/locale/angular.cs-CZ.xlf
@@ -419,7 +419,7 @@
419 <context context-type="linenumber">9</context> 419 <context context-type="linenumber">9</context>
420 </context-group> 420 </context-group>
421 421
422 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 422 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
423 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 423 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
424 <source>Start at</source> 424 <source>Start at</source>
425 <target>Začít v čase</target> 425 <target>Začít v čase</target>
@@ -477,7 +477,7 @@
477 <source>video</source><target state="new">video</target> 477 <source>video</source><target state="new">video</target>
478 478
479 479
480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 480 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
481 <source>subtitles</source><target state="new">subtitles</target> 481 <source>subtitles</source><target state="new">subtitles</target>
482 <context-group purpose="location"> 482 <context-group purpose="location">
483 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 483 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -682,7 +682,7 @@
682 <source>Deleted</source> 682 <source>Deleted</source>
683 <target state="new">Deleted</target> 683 <target state="new">Deleted</target>
684 684
685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
686 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 686 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
687 <source>Edit starts/stops at</source> 687 <source>Edit starts/stops at</source>
688 <target>Upravit čas spuštění/zastavení</target> 688 <target>Upravit čas spuštění/zastavení</target>
@@ -736,7 +736,7 @@
736 736
737 737
738 738
739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
740 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 740 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
741 <source>Edit</source> 741 <source>Edit</source>
742 <target>Upravit</target> 742 <target>Upravit</target>
@@ -1579,13 +1579,13 @@
1579 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1579 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1580 <context context-type="linenumber">21</context> 1580 <context context-type="linenumber">21</context>
1581 </context-group> 1581 </context-group>
1582 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1582 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1583 <source> 1583 <source>
1584 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>"/>. 1584 Please consider configuring 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>"/>.
1585 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>"/>. 1585 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1586 </source><target state="new"> 1586 </source><target state="new">
1587 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>"/>. 1587 Please consider configuring 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>"/>.
1588 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>"/>. 1588 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1589 </target> 1589 </target>
1590 <context-group purpose="location"> 1590 <context-group purpose="location">
1591 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1591 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1873,63 +1873,33 @@
1873 1873
1874 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1874 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1875 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1875 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1876 <context-group purpose="location"> 1876
1877 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1877 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1878 <context context-type="linenumber">16</context>
1879 </context-group>
1880 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1881 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1878 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1882 <context-group purpose="location"> 1879
1883 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1880 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1884 <context context-type="linenumber">18</context>
1885 </context-group>
1886 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1887 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1881 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1888 <context-group purpose="location"> 1882
1889 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1883 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1890 <context context-type="linenumber">22</context>
1891 </context-group>
1892 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1893 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1884 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1894 <context-group purpose="location"> 1885
1895 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1886 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1896 <context context-type="linenumber">29</context>
1897 </context-group>
1898 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1899 <source>any instance</source><target state="new">any instance</target> 1887 <source>any instance</source><target state="new">any instance</target>
1900 <context-group purpose="location"> 1888
1901 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1889 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1902 <context context-type="linenumber">32</context>
1903 </context-group>
1904 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1905 <source>only followed instances</source><target state="new">only followed instances</target> 1890 <source>only followed instances</source><target state="new">only followed instances</target>
1906 <context-group purpose="location"> 1891
1907 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1892 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1908 <context context-type="linenumber">33</context>
1909 </context-group>
1910 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1911 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1893 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1912 <context-group purpose="location"> 1894
1913 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1895 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1914 <context context-type="linenumber">31</context>
1915 </context-group>
1916 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1917 <source>channel</source><target state="new">channel</target> 1896 <source>channel</source><target state="new">channel</target>
1918 <context-group purpose="location"> 1897
1919 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1898
1920 <context context-type="linenumber">40</context> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1921 </context-group>
1922 <context-group purpose="location">
1923 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1924 <context context-type="linenumber">43</context>
1925 </context-group>
1926 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1927 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1900 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1928 <context-group purpose="location"> 1901
1929 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1902 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1930 <context context-type="linenumber">49</context>
1931 </context-group>
1932 </trans-unit>
1933 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1903 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1934 <source>Search...</source> 1904 <source>Search...</source>
1935 <target>Hledat...</target> 1905 <target>Hledat...</target>
@@ -3151,10 +3121,10 @@
3151 <context context-type="linenumber">14</context> 3121 <context context-type="linenumber">14</context>
3152 </context-group> 3122 </context-group>
3153 3123
3154 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3124 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3155 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 3125 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
3156 3126
3157 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 3127 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3158 3128
3159 3129
3160 3130
@@ -3629,7 +3599,7 @@
3629 <context context-type="linenumber">95</context> 3599 <context context-type="linenumber">95</context>
3630 </context-group> 3600 </context-group>
3631 3601
3632 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3633 <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> 3603 <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>
3634 <context-group purpose="location"> 3604 <context-group purpose="location">
3635 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3605 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -4120,7 +4090,13 @@
4120 <target state="new">Homepage</target> 4090 <target state="new">Homepage</target>
4121 4091
4122 4092
4123 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 4093 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4094 <source>Close this message</source><target state="new">Close this message</target>
4095 <context-group purpose="location">
4096 <context context-type="sourcefile">src/app/app.component.html</context>
4097 <context context-type="linenumber">34</context>
4098 </context-group>
4099 </trans-unit>
4124 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4100 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4125 <source>Go to the plugin homepage</source> 4101 <source>Go to the plugin homepage</source>
4126 <target state="new">Go to the plugin homepage</target> 4102 <target state="new">Go to the plugin homepage</target>
@@ -4524,17 +4500,57 @@
4524 <context context-type="linenumber">223</context> 4500 <context context-type="linenumber">223</context>
4525 </context-group> 4501 </context-group>
4526 4502
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4504 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4505 <context-group purpose="location">
4506 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4507 <context context-type="linenumber">281</context>
4508 </context-group>
4509 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4510 <source>
4511 Display a message on your instance
4512 </source><target state="new">
4513 Display a message on your instance
4514 </target>
4515 <context-group purpose="location">
4516 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4517 <context context-type="linenumber">282</context>
4518 </context-group>
4519 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4520 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4521 <context-group purpose="location">
4522 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4523 <context context-type="linenumber">294</context>
4524 </context-group>
4525 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4526 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4527 <context-group purpose="location">
4528 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4529 <context context-type="linenumber">301</context>
4530 </context-group>
4531 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4532 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4533 <context-group purpose="location">
4534 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4535 <context context-type="linenumber">306</context>
4536 </context-group>
4537 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4538 <source>Message</source><target state="new">Message</target>
4539 <context-group purpose="location">
4540 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4541 <context context-type="linenumber">318</context>
4542 </context-group>
4543 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4528 <source>NEW USERS</source><target state="new">NEW USERS</target> 4544 <source>NEW USERS</source><target state="new">NEW USERS</target>
4529 4545
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4531 <source> 4547 <source>
4532 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. 4548 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.
4533 </source><target state="new"> 4549 </source><target state="new">
4534 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. 4550 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.
4535 </target> 4551 </target>
4536 4552
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">282</context></context-group></trans-unit> 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">334</context></context-group></trans-unit>
4538 4554
4539 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4555 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4540 <source>Signup enabled</source> 4556 <source>Signup enabled</source>
@@ -4543,7 +4559,7 @@
4543 <context context-type="linenumber">235</context> 4559 <context context-type="linenumber">235</context>
4544 </context-group> 4560 </context-group>
4545 4561
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">293</context></context-group></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">345</context></context-group></trans-unit>
4547 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4563 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4548 <source>Signup requires email verification</source> 4564 <source>Signup requires email verification</source>
4549 <target>Registrace vyžaduje ověření e-mailem.</target> 4565 <target>Registrace vyžaduje ověření e-mailem.</target>
@@ -4551,7 +4567,7 @@
4551 <context context-type="linenumber">242</context> 4567 <context context-type="linenumber">242</context>
4552 </context-group> 4568 </context-group>
4553 4569
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">301</context></context-group></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">353</context></context-group></trans-unit>
4555 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4571 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4556 <source>Signup limit</source> 4572 <source>Signup limit</source>
4557 <target>Limit registrací</target> 4573 <target>Limit registrací</target>
@@ -4559,7 +4575,7 @@
4559 <context context-type="linenumber">247</context> 4575 <context context-type="linenumber">247</context>
4560 </context-group> 4576 </context-group>
4561 4577
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">305</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">357</context></context-group></trans-unit>
4563 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4579 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4564 <source>Users</source> 4580 <source>Users</source>
4565 <target>Uživatelé</target> 4581 <target>Uživatelé</target>
@@ -4648,84 +4664,78 @@
4648 <source>Default video quota per user</source> 4664 <source>Default video quota per user</source>
4649 <target state="new">Default video quota per user</target> 4665 <target state="new">Default video quota per user</target>
4650 4666
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">320</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">372</context></context-group></trans-unit>
4652 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4668 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4653 <source>Default daily upload limit per user</source> 4669 <source>Default daily upload limit per user</source>
4654 <target state="new">Default daily upload limit per user</target> 4670 <target state="new">Default daily upload limit per user</target>
4655 4671
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4657 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4673 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4658 4674
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4660 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4676 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4661 4677
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4663 <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> 4679 <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>
4664 4680
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">367</context></context-group></trans-unit> 4681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit>
4666 4682
4667 4683
4668 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4684 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4669 <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> 4685 <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>
4670 4686
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4672 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4688 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4673 4689
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4675 <source>FEDERATION</source><target state="new">FEDERATION</target> 4691 <source>FEDERATION</source><target state="new">FEDERATION</target>
4676 4692
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4678 <source> 4694 <source>
4679 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. 4695 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.
4680 </source><target state="new"> 4696 </source><target state="new">
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. 4697 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.
4682 </target> 4698 </target>
4683 4699
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4685 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4701 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4686 4702
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">412</context></context-group></trans-unit> 4703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit>
4688 4704
4689 4705
4690 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4706 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4691 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4707 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4692 4708
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">471</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> 4710 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4695 4711
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4697 <source> 4713 <source>
4698 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>"/>. 4714 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>"/>.
4699 </source><target state="new"> 4715 </source><target state="new">
4700 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>"/>. 4716 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>"/>.
4701 </target> 4717 </target>
4702 <context-group purpose="location"> 4718
4703 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4704 <context context-type="linenumber">450</context>
4705 </context-group>
4706 </trans-unit>
4707 4720
4708 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4721 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4709 <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> 4722 <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>
4710 4723
4711 4724
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4713 4726
4714 4727
4715 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4728 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4716 <source>Index URL</source> 4729 <source>Index URL</source>
4717 <target state="new">Index URL</target> 4730 <target state="new">Index URL</target>
4718 4731
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4720 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4733 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4721 <context-group purpose="location"> 4734
4722 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4723 <context context-type="linenumber">445</context>
4724 </context-group>
4725 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4726 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4736 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4727 4737
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">477</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">529</context></context-group></trans-unit>
4729 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4739 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4730 <source>Administrator</source> 4740 <source>Administrator</source>
4731 <target>Administrátor</target> 4741 <target>Administrátor</target>
@@ -4741,7 +4751,7 @@
4741 <context context-type="linenumber">387</context> 4751 <context context-type="linenumber">387</context>
4742 </context-group> 4752 </context-group>
4743 4753
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">483</context></context-group></trans-unit> 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>
4745 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4755 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4746 <source>Enable contact form</source> 4756 <source>Enable contact form</source>
4747 <target>Povolit kontaktní formulář</target> 4757 <target>Povolit kontaktní formulář</target>
@@ -4749,7 +4759,7 @@
4749 <context context-type="linenumber">398</context> 4759 <context context-type="linenumber">398</context>
4750 </context-group> 4760 </context-group>
4751 4761
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">494</context></context-group></trans-unit> 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">546</context></context-group></trans-unit>
4753 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4763 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4754 <source>Basic configuration</source> 4764 <source>Basic configuration</source>
4755 <target>Základní nastavení</target> 4765 <target>Základní nastavení</target>
@@ -4760,14 +4770,14 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4761 <source>TWITTER</source><target state="new">TWITTER</target> 4771 <source>TWITTER</source><target state="new">TWITTER</target>
4762 4772
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4764 <source> 4774 <source>
4765 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4775 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4766 </source><target state="new"> 4776 </source><target state="new">
4767 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4777 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4768 </target> 4778 </target>
4769 4779
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">512</context></context-group></trans-unit> 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">564</context></context-group></trans-unit>
4771 4781
4772 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4782 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4773 <source>Your Twitter username</source> 4783 <source>Your Twitter username</source>
@@ -4776,7 +4786,7 @@
4776 <context context-type="linenumber">413</context> 4786 <context context-type="linenumber">413</context>
4777 </context-group> 4787 </context-group>
4778 4788
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">523</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">575</context></context-group></trans-unit>
4780 4790
4781 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4791 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4782 <source>Instance whitelisted by Twitter</source> 4792 <source>Instance whitelisted by Twitter</source>
@@ -4785,7 +4795,7 @@
4785 <context context-type="linenumber">431</context> 4795 <context context-type="linenumber">431</context>
4786 </context-group> 4796 </context-group>
4787 4797
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4789 <source> 4799 <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/>"/> 4800 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/>"/> 4801 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 +4810,7 @@
4800 to see if you instance is whitelisted. 4810 to see if you instance is whitelisted.
4801 </target> 4811 </target>
4802 4812
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">539</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">591</context></context-group></trans-unit>
4804 4814
4805 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4815 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4806 <source>Services</source> 4816 <source>Services</source>
@@ -4809,10 +4819,10 @@
4809 <context context-type="linenumber">405</context> 4819 <context context-type="linenumber">405</context>
4810 </context-group> 4820 </context-group>
4811 4821
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4813 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4823 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4814 4824
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4816 <source> 4826 <source>
4817 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4827 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. 4828 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4821,7 +4831,7 @@
4821 resources, this is a critical part of PeerTube, so tread carefully. 4831 resources, this is a critical part of PeerTube, so tread carefully.
4822 </target> 4832 </target>
4823 4833
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">566</context></context-group></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">618</context></context-group></trans-unit>
4825 4835
4826 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4836 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4827 <source>Transcoding enabled</source> 4837 <source>Transcoding enabled</source>
@@ -4830,7 +4840,7 @@
4830 <context context-type="linenumber">461</context> 4840 <context context-type="linenumber">461</context>
4831 </context-group> 4841 </context-group>
4832 4842
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">579</context></context-group></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">631</context></context-group></trans-unit>
4834 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4844 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4835 <source>If you disable transcoding, many videos from your users will not work!</source> 4845 <source>If you disable transcoding, many videos from your users will not work!</source>
4836 <target>Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!</target> 4846 <target>Pokud zakážete překódování, mnoho videí od vašich uživatelů nebude fungovat!</target>
@@ -4838,10 +4848,10 @@
4838 <context context-type="linenumber">465</context> 4848 <context context-type="linenumber">465</context>
4839 </context-group> 4849 </context-group>
4840 4850
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">635</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> 4852 <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 4853
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">594</context></context-group></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">646</context></context-group></trans-unit>
4845 4855
4846 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4856 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4847 <source>Allow additional extensions</source> 4857 <source>Allow additional extensions</source>
@@ -4850,10 +4860,10 @@
4850 <context context-type="linenumber">475</context> 4860 <context context-type="linenumber">475</context>
4851 </context-group> 4861 </context-group>
4852 4862
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></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><target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4864 <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>
4855 4865
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">605</context></context-group></trans-unit> 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>
4857 4867
4858 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4868 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4859 <source>Allow audio files upload</source> 4869 <source>Allow audio files upload</source>
@@ -4862,7 +4872,7 @@
4862 <context context-type="linenumber">486</context> 4872 <context context-type="linenumber">486</context>
4863 </context-group> 4873 </context-group>
4864 4874
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4866 <source> 4876 <source>
4867 <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>"/> 4877 <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>"/>
4868 4878
@@ -4881,10 +4891,10 @@
4881 <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>"/> 4891 <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>"/>
4882 </target> 4892 </target>
4883 4893
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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4885 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4895 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4886 4896
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4888 <source> 4898 <source>
4889 <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 <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>"/>
4890 4900
@@ -4909,13 +4919,13 @@
4909 <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 <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>"/>
4910 </target> 4920 </target>
4911 4921
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">638</context></context-group></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">690</context></context-group></trans-unit>
4913 4923
4914 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4924 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4915 <source>HLS support enabled</source> 4925 <source>HLS support enabled</source>
4916 <target state="new">HLS support enabled</target> 4926 <target state="new">HLS support enabled</target>
4917 4927
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">635</context></context-group></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">687</context></context-group></trans-unit>
4919 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4929 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4920 <source>Transcoding threads</source> 4930 <source>Transcoding threads</source>
4921 <target>Vlákna na překódování</target> 4931 <target>Vlákna na překódování</target>
@@ -4923,41 +4933,41 @@
4923 <context context-type="linenumber">517</context> 4933 <context context-type="linenumber">517</context>
4924 </context-group> 4934 </context-group>
4925 4935
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4927 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4937 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4928 4938
4929 <context-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> 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">725</context></context-group></trans-unit>
4930 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4940 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4931 <source>CACHE</source><target state="new">CACHE</target> 4941 <source>CACHE</source><target state="new">CACHE</target>
4932 4942
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4934 <source> 4944 <source>
4935 Some files are not federated, and fetched when necessary. Define their caching policies. 4945 Some files are not federated, and fetched when necessary. Define their caching policies.
4936 </source><target state="new"> 4946 </source><target state="new">
4937 Some files are not federated, and fetched when necessary. Define their caching policies. 4947 Some files are not federated, and fetched when necessary. Define their caching policies.
4938 </target> 4948 </target>
4939 4949
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4941 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4951 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4942 4952
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4944 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4954 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4945 4955
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">718</context></context-group></trans-unit> 4956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
4947 4957
4948 4958
4949 4959
4950 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4960 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4951 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4961 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4952 4962
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4954 <source> 4964 <source>
4955 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4965 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4956 </source><target state="new"> 4966 </source><target state="new">
4957 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4967 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4958 </target> 4968 </target>
4959 4969
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">734</context></context-group></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">786</context></context-group></trans-unit>
4961 4971
4962 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4972 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4963 <source>JavaScript</source> 4973 <source>JavaScript</source>
@@ -4966,14 +4976,14 @@
4966 <context context-type="linenumber">575</context> 4976 <context context-type="linenumber">575</context>
4967 </context-group> 4977 </context-group>
4968 4978
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4970 <source> 4980 <source>
4971 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 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>"/>
4972 </source><target state="new"> 4982 </source><target state="new">
4973 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 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>"/>
4974 </target> 4984 </target>
4975 4985
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4977 <source> 4987 <source>
4978 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/>"/> 4988 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/>"/>
4979 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4989 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4998,7 +5008,7 @@
4998 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5008 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4999 </target> 5009 </target>
5000 5010
5001 <context-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> 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">818</context></context-group></trans-unit>
5002 5012
5003 5013
5004 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5014 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5008,7 +5018,7 @@
5008 <context context-type="linenumber">452</context> 5018 <context context-type="linenumber">452</context>
5009 </context-group> 5019 </context-group>
5010 5020
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">559</context></context-group></trans-unit> 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">611</context></context-group></trans-unit>
5012 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5022 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5013 <source>Update configuration</source> 5023 <source>Update configuration</source>
5014 <target>Aktualizovat nastavení</target> 5024 <target>Aktualizovat nastavení</target>
@@ -5016,12 +5026,12 @@
5016 <context context-type="linenumber">628</context> 5026 <context context-type="linenumber">628</context>
5017 </context-group> 5027 </context-group>
5018 5028
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">804</context></context-group></trans-unit> 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">858</context></context-group></trans-unit>
5020 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5030 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5021 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5031 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5022 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5032 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5023 5033
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5025 <source>PROFILE</source><target state="new">PROFILE</target> 5035 <source>PROFILE</source><target state="new">PROFILE</target>
5026 <context-group purpose="location"> 5036 <context-group purpose="location">
5027 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5037 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5227,6 +5237,12 @@
5227 <context context-type="linenumber">17</context> 5237 <context context-type="linenumber">17</context>
5228 </context-group> 5238 </context-group>
5229 <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">17</context></context-group> 5239 <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">17</context></context-group>
5240 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5241 <source>Your current password</source><target state="new">Your current password</target>
5242 <context-group purpose="location">
5243 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5244 <context context-type="linenumber">26</context>
5245 </context-group>
5230 </trans-unit> 5246 </trans-unit>
5231 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5247 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5232 <source>Your password</source> 5248 <source>Your password</source>
@@ -5234,16 +5250,16 @@
5234 <context-group name="null"> 5250 <context-group name="null">
5235 <context context-type="linenumber">27</context> 5251 <context context-type="linenumber">27</context>
5236 </context-group> 5252 </context-group>
5237 <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">27</context></context-group> 5253
5238 </trans-unit> 5254 <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">28</context></context-group></trans-unit>
5239 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5255 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5240 <source>Change email</source> 5256 <source>Change email</source>
5241 <target>Změnit email</target> 5257 <target>Změnit email</target>
5242 <context-group name="null"> 5258 <context-group name="null">
5243 <context context-type="linenumber">35</context> 5259 <context context-type="linenumber">35</context>
5244 </context-group> 5260 </context-group>
5245 <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">35</context></context-group> 5261
5246 </trans-unit> 5262 <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">36</context></context-group></trans-unit>
5247 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5263 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5248 <source>Theme</source> 5264 <source>Theme</source>
5249 <target state="new">Theme</target> 5265 <target state="new">Theme</target>
@@ -6051,11 +6067,11 @@
6051 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6067 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6052 <context context-type="linenumber">2</context> 6068 <context context-type="linenumber">2</context>
6053 </context-group> 6069 </context-group>
6054 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6070 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6055 <source> 6071 <source>
6056 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6072 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6057 </source><target state="new"> 6073 </source><target state="new">
6058 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6074 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6059 </target> 6075 </target>
6060 <context-group purpose="location"> 6076 <context-group purpose="location">
6061 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6077 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -9845,6 +9861,24 @@
9845 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9861 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9846 <context context-type="linenumber">1</context> 9862 <context context-type="linenumber">1</context>
9847 </context-group> 9863 </context-group>
9864 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9865 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9866 <context-group purpose="location">
9867 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9868 <context context-type="linenumber">1</context>
9869 </context-group>
9870 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9871 <source>Delete account comments</source><target state="new">Delete account comments</target>
9872 <context-group purpose="location">
9873 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9874 <context context-type="linenumber">1</context>
9875 </context-group>
9876 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9877 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9878 <context-group purpose="location">
9879 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9880 <context context-type="linenumber">1</context>
9881 </context-group>
9848 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9882 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9849 <source>Edit user</source><target state="new">Edit user</target> 9883 <source>Edit user</source><target state="new">Edit user</target>
9850 <context-group purpose="location"> 9884 <context-group purpose="location">
@@ -9931,6 +9965,18 @@
9931 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9965 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9932 <context context-type="linenumber">1</context> 9966 <context context-type="linenumber">1</context>
9933 </context-group> 9967 </context-group>
9968 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9969 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9970 <context-group purpose="location">
9971 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9972 <context context-type="linenumber">1</context>
9973 </context-group>
9974 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9975 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9976 <context-group purpose="location">
9977 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9978 <context context-type="linenumber">1</context>
9979 </context-group>
9934 </trans-unit> 9980 </trans-unit>
9935 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9981 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9936 <source>Mute this account by your instance</source> 9982 <source>Mute this account by your instance</source>
@@ -9987,6 +10033,18 @@
9987 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10033 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9988 <context context-type="linenumber">1</context> 10034 <context context-type="linenumber">1</context>
9989 </context-group> 10035 </context-group>
10036 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10037 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10038 <context-group purpose="location">
10039 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10040 <context context-type="linenumber">1</context>
10041 </context-group>
10042 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10043 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10044 <context-group purpose="location">
10045 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10046 <context context-type="linenumber">1</context>
10047 </context-group>
9990 </trans-unit> 10048 </trans-unit>
9991 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10049 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
9992 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10050 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.da-DK.xlf b/client/src/locale/angular.da-DK.xlf
index 7da4eb9bf..bf84ee532 100644
--- a/client/src/locale/angular.da-DK.xlf
+++ b/client/src/locale/angular.da-DK.xlf
@@ -390,7 +390,7 @@
390 <context-group name="null"> 390 <context-group name="null">
391 <context context-type="linenumber">9</context> 391 <context context-type="linenumber">9</context>
392 </context-group> 392 </context-group>
393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 393 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 395 <source>Start at</source>
396 <target>Start ved</target> 396 <target>Start ved</target>
@@ -434,7 +434,7 @@
434 <source>video</source><target state="new">video</target> 434 <source>video</source><target state="new">video</target>
435 435
436 436
437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
438 <source>subtitles</source><target state="new">subtitles</target> 438 <source>subtitles</source><target state="new">subtitles</target>
439 <context-group purpose="location"> 439 <context-group purpose="location">
440 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 440 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -588,7 +588,7 @@
588 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 588 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
589 <source>Deleted</source><target state="new">Deleted</target> 589 <source>Deleted</source><target state="new">Deleted</target>
590 590
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
593 593
594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
@@ -615,7 +615,7 @@
615 <context-group name="null"> 615 <context-group name="null">
616 <context context-type="linenumber">13</context> 616 <context context-type="linenumber">13</context>
617 </context-group> 617 </context-group>
618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 618 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
619 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 619 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
620 <source>Edit</source> 620 <source>Edit</source>
621 <target>Redigere</target> 621 <target>Redigere</target>
@@ -1244,13 +1244,13 @@
1244 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1244 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1245 <context context-type="linenumber">21</context> 1245 <context context-type="linenumber">21</context>
1246 </context-group> 1246 </context-group>
1247 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1247 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1248 <source> 1248 <source>
1249 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>"/>. 1249 Please consider configuring 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>"/>.
1250 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>"/>. 1250 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1251 </source><target state="new"> 1251 </source><target state="new">
1252 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>"/>. 1252 Please consider configuring 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>"/>.
1253 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>"/>. 1253 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1254 </target> 1254 </target>
1255 <context-group purpose="location"> 1255 <context-group purpose="location">
1256 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1256 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1489,63 +1489,33 @@
1489 1489
1490 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1490 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1491 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1491 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1492 <context-group purpose="location"> 1492
1493 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1493 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1494 <context context-type="linenumber">16</context>
1495 </context-group>
1496 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1497 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1494 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1498 <context-group purpose="location"> 1495
1499 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1496 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1500 <context context-type="linenumber">18</context>
1501 </context-group>
1502 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1503 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1497 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1504 <context-group purpose="location"> 1498
1505 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1499 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1506 <context context-type="linenumber">22</context>
1507 </context-group>
1508 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1509 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1500 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1510 <context-group purpose="location"> 1501
1511 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1502 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1512 <context context-type="linenumber">29</context>
1513 </context-group>
1514 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1515 <source>any instance</source><target state="new">any instance</target> 1503 <source>any instance</source><target state="new">any instance</target>
1516 <context-group purpose="location"> 1504
1517 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1505 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1518 <context context-type="linenumber">32</context>
1519 </context-group>
1520 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1521 <source>only followed instances</source><target state="new">only followed instances</target> 1506 <source>only followed instances</source><target state="new">only followed instances</target>
1522 <context-group purpose="location"> 1507
1523 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1508 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1524 <context context-type="linenumber">33</context>
1525 </context-group>
1526 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1527 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1509 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1528 <context-group purpose="location"> 1510
1529 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1511 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1530 <context context-type="linenumber">31</context>
1531 </context-group>
1532 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1533 <source>channel</source><target state="new">channel</target> 1512 <source>channel</source><target state="new">channel</target>
1534 <context-group purpose="location"> 1513
1535 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1514
1536 <context context-type="linenumber">40</context> 1515 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1537 </context-group>
1538 <context-group purpose="location">
1539 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1540 <context context-type="linenumber">43</context>
1541 </context-group>
1542 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1543 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1516 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1544 <context-group purpose="location"> 1517
1545 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1518 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1546 <context context-type="linenumber">49</context>
1547 </context-group>
1548 </trans-unit>
1549 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1519 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1550 <source>Search...</source> 1520 <source>Search...</source>
1551 <target>Søg …</target> 1521 <target>Søg …</target>
@@ -2400,10 +2370,10 @@
2400 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 2370 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2401 <source>Reply</source><target state="new">Reply</target> 2371 <source>Reply</source><target state="new">Reply</target>
2402 2372
2403 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2373 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2404 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2374 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2405 2375
2406 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 2376 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2407 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2377 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2408 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 2378 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target>
2409 <context-group purpose="location"> 2379 <context-group purpose="location">
@@ -2722,7 +2692,7 @@
2722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2723 <source>Ban reason:</source><target state="new">Ban reason:</target> 2693 <source>Ban reason:</source><target state="new">Ban reason:</target>
2724 2694
2725 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2726 <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> 2696 <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>
2727 <context-group purpose="location"> 2697 <context-group purpose="location">
2728 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2698 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3118,7 +3088,13 @@
3118 <source>Homepage</source><target state="new">Homepage</target> 3088 <source>Homepage</source><target state="new">Homepage</target>
3119 3089
3120 3090
3121 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3091 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3092 <source>Close this message</source><target state="new">Close this message</target>
3093 <context-group purpose="location">
3094 <context context-type="sourcefile">src/app/app.component.html</context>
3095 <context context-type="linenumber">34</context>
3096 </context-group>
3097 </trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3122 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target> 3098 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target>
3123 3099
3124 3100
@@ -3412,26 +3388,66 @@
3412 <context-group name="null"> 3388 <context-group name="null">
3413 <context context-type="linenumber">223</context> 3389 <context context-type="linenumber">223</context>
3414 </context-group> 3390 </context-group>
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
3392 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
3393 <context-group purpose="location">
3394 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3395 <context context-type="linenumber">281</context>
3396 </context-group>
3397 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
3398 <source>
3399 Display a message on your instance
3400 </source><target state="new">
3401 Display a message on your instance
3402 </target>
3403 <context-group purpose="location">
3404 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3405 <context context-type="linenumber">282</context>
3406 </context-group>
3407 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
3408 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
3409 <context-group purpose="location">
3410 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3411 <context context-type="linenumber">294</context>
3412 </context-group>
3413 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
3414 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
3415 <context-group purpose="location">
3416 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3417 <context context-type="linenumber">301</context>
3418 </context-group>
3419 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
3420 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
3421 <context-group purpose="location">
3422 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3423 <context context-type="linenumber">306</context>
3424 </context-group>
3425 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
3426 <source>Message</source><target state="new">Message</target>
3427 <context-group purpose="location">
3428 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3429 <context context-type="linenumber">318</context>
3430 </context-group>
3431 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3416 <source>NEW USERS</source><target state="new">NEW USERS</target> 3432 <source>NEW USERS</source><target state="new">NEW USERS</target>
3417 3433
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3419 <source> 3435 <source>
3420 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. 3436 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.
3421 </source><target state="new"> 3437 </source><target state="new">
3422 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. 3438 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.
3423 </target> 3439 </target>
3424 3440
3425 <context-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"> 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">334</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3426 <source>Signup enabled</source><target state="new">Signup enabled</target> 3442 <source>Signup enabled</source><target state="new">Signup enabled</target>
3427 3443
3428 <context-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"> 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">345</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3429 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3445 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3430 3446
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">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">353</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3432 <source>Signup limit</source><target state="new">Signup limit</target> 3448 <source>Signup limit</source><target state="new">Signup limit</target>
3433 3449
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">305</context></context-group></trans-unit> 3450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
3435 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 3451 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
3436 <source>Users</source> 3452 <source>Users</source>
3437 <target>Brugere</target> 3453 <target>Brugere</target>
@@ -3517,70 +3533,64 @@
3517 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3533 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3518 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3534 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3519 3535
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">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 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">372</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3521 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3537 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3522 3538
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3524 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3540 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3525 3541
3526 <context-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"> 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3527 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3543 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3528 3544
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3530 <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> 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>
3531 3547
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">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" 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">419</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3533 <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> 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>
3534 3550
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3536 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3552 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3537 3553
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3539 <source>FEDERATION</source><target state="new">FEDERATION</target> 3555 <source>FEDERATION</source><target state="new">FEDERATION</target>
3540 3556
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3542 <source> 3558 <source>
3543 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. 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.
3544 </source><target state="new"> 3560 </source><target state="new">
3545 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. 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.
3546 </target> 3562 </target>
3547 3563
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3549 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3565 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3550 3566
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">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" 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">464</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3552 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3568 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3553 3569
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3555 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3571 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3556 3572
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3558 <source> 3574 <source>
3559 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>"/>. 3575 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>"/>.
3560 </source><target state="new"> 3576 </source><target state="new">
3561 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>"/>. 3577 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>"/>.
3562 </target> 3578 </target>
3563 <context-group purpose="location"> 3579
3564 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3565 <context context-type="linenumber">450</context>
3566 </context-group>
3567 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3568 <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> 3581 <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>
3569 3582
3570 3583
3571 <context-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"> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3572 <source>Index URL</source><target state="new">Index URL</target> 3585 <source>Index URL</source><target state="new">Index URL</target>
3573 3586
3574 <context-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"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3575 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 3588 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3576 <context-group purpose="location"> 3589
3577 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3578 <context context-type="linenumber">445</context>
3579 </context-group>
3580 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3581 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3591 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3582 3592
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">477</context></context-group></trans-unit> 3593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
3584 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 3594 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
3585 <source>Administrator</source> 3595 <source>Administrator</source>
3586 <target>Administrator</target> 3596 <target>Administrator</target>
@@ -3590,30 +3600,30 @@
3590 <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"> 3600 <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">
3591 <source>Admin email</source><target state="new">Admin email</target> 3601 <source>Admin email</source><target state="new">Admin email</target>
3592 3602
3593 <context-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"> 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">535</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3594 <source>Enable contact form</source><target state="new">Enable contact form</target> 3604 <source>Enable contact form</source><target state="new">Enable contact form</target>
3595 3605
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">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" 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">546</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3597 <source>Basic configuration</source><target state="new">Basic configuration</target> 3607 <source>Basic configuration</source><target state="new">Basic configuration</target>
3598 3608
3599 <context-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"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3600 <source>TWITTER</source><target state="new">TWITTER</target> 3610 <source>TWITTER</source><target state="new">TWITTER</target>
3601 3611
3602 <context-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"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3603 <source> 3613 <source>
3604 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3614 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3605 </source><target state="new"> 3615 </source><target state="new">
3606 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3616 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3607 </target> 3617 </target>
3608 3618
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">512</context></context-group></trans-unit> 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">564</context></context-group></trans-unit>
3610 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3620 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3611 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3621 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3612 3622
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">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 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">575</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3614 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3624 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3615 3625
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3617 <source> 3627 <source>
3618 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/>"/> 3628 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/>"/>
3619 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/>"/> 3629 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/>"/>
@@ -3628,17 +3638,17 @@
3628 to see if you instance is whitelisted. 3638 to see if you instance is whitelisted.
3629 </target> 3639 </target>
3630 3640
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">539</context></context-group></trans-unit> 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">591</context></context-group></trans-unit>
3632 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 3642 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
3633 <source>Services</source> 3643 <source>Services</source>
3634 <target>Tjenester</target> 3644 <target>Tjenester</target>
3635 <context-group name="null"> 3645 <context-group name="null">
3636 <context context-type="linenumber">405</context> 3646 <context context-type="linenumber">405</context>
3637 </context-group> 3647 </context-group>
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3648 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3639 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3649 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3640 3650
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3642 <source> 3652 <source>
3643 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3653 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3644 resources, this is a critical part of PeerTube, so tread carefully. 3654 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3647,7 +3657,7 @@
3647 resources, this is a critical part of PeerTube, so tread carefully. 3657 resources, this is a critical part of PeerTube, so tread carefully.
3648 </target> 3658 </target>
3649 3659
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">566</context></context-group></trans-unit> 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">618</context></context-group></trans-unit>
3651 3661
3652 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 3662 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
3653 <source>Transcoding enabled</source> 3663 <source>Transcoding enabled</source>
@@ -3655,22 +3665,22 @@
3655 <context-group name="null"> 3665 <context-group name="null">
3656 <context context-type="linenumber">461</context> 3666 <context context-type="linenumber">461</context>
3657 </context-group> 3667 </context-group>
3658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">579</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 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">631</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3659 <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> 3669 <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>
3660 3670
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3671 <context-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="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3662 <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> 3672 <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>
3663 3673
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">594</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3665 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3675 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3666 3676
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3668 <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> 3678 <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>
3669 3679
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">605</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">657</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3671 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3681 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3672 3682
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3674 <source> 3684 <source>
3675 <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>"/> 3685 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3676 3686
@@ -3689,10 +3699,10 @@
3689 <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>"/> 3699 <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>"/>
3690 </target> 3700 </target>
3691 3701
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3693 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3703 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3694 3704
3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3696 <source> 3706 <source>
3697 <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>"/> 3707 <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>"/>
3698 3708
@@ -3717,56 +3727,56 @@
3717 <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>"/> 3727 <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>"/>
3718 </target> 3728 </target>
3719 3729
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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 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">690</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3721 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3731 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3722 3732
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">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 3733 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3724 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3734 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3725 3735
3726 <context-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"> 3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3727 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3737 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3728 3738
3729 <context-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"> 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">725</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3730 <source>CACHE</source><target state="new">CACHE</target> 3740 <source>CACHE</source><target state="new">CACHE</target>
3731 3741
3732 <context-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"> 3742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3733 <source> 3743 <source>
3734 Some files are not federated, and fetched when necessary. Define their caching policies. 3744 Some files are not federated, and fetched when necessary. Define their caching policies.
3735 </source><target state="new"> 3745 </source><target state="new">
3736 Some files are not federated, and fetched when necessary. Define their caching policies. 3746 Some files are not federated, and fetched when necessary. Define their caching policies.
3737 </target> 3747 </target>
3738 3748
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3740 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3750 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3741 3751
3742 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3743 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3753 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3744 3754
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3746 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3756 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3747 3757
3748 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 3758 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3749 <source> 3759 <source>
3750 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3760 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3751 </source><target state="new"> 3761 </source><target state="new">
3752 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3762 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3753 </target> 3763 </target>
3754 3764
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">734</context></context-group></trans-unit> 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">786</context></context-group></trans-unit>
3756 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3766 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3757 <source>JavaScript</source> 3767 <source>JavaScript</source>
3758 <target>JavaScript</target> 3768 <target>JavaScript</target>
3759 <context-group name="null"> 3769 <context-group name="null">
3760 <context context-type="linenumber">575</context> 3770 <context context-type="linenumber">575</context>
3761 </context-group> 3771 </context-group>
3762 <context-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"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3763 <source> 3773 <source>
3764 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3774 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3765 </source><target state="new"> 3775 </source><target state="new">
3766 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3776 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3767 </target> 3777 </target>
3768 3778
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3770 <source> 3780 <source>
3771 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/>"/> 3781 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/>"/>
3772 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3782 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3791,20 +3801,20 @@
3791 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3801 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3792 </target> 3802 </target>
3793 3803
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">766</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">818</context></context-group></trans-unit>
3795 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 3805 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
3796 <source>Advanced configuration</source> 3806 <source>Advanced configuration</source>
3797 <target>Avanceret konfiguration</target> 3807 <target>Avanceret konfiguration</target>
3798 <context-group name="null"> 3808 <context-group name="null">
3799 <context context-type="linenumber">452</context> 3809 <context context-type="linenumber">452</context>
3800 </context-group> 3810 </context-group>
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">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" 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">611</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3802 <source>Update configuration</source><target state="new">Update configuration</target> 3812 <source>Update configuration</source><target state="new">Update configuration</target>
3803 3813
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">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" 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">858</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3805 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 3815 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3806 3816
3807 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3808 <source>PROFILE</source><target state="new">PROFILE</target> 3818 <source>PROFILE</source><target state="new">PROFILE</target>
3809 <context-group purpose="location"> 3819 <context-group purpose="location">
3810 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3820 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3980,19 +3990,19 @@
3980 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3990 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
3981 <context context-type="linenumber">17</context> 3991 <context context-type="linenumber">17</context>
3982 </context-group> 3992 </context-group>
3983 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 3993 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
3984 <source>Your password</source><target state="new">Your password</target> 3994 <source>Your current password</source><target state="new">Your current password</target>
3985 <context-group purpose="location"> 3995 <context-group purpose="location">
3986 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3996 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
3987 <context context-type="linenumber">27</context> 3997 <context context-type="linenumber">26</context>
3988 </context-group> 3998 </context-group>
3989 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 3999 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4000 <source>Your password</source><target state="new">Your password</target>
4001
4002 <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">28</context></context-group></trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
3990 <source>Change email</source><target state="new">Change email</target> 4003 <source>Change email</source><target state="new">Change email</target>
3991 <context-group purpose="location"> 4004
3992 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4005 <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">36</context></context-group></trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3993 <context context-type="linenumber">35</context>
3994 </context-group>
3995 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3996 <source>Theme</source><target state="new">Theme</target> 4006 <source>Theme</source><target state="new">Theme</target>
3997 4007
3998 <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"> 4008 <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">
@@ -4644,11 +4654,11 @@
4644 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4654 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4645 <context context-type="linenumber">2</context> 4655 <context context-type="linenumber">2</context>
4646 </context-group> 4656 </context-group>
4647 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 4657 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
4648 <source> 4658 <source>
4649 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4659 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4650 </source><target state="new"> 4660 </source><target state="new">
4651 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4661 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4652 </target> 4662 </target>
4653 <context-group purpose="location"> 4663 <context-group purpose="location">
4654 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4664 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -7715,6 +7725,24 @@
7715 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7725 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7716 <context context-type="linenumber">1</context> 7726 <context context-type="linenumber">1</context>
7717 </context-group> 7727 </context-group>
7728 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
7729 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
7730 <context-group purpose="location">
7731 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7732 <context context-type="linenumber">1</context>
7733 </context-group>
7734 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
7735 <source>Delete account comments</source><target state="new">Delete account comments</target>
7736 <context-group purpose="location">
7737 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7738 <context context-type="linenumber">1</context>
7739 </context-group>
7740 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
7741 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
7742 <context-group purpose="location">
7743 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7744 <context context-type="linenumber">1</context>
7745 </context-group>
7718 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 7746 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
7719 <source>Edit user</source><target state="new">Edit user</target> 7747 <source>Edit user</source><target state="new">Edit user</target>
7720 <context-group purpose="location"> 7748 <context-group purpose="location">
@@ -7793,6 +7821,18 @@
7793 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7821 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7794 <context context-type="linenumber">1</context> 7822 <context context-type="linenumber">1</context>
7795 </context-group> 7823 </context-group>
7824 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
7825 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
7826 <context-group purpose="location">
7827 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7828 <context context-type="linenumber">1</context>
7829 </context-group>
7830 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
7831 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
7832 <context-group purpose="location">
7833 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7834 <context context-type="linenumber">1</context>
7835 </context-group>
7796 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 7836 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
7797 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target> 7837 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target>
7798 <context-group purpose="location"> 7838 <context-group purpose="location">
@@ -7841,6 +7881,18 @@
7841 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7881 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7842 <context context-type="linenumber">1</context> 7882 <context context-type="linenumber">1</context>
7843 </context-group> 7883 </context-group>
7884 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
7885 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
7886 <context-group purpose="location">
7887 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7888 <context context-type="linenumber">1</context>
7889 </context-group>
7890 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
7891 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
7892 <context-group purpose="location">
7893 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7894 <context context-type="linenumber">1</context>
7895 </context-group>
7844 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 7896 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
7845 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 7897 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
7846 <context-group purpose="location"> 7898 <context-group purpose="location">
diff --git a/client/src/locale/angular.de-DE.xlf b/client/src/locale/angular.de-DE.xlf
index 7e43ec5a5..cd8ad0471 100644
--- a/client/src/locale/angular.de-DE.xlf
+++ b/client/src/locale/angular.de-DE.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 }}"/> hat eine neue Video veröffentlicht<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 }}"/> hat eine neue Video veröffentlicht<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">Dein 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;"/> wurde wurde freigeschaltet </target> 284 <target state="translated">Dein 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>"/> wurde wurde freigeschaltet </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">Dein 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;"/> wurde gesperrt </target> 289 <target state="translated">Dein 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>"/> wurde gesperrt </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;"/>Ein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wurde gemeldet <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>"/>Ein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> wurde gemeldet <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">Das gerade hochgeladene 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;"/> wurde <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatisch gesperrt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">Das gerade hochgeladene 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>"/> wurde <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automatisch gesperrt<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;"/> hat Deine Video kommentiert <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>"/> hat Deine Video kommentiert <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">Dein 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;"/> wurde veröffentlicht </target> 320 <target state="translated">Dein 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>"/> wurde veröffentlicht </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;"/>Dein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> wurde erfolgreich importiert </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Dein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> wurde erfolgreich importiert </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;"/>Dein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> konnte leider nicht importiert werden </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Dein Video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> konnte leider nicht importiert werden </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">Benutzer <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;"/> hat auf Deine Instanz angemeldet </target> 335 <target state="translated">Benutzer <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>"/> hat auf Deine Instanz angemeldet </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;"/> folgt jetzt<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>deinem 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;"/>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>"/> folgt jetzt<x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>deinem 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>"/>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;"/> hat dich hier erwähnt: <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>"/> hat dich hier erwähnt: <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">Deine Instanz hat <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>einen neuen 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;"/> </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">Deine Instanz hat <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>einen neuen Follower<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>"/> awaiting your approval<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">Deine Instanz ist automatisch <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;"/> gefolgt </target> 366 <target state="translated">Deine Instanz ist automatisch <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>"/> gefolgt </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">
@@ -388,9 +396,9 @@
388 <context-group name="null"> 396 <context-group name="null">
389 <context context-type="linenumber">9</context> 397 <context context-type="linenumber">9</context>
390 </context-group> 398 </context-group>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 399
392 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 400
393 </trans-unit> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 403 <source>Start at</source>
396 <target>Beginne bei</target> 404 <target>Beginne bei</target>
@@ -458,9 +466,9 @@
458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
459 <source>video</source> 467 <source>video</source>
460 <target state="translated">Video</target> 468 <target state="translated">Video</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 469
462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 470
463 </trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
464 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
465 <source>subtitles</source> 473 <source>subtitles</source>
466 <target state="translated">Untertitel</target> 474 <target state="translated">Untertitel</target>
@@ -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>
@@ -673,10 +681,10 @@
673 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 681 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
674 <source>Deleted</source> 682 <source>Deleted</source>
675 <target state="translated">Gelöscht</target> 683 <target state="translated">Gelöscht</target>
676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 684
677 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 685
678 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 686
679 </trans-unit> 687 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
680 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 688 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
681 <source>Edit starts/stops at</source> 689 <source>Edit starts/stops at</source>
682 <target>Bearbeitung beginnt/endet bei</target> 690 <target>Bearbeitung beginnt/endet bei</target>
@@ -726,11 +734,11 @@
726 <context-group name="null"> 734 <context-group name="null">
727 <context context-type="linenumber">13</context> 735 <context context-type="linenumber">13</context>
728 </context-group> 736 </context-group>
729 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 737
730 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 738
731 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 739
732 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 740
733 </trans-unit> 741 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
734 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 742 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
735 <source>Edit</source> 743 <source>Edit</source>
736 <target>Bearbeiten</target> 744 <target>Bearbeiten</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;"/>Entfernt abonnieren<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>"/>Entfernt abonnieren<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;"/>Entfernt interagieren<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>"/>Entfernt interagieren<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,16 +853,22 @@
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" datatype="html"> 855 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
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>
846 <target state="translated">Du kannst einen Kanal über jede ActivityPub-kompatible Fediverse-Instanz abonnieren.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Zum Beispiel bei Mastodon oder Pleroma kannst du die Kanal-URL ins Suchfeld eintragen und abonnieren. </target> 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>
860 <target state="translated">Du kannst einen Kanal über jede ActivityPub-kompatible Fediverse-Instanz abonnieren.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Zum Beispiel bei Mastodon oder Pleroma kannst du die Kanal-URL ins Suchfeld eintragen und abonnieren. </target>
847 <context-group purpose="location"> 861 <context-group purpose="location">
848 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 862 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
849 <context context-type="linenumber">17</context> 863 <context context-type="linenumber">17</context>
850 </context-group> 864 </context-group>
851 </trans-unit> 865 </trans-unit>
852 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 866 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
853 <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> 867 <source>
854 <target state="translated">Du kannst über jede ActivityPub-kompatible Fediverse-Instanz damit interagieren.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Zum Beispiel bei Mastodon oder Pleroma kannst du die aktuelle URL in das Suchfeld eintragen und dann damit interagieren. </target> 868 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
869 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
870 </source>
871 <target state="translated">Du kannst über jede ActivityPub-kompatible Fediverse-Instanz damit interagieren.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Zum Beispiel bei Mastodon oder Pleroma kannst du die aktuelle URL in das Suchfeld eintragen und dann damit interagieren. </target>
855 <context-group purpose="location"> 872 <context-group purpose="location">
856 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 873 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
857 <context context-type="linenumber">26</context> 874 <context context-type="linenumber">26</context>
@@ -866,8 +883,11 @@
866 </context-group> 883 </context-group>
867 </trans-unit> 884 </trans-unit>
868 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 885 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
869 <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> 886 <source>
870 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Standardrichtlinie für NSFW-/heikle Videos<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;"/>kann von den Nutzern geändert werden<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 887 <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>"/>
888 <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>"/>
889 </source>
890 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Standardrichtlinie für NSFW-/heikle Videos<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>"/>kann von den Nutzern geändert werden<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
871 <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> 891 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
872 </trans-unit> 892 </trans-unit>
873 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c"> 893 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
@@ -916,9 +936,9 @@
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> 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>
917 </trans-unit> 937 </trans-unit>
918 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 938 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
919 <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> 939 <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>
920 <target> 940 <target>
921 Unbegrenzt <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> pro Tag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 941 Unbegrenzt <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> pro Tag)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
922 </target> 942 </target>
923 <context-group name="null"> 943 <context-group name="null">
924 <context context-type="linenumber">53</context> 944 <context context-type="linenumber">53</context>
@@ -1119,8 +1139,8 @@
1119 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1139 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1120 </trans-unit> 1140 </trans-unit>
1121 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1141 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1122 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1142 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1123 <target state="translated">Entschuldigung, es gab ein Problem mit dem externen Login-Prozess. Bitte <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Administrator kontaktieren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1143 <target state="translated">Entschuldigung, es gab ein Problem mit dem externen Login-Prozess. Bitte <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Administrator kontaktieren<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1124 <context-group purpose="location"> 1144 <context-group purpose="location">
1125 <context context-type="sourcefile">src/app/login/login.component.html</context> 1145 <context context-type="sourcefile">src/app/login/login.component.html</context>
1126 <context context-type="linenumber">6</context> 1146 <context context-type="linenumber">6</context>
@@ -1135,8 +1155,15 @@
1135 </context-group> 1155 </context-group>
1136 </trans-unit> 1156 </trans-unit>
1137 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1157 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1138 <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> 1158 <source>
1139 <target state="translated">Diese Instanz erlaubt gegenwärtig keine Registrierung von Nutzern, aber Sie können eine andere Instanz für die Registrierung eines Accounts für den Upload von Videos hier finden. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Eine Übersicht verschiedener Instanzen finden Sie auf <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> 1159 Currently this instance doesn't allow for user registration, but you can find an instance
1160 that gives you the possibility to sign up for an account and upload your videos there.
1161
1162 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1163
1164 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>"/>.
1165 </source>
1166 <target state="translated">Diese Instanz erlaubt gegenwärtig keine Registrierung von Nutzern, aber Sie können eine andere Instanz für die Registrierung eines Accounts für den Upload von Videos hier finden. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Eine Übersicht verschiedener Instanzen finden Sie auf <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>
1140 <context-group purpose="location"> 1167 <context-group purpose="location">
1141 <context context-type="sourcefile">src/app/login/login.component.html</context> 1168 <context context-type="sourcefile">src/app/login/login.component.html</context>
1142 <context context-type="linenumber">16</context> 1169 <context context-type="linenumber">16</context>
@@ -1301,9 +1328,9 @@
1301 </context-group> 1328 </context-group>
1302 </trans-unit> 1329 </trans-unit>
1303 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1330 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1304 <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> 1331 <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>
1305 <target> 1332 <target>
1306 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;"/> 1333 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>"/>
1307 </target> 1334 </target>
1308 <context-group name="null"> 1335 <context-group name="null">
1309 <context context-type="linenumber">6</context> 1336 <context context-type="linenumber">6</context>
@@ -1311,10 +1338,13 @@
1311 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1338 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1312 </trans-unit> 1339 </trans-unit>
1313 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1340 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1314 <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> 1341 <source>
1342 Filters
1343 <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>"/>
1344 </source>
1315 <target> 1345 <target>
1316 Filter 1346 Filter
1317 <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;"/> 1347 <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>"/>
1318 </target> 1348 </target>
1319 <context-group name="null"> 1349 <context-group name="null">
1320 <context context-type="linenumber">16</context> 1350 <context context-type="linenumber">16</context>
@@ -1346,7 +1376,8 @@
1346 </context-group> 1376 </context-group>
1347 </trans-unit> 1377 </trans-unit>
1348 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1378 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1349 <source>CLI documentation</source> 1379 <source>CLI
1380 documentation</source>
1350 <target state="translated">CLI-Dokumentation</target> 1381 <target state="translated">CLI-Dokumentation</target>
1351 <context-group purpose="location"> 1382 <context-group purpose="location">
1352 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1383 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1362,7 +1393,8 @@
1362 </context-group> 1393 </context-group>
1363 </trans-unit> 1394 </trans-unit>
1364 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1395 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1365 <source>Administer documentation</source> 1396 <source>Administer
1397 documentation</source>
1366 <target state="translated">Dokumentation verwalten</target> 1398 <target state="translated">Dokumentation verwalten</target>
1367 <context-group purpose="location"> 1399 <context-group purpose="location">
1368 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1400 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1378,7 +1410,8 @@
1378 </context-group> 1410 </context-group>
1379 </trans-unit> 1411 </trans-unit>
1380 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1412 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1381 <source>Use documentation</source> 1413 <source>Use
1414 documentation</source>
1382 <target state="translated">Verwende Dokumentation</target> 1415 <target state="translated">Verwende Dokumentation</target>
1383 <context-group purpose="location"> 1416 <context-group purpose="location">
1384 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1417 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1402,16 +1435,16 @@
1402 </context-group> 1435 </context-group>
1403 </trans-unit> 1436 </trans-unit>
1404 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1437 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1405 <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> 1438 <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>
1406 <target state="translated">Offizielle PeerTube-Website (Nachrichten, Hilfe, beitragen...): <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> 1439 <target state="translated">Offizielle PeerTube-Website (Nachrichten, Hilfe, beitragen...): <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>
1407 <context-group purpose="location"> 1440 <context-group purpose="location">
1408 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1441 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1409 <context context-type="linenumber">44</context> 1442 <context context-type="linenumber">44</context>
1410 </context-group> 1443 </context-group>
1411 </trans-unit> 1444 </trans-unit>
1412 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1445 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1413 <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> 1446 <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>
1414 <target state="translated">Füge deine Instanz zum öffentlichen PeerTube-Index hinzu: <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> 1447 <target state="translated">Füge deine Instanz zum öffentlichen PeerTube-Index hinzu: <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>
1415 <context-group purpose="location"> 1448 <context-group purpose="location">
1416 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1449 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1417 <context context-type="linenumber">47</context> 1450 <context context-type="linenumber">47</context>
@@ -1426,16 +1459,26 @@
1426 </context-group> 1459 </context-group>
1427 </trans-unit> 1460 </trans-unit>
1428 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1461 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1429 <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> 1462 <source>
1430 <target state="translated">Deinen <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Instanznamen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> auswählen, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>eine Beschreibung hinzufügen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, beschreiben <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>wer du bist<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, warum <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>du diese Instanz erstellt hast<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> und <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>wie lange<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> du planst <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>sie zu betreiben <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ist sehr wichtig für die Besucher um zu verstehen auf was für einer Art von Instanz sie sich befinden. </target> 1463 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>"/>,
1464 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>"/>
1465 is very important for visitors to understand on what type of instance they are.
1466 </source>
1467 <target state="translated">Deinen <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Instanznamen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> auswählen, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>eine Beschreibung hinzufügen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, beschreiben <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>wer du bist<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, warum <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>du diese Instanz erstellt hast<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> und <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>wie lange<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> du planst <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>sie zu betreiben <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> ist sehr wichtig für die Besucher um zu verstehen auf was für einer Art von Instanz sie sich befinden. </target>
1431 <context-group purpose="location"> 1468 <context-group purpose="location">
1432 <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>
1433 <context context-type="linenumber">61</context> 1470 <context context-type="linenumber">61</context>
1434 </context-group> 1471 </context-group>
1435 </trans-unit> 1472 </trans-unit>
1436 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1473 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1437 <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> 1474 <source>
1438 <target state="translated">Wenn du die Instanz für Registrierungen öffnen willst, lege bitte fest, wie <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>deine Moderationsregeln<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> lauten, fülle die <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Nutzungsbedingungen deiner Instanz<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>aus und lege Kategorien fest und gib die Sprache an, die du sprichst. Auf diese Art hilfst du Nutzern sich auf <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>der richtigen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube-Instanz anzumelden. </target> 1475 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
1476 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1477 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
1478 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1479 PeerTube instance.
1480 </source>
1481 <target state="translated">Wenn du die Instanz für Registrierungen öffnen willst, lege bitte fest, wie <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>deine Moderationsregeln<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> lauten, fülle die <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Nutzungsbedingungen deiner Instanz<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>aus und lege Kategorien fest und gib die Sprache an, die du sprichst. Auf diese Art hilfst du Nutzern sich auf <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>der richtigen<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube-Instanz anzumelden. </target>
1439 <context-group purpose="location"> 1482 <context-group purpose="location">
1440 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1483 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1441 <context context-type="linenumber">67</context> 1484 <context context-type="linenumber">67</context>
@@ -1522,18 +1565,20 @@
1522 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1565 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1523 <context context-type="linenumber">21</context> 1566 <context context-type="linenumber">21</context>
1524 </context-group> 1567 </context-group>
1525 </trans-unit> 1568 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1526 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1569 <source>
1527 <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> 1570 Please consider configuring 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>"/>.
1528 <target state="new"> 1571 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1529 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;"/>. 1572 </source><target state="new">
1530 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;"/>. 1573 Please consider configuring 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>"/>.
1574 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1531 </target> 1575 </target>
1532 <context-group purpose="location"> 1576 <context-group purpose="location">
1533 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1577 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1534 <context context-type="linenumber">24</context> 1578 <context context-type="linenumber">24</context>
1535 </context-group> 1579 </context-group>
1536 </trans-unit> 1580 </trans-unit>
1581
1537 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1582 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1538 <source>Configure these fields</source> 1583 <source>Configure these fields</source>
1539 <target state="translated">Richte diese Felder ein</target> 1584 <target state="translated">Richte diese Felder ein</target>
@@ -1843,79 +1888,49 @@ Hilf mit PeerTube zu übersetzen!</target>
1843 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1888 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1844 <source>GLOBAL SEARCH</source> 1889 <source>GLOBAL SEARCH</source>
1845 <target state="translated">GLOBALE SUCHE</target> 1890 <target state="translated">GLOBALE SUCHE</target>
1846 <context-group purpose="location"> 1891
1847 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1892 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1848 <context context-type="linenumber">16</context>
1849 </context-group>
1850 </trans-unit>
1851 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1893 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1852 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1894 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1853 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1895 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1854 <context-group purpose="location"> 1896
1855 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1897 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1856 <context context-type="linenumber">18</context>
1857 </context-group>
1858 </trans-unit>
1859 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1898 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1860 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1899 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1861 <target state="translated">Ergebnisse werden mit denen externem Index angereichert. Es werden nur für die Anfrage benötigten Daten übermittelt.</target> 1900 <target state="translated">Ergebnisse werden mit denen externem Index angereichert. Es werden nur für die Anfrage benötigten Daten übermittelt.</target>
1862 <context-group purpose="location"> 1901
1863 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1902 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1864 <context context-type="linenumber">22</context>
1865 </context-group>
1866 </trans-unit>
1867 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1903 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1868 <source>ADVANCED SEARCH</source> 1904 <source>ADVANCED SEARCH</source>
1869 <target state="translated">ERWEITERTE SUCHE</target> 1905 <target state="translated">ERWEITERTE SUCHE</target>
1870 <context-group purpose="location"> 1906
1871 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1907 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1872 <context context-type="linenumber">29</context>
1873 </context-group>
1874 </trans-unit>
1875 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1908 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1876 <source>any instance</source> 1909 <source>any instance</source>
1877 <target state="translated">jede Instanz</target> 1910 <target state="translated">jede Instanz</target>
1878 <context-group purpose="location"> 1911
1879 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1880 <context context-type="linenumber">32</context>
1881 </context-group>
1882 </trans-unit>
1883 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1913 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1884 <source>only followed instances</source> 1914 <source>only followed instances</source>
1885 <target state="translated">nur Instanzen denen gefolgt wird</target> 1915 <target state="translated">nur Instanzen denen gefolgt wird</target>
1886 <context-group purpose="location"> 1916
1887 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1917 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1888 <context context-type="linenumber">33</context>
1889 </context-group>
1890 </trans-unit>
1891 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1918 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1892 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1919 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1893 <target state="translated">Bestimmt, ob Sie entfernte Inhalte auflösen können, oder ob diese Instanz dies nur für die Instanzen erlaubt denen gefolgt wird.</target> 1920 <target state="translated">Bestimmt, ob Sie entfernte Inhalte auflösen können, oder ob diese Instanz dies nur für die Instanzen erlaubt denen gefolgt wird.</target>
1894 <context-group purpose="location"> 1921
1895 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1922 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1896 <context context-type="linenumber">31</context>
1897 </context-group>
1898 </trans-unit>
1899 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1923 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1900 <source>channel</source> 1924 <source>channel</source>
1901 <target state="translated">Kanal</target> 1925 <target state="translated">Kanal</target>
1902 <context-group purpose="location"> 1926
1903 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1927
1904 <context context-type="linenumber">40</context> 1928 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1905 </context-group>
1906 <context-group purpose="location">
1907 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1908 <context context-type="linenumber">43</context>
1909 </context-group>
1910 </trans-unit>
1911 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1929 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1912 <source>Any other text will return matching video or channel names.</source> 1930 <source>Any other text will return matching video or channel names.</source>
1913 <target state="translated">Jeder andere Text gibt zutreffende Video oder Kanal-Namen zurück.</target> 1931 <target state="translated">Jeder andere Text gibt zutreffende Video oder Kanal-Namen zurück.</target>
1914 <context-group purpose="location"> 1932
1915 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1933 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1916 <context context-type="linenumber">49</context>
1917 </context-group>
1918 </trans-unit>
1919 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1934 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1920 <source>Search...</source> 1935 <source>Search...</source>
1921 <target>Suche...</target> 1936 <target>Suche...</target>
@@ -1957,8 +1972,11 @@ Hilf mit PeerTube zu übersetzen!</target>
1957 </context-group> 1972 </context-group>
1958 </trans-unit> 1973 </trans-unit>
1959 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1974 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1960 <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>
1961 <target state="translated">Springe zum Kanal <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> 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>
1979 <target state="translated">Springe zum Kanal <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>
1962 <context-group purpose="location"> 1980 <context-group purpose="location">
1963 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1981 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1964 <context context-type="linenumber">18</context> 1982 <context context-type="linenumber">18</context>
@@ -2196,8 +2214,12 @@ Hilf mit PeerTube zu übersetzen!</target>
2196 <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>
2197 </trans-unit> 2215 </trans-unit>
2198 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2216 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2199 <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>
2200 <target state="translated">Tags können benutzt werden um relevante Stichpunkte des Videoinhaltes hervorzuheben. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Maximal 5 Tags sind möglich. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Drücke ENTER um einen neuen Tag hinzuzufügen. </target> 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>
2222 <target state="translated">Tags können benutzt werden um relevante Stichpunkte des Videoinhaltes hervorzuheben. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Maximal 5 Tags sind möglich. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Drücke ENTER um einen neuen Tag hinzuzufügen. </target>
2201 <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> 2223 <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>
2202 </trans-unit> 2224 </trans-unit>
2203 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2225 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2357,7 +2379,7 @@ Hilf mit PeerTube zu übersetzen!</target>
2357 <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> 2379 <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>
2358 </trans-unit> 2380 </trans-unit>
2359 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2381 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2360 <source>Already uploaded ✔</source> 2382 <source>Already uploaded ✔</source>
2361 <target>Fast hochgeladen ✔</target> 2383 <target>Fast hochgeladen ✔</target>
2362 <context-group name="null"> 2384 <context-group name="null">
2363 <context context-type="linenumber">179</context> 2385 <context context-type="linenumber">179</context>
@@ -2488,8 +2510,12 @@ Hilf mit PeerTube zu übersetzen!</target>
2488 <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> 2510 <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>
2489 </trans-unit> 2511 </trans-unit>
2490 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2512 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2491 <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> 2513 <source>
2492 <target state="translated">Du kannst jede URL importieren die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>von youtube-dl unterstützt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> wird oder jede URL die direkt auf eine MP4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt besitzt auf den sie zeigt, andernfalls kann das zu rechlichen Schwierigkeiten für dich und deine Instanz führen. </target> 2514 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>"/>
2515 or URL that points to a raw MP4 file.
2516 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.
2517 </source>
2518 <target state="translated">Du kannst jede URL importieren die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>von youtube-dl unterstützt<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> wird oder jede URL die direkt auf eine MP4-Datei zeigt. Du solltest sicherstellen, dass du die Vertriebsrechte zu dem Inhalt besitzt auf den sie zeigt, andernfalls kann das zu rechlichen Schwierigkeiten für dich und deine Instanz führen. </target>
2493 <context-group purpose="location"> 2519 <context-group purpose="location">
2494 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2520 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2495 <context context-type="linenumber">10</context> 2521 <context context-type="linenumber">10</context>
@@ -2551,10 +2577,14 @@ Hilf mit PeerTube zu übersetzen!</target>
2551 <context-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> 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">31</context></context-group>
2552 </trans-unit> 2578 </trans-unit>
2553 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2579 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2554 <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> 2580 <source>
2581 Image that will be merged with your audio file.
2582 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2583 The chosen image will be definitive and cannot be modified.
2584 </source>
2555 <target> 2585 <target>
2556 Ein Bild, das mit deiner Audiodatei zusammengeführt wird. 2586 Ein Bild, das mit deiner Audiodatei zusammengeführt wird.
2557 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2587 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2558 Das ausgwählte Bild wird endgültig sein und kann nicht angepasst werden. 2588 Das ausgwählte Bild wird endgültig sein und kann nicht angepasst werden.
2559 </target> 2589 </target>
2560 <context-group name="null"> 2590 <context-group name="null">
@@ -2624,7 +2654,10 @@ Hilf mit PeerTube zu übersetzen!</target>
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">13</context></context-group> 2654 <context-group 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>
2625 </trans-unit> 2655 </trans-unit>
2626 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2656 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2627 <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> 2657 <source>
2658 You can import any torrent file that points to a mp4 file.
2659 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.
2660 </source>
2628 <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> 2661 <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>
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">16</context></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">16</context></context-group>
2630 </trans-unit> 2663 </trans-unit>
@@ -2639,8 +2672,12 @@ Hilf mit PeerTube zu übersetzen!</target>
2639 <context-group 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> 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">56</context></context-group>
2640 </trans-unit> 2673 </trans-unit>
2641 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2674 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2642 <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> 2675 <source>
2643 <target state="translated">Wir empfehlen nicht mit dem <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;"/> Nutzer deine Videos hinzuzufügen, das dies der Super-Admin Benutzer deiner Instanz ist. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Stattdessen, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>erstelle einen gesonderten Account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>um deine Videos hochzuladen. </target> 2676 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.
2677 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2678 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.
2679 </source>
2680 <target state="translated">Wir empfehlen nicht mit dem <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>"/> Nutzer deine Videos hinzuzufügen, das dies der Super-Admin Benutzer deiner Instanz ist. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Stattdessen, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>erstelle einen gesonderten Account<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>um deine Videos hochzuladen. </target>
2644 <context-group purpose="location"> 2681 <context-group purpose="location">
2645 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2682 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2646 <context context-type="linenumber">2</context> 2683 <context context-type="linenumber">2</context>
@@ -2882,16 +2919,16 @@ Hilf mit PeerTube zu übersetzen!</target>
2882 <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> 2919 <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>
2883 </trans-unit> 2920 </trans-unit>
2884 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2921 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2885 <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> 2922 <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>
2886 <target state="translated">Veröffentlicht <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 }}"/> Aufrufe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2923 <target state="translated">Veröffentlicht <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 }}"/> Aufrufe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2887 <context-group purpose="location"> 2924 <context-group purpose="location">
2888 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2925 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2889 <context context-type="linenumber">45</context> 2926 <context context-type="linenumber">45</context>
2890 </context-group> 2927 </context-group>
2891 </trans-unit> 2928 </trans-unit>
2892 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2929 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2893 <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> 2930 <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>
2894 <target state="translated">Veröffentlicht am <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 }}"/> Abrufe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2931 <target state="translated">Veröffentlicht am <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 }}"/> Abrufe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2895 <context-group purpose="location"> 2932 <context-group purpose="location">
2896 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2933 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2897 <context context-type="linenumber">56</context> 2934 <context context-type="linenumber">56</context>
@@ -3186,7 +3223,11 @@ Hilf mit PeerTube zu übersetzen!</target>
3186 <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> 3223 <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>
3187 </trans-unit> 3224 </trans-unit>
3188 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3225 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3189 <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> 3226 <source>
3227 You can comment using an account on any ActivityPub-compatible instance.
3228 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3229 from within the software's interface.
3230 </source>
3190 <target state="new"> 3231 <target state="new">
3191 You can comment using an account on any ActivityPub-compatible instance. 3232 You can comment using an account on any ActivityPub-compatible instance.
3192 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3233 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3224,13 +3265,13 @@ Hilf mit PeerTube zu übersetzen!</target>
3224 <context-group name="null"> 3265 <context-group name="null">
3225 <context context-type="linenumber">14</context> 3266 <context context-type="linenumber">14</context>
3226 </context-group> 3267 </context-group>
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3268
3228 </trans-unit> 3269 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3229 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3270 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3230 <source>This comment has been deleted</source> 3271 <source>This comment has been deleted</source>
3231 <target state="translated">Dieser Kommentar wurde gelöscht</target> 3272 <target state="translated">Dieser Kommentar wurde gelöscht</target>
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3273
3233 </trans-unit> 3274 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3234 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3275 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3235 <source>Follows &amp; redundancies</source> 3276 <source>Follows &amp; redundancies</source>
3236 <target state="new">Follows &amp; redundancies</target> 3277 <target state="new">Follows &amp; redundancies</target>
@@ -3370,8 +3411,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3370 <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> 3411 <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>
3371 </trans-unit> 3412 </trans-unit>
3372 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3413 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3373 <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> 3414 <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>
3374 <target>Erstellt <x id="START_TAG_P-SORTICON" ctype="x-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>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>
3375 <context-group name="null"> 3416 <context-group name="null">
3376 <context context-type="linenumber">11</context> 3417 <context context-type="linenumber">11</context>
3377 </context-group> 3418 </context-group>
@@ -3461,8 +3502,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3462 </trans-unit> 3503 </trans-unit>
3463 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3504 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3464 <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> 3505 <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>
3465 <target state="translated">Redundanz erlaubt <x id="START_TAG_P-SORTICON" ctype="x-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> 3506 <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>
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3507 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3467 </trans-unit> 3508 </trans-unit>
3468 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3509 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3581,9 +3622,12 @@ Hilf mit PeerTube zu übersetzen!</target>
3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3622 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3582 </trans-unit> 3623 </trans-unit>
3583 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3624 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3584 <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> 3625 <source>
3626 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/>"/>
3627 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3628 </source>
3585 <target state="new"> 3629 <target state="new">
3586 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;"/> 3630 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/>"/>
3587 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3631 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3588 </target> 3632 </target>
3589 <context-group purpose="location"> 3633 <context-group purpose="location">
@@ -3677,16 +3721,16 @@ Hilf mit PeerTube zu übersetzen!</target>
3677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3678 </trans-unit> 3722 </trans-unit>
3679 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3723 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3680 <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> 3724 <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>
3681 <target>Benutzername <x id="START_TAG_P-SORTICON" ctype="x-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> 3725 <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>
3682 <context-group name="null"> 3726 <context-group name="null">
3683 <context context-type="linenumber">40</context> 3727 <context context-type="linenumber">40</context>
3684 </context-group> 3728 </context-group>
3685 <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> 3729 <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>
3686 </trans-unit> 3730 </trans-unit>
3687 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3731 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3688 <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> 3732 <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>
3689 <target>Video-Kontingent <x id="START_TAG_P-SORTICON" ctype="x-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> 3733 <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>
3690 <context-group name="null"> 3734 <context-group name="null">
3691 <context context-type="linenumber">42</context> 3735 <context context-type="linenumber">42</context>
3692 </context-group> 3736 </context-group>
@@ -3737,8 +3781,8 @@ Hilf mit PeerTube zu übersetzen!</target>
3737 <context-group name="null"> 3781 <context-group name="null">
3738 <context context-type="linenumber">95</context> 3782 <context context-type="linenumber">95</context>
3739 </context-group> 3783 </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">118</context></context-group> 3784
3741 </trans-unit> 3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3742 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3786 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3743 <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> 3787 <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>
3744 <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> 3788 <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>
@@ -3797,8 +3841,8 @@ Hilf mit PeerTube zu übersetzen!</target>
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> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3798 </trans-unit> 3842 </trans-unit>
3799 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3843 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3800 <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> 3844 <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>
3801 <target state="new">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> 3845 <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"><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> 3846 <context-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>
3803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></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">24</context></context-group>
3804 </trans-unit> 3848 </trans-unit>
@@ -3857,8 +3901,8 @@ Hilf mit PeerTube zu übersetzen!</target>
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">26</context></context-group> 3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3858 </trans-unit> 3902 </trans-unit>
3859 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3903 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3860 <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> 3904 <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>
3861 <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> 3905 <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>
3862 <context-group name="null"> 3906 <context-group name="null">
3863 <context context-type="linenumber">11</context> 3907 <context context-type="linenumber">11</context>
3864 </context-group> 3908 </context-group>
@@ -4070,8 +4114,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4071 </trans-unit> 4115 </trans-unit>
4072 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4116 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4073 <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> 4117 <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>
4074 <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> 4118 <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>
4075 <context-group name="null"> 4119 <context-group name="null">
4076 <context context-type="linenumber">11</context> 4120 <context context-type="linenumber">11</context>
4077 </context-group> 4121 </context-group>
@@ -4080,8 +4124,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4080 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4124 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4081 </trans-unit> 4125 </trans-unit>
4082 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4126 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4083 <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> 4127 <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>
4084 <target state="translated">Bewertung <x id="START_TAG_P-SORTICON" ctype="x-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> 4128 <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>
4085 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4086 </trans-unit> 4130 </trans-unit>
4087 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4131 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4101,9 +4145,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4101 </context-group> 4145 </context-group>
4102 </trans-unit> 4146 </trans-unit>
4103 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4147 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4104 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4148 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4105 <target state="new"> 4149 <target state="new">
4106 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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;"/> 4150 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4107 </target> 4151 </target>
4108 <context-group purpose="location"> 4152 <context-group purpose="location">
4109 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4153 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4127,9 +4171,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4127 </context-group> 4171 </context-group>
4128 </trans-unit> 4172 </trans-unit>
4129 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4173 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4130 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4174 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4131 <target state="new"> 4175 <target state="new">
4132 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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;"/> 4176 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4133 </target> 4177 </target>
4134 <context-group purpose="location"> 4178 <context-group purpose="location">
4135 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4179 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4177,8 +4221,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4177 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4221 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4178 </trans-unit> 4222 </trans-unit>
4179 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4223 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4180 <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> 4224 <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>
4181 <target>Stummgeschaltet am <x id="START_TAG_P-SORTICON" ctype="x-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> 4225 <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>
4182 <context-group name="null"> 4226 <context-group name="null">
4183 <context context-type="linenumber">13</context> 4227 <context context-type="linenumber">13</context>
4184 </context-group> 4228 </context-group>
@@ -4307,6 +4351,12 @@ Hilf mit PeerTube zu übersetzen!</target>
4307 <context context-type="linenumber">51</context> 4351 <context context-type="linenumber">51</context>
4308 </context-group> 4352 </context-group>
4309 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4353 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4354 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4355 <source>Close this message</source><target state="new">Close this message</target>
4356 <context-group purpose="location">
4357 <context context-type="sourcefile">src/app/app.component.html</context>
4358 <context context-type="linenumber">34</context>
4359 </context-group>
4310 </trans-unit> 4360 </trans-unit>
4311 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4361 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4312 <source>Go to the plugin homepage</source> 4362 <source>Go to the plugin homepage</source>
@@ -4471,8 +4521,8 @@ Hilf mit PeerTube zu übersetzen!</target>
4471 </context-group> 4521 </context-group>
4472 </trans-unit> 4522 </trans-unit>
4473 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4523 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4474 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4524 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4475 <target state="translated">Von <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4525 <target state="translated">Von <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4476 <context-group purpose="location"> 4526 <context-group purpose="location">
4477 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4527 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4478 <context context-type="linenumber">32</context> 4528 <context context-type="linenumber">32</context>
@@ -4517,8 +4567,8 @@ Hilf mit PeerTube zu übersetzen!</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">65</context></context-group> 4567 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4518 </trans-unit> 4568 </trans-unit>
4519 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4569 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4520 <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> 4570 <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>
4521 <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> 4571 <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>
4522 <context-group purpose="location"><context context-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> 4572 <context-group purpose="location"><context context-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>
4523 </trans-unit> 4573 </trans-unit>
4524 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4574 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4557,9 +4607,9 @@ Hilf mit PeerTube zu übersetzen!</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">75</context></context-group> 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">75</context></context-group>
4558 </trans-unit> 4608 </trans-unit>
4559 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4609 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4560 <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> 4610 <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>
4561 <target state="new"> 4611 <target state="new">
4562 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. 4612 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.
4563 </target> 4613 </target>
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">76</context></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">76</context></context-group>
4565 </trans-unit> 4615 </trans-unit>
@@ -4569,9 +4619,12 @@ Hilf mit PeerTube zu übersetzen!</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">86</context></context-group> 4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4570 </trans-unit> 4620 </trans-unit>
4571 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4621 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4572 <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> 4622 <source>
4623 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/>"/>
4624 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4625 </source>
4573 <target state="new"> 4626 <target state="new">
4574 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;"/> 4627 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/>"/>
4575 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4628 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4576 </target> 4629 </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">90</context></context-group> 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">90</context></context-group>
@@ -4585,9 +4638,9 @@ Hilf mit PeerTube zu übersetzen!</target>
4585 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group> 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">99</context></context-group>
4586 </trans-unit> 4639 </trans-unit>
4587 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4640 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4588 <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> 4641 <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>
4589 <target state="new"> 4642 <target state="new">
4590 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. 4643 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.
4591 </target> 4644 </target>
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">103</context></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">103</context></context-group>
4593 </trans-unit> 4646 </trans-unit>
@@ -4724,9 +4777,9 @@ Hilf mit PeerTube zu übersetzen!</target>
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">240</context></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">240</context></context-group>
4725 </trans-unit> 4778 </trans-unit>
4726 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4779 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4727 <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> 4780 <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>
4728 <target state="new"> 4781 <target state="new">
4729 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;"/>. 4782 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>"/>.
4730 </target> 4783 </target>
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">241</context></context-group> 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">241</context></context-group>
4732 </trans-unit> 4785 </trans-unit>
@@ -4770,43 +4823,83 @@ Hilf mit PeerTube zu übersetzen!</target>
4770 <context context-type="linenumber">223</context> 4823 <context context-type="linenumber">223</context>
4771 </context-group> 4824 </context-group>
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">270</context></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">270</context></context-group>
4826 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4827 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4828 <context-group purpose="location">
4829 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4830 <context context-type="linenumber">281</context>
4831 </context-group>
4832 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4833 <source>
4834 Display a message on your instance
4835 </source><target state="new">
4836 Display a message on your instance
4837 </target>
4838 <context-group purpose="location">
4839 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4840 <context context-type="linenumber">282</context>
4841 </context-group>
4842 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4843 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4844 <context-group purpose="location">
4845 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4846 <context context-type="linenumber">294</context>
4847 </context-group>
4848 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4849 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4850 <context-group purpose="location">
4851 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4852 <context context-type="linenumber">301</context>
4853 </context-group>
4854 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4855 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
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">306</context>
4859 </context-group>
4860 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4861 <source>Message</source><target state="new">Message</target>
4862 <context-group purpose="location">
4863 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4864 <context context-type="linenumber">318</context>
4865 </context-group>
4773 </trans-unit> 4866 </trans-unit>
4774 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4867 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4775 <source>NEW USERS</source> 4868 <source>NEW USERS</source>
4776 <target state="new">NEW USERS</target> 4869 <target state="new">NEW USERS</target>
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">281</context></context-group> 4870
4778 </trans-unit> 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">333</context></context-group></trans-unit>
4779 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4872 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4780 <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> 4873 <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>
4781 <target state="new"> 4874 <target state="new">
4782 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. 4875 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.
4783 </target> 4876 </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">282</context></context-group> 4877
4785 </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">334</context></context-group></trans-unit>
4786 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4879 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4787 <source>Signup enabled</source> 4880 <source>Signup enabled</source>
4788 <target>Registrierung aktiviert</target> 4881 <target>Registrierung aktiviert</target>
4789 <context-group name="null"> 4882 <context-group name="null">
4790 <context context-type="linenumber">235</context> 4883 <context context-type="linenumber">235</context>
4791 </context-group> 4884 </context-group>
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">293</context></context-group> 4885
4793 </trans-unit> 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">345</context></context-group></trans-unit>
4794 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4887 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4795 <source>Signup requires email verification</source> 4888 <source>Signup requires email verification</source>
4796 <target>Registrierung erfordert eine Bestätigung der E-Mail-Adresse</target> 4889 <target>Registrierung erfordert eine Bestätigung der E-Mail-Adresse</target>
4797 <context-group name="null"> 4890 <context-group name="null">
4798 <context context-type="linenumber">242</context> 4891 <context context-type="linenumber">242</context>
4799 </context-group> 4892 </context-group>
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">301</context></context-group> 4893
4801 </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">353</context></context-group></trans-unit>
4802 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4895 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4803 <source>Signup limit</source> 4896 <source>Signup limit</source>
4804 <target>Obergrenze für Registrierungen</target> 4897 <target>Obergrenze für Registrierungen</target>
4805 <context-group name="null"> 4898 <context-group name="null">
4806 <context context-type="linenumber">247</context> 4899 <context context-type="linenumber">247</context>
4807 </context-group> 4900 </context-group>
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">305</context></context-group> 4901
4809 </trans-unit> 4902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
4810 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4903 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4811 <source>Users</source> 4904 <source>Users</source>
4812 <target>Benutzer</target> 4905 <target>Benutzer</target>
@@ -4911,100 +5004,94 @@ Hilf mit PeerTube zu übersetzen!</target>
4911 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 5004 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4912 <source>Default video quota per user</source> 5005 <source>Default video quota per user</source>
4913 <target state="translated">Standardvideokontingent pro Nutzer</target> 5006 <target state="translated">Standardvideokontingent pro Nutzer</target>
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">320</context></context-group> 5007
4915 </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">372</context></context-group></trans-unit>
4916 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 5009 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4917 <source>Default daily upload limit per user</source> 5010 <source>Default daily upload limit per user</source>
4918 <target state="translated">Standardtageskontigent für das Hochladen pro Nutzer</target> 5011 <target state="translated">Standardtageskontigent für das Hochladen pro Nutzer</target>
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">332</context></context-group> 5012
4920 </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">384</context></context-group></trans-unit>
4921 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5014 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4922 <source>NEW VIDEOS</source> 5015 <source>NEW VIDEOS</source>
4923 <target state="new">NEW VIDEOS</target> 5016 <target state="new">NEW VIDEOS</target>
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">349</context></context-group> 5017
4925 </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">401</context></context-group></trans-unit>
4926 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5019 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4927 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5020 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4928 <target state="translated">Erlaube den Import von HTTP URLs (z. B. YouTube)</target> 5021 <target state="translated">Erlaube den Import von HTTP URLs (z. B. YouTube)</target>
4929 <context-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> 5022
4930 </trans-unit> 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">412</context></context-group></trans-unit>
4931 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5024 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4932 <source>Allow import with a torrent file or a magnet URI</source> 5025 <source>Allow import with a torrent file or a magnet URI</source>
4933 <target state="translated">Erlaube den Import per Torrent-Datei oder magnet URI</target> 5026 <target state="translated">Erlaube den Import per Torrent-Datei oder magnet URI</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">367</context></context-group> 5027
4935 </trans-unit> 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">419</context></context-group></trans-unit>
4936 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5029 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4937 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5030 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4938 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 5031 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">384</context></context-group> 5032
4940 </trans-unit> 5033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">436</context></context-group></trans-unit>
4941 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5034 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4942 <source>Blacklist new videos automatically</source> 5035 <source>Blacklist new videos automatically</source>
4943 <target state="translated">Neue Videos automatisch zur Sperrliste hinzufügen</target> 5036 <target state="translated">Neue Videos automatisch zur Sperrliste hinzufügen</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">381</context></context-group> 5037
4945 </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">433</context></context-group></trans-unit>
4946 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5039 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4947 <source>FEDERATION</source> 5040 <source>FEDERATION</source>
4948 <target state="new">FEDERATION</target> 5041 <target state="new">FEDERATION</target>
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">398</context></context-group> 5042
4950 </trans-unit> 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">450</context></context-group></trans-unit>
4951 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5044 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4952 <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> 5045 <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>
4953 <target state="new"> 5046 <target state="new">
4954 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. 5047 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.
4955 </target> 5048 </target>
4956 <context-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> 5049
4957 </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">451</context></context-group></trans-unit>
4958 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5051 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4959 <source>Other instances can follow yours</source> 5052 <source>Other instances can follow yours</source>
4960 <target state="new">Other instances can follow yours</target> 5053 <target state="new">Other instances can follow yours</target>
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">412</context></context-group> 5054
4962 </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">464</context></context-group></trans-unit>
4963 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5056 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4964 <source>Manually approve new instance followers</source> 5057 <source>Manually approve new instance followers</source>
4965 <target state="translated">Neue Instanz-Abonnements manuell freischalten</target> 5058 <target state="translated">Neue Instanz-Abonnements manuell freischalten</target>
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">419</context></context-group> 5059
4967 </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">471</context></context-group></trans-unit>
4968 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5061 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4969 <source>Automatically follow back instances</source> 5062 <source>Automatically follow back instances</source>
4970 <target state="new">Automatically follow back instances</target> 5063 <target state="new">Automatically follow back instances</target>
4971 <context-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> 5064
4972 </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">484</context></context-group></trans-unit>
4973 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5066 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4974 <source>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;"/>. </source> 5067 <source>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>"/>. </source>
4975 <target state="new"> 5068 <target state="new">
4976 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;"/>. 5069 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>"/>.
4977 </target> 5070 </target>
4978 <context-group purpose="location"> 5071
4979 <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">502</context></context-group></trans-unit>
4980 <context context-type="linenumber">450</context>
4981 </context-group>
4982 </trans-unit>
4983 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5073 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4984 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5074 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4985 <target state="translated">⚠️ Diese Funktion erfordert hohe Aufmerksamkeit und zusätzliche Moderation.</target> 5075 <target state="translated">⚠️ Diese Funktion erfordert hohe Aufmerksamkeit und zusätzliche Moderation.</target>
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">296</context></context-group> 5076
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">435</context></context-group> 5077
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">448</context></context-group> 5078
4989 </trans-unit> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4990 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 5080 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4991 <source>Index URL</source> 5081 <source>Index URL</source>
4992 <target state="translated">Index-URL</target> 5082 <target state="translated">Index-URL</target>
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">457</context></context-group> 5083
4994 </trans-unit> 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">509</context></context-group></trans-unit>
4995 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5085 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4996 <source>Automatically follow instances of a public index</source> 5086 <source>Automatically follow instances of a public index</source>
4997 <target state="new">Automatically follow instances of a public index</target> 5087 <target state="new">Automatically follow instances of a public index</target>
4998 <context-group purpose="location"> 5088
4999 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
5000 <context context-type="linenumber">445</context>
5001 </context-group>
5002 </trans-unit>
5003 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5090 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5004 <source>ADMINISTRATORS</source> 5091 <source>ADMINISTRATORS</source>
5005 <target state="new">ADMINISTRATORS</target> 5092 <target state="new">ADMINISTRATORS</target>
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">477</context></context-group> 5093
5007 </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">529</context></context-group></trans-unit>
5008 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5095 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
5009 <source>Administrator</source> 5096 <source>Administrator</source>
5010 <target>Administrator</target> 5097 <target>Administrator</target>
@@ -5019,16 +5106,16 @@ Hilf mit PeerTube zu übersetzen!</target>
5019 <context-group name="null"> 5106 <context-group name="null">
5020 <context context-type="linenumber">387</context> 5107 <context context-type="linenumber">387</context>
5021 </context-group> 5108 </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">483</context></context-group> 5109
5023 </trans-unit> 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">535</context></context-group></trans-unit>
5024 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5111 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
5025 <source>Enable contact form</source> 5112 <source>Enable contact form</source>
5026 <target>Aktiviere Kontaktformular</target> 5113 <target>Aktiviere Kontaktformular</target>
5027 <context-group name="null"> 5114 <context-group name="null">
5028 <context context-type="linenumber">398</context> 5115 <context context-type="linenumber">398</context>
5029 </context-group> 5116 </context-group>
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">494</context></context-group> 5117
5031 </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">546</context></context-group></trans-unit>
5032 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5119 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
5033 <source>Basic configuration</source> 5120 <source>Basic configuration</source>
5034 <target>Grundlegende Einstellungen</target> 5121 <target>Grundlegende Einstellungen</target>
@@ -5040,243 +5127,282 @@ Hilf mit PeerTube zu übersetzen!</target>
5040 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5127 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5041 <source>TWITTER</source> 5128 <source>TWITTER</source>
5042 <target state="new">TWITTER</target> 5129 <target state="new">TWITTER</target>
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">511</context></context-group> 5130
5044 </trans-unit> 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">563</context></context-group></trans-unit>
5045 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5132 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5046 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5133 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5047 <target state="new"> 5134 <target state="new">
5048 Optional. If any, provide the Twitter account representing your instance to improve link previews. 5135 Optional. If any, provide the Twitter account representing your instance to improve link previews.
5049 </target> 5136 </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">512</context></context-group> 5137
5051 </trans-unit> 5138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit>
5052 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5139 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5053 <source>Your Twitter username</source> 5140 <source>Your Twitter username</source>
5054 <target>Dein Twitter-Benutzername</target> 5141 <target>Dein Twitter-Benutzername</target>
5055 <context-group name="null"> 5142 <context-group name="null">
5056 <context context-type="linenumber">413</context> 5143 <context context-type="linenumber">413</context>
5057 </context-group> 5144 </context-group>
5058 <context-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> 5145
5059 </trans-unit> 5146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
5060 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5147 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5061 <source>Instance whitelisted by Twitter</source> 5148 <source>Instance whitelisted by Twitter</source>
5062 <target>Instanz von Twitter vertraut</target> 5149 <target>Instanz von Twitter vertraut</target>
5063 <context-group name="null"> 5150 <context-group name="null">
5064 <context context-type="linenumber">431</context> 5151 <context context-type="linenumber">431</context>
5065 </context-group> 5152 </context-group>
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">535</context></context-group> 5153
5067 </trans-unit> 5154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
5068 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5155 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5069 <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> 5156 <source>
5157 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/>"/>
5158 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/>"/>
5159 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5160 <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>"/>
5161 to see if you instance is whitelisted.
5162 </source>
5070 <target state="new"> 5163 <target state="new">
5071 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;"/> 5164 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/>"/>
5072 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;"/> 5165 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/>"/>
5073 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5166 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5074 <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;"/> 5167 <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>"/>
5075 to see if you instance is whitelisted. 5168 to see if you instance is whitelisted.
5076 </target> 5169 </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">539</context></context-group> 5170
5078 </trans-unit> 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">591</context></context-group></trans-unit>
5079 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5172 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5080 <source>Services</source> 5173 <source>Services</source>
5081 <target>Dienste</target> 5174 <target>Dienste</target>
5082 <context-group name="null"> 5175 <context-group name="null">
5083 <context context-type="linenumber">405</context> 5176 <context context-type="linenumber">405</context>
5084 </context-group> 5177 </context-group>
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">505</context></context-group> 5178
5086 </trans-unit> 5179 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5087 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5180 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5088 <source>TRANSCODING</source> 5181 <source>TRANSCODING</source>
5089 <target state="new">TRANSCODING</target> 5182 <target state="new">TRANSCODING</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">565</context></context-group> 5183
5091 </trans-unit> 5184 <context-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>
5092 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5185 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5093 <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> 5186 <source>
5187 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5188 resources, this is a critical part of PeerTube, so tread carefully.
5189 </source>
5094 <target state="new"> 5190 <target state="new">
5095 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5191 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5096 resources, this is a critical part of PeerTube, so tread carefully. 5192 resources, this is a critical part of PeerTube, so tread carefully.
5097 </target> 5193 </target>
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">566</context></context-group> 5194
5099 </trans-unit> 5195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5100 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5196 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5101 <source>Transcoding enabled</source> 5197 <source>Transcoding enabled</source>
5102 <target>Transkodierung an</target> 5198 <target>Transkodierung an</target>
5103 <context-group name="null"> 5199 <context-group name="null">
5104 <context context-type="linenumber">461</context> 5200 <context context-type="linenumber">461</context>
5105 </context-group> 5201 </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">579</context></context-group> 5202
5107 </trans-unit> 5203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5108 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5204 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5109 <source>If you disable transcoding, many videos from your users will not work!</source> 5205 <source>If you disable transcoding, many videos from your users will not work!</source>
5110 <target>Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!</target> 5206 <target>Wenn du die Transkodierung abschaltest, werden viele Videos nicht laufen!</target>
5111 <context-group name="null"> 5207 <context-group name="null">
5112 <context context-type="linenumber">465</context> 5208 <context context-type="linenumber">465</context>
5113 </context-group> 5209 </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">583</context></context-group> 5210
5115 </trans-unit> 5211 <context-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>
5116 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5212 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5117 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5213 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5118 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 5214 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
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">594</context></context-group> 5215
5120 </trans-unit> 5216 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5121 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5217 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5122 <source>Allow additional extensions</source> 5218 <source>Allow additional extensions</source>
5123 <target>Zusätzliche Erweiterungen zulassen</target> 5219 <target>Zusätzliche Erweiterungen zulassen</target>
5124 <context-group name="null"> 5220 <context-group name="null">
5125 <context context-type="linenumber">475</context> 5221 <context context-type="linenumber">475</context>
5126 </context-group> 5222 </context-group>
5127 <context-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> 5223
5128 </trans-unit> 5224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5129 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5225 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5130 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5226 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5131 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5227 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
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">605</context></context-group> 5228
5133 </trans-unit> 5229 <context-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>
5134 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5230 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5135 <source>Allow audio files upload</source> 5231 <source>Allow audio files upload</source>
5136 <target>Das Hochladen von Audiodateien erlauben</target> 5232 <target>Das Hochladen von Audiodateien erlauben</target>
5137 <context-group name="null"> 5233 <context-group name="null">
5138 <context context-type="linenumber">486</context> 5234 <context context-type="linenumber">486</context>
5139 </context-group> 5235 </context-group>
5140 <context-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> 5236
5141 </trans-unit> 5237 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit>
5142 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5238 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5143 <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> 5239 <source>
5240 <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>"/>
5241
5242 <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>"/>
5243
5244 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5245
5246 <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>"/>
5247 </source>
5144 <target state="new"> 5248 <target state="new">
5145 <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;"/> 5249 <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>"/>
5146 5250
5147 <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;"/> 5251 <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>"/>
5148 5252
5149 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5253 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5150 5254
5151 <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;"/> 5255 <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>"/>
5152 </target> 5256 </target>
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">617</context></context-group> 5257
5154 </trans-unit> 5258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit>
5155 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5259 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5156 <source>WebTorrent support enabled</source> 5260 <source>WebTorrent support enabled</source>
5157 <target state="translated">WebTorrent Unterstützung aktiviert</target> 5261 <target state="translated">WebTorrent Unterstützung aktiviert</target>
5158 <context-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> 5262
5159 </trans-unit> 5263 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5160 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5264 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5161 <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> 5265 <source>
5266 <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>"/>
5267
5268 <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>"/>
5269 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5270 <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>"/>
5271 <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>"/>
5272 <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>"/>
5273 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5274
5275 <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>"/>
5276 </source>
5162 <target state="new"> 5277 <target state="new">
5163 <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;"/> 5278 <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>"/>
5164 5279
5165 <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;"/> 5280 <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>"/>
5166 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5281 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5167 <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;"/> 5282 <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>"/>
5168 <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;"/> 5283 <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>"/>
5169 <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;"/> 5284 <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>"/>
5170 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5285 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5171 5286
5172 <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;"/> 5287 <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>"/>
5173 </target> 5288 </target>
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">638</context></context-group> 5289
5175 </trans-unit> 5290 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5176 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5291 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5177 <source>HLS support enabled</source> 5292 <source>HLS support enabled</source>
5178 <target state="translated">HLS Unterstützung einschalten</target> 5293 <target state="translated">HLS Unterstützung einschalten</target>
5179 <context-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> 5294
5180 </trans-unit> 5295 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5181 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5296 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5182 <source>Transcoding threads</source> 5297 <source>Transcoding threads</source>
5183 <target>Transcodierungsthreads</target> 5298 <target>Transcodierungsthreads</target>
5184 <context-group name="null"> 5299 <context-group name="null">
5185 <context context-type="linenumber">517</context> 5300 <context context-type="linenumber">517</context>
5186 </context-group> 5301 </context-group>
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">660</context></context-group> 5302
5188 </trans-unit> 5303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5189 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5304 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5190 <source>Resolutions to generate</source> 5305 <source>Resolutions to generate</source>
5191 <target state="new">Resolutions to generate</target> 5306 <target state="new">Resolutions to generate</target>
5192 <context-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> 5307
5193 </trans-unit> 5308 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5194 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5309 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5195 <source>CACHE</source> 5310 <source>CACHE</source>
5196 <target state="new">CACHE</target> 5311 <target state="new">CACHE</target>
5197 <context-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> 5312
5198 </trans-unit> 5313 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5199 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5314 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5200 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5315 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5201 <target state="new"> 5316 <target state="new">
5202 Some files are not federated, and fetched when necessary. Define their caching policies. 5317 Some files are not federated, and fetched when necessary. Define their caching policies.
5203 </target> 5318 </target>
5204 <context-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> 5319
5205 </trans-unit> 5320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit>
5206 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5321 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5207 <source>Number of previews to keep in cache</source> 5322 <source>Number of previews to keep in cache</source>
5208 <target state="new">Number of previews to keep in cache</target> 5323 <target state="new">Number of previews to keep in cache</target>
5209 <context-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> 5324
5210 </trans-unit> 5325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5211 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5326 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5212 <source>Number of video captions to keep in cache</source> 5327 <source>Number of video captions to keep in cache</source>
5213 <target state="new">Number of video captions to keep in cache</target> 5328 <target state="new">Number of video captions to keep in cache</target>
5214 <context-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> 5329
5215 </trans-unit> 5330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5216 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5331 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5217 <source>CUSTOMIZATIONS</source> 5332 <source>CUSTOMIZATIONS</source>
5218 <target state="new">CUSTOMIZATIONS</target> 5333 <target state="new">CUSTOMIZATIONS</target>
5219 <context-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> 5334
5220 </trans-unit> 5335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5221 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5336 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5222 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5337 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5223 <target state="new"> 5338 <target state="new">
5224 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5339 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5225 </target> 5340 </target>
5226 <context-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> 5341
5227 </trans-unit> 5342 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5228 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5343 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5229 <source>JavaScript</source> 5344 <source>JavaScript</source>
5230 <target>JavaScript</target> 5345 <target>JavaScript</target>
5231 <context-group name="null"> 5346 <context-group name="null">
5232 <context context-type="linenumber">575</context> 5347 <context context-type="linenumber">575</context>
5233 </context-group> 5348 </context-group>
5234 <context-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> 5349
5235 </trans-unit> 5350 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5236 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5351 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5237 <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> 5352 <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>
5238 <target state="new"> 5353 <target state="new">
5239 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;"/> 5354 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5240 </target> 5355 </target>
5241 <context-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> 5356
5242 </trans-unit> 5357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5243 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5358 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5244 <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> 5359 <source>
5360 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/>"/>
5361 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5362 color: red;
5363 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5364 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5365 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/>"/>
5366 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5367 color: red;
5368 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5369 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5370 </source>
5245 <target state="new"> 5371 <target state="new">
5246 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;"/> 5372 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/>"/>
5247 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5373 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5248 color: red; 5374 color: red;
5249 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5375 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5250 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5376 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5251 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;"/> 5377 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/>"/>
5252 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5378 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5253 color: red; 5379 color: red;
5254 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5380 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5255 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5381 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5256 </target> 5382 </target>
5257 <context-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> 5383
5258 </trans-unit> 5384 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5259 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5385 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5260 <source>Advanced configuration</source> 5386 <source>Advanced configuration</source>
5261 <target>Erweiterte Einstellungen</target> 5387 <target>Erweiterte Einstellungen</target>
5262 <context-group name="null"> 5388 <context-group name="null">
5263 <context context-type="linenumber">452</context> 5389 <context context-type="linenumber">452</context>
5264 </context-group> 5390 </context-group>
5265 <context-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> 5391
5266 </trans-unit> 5392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5267 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5393 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5268 <source>Update configuration</source> 5394 <source>Update configuration</source>
5269 <target>Einstellungen aktualisieren</target> 5395 <target>Einstellungen aktualisieren</target>
5270 <context-group name="null"> 5396 <context-group name="null">
5271 <context context-type="linenumber">628</context> 5397 <context context-type="linenumber">628</context>
5272 </context-group> 5398 </context-group>
5273 <context-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> 5399
5274 </trans-unit> 5400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5275 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5401 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5276 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5402 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5277 <target state="translated">Es scheint, als wäre die Konfiguration ungültig. Bitte suche in den Tabs nach möglichen Fehlern.</target> 5403 <target state="translated">Es scheint, als wäre die Konfiguration ungültig. Bitte suche in den Tabs nach möglichen Fehlern.</target>
5278 <context-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> 5404
5279 </trans-unit> 5405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5280 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5406 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5281 <source>PROFILE</source> 5407 <source>PROFILE</source>
5282 <target state="new">PROFILE</target> 5408 <target state="new">PROFILE</target>
@@ -5443,8 +5569,8 @@ Hilf mit PeerTube zu übersetzen!</target>
5443 <context-group purpose="location"><context context-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> 5569 <context-group purpose="location"><context context-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>
5444 </trans-unit> 5570 </trans-unit>
5445 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5571 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5446 <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> 5572 <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>
5447 <target state="translated">Mit <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Nicht Auflisten<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> oder <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Unscharfe Vorschau<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, wird eine Bestätigung vor dem Abspielen des Videos eingeholt. </target> 5573 <target state="translated">Mit <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Nicht Auflisten<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> oder <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Unscharfe Vorschau<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, wird eine Bestätigung vor dem Abspielen des Videos eingeholt. </target>
5448 <context-group purpose="location"> 5574 <context-group purpose="location">
5449 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5575 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5450 <context context-type="linenumber">6</context> 5576 <context context-type="linenumber">6</context>
@@ -5473,9 +5599,9 @@ Hilf mit PeerTube zu übersetzen!</target>
5473 <context-group purpose="location"><context context-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> 5599 <context-group purpose="location"><context context-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>
5474 </trans-unit> 5600 </trans-unit>
5475 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5601 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5476 <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> 5602 <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>
5477 <target> 5603 <target>
5478 Deine aktuelle E-Mail-Adresse ist <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;"/> 5604 Deine aktuelle E-Mail-Adresse ist <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>"/>
5479</target> 5605</target>
5480 <context-group name="null"> 5606 <context-group name="null">
5481 <context context-type="linenumber">4</context> 5607 <context context-type="linenumber">4</context>
@@ -5483,9 +5609,9 @@ Hilf mit PeerTube zu übersetzen!</target>
5483 <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> 5609 <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>
5484 </trans-unit> 5610 </trans-unit>
5485 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5611 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5486 <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> 5612 <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>
5487 <target> 5613 <target>
5488 <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;"/> wartet auf die Verifizierung per E-Mail 5614 <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>"/> wartet auf die Verifizierung per E-Mail
5489</target> 5615</target>
5490 <context-group name="null"> 5616 <context-group name="null">
5491 <context context-type="linenumber">8</context> 5617 <context context-type="linenumber">8</context>
@@ -5507,6 +5633,12 @@ Hilf mit PeerTube zu übersetzen!</target>
5507 <context context-type="linenumber">17</context> 5633 <context context-type="linenumber">17</context>
5508 </context-group> 5634 </context-group>
5509 <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">17</context></context-group> 5635 <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">17</context></context-group>
5636 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5637 <source>Your current password</source><target state="new">Your current password</target>
5638 <context-group purpose="location">
5639 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5640 <context context-type="linenumber">26</context>
5641 </context-group>
5510 </trans-unit> 5642 </trans-unit>
5511 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5643 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5512 <source>Your password</source> 5644 <source>Your password</source>
@@ -5514,16 +5646,16 @@ Hilf mit PeerTube zu übersetzen!</target>
5514 <context-group name="null"> 5646 <context-group name="null">
5515 <context context-type="linenumber">27</context> 5647 <context context-type="linenumber">27</context>
5516 </context-group> 5648 </context-group>
5517 <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">27</context></context-group> 5649
5518 </trans-unit> 5650 <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">28</context></context-group></trans-unit>
5519 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5651 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5520 <source>Change email</source> 5652 <source>Change email</source>
5521 <target>E-Mail ändern</target> 5653 <target>E-Mail ändern</target>
5522 <context-group name="null"> 5654 <context-group name="null">
5523 <context context-type="linenumber">35</context> 5655 <context context-type="linenumber">35</context>
5524 </context-group> 5656 </context-group>
5525 <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">35</context></context-group> 5657
5526 </trans-unit> 5658 <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">36</context></context-group></trans-unit>
5527 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5659 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5528 <source>Theme</source> 5660 <source>Theme</source>
5529 <target>Theme</target> 5661 <target>Theme</target>
@@ -5567,8 +5699,8 @@ Hilf mit PeerTube zu übersetzen!</target>
5567 <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> 5699 <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>
5568 </trans-unit> 5700 </trans-unit>
5569 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5701 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5570 <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> 5702 <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>
5571 <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> 5703 <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>
5572 <context-group purpose="location"> 5704 <context-group purpose="location">
5573 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5705 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5574 <context context-type="linenumber">2</context> 5706 <context context-type="linenumber">2</context>
@@ -5604,10 +5736,13 @@ Hilf mit PeerTube zu übersetzen!</target>
5604 <context-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> 5736 <context-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>
5605 </trans-unit> 5737 </trans-unit>
5606 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5738 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5607 <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> 5739 <source>
5740 Created
5741 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5742 </source>
5608 <target> 5743 <target>
5609 Erstellt 5744 Erstellt
5610 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5745 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5611 </target> 5746 </target>
5612 <context-group name="null"> 5747 <context-group name="null">
5613 <context context-type="linenumber">15</context> 5748 <context context-type="linenumber">15</context>
@@ -5679,8 +5814,9 @@ Hilf mit PeerTube zu übersetzen!</target>
5679 <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> 5814 <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>
5680 </trans-unit> 5815 </trans-unit>
5681 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5816 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5682 <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> 5817 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5683 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5818 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5819 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5684 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5820 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5685 <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> 5821 <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>
5686 <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> 5822 <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>
@@ -5778,9 +5914,12 @@ Hilf mit PeerTube zu übersetzen!</target>
5778 </context-group> 5914 </context-group>
5779 </trans-unit> 5915 </trans-unit>
5780 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5916 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5781 <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> 5917 <source>
5918 <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>"/>
5919 Delete history
5920 </source>
5782 <target> 5921 <target>
5783 <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;"/> 5922 <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>"/>
5784 Lösche Verlauf 5923 Lösche Verlauf
5785 </target> 5924 </target>
5786 <context-group name="null"> 5925 <context-group name="null">
@@ -5797,9 +5936,12 @@ Hilf mit PeerTube zu übersetzen!</target>
5797 </context-group> 5936 </context-group>
5798 </trans-unit> 5937 </trans-unit>
5799 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5938 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5800 <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> 5939 <source>
5940 <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>"/>
5941 Notification preferences
5942 </source>
5801 <target> 5943 <target>
5802 <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;"/> 5944 <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>"/>
5803 Benachrichtigungseinstellungen 5945 Benachrichtigungseinstellungen
5804 </target> 5946 </target>
5805 <context-group name="null"> 5947 <context-group name="null">
@@ -5879,8 +6021,8 @@ Hilf mit PeerTube zu übersetzen!</target>
5879 <context-group purpose="location"><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> 6021 <context-group purpose="location"><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>
5880 </trans-unit> 6022 </trans-unit>
5881 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6023 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5882 <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> 6024 <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>
5883 <target state="translated">Wiedergabelisten <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> 6025 <target state="translated">Wiedergabelisten <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>
5884 <context-group purpose="location"> 6026 <context-group purpose="location">
5885 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6027 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5886 <context context-type="linenumber">2</context> 6028 <context context-type="linenumber">2</context>
@@ -5908,8 +6050,8 @@ Hilf mit PeerTube zu übersetzen!</target>
5908 </context-group> 6050 </context-group>
5909 </trans-unit> 6051 </trans-unit>
5910 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 6052 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5911 <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> 6053 <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>
5912 <target state="translated">Wenn du Hilfe beim Benutzen von PeerTube brauchst, schau einfach in die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Dokumentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6054 <target state="translated">Wenn du Hilfe beim Benutzen von PeerTube brauchst, schau einfach in die <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Dokumentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5913 <context-group purpose="location"> 6055 <context-group purpose="location">
5914 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 6056 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5915 <context context-type="linenumber">13</context> 6057 <context context-type="linenumber">13</context>
@@ -6364,33 +6506,40 @@ Hilf mit PeerTube zu übersetzen!</target>
6364 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6506 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6365 <context context-type="linenumber">2</context> 6507 <context context-type="linenumber">2</context>
6366 </context-group> 6508 </context-group>
6367 </trans-unit> 6509 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6368 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6510 <source>
6369 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6511 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6370 <target state="translated">PeerTube ist eine selbst-gehostete, föderierte (ActivityPub) Videostream-Platform durch die Nutzung von P2P direkt in deinem Browser.</target> 6512 </source><target state="new">
6513 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6514 </target>
6371 <context-group purpose="location"> 6515 <context-group purpose="location">
6372 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6516 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6373 <context context-type="linenumber">9</context> 6517 <context context-type="linenumber">9</context>
6374 </context-group> 6518 </context-group>
6375 </trans-unit> 6519 </trans-unit>
6520
6376 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6521 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6377 <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> 6522 <source>
6378 <target state="translated">Es ist freie und open-source Software, lizensiert mit <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> 6523 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6524 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6525 </source>
6526 <target state="translated">Es ist freie und open-source Software, lizensiert mit <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6379 <context-group purpose="location"> 6527 <context-group purpose="location">
6380 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6528 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6381 <context context-type="linenumber">13</context> 6529 <context context-type="linenumber">13</context>
6382 </context-group> 6530 </context-group>
6383 </trans-unit> 6531 </trans-unit>
6384 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6532 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6385 <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> 6533 <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>
6386 <target state="translated">Für mehr Informationen, besuche bitte<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> 6534 <target state="translated">Für mehr Informationen, besuche bitte<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>
6387 <context-group purpose="location"> 6535 <context-group purpose="location">
6388 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6536 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6389 <context context-type="linenumber">18</context> 6537 <context context-type="linenumber">18</context>
6390 </context-group> 6538 </context-group>
6391 </trans-unit> 6539 </trans-unit>
6392 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6540 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6393 <source>Use PeerTube documentation</source> 6541 <source>Use PeerTube
6542 documentation</source>
6394 <target state="translated">Benutze die PeerTube Dokumentation</target> 6543 <target state="translated">Benutze die PeerTube Dokumentation</target>
6395 <context-group purpose="location"> 6544 <context-group purpose="location">
6396 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6545 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6406,7 +6555,8 @@ Hilf mit PeerTube zu übersetzen!</target>
6406 </context-group> 6555 </context-group>
6407 </trans-unit> 6556 </trans-unit>
6408 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6557 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6409 <source>PeerTube Applications</source> 6558 <source>PeerTube
6559 Applications</source>
6410 <target state="translated">PeerTube Anwendungen</target> 6560 <target state="translated">PeerTube Anwendungen</target>
6411 <context-group purpose="location"> 6561 <context-group purpose="location">
6412 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6562 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6422,7 +6572,8 @@ Hilf mit PeerTube zu übersetzen!</target>
6422 </context-group> 6572 </context-group>
6423 </trans-unit> 6573 </trans-unit>
6424 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6574 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6425 <source>Contribute on PeerTube</source> 6575 <source>Contribute on
6576 PeerTube</source>
6426 <target state="translated">Mach mit auf PeerTube</target> 6577 <target state="translated">Mach mit auf PeerTube</target>
6427 <context-group purpose="location"> 6578 <context-group purpose="location">
6428 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6579 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6446,7 +6597,11 @@ Hilf mit PeerTube zu übersetzen!</target>
6446 <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> 6597 <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>
6447 </trans-unit> 6598 </trans-unit>
6448 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6599 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6449 <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> 6600 <source>
6601 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6602 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6603 follows applies only if you want to keep using the P2P mode of PeerTube.
6604 </source>
6450 <target state="translated">PeerTube nutzt standardmäßig das BitTorrent-Protokoll, um Bandbreite der Benutzer für die Verbreitung von Videos zu nutzen und die Auslastung der Instanz zu verringern. Letztlich liegt die Entscheidung aber bei Dir, und Du kannst zum klassischen Streaming vom Server umschalten. Die folgenden Einstellungen betreffen nur den Peer-to-peer-Modus (BitTorrent).</target> 6605 <target state="translated">PeerTube nutzt standardmäßig das BitTorrent-Protokoll, um Bandbreite der Benutzer für die Verbreitung von Videos zu nutzen und die Auslastung der Instanz zu verringern. Letztlich liegt die Entscheidung aber bei Dir, und Du kannst zum klassischen Streaming vom Server umschalten. Die folgenden Einstellungen betreffen nur den Peer-to-peer-Modus (BitTorrent).</target>
6451 <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> 6606 <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>
6452 </trans-unit> 6607 </trans-unit>
@@ -6459,17 +6614,27 @@ Hilf mit PeerTube zu übersetzen!</target>
6459 <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> 6614 <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>
6460 </trans-unit> 6615 </trans-unit>
6461 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6616 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6462 <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> 6617 <source>
6618 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6619 In practice, this is much more difficult because:
6620 </source>
6463 <target state="translated">Theoretisch könnte jemand mit den nötigen technischen Fähigkeiten ein Skript schreiben welches ausliest von welcher IP welches Video geladen wird. In der Realität ist dies jedoch relativ schwierig, weil:</target> 6621 <target state="translated">Theoretisch könnte jemand mit den nötigen technischen Fähigkeiten ein Skript schreiben welches ausliest von welcher IP welches Video geladen wird. In der Realität ist dies jedoch relativ schwierig, weil:</target>
6464 <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> 6622 <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>
6465 </trans-unit> 6623 </trans-unit>
6466 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6624 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6467 <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> 6625 <source>
6626 An HTTP request has to be sent on each tracker for each video to spy.
6627 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6628 </source>
6468 <target state="translated">Ein HTTP Request muss von jedem Tracker für jedes zu überwachende Video gesendet werden. Wenn also alle Peertube Videos überwacht werden sollen, müssen so viele Requests wie Videos geschickt werden (und das sind ziemlich viele)</target> 6629 <target state="translated">Ein HTTP Request muss von jedem Tracker für jedes zu überwachende Video gesendet werden. Wenn also alle Peertube Videos überwacht werden sollen, müssen so viele Requests wie Videos geschickt werden (und das sind ziemlich viele)</target>
6469 <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> 6630 <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>
6470 </trans-unit> 6631 </trans-unit>
6471 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6632 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6472 <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> 6633 <source>
6634 For each request sent, the tracker returns random peers at a limited number.
6635 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
6636 requests sent to know every peer in the swarm
6637 </source>
6473 <target state="new"> 6638 <target state="new">
6474 For each request sent, the tracker returns random peers at a limited number. 6639 For each request sent, the tracker returns random peers at a limited number.
6475 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 6640 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
@@ -6486,7 +6651,10 @@ Hilf mit PeerTube zu übersetzen!</target>
6486 <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> 6651 <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>
6487 </trans-unit> 6652 </trans-unit>
6488 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6653 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6489 <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> 6654 <source>
6655 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
6656 video
6657 </source>
6490 <target state="translated">Wenn eine IP auf dem Tracker gespeichert wurde, heißt das nicht das die Person hinter der IP (falls es die Person gibt) das Video gesehen hat</target> 6658 <target state="translated">Wenn eine IP auf dem Tracker gespeichert wurde, heißt das nicht das die Person hinter der IP (falls es die Person gibt) das Video gesehen hat</target>
6491 <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> 6659 <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>
6492 </trans-unit> 6660 </trans-unit>
@@ -6496,18 +6664,27 @@ Hilf mit PeerTube zu übersetzen!</target>
6496 <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> 6664 <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>
6497 </trans-unit> 6665 </trans-unit>
6498 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6666 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6499 <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> 6667 <source>
6668 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
6669 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6670 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6671 to forward the information to.
6672 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
6673 </source>
6500 <target state="new"> 6674 <target state="new">
6501 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 6675 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
6502 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6676 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6503 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6677 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6504 to forward the information to. 6678 to forward the information to.
6505 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 6679 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
6506 </target> 6680 </target>
6507 <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> 6681 <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>
6508 </trans-unit> 6682 </trans-unit>
6509 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6683 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6510 <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> 6684 <source>
6685 The worst-case scenario of an average person spying on their friends is quite unlikely.
6686 There are much more effective ways to get that kind of information.
6687 </source>
6511 <target state="new"> 6688 <target state="new">
6512 The worst-case scenario of an average person spying on their friends is quite unlikely. 6689 The worst-case scenario of an average person spying on their friends is quite unlikely.
6513 There are much more effective ways to get that kind of information. 6690 There are much more effective ways to get that kind of information.
@@ -6523,7 +6700,11 @@ Hilf mit PeerTube zu übersetzen!</target>
6523 <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> 6700 <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>
6524 </trans-unit> 6701 </trans-unit>
6525 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6702 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6526 <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> 6703 <source>
6704 The threats to privacy with YouTube are different from PeerTube's.
6705 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6706 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6707 </source>
6527 <target state="new"> 6708 <target state="new">
6528 The threats to privacy with YouTube are different from PeerTube's. 6709 The threats to privacy with YouTube are different from PeerTube's.
6529 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6710 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6540,7 +6721,12 @@ Hilf mit PeerTube zu übersetzen!</target>
6540 <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> 6721 <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>
6541 </trans-unit> 6722 </trans-unit>
6542 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6723 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6543 <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> 6724 <source>
6725 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
6726 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6727 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.
6728 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6729 </source>
6544 <target state="new"> 6730 <target state="new">
6545 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 6731 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
6546 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6732 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6558,7 +6744,10 @@ Hilf mit PeerTube zu übersetzen!</target>
6558 <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> 6744 <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>
6559 </trans-unit> 6745 </trans-unit>
6560 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6746 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6561 <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> 6747 <source>
6748 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6749 and render attacks less likely. Here is what we put in place so far:
6750 </source>
6562 <target state="new"> 6751 <target state="new">
6563 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6752 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6564 and render attacks less likely. Here is what we put in place so far: 6753 and render attacks less likely. Here is what we put in place so far:
@@ -6586,7 +6775,10 @@ Hilf mit PeerTube zu übersetzen!</target>
6586 <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> 6775 <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>
6587 </trans-unit> 6776 </trans-unit>
6588 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6777 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6589 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6778 <source>
6779 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6780 WebRTC in your browser.
6781 </source>
6590 <target state="new"> 6782 <target state="new">
6591 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6783 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6592 WebRTC in your browser. 6784 WebRTC in your browser.
@@ -6626,8 +6818,8 @@ Hilf mit PeerTube zu übersetzen!</target>
6626 </context-group> 6818 </context-group>
6627 </trans-unit> 6819 </trans-unit>
6628 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6820 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6629 <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> 6821 <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>
6630 <target state="translated">Entwickelt mit ❤ von <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> 6822 <target state="translated">Entwickelt mit ❤ von <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6631 <context-group purpose="location"> 6823 <context-group purpose="location">
6632 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6824 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6633 <context context-type="linenumber">3</context> 6825 <context context-type="linenumber">3</context>
@@ -6708,9 +6900,12 @@ Erstelle mein Konto</target>
6708 </context-group> 6900 </context-group>
6709 </trans-unit> 6901 </trans-unit>
6710 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6902 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6711 <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> 6903 <source>
6904 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/>"/>
6905 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.
6906 </source>
6712 <target> 6907 <target>
6713 Ein Kanal ist eine Einheit in die du Videos hochladen kannst. Mehrere zu erstellen hilft dir deine Inhalte zu organisieren und zu trennen.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 6908 Ein Kanal ist eine Einheit in die du Videos hochladen kannst. Mehrere zu erstellen hilft dir deine Inhalte zu organisieren und zu trennen.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
6714 Zum Beispiel, könntest du entscheiden, einen Kanal zu haben, auf dem du deine Klavierkonzerte veröffentlichst und einen anderen, auf dem du über Umweltthemen sprichst. 6909 Zum Beispiel, könntest du entscheiden, einen Kanal zu haben, auf dem du deine Klavierkonzerte veröffentlichst und einen anderen, auf dem du über Umweltthemen sprichst.
6715 </target> 6910 </target>
6716 <context-group name="null"> 6911 <context-group name="null">
@@ -6789,8 +6984,13 @@ Erstelle mein Konto</target>
6789 </context-group> 6984 </context-group>
6790 </trans-unit> 6985 </trans-unit>
6791 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6986 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6792 <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> 6987 <source>
6793 <target state="translated">Ich bin mindestens 16 Jahre alt und stimme den <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Nutzungsbedingungen<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;"/> und den <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Verhaltensregeln<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;"/> dieser Instanz zu </target> 6988 I am at least 16 years old and agree
6989 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>"/>
6990 <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>"/>
6991 of this instance
6992 </source>
6993 <target state="translated">Ich bin mindestens 16 Jahre alt und stimme den <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Nutzungsbedingungen<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>"/> und den <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Verhaltensregeln<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>"/> dieser Instanz zu </target>
6794 <context-group purpose="location"> 6994 <context-group purpose="location">
6795 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6995 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6796 <context context-type="linenumber">65</context> 6996 <context context-type="linenumber">65</context>
@@ -6891,8 +7091,8 @@ Erstelle mein Konto</target>
6891 </context-group> 7091 </context-group>
6892 </trans-unit> 7092 </trans-unit>
6893 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7093 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6894 <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> 7094 <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>
6895 <target state="translated">Ein <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;"/> das nur die originale Tonspur enthält, ohne Bild</target> 7095 <target state="translated">Ein <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>"/> das nur die originale Tonspur enthält, ohne Bild</target>
6896 <context-group purpose="location"> 7096 <context-group purpose="location">
6897 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7097 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6898 <context context-type="linenumber">1</context> 7098 <context context-type="linenumber">1</context>
@@ -8599,8 +8799,8 @@ Erstelle mein Konto</target>
8599 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8799 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8600 </trans-unit> 8800 </trans-unit>
8601 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8801 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8602 <source>Long (&gt; 10 min)</source> 8802 <source>Long (> 10 min)</source>
8603 <target>Lang (&gt; 10 min)</target> 8803 <target>Lang (> 10 min)</target>
8604 <context-group name="null"> 8804 <context-group name="null">
8605 <context context-type="linenumber">1</context> 8805 <context context-type="linenumber">1</context>
8606 </context-group> 8806 </context-group>
@@ -9959,8 +10159,8 @@ Erstelle mein Konto</target>
9959 <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> 10159 <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>
9960 </trans-unit> 10160 </trans-unit>
9961 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10161 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9962 <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> 10162 <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>
9963 <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;"/>-Unterstützung von:</target> 10163 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>-Unterstützung von:</target>
9964 <context-group name="null"> 10164 <context-group name="null">
9965 <context context-type="linenumber">1</context> 10165 <context context-type="linenumber">1</context>
9966 </context-group> 10166 </context-group>
@@ -10126,6 +10326,24 @@ Erstelle mein Konto</target>
10126 <context context-type="linenumber">1</context> 10326 <context context-type="linenumber">1</context>
10127 </context-group> 10327 </context-group>
10128 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10328 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10329 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10330 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10331 <context-group purpose="location">
10332 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10333 <context context-type="linenumber">1</context>
10334 </context-group>
10335 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10336 <source>Delete account comments</source><target state="new">Delete account comments</target>
10337 <context-group purpose="location">
10338 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10339 <context context-type="linenumber">1</context>
10340 </context-group>
10341 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10342 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10343 <context-group purpose="location">
10344 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10345 <context context-type="linenumber">1</context>
10346 </context-group>
10129 </trans-unit> 10347 </trans-unit>
10130 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10348 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10131 <source>Edit user</source> 10349 <source>Edit user</source>
@@ -10230,6 +10448,18 @@ Erstelle mein Konto</target>
10230 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10448 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10231 <context context-type="linenumber">1</context> 10449 <context context-type="linenumber">1</context>
10232 </context-group> 10450 </context-group>
10451 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10452 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10453 <context-group purpose="location">
10454 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10455 <context context-type="linenumber">1</context>
10456 </context-group>
10457 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10458 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10459 <context-group purpose="location">
10460 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10461 <context context-type="linenumber">1</context>
10462 </context-group>
10233 </trans-unit> 10463 </trans-unit>
10234 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10464 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10235 <source>Mute this account by your instance</source> 10465 <source>Mute this account by your instance</source>
@@ -10294,6 +10524,18 @@ Erstelle mein Konto</target>
10294 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10524 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10295 <context context-type="linenumber">1</context> 10525 <context context-type="linenumber">1</context>
10296 </context-group> 10526 </context-group>
10527 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10528 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10529 <context-group purpose="location">
10530 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10531 <context context-type="linenumber">1</context>
10532 </context-group>
10533 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10534 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10535 <context-group purpose="location">
10536 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10537 <context context-type="linenumber">1</context>
10538 </context-group>
10297 </trans-unit> 10539 </trans-unit>
10298 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10540 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10299 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10541 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.el-GR.xlf b/client/src/locale/angular.el-GR.xlf
index 0d620d235..fa137ebd1 100644
--- a/client/src/locale/angular.el-GR.xlf
+++ b/client/src/locale/angular.el-GR.xlf
@@ -401,7 +401,7 @@
401 <context-group name="null"> 401 <context-group name="null">
402 <context context-type="linenumber">9</context> 402 <context context-type="linenumber">9</context>
403 </context-group> 403 </context-group>
404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 404 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
405 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 405 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
406 <source>Start at</source> 406 <source>Start at</source>
407 <target>Εκκίνηση στο</target> 407 <target>Εκκίνηση στο</target>
@@ -445,7 +445,7 @@
445 <source>video</source><target state="new">video</target> 445 <source>video</source><target state="new">video</target>
446 446
447 447
448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 448 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
449 <source>subtitles</source><target state="new">subtitles</target> 449 <source>subtitles</source><target state="new">subtitles</target>
450 <context-group purpose="location"> 450 <context-group purpose="location">
451 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 451 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -625,7 +625,7 @@
625 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 625 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
626 <source>Deleted</source><target state="new">Deleted</target> 626 <source>Deleted</source><target state="new">Deleted</target>
627 627
628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 628 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
629 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 629 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
630 <source>Edit starts/stops at</source> 630 <source>Edit starts/stops at</source>
631 <target>Επεξεργασία ξεκινά/σταματά στο</target> 631 <target>Επεξεργασία ξεκινά/σταματά στο</target>
@@ -660,7 +660,7 @@
660 <context-group name="null"> 660 <context-group name="null">
661 <context context-type="linenumber">13</context> 661 <context context-type="linenumber">13</context>
662 </context-group> 662 </context-group>
663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
664 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 664 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
665 <source>Edit</source> 665 <source>Edit</source>
666 <target>Επεξεργασία</target> 666 <target>Επεξεργασία</target>
@@ -1368,13 +1368,13 @@
1368 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1368 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1369 <context context-type="linenumber">21</context> 1369 <context context-type="linenumber">21</context>
1370 </context-group> 1370 </context-group>
1371 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1371 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1372 <source> 1372 <source>
1373 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>"/>. 1373 Please consider configuring 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>"/>.
1374 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>"/>. 1374 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1375 </source><target state="new"> 1375 </source><target state="new">
1376 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>"/>. 1376 Please consider configuring 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>"/>.
1377 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>"/>. 1377 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1378 </target> 1378 </target>
1379 <context-group purpose="location"> 1379 <context-group purpose="location">
1380 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1380 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1634,63 +1634,33 @@
1634 1634
1635 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1635 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1636 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1636 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1637 <context-group purpose="location"> 1637
1638 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1638 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1639 <context context-type="linenumber">16</context>
1640 </context-group>
1641 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1642 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1639 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1643 <context-group purpose="location"> 1640
1644 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1641 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1645 <context context-type="linenumber">18</context>
1646 </context-group>
1647 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1648 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1642 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1649 <context-group purpose="location"> 1643
1650 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1644 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1651 <context context-type="linenumber">22</context>
1652 </context-group>
1653 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1654 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1645 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1655 <context-group purpose="location"> 1646
1656 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1647 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1657 <context context-type="linenumber">29</context>
1658 </context-group>
1659 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1660 <source>any instance</source><target state="new">any instance</target> 1648 <source>any instance</source><target state="new">any instance</target>
1661 <context-group purpose="location"> 1649
1662 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1650 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1663 <context context-type="linenumber">32</context>
1664 </context-group>
1665 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1666 <source>only followed instances</source><target state="new">only followed instances</target> 1651 <source>only followed instances</source><target state="new">only followed instances</target>
1667 <context-group purpose="location"> 1652
1668 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1653 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1669 <context context-type="linenumber">33</context>
1670 </context-group>
1671 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1672 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1654 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1673 <context-group purpose="location"> 1655
1674 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1656 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1675 <context context-type="linenumber">31</context>
1676 </context-group>
1677 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1678 <source>channel</source><target state="new">channel</target> 1657 <source>channel</source><target state="new">channel</target>
1679 <context-group purpose="location"> 1658
1680 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1659
1681 <context context-type="linenumber">40</context> 1660 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1682 </context-group>
1683 <context-group purpose="location">
1684 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1685 <context context-type="linenumber">43</context>
1686 </context-group>
1687 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1688 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1661 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1689 <context-group purpose="location"> 1662
1690 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1663 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1691 <context context-type="linenumber">49</context>
1692 </context-group>
1693 </trans-unit>
1694 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1664 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1695 <source>Search...</source> 1665 <source>Search...</source>
1696 <target>Αναζήτηση...</target> 1666 <target>Αναζήτηση...</target>
@@ -2873,10 +2843,10 @@
2873 <context-group name="null"> 2843 <context-group name="null">
2874 <context context-type="linenumber">14</context> 2844 <context context-type="linenumber">14</context>
2875 </context-group> 2845 </context-group>
2876 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2846 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2877 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2847 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2878 2848
2879 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 2849 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2880 2850
2881 2851
2882 2852
@@ -3293,7 +3263,7 @@
3293 <context-group name="null"> 3263 <context-group name="null">
3294 <context context-type="linenumber">95</context> 3264 <context context-type="linenumber">95</context>
3295 </context-group> 3265 </context-group>
3296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3266 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" 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}'}}"/> 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> 3267 <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>
3298 <context-group purpose="location"> 3268 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3269 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3742,7 +3712,13 @@
3742 <context-group name="null"> 3712 <context-group name="null">
3743 <context context-type="linenumber">51</context> 3713 <context context-type="linenumber">51</context>
3744 </context-group> 3714 </context-group>
3745 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3715 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3716 <source>Close this message</source><target state="new">Close this message</target>
3717 <context-group purpose="location">
3718 <context context-type="sourcefile">src/app/app.component.html</context>
3719 <context context-type="linenumber">34</context>
3720 </context-group>
3721 </trans-unit>
3746 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 3722 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
3747 <source>Go to the plugin homepage</source> 3723 <source>Go to the plugin homepage</source>
3748 <target>Σελίδα προσθέτου</target> 3724 <target>Σελίδα προσθέτου</target>
@@ -4101,17 +4077,57 @@
4101 <context-group name="null"> 4077 <context-group name="null">
4102 <context context-type="linenumber">223</context> 4078 <context context-type="linenumber">223</context>
4103 </context-group> 4079 </context-group>
4104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4081 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4082 <context-group purpose="location">
4083 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4084 <context context-type="linenumber">281</context>
4085 </context-group>
4086 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4087 <source>
4088 Display a message on your instance
4089 </source><target state="new">
4090 Display a message on your instance
4091 </target>
4092 <context-group purpose="location">
4093 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4094 <context context-type="linenumber">282</context>
4095 </context-group>
4096 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4097 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4098 <context-group purpose="location">
4099 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4100 <context context-type="linenumber">294</context>
4101 </context-group>
4102 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4103 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4104 <context-group purpose="location">
4105 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4106 <context context-type="linenumber">301</context>
4107 </context-group>
4108 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4109 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4110 <context-group purpose="location">
4111 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4112 <context context-type="linenumber">306</context>
4113 </context-group>
4114 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4115 <source>Message</source><target state="new">Message</target>
4116 <context-group purpose="location">
4117 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4118 <context context-type="linenumber">318</context>
4119 </context-group>
4120 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4105 <source>NEW USERS</source><target state="new">NEW USERS</target> 4121 <source>NEW USERS</source><target state="new">NEW USERS</target>
4106 4122
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4108 <source> 4124 <source>
4109 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. 4125 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.
4110 </source><target state="new"> 4126 </source><target state="new">
4111 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. 4127 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 </target> 4128 </target>
4113 4129
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">282</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">334</context></context-group></trans-unit>
4115 4131
4116 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4132 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4117 <source>Signup enabled</source> 4133 <source>Signup enabled</source>
@@ -4119,21 +4135,21 @@
4119 <context-group name="null"> 4135 <context-group name="null">
4120 <context context-type="linenumber">235</context> 4136 <context context-type="linenumber">235</context>
4121 </context-group> 4137 </context-group>
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">293</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">345</context></context-group></trans-unit>
4123 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4139 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4124 <source>Signup requires email verification</source> 4140 <source>Signup requires email verification</source>
4125 <target>Η εγγραφή απαιτεί επιβεβαίωση του e-mail</target> 4141 <target>Η εγγραφή απαιτεί επιβεβαίωση του e-mail</target>
4126 <context-group name="null"> 4142 <context-group name="null">
4127 <context context-type="linenumber">242</context> 4143 <context context-type="linenumber">242</context>
4128 </context-group> 4144 </context-group>
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">301</context></context-group></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">353</context></context-group></trans-unit>
4130 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4146 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4131 <source>Signup limit</source> 4147 <source>Signup limit</source>
4132 <target>Όριο εγγραφών</target> 4148 <target>Όριο εγγραφών</target>
4133 <context-group name="null"> 4149 <context-group name="null">
4134 <context context-type="linenumber">247</context> 4150 <context context-type="linenumber">247</context>
4135 </context-group> 4151 </context-group>
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">305</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">357</context></context-group></trans-unit>
4137 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4153 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4138 <source>Users</source> 4154 <source>Users</source>
4139 <target>Χρήστες</target> 4155 <target>Χρήστες</target>
@@ -4219,77 +4235,71 @@
4219 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4235 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4220 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 4236 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
4221 4237
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">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" 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">372</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4223 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 4239 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
4224 4240
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4226 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4242 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4227 4243
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4229 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4245 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4230 4246
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4232 <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> 4248 <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>
4233 4249
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">367</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">419</context></context-group></trans-unit>
4235 4251
4236 4252
4237 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4253 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4238 <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> 4254 <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 4255
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4241 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4257 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4242 4258
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4244 <source>FEDERATION</source><target state="new">FEDERATION</target> 4260 <source>FEDERATION</source><target state="new">FEDERATION</target>
4245 4261
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4247 <source> 4263 <source>
4248 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. 4264 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.
4249 </source><target state="new"> 4265 </source><target state="new">
4250 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. 4266 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.
4251 </target> 4267 </target>
4252 4268
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4254 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4270 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4255 4271
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">412</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">464</context></context-group></trans-unit>
4257 4273
4258 4274
4259 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4275 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4260 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4276 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4261 4277
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4263 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4279 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4264 4280
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4266 <source> 4282 <source>
4267 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>"/>. 4283 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>"/>.
4268 </source><target state="new"> 4284 </source><target state="new">
4269 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>"/>. 4285 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>"/>.
4270 </target> 4286 </target>
4271 <context-group purpose="location"> 4287
4272 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4273 <context context-type="linenumber">450</context>
4274 </context-group>
4275 </trans-unit>
4276 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4289 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4277 <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> 4290 <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>
4278 4291
4279 4292
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">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"> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4281 <source>Index URL</source><target state="new">Index URL</target> 4294 <source>Index URL</source><target state="new">Index URL</target>
4282 4295
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4284 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4297 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4285 <context-group purpose="location"> 4298
4286 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4287 <context context-type="linenumber">445</context>
4288 </context-group>
4289 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4290 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4300 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4291 4301
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">477</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">529</context></context-group></trans-unit>
4293 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4303 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4294 <source>Administrator</source> 4304 <source>Administrator</source>
4295 <target>Διαχειριστής</target> 4305 <target>Διαχειριστής</target>
@@ -4303,14 +4313,14 @@
4303 <context-group name="null"> 4313 <context-group name="null">
4304 <context context-type="linenumber">387</context> 4314 <context context-type="linenumber">387</context>
4305 </context-group> 4315 </context-group>
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">483</context></context-group></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">535</context></context-group></trans-unit>
4307 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4317 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4308 <source>Enable contact form</source> 4318 <source>Enable contact form</source>
4309 <target>Ενεργοποίηση φόρμας επικοινωνίας</target> 4319 <target>Ενεργοποίηση φόρμας επικοινωνίας</target>
4310 <context-group name="null"> 4320 <context-group name="null">
4311 <context context-type="linenumber">398</context> 4321 <context context-type="linenumber">398</context>
4312 </context-group> 4322 </context-group>
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">494</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">546</context></context-group></trans-unit>
4314 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4324 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4315 <source>Basic configuration</source> 4325 <source>Basic configuration</source>
4316 <target>Βασικές ρυθμίσεις</target> 4326 <target>Βασικές ρυθμίσεις</target>
@@ -4320,14 +4330,14 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4321 <source>TWITTER</source><target state="new">TWITTER</target> 4331 <source>TWITTER</source><target state="new">TWITTER</target>
4322 4332
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4324 <source> 4334 <source>
4325 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4335 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4326 </source><target state="new"> 4336 </source><target state="new">
4327 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4337 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4328 </target> 4338 </target>
4329 4339
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">512</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">564</context></context-group></trans-unit>
4331 4341
4332 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4342 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4333 <source>Your Twitter username</source> 4343 <source>Your Twitter username</source>
@@ -4335,7 +4345,7 @@
4335 <context-group name="null"> 4345 <context-group name="null">
4336 <context context-type="linenumber">413</context> 4346 <context context-type="linenumber">413</context>
4337 </context-group> 4347 </context-group>
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">523</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">575</context></context-group></trans-unit>
4339 4349
4340 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4350 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4341 <source>Instance whitelisted by Twitter</source> 4351 <source>Instance whitelisted by Twitter</source>
@@ -4343,7 +4353,7 @@
4343 <context-group name="null"> 4353 <context-group name="null">
4344 <context context-type="linenumber">431</context> 4354 <context context-type="linenumber">431</context>
4345 </context-group> 4355 </context-group>
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4347 <source> 4357 <source>
4348 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/>"/> 4358 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/>"/>
4349 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/>"/> 4359 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/>"/>
@@ -4358,17 +4368,17 @@
4358 to see if you instance is whitelisted. 4368 to see if you instance is whitelisted.
4359 </target> 4369 </target>
4360 4370
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">539</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">591</context></context-group></trans-unit>
4362 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4372 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4363 <source>Services</source> 4373 <source>Services</source>
4364 <target>Υπηρεσίες</target> 4374 <target>Υπηρεσίες</target>
4365 <context-group name="null"> 4375 <context-group name="null">
4366 <context context-type="linenumber">405</context> 4376 <context context-type="linenumber">405</context>
4367 </context-group> 4377 </context-group>
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4369 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4379 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4370 4380
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4372 <source> 4382 <source>
4373 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4383 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4374 resources, this is a critical part of PeerTube, so tread carefully. 4384 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4377,7 +4387,7 @@
4377 resources, this is a critical part of PeerTube, so tread carefully. 4387 resources, this is a critical part of PeerTube, so tread carefully.
4378 </target> 4388 </target>
4379 4389
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">566</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">618</context></context-group></trans-unit>
4381 4391
4382 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4392 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4383 <source>Transcoding enabled</source> 4393 <source>Transcoding enabled</source>
@@ -4385,27 +4395,27 @@
4385 <context-group name="null"> 4395 <context-group name="null">
4386 <context context-type="linenumber">461</context> 4396 <context context-type="linenumber">461</context>
4387 </context-group> 4397 </context-group>
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">579</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">631</context></context-group></trans-unit>
4389 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4399 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4390 <source>If you disable transcoding, many videos from your users will not work!</source> 4400 <source>If you disable transcoding, many videos from your users will not work!</source>
4391 <target>Αν απενεργοποιήσετε την επανακωδικοποίηση, πολλά βίντεο είναι πιθανό να μη λειτουργούν!</target> 4401 <target>Αν απενεργοποιήσετε την επανακωδικοποίηση, πολλά βίντεο είναι πιθανό να μη λειτουργούν!</target>
4392 <context-group name="null"> 4402 <context-group name="null">
4393 <context context-type="linenumber">465</context> 4403 <context context-type="linenumber">465</context>
4394 </context-group> 4404 </context-group>
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4396 <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> 4406 <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>
4397 4407
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">594</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">646</context></context-group></trans-unit>
4399 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4409 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4400 <source>Allow additional extensions</source> 4410 <source>Allow additional extensions</source>
4401 <target>Επιτρέπονται επιπλέον επεκτάσεις αρχείων</target> 4411 <target>Επιτρέπονται επιπλέον επεκτάσεις αρχείων</target>
4402 <context-group name="null"> 4412 <context-group name="null">
4403 <context context-type="linenumber">475</context> 4413 <context context-type="linenumber">475</context>
4404 </context-group> 4414 </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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4406 <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> 4416 <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>
4407 4417
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">605</context></context-group></trans-unit> 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">657</context></context-group></trans-unit>
4409 4419
4410 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4420 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4411 <source>Allow audio files upload</source> 4421 <source>Allow audio files upload</source>
@@ -4413,7 +4423,7 @@
4413 <context-group name="null"> 4423 <context-group name="null">
4414 <context context-type="linenumber">486</context> 4424 <context context-type="linenumber">486</context>
4415 </context-group> 4425 </context-group>
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4417 <source> 4427 <source>
4418 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4428 <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>"/>
4419 4429
@@ -4432,10 +4442,10 @@
4432 <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>"/> 4442 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4433 </target> 4443 </target>
4434 4444
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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4436 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4446 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4437 4447
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4439 <source> 4449 <source>
4440 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4450 <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>"/>
4441 4451
@@ -4460,50 +4470,50 @@
4460 <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>"/> 4470 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4461 </target> 4471 </target>
4462 4472
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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 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">690</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4464 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4474 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4465 4475
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">635</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">687</context></context-group></trans-unit>
4467 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4477 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4468 <source>Transcoding threads</source> 4478 <source>Transcoding threads</source>
4469 <target>Νήματα επανακωδικοποίησης</target> 4479 <target>Νήματα επανακωδικοποίησης</target>
4470 <context-group name="null"> 4480 <context-group name="null">
4471 <context context-type="linenumber">517</context> 4481 <context context-type="linenumber">517</context>
4472 </context-group> 4482 </context-group>
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4474 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4484 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4475 4485
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">673</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">725</context></context-group></trans-unit>
4477 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4487 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4478 <source>CACHE</source><target state="new">CACHE</target> 4488 <source>CACHE</source><target state="new">CACHE</target>
4479 4489
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4481 <source> 4491 <source>
4482 Some files are not federated, and fetched when necessary. Define their caching policies. 4492 Some files are not federated, and fetched when necessary. Define their caching policies.
4483 </source><target state="new"> 4493 </source><target state="new">
4484 Some files are not federated, and fetched when necessary. Define their caching policies. 4494 Some files are not federated, and fetched when necessary. Define their caching policies.
4485 </target> 4495 </target>
4486 4496
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4488 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4498 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4489 4499
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4491 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4501 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4492 4502
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">718</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">770</context></context-group></trans-unit>
4494 4504
4495 4505
4496 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4506 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4497 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4507 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4498 4508
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4500 <source> 4510 <source>
4501 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4511 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4502 </source><target state="new"> 4512 </source><target state="new">
4503 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4513 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4504 </target> 4514 </target>
4505 4515
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">734</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">786</context></context-group></trans-unit>
4507 4517
4508 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4518 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4509 <source>JavaScript</source> 4519 <source>JavaScript</source>
@@ -4511,14 +4521,14 @@
4511 <context-group name="null"> 4521 <context-group name="null">
4512 <context context-type="linenumber">575</context> 4522 <context context-type="linenumber">575</context>
4513 </context-group> 4523 </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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4515 <source> 4525 <source>
4516 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4526 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4517 </source><target state="new"> 4527 </source><target state="new">
4518 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4528 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4519 </target> 4529 </target>
4520 4530
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4522 <source> 4532 <source>
4523 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/>"/> 4533 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4524 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4534 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4543,24 +4553,24 @@
4543 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4553 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4544 </target> 4554 </target>
4545 4555
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">766</context></context-group></trans-unit> 4556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
4547 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4557 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4548 <source>Advanced configuration</source> 4558 <source>Advanced configuration</source>
4549 <target>Ρυθμίσεις για προχωρημένους</target> 4559 <target>Ρυθμίσεις για προχωρημένους</target>
4550 <context-group name="null"> 4560 <context-group name="null">
4551 <context context-type="linenumber">452</context> 4561 <context context-type="linenumber">452</context>
4552 </context-group> 4562 </context-group>
4553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</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">611</context></context-group></trans-unit>
4554 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4564 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4555 <source>Update configuration</source> 4565 <source>Update configuration</source>
4556 <target>Ενημέρωση ρυθμίσεων</target> 4566 <target>Ενημέρωση ρυθμίσεων</target>
4557 <context-group name="null"> 4567 <context-group name="null">
4558 <context context-type="linenumber">628</context> 4568 <context context-type="linenumber">628</context>
4559 </context-group> 4569 </context-group>
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">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" 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">858</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4561 <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> 4571 <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>
4562 4572
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4564 <source>PROFILE</source><target state="new">PROFILE</target> 4574 <source>PROFILE</source><target state="new">PROFILE</target>
4565 <context-group purpose="location"> 4575 <context-group purpose="location">
4566 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4576 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4757,21 +4767,27 @@
4757 <context-group name="null"> 4767 <context-group name="null">
4758 <context context-type="linenumber">17</context> 4768 <context context-type="linenumber">17</context>
4759 </context-group> 4769 </context-group>
4760 <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">17</context></context-group></trans-unit> 4770 <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">17</context></context-group></trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4771 <source>Your current password</source><target state="new">Your current password</target>
4772 <context-group purpose="location">
4773 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4774 <context context-type="linenumber">26</context>
4775 </context-group>
4776 </trans-unit>
4761 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 4777 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
4762 <source>Your password</source> 4778 <source>Your password</source>
4763 <target>Ο κωδικός σας</target> 4779 <target>Ο κωδικός σας</target>
4764 <context-group name="null"> 4780 <context-group name="null">
4765 <context context-type="linenumber">27</context> 4781 <context context-type="linenumber">27</context>
4766 </context-group> 4782 </context-group>
4767 <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">27</context></context-group></trans-unit> 4783 <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">28</context></context-group></trans-unit>
4768 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 4784 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
4769 <source>Change email</source> 4785 <source>Change email</source>
4770 <target>Αλλαγή email</target> 4786 <target>Αλλαγή email</target>
4771 <context-group name="null"> 4787 <context-group name="null">
4772 <context context-type="linenumber">35</context> 4788 <context context-type="linenumber">35</context>
4773 </context-group> 4789 </context-group>
4774 <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">35</context></context-group></trans-unit> 4790 <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">36</context></context-group></trans-unit>
4775 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 4791 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
4776 <source>Theme</source> 4792 <source>Theme</source>
4777 <target>Θέμα</target> 4793 <target>Θέμα</target>
@@ -5517,11 +5533,11 @@
5517 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5533 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5518 <context context-type="linenumber">2</context> 5534 <context context-type="linenumber">2</context>
5519 </context-group> 5535 </context-group>
5520 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5536 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5521 <source> 5537 <source>
5522 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5538 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5523 </source><target state="new"> 5539 </source><target state="new">
5524 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5540 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5525 </target> 5541 </target>
5526 <context-group purpose="location"> 5542 <context-group purpose="location">
5527 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5543 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -8803,7 +8819,25 @@
8803 <context-group name="null"> 8819 <context-group name="null">
8804 <context context-type="linenumber">1</context> 8820 <context context-type="linenumber">1</context>
8805 </context-group> 8821 </context-group>
8806 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 8822 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
8823 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
8824 <context-group purpose="location">
8825 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8826 <context context-type="linenumber">1</context>
8827 </context-group>
8828 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
8829 <source>Delete account comments</source><target state="new">Delete account comments</target>
8830 <context-group purpose="location">
8831 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8832 <context context-type="linenumber">1</context>
8833 </context-group>
8834 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
8835 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
8836 <context-group purpose="location">
8837 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8838 <context context-type="linenumber">1</context>
8839 </context-group>
8840 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
8807 <source>Edit user</source><target state="new">Edit user</target> 8841 <source>Edit user</source><target state="new">Edit user</target>
8808 <context-group purpose="location"> 8842 <context-group purpose="location">
8809 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8843 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
@@ -8885,6 +8919,18 @@
8885 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8919 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8886 <context context-type="linenumber">1</context> 8920 <context context-type="linenumber">1</context>
8887 </context-group> 8921 </context-group>
8922 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
8923 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
8924 <context-group purpose="location">
8925 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8926 <context context-type="linenumber">1</context>
8927 </context-group>
8928 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
8929 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
8930 <context-group purpose="location">
8931 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8932 <context context-type="linenumber">1</context>
8933 </context-group>
8888 </trans-unit> 8934 </trans-unit>
8889 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 8935 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
8890 <source>Mute this account by your instance</source> 8936 <source>Mute this account by your instance</source>
@@ -8937,6 +8983,18 @@
8937 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8983 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8938 <context context-type="linenumber">1</context> 8984 <context context-type="linenumber">1</context>
8939 </context-group> 8985 </context-group>
8986 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
8987 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
8988 <context-group purpose="location">
8989 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8990 <context context-type="linenumber">1</context>
8991 </context-group>
8992 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
8993 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
8994 <context-group purpose="location">
8995 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8996 <context context-type="linenumber">1</context>
8997 </context-group>
8940 </trans-unit> 8998 </trans-unit>
8941 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 8999 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
8942 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 9000 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.en-GB.xlf b/client/src/locale/angular.en-GB.xlf
index 52dc672ac..07662376f 100644
--- a/client/src/locale/angular.en-GB.xlf
+++ b/client/src/locale/angular.en-GB.xlf
@@ -425,7 +425,7 @@
425 <target state="new">Options</target> 425 <target state="new">Options</target>
426 426
427 427
428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 428 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
429 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 429 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
430 <source>Start at</source> 430 <source>Start at</source>
431 <target state="new">Start at</target> 431 <target state="new">Start at</target>
@@ -481,7 +481,7 @@
481 <target state="new">video</target> 481 <target state="new">video</target>
482 482
483 483
484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 484 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
485 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 485 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
486 <source>subtitles</source> 486 <source>subtitles</source>
487 <target state="new">subtitles</target> 487 <target state="new">subtitles</target>
@@ -686,7 +686,7 @@
686 <target state="new">Deleted</target> 686 <target state="new">Deleted</target>
687 687
688 688
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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
690 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 690 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
691 <source>Edit starts/stops at</source> 691 <source>Edit starts/stops at</source>
692 <target state="new">Edit starts/stops at</target> 692 <target state="new">Edit starts/stops at</target>
@@ -734,7 +734,7 @@
734 734
735 735
736 736
737 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 737 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
738 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 738 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
739 <source>Edit</source> 739 <source>Edit</source>
740 <target>Edit</target> 740 <target>Edit</target>
@@ -1578,13 +1578,13 @@
1578 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1578 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1579 <context context-type="linenumber">21</context> 1579 <context context-type="linenumber">21</context>
1580 </context-group> 1580 </context-group>
1581 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1581 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1582 <source> 1582 <source>
1583 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>"/>. 1583 Please consider configuring 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>"/>.
1584 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>"/>. 1584 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1585 </source><target state="new"> 1585 </source><target state="new">
1586 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>"/>. 1586 Please consider configuring 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>"/>.
1587 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>"/>. 1587 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1588 </target> 1588 </target>
1589 <context-group purpose="location"> 1589 <context-group purpose="location">
1590 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1590 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1874,63 +1874,33 @@
1874 1874
1875 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1875 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1876 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1876 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1877 <context-group purpose="location"> 1877
1878 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1878 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1879 <context context-type="linenumber">16</context>
1880 </context-group>
1881 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1882 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1879 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1883 <context-group purpose="location"> 1880
1884 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1881 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1885 <context context-type="linenumber">18</context>
1886 </context-group>
1887 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1888 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1882 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1889 <context-group purpose="location"> 1883
1890 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1884 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1891 <context context-type="linenumber">22</context>
1892 </context-group>
1893 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1894 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1885 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1895 <context-group purpose="location"> 1886
1896 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1887 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1897 <context context-type="linenumber">29</context>
1898 </context-group>
1899 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1900 <source>any instance</source><target state="new">any instance</target> 1888 <source>any instance</source><target state="new">any instance</target>
1901 <context-group purpose="location"> 1889
1902 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1890 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1903 <context context-type="linenumber">32</context>
1904 </context-group>
1905 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1906 <source>only followed instances</source><target state="new">only followed instances</target> 1891 <source>only followed instances</source><target state="new">only followed instances</target>
1907 <context-group purpose="location"> 1892
1908 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1893 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1909 <context context-type="linenumber">33</context>
1910 </context-group>
1911 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1912 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1894 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1913 <context-group purpose="location"> 1895
1914 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1896 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1915 <context context-type="linenumber">31</context>
1916 </context-group>
1917 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1918 <source>channel</source><target state="new">channel</target> 1897 <source>channel</source><target state="new">channel</target>
1919 <context-group purpose="location"> 1898
1920 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1899
1921 <context context-type="linenumber">40</context> 1900 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1922 </context-group>
1923 <context-group purpose="location">
1924 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1925 <context context-type="linenumber">43</context>
1926 </context-group>
1927 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1928 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1901 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1929 <context-group purpose="location"> 1902
1930 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1903 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1931 <context context-type="linenumber">49</context>
1932 </context-group>
1933 </trans-unit>
1934 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1904 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1935 <source>Search...</source> 1905 <source>Search...</source>
1936 <target>Search...</target> 1906 <target>Search...</target>
@@ -3249,12 +3219,12 @@
3249 <context context-type="linenumber">14</context> 3219 <context context-type="linenumber">14</context>
3250 </context-group> 3220 </context-group>
3251 3221
3252 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 3222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3253 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3223 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3254 <source>This comment has been deleted</source> 3224 <source>This comment has been deleted</source>
3255 <target state="new">This comment has been deleted</target> 3225 <target state="new">This comment has been deleted</target>
3256 3226
3257 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 3227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3258 3228
3259 3229
3260 3230
@@ -3728,7 +3698,7 @@
3728 <context context-type="linenumber">95</context> 3698 <context context-type="linenumber">95</context>
3729 </context-group> 3699 </context-group>
3730 3700
3731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3732 <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> 3702 <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>
3733 <context-group purpose="location"> 3703 <context-group purpose="location">
3734 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3704 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -4223,7 +4193,13 @@
4223 <target state="new">Homepage</target> 4193 <target state="new">Homepage</target>
4224 4194
4225 4195
4226 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 4196 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4197 <source>Close this message</source><target state="new">Close this message</target>
4198 <context-group purpose="location">
4199 <context context-type="sourcefile">src/app/app.component.html</context>
4200 <context context-type="linenumber">34</context>
4201 </context-group>
4202 </trans-unit>
4227 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4203 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4228 <source>Go to the plugin homepage</source> 4204 <source>Go to the plugin homepage</source>
4229 <target state="new">Go to the plugin homepage</target> 4205 <target state="new">Go to the plugin homepage</target>
@@ -4625,17 +4601,57 @@
4625 <context context-type="linenumber">223</context> 4601 <context context-type="linenumber">223</context>
4626 </context-group> 4602 </context-group>
4627 4603
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4605 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4606 <context-group purpose="location">
4607 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4608 <context context-type="linenumber">281</context>
4609 </context-group>
4610 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4611 <source>
4612 Display a message on your instance
4613 </source><target state="new">
4614 Display a message on your instance
4615 </target>
4616 <context-group purpose="location">
4617 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4618 <context context-type="linenumber">282</context>
4619 </context-group>
4620 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4621 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4622 <context-group purpose="location">
4623 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4624 <context context-type="linenumber">294</context>
4625 </context-group>
4626 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4627 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4628 <context-group purpose="location">
4629 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4630 <context context-type="linenumber">301</context>
4631 </context-group>
4632 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4633 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4634 <context-group purpose="location">
4635 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4636 <context context-type="linenumber">306</context>
4637 </context-group>
4638 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4639 <source>Message</source><target state="new">Message</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">318</context>
4643 </context-group>
4644 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4629 <source>NEW USERS</source><target state="new">NEW USERS</target> 4645 <source>NEW USERS</source><target state="new">NEW USERS</target>
4630 4646
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><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4632 <source> 4648 <source>
4633 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. 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.
4634 </source><target state="new"> 4650 </source><target state="new">
4635 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. 4651 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.
4636 </target> 4652 </target>
4637 4653
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">282</context></context-group></trans-unit> 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">334</context></context-group></trans-unit>
4639 4655
4640 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4656 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4641 <source>Signup enabled</source> 4657 <source>Signup enabled</source>
@@ -4644,7 +4660,7 @@
4644 <context context-type="linenumber">235</context> 4660 <context context-type="linenumber">235</context>
4645 </context-group> 4661 </context-group>
4646 4662
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">293</context></context-group></trans-unit> 4663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">345</context></context-group></trans-unit>
4648 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4664 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4649 <source>Signup requires email verification</source> 4665 <source>Signup requires email verification</source>
4650 <target>Signup requires email verification</target> 4666 <target>Signup requires email verification</target>
@@ -4652,7 +4668,7 @@
4652 <context context-type="linenumber">242</context> 4668 <context context-type="linenumber">242</context>
4653 </context-group> 4669 </context-group>
4654 4670
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">301</context></context-group></trans-unit> 4671 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">353</context></context-group></trans-unit>
4656 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4672 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4657 <source>Signup limit</source> 4673 <source>Signup limit</source>
4658 <target>Signup limit</target> 4674 <target>Signup limit</target>
@@ -4660,7 +4676,7 @@
4660 <context context-type="linenumber">247</context> 4676 <context context-type="linenumber">247</context>
4661 </context-group> 4677 </context-group>
4662 4678
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">305</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">357</context></context-group></trans-unit>
4664 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4680 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4665 <source>Users</source> 4681 <source>Users</source>
4666 <target>Users</target> 4682 <target>Users</target>
@@ -4749,84 +4765,78 @@
4749 <source>Default video quota per user</source> 4765 <source>Default video quota per user</source>
4750 <target state="new">Default video quota per user</target> 4766 <target state="new">Default video quota per user</target>
4751 4767
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">320</context></context-group></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">372</context></context-group></trans-unit>
4753 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4769 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4754 <source>Default daily upload limit per user</source> 4770 <source>Default daily upload limit per user</source>
4755 <target state="new">Default daily upload limit per user</target> 4771 <target state="new">Default daily upload limit per user</target>
4756 4772
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4758 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4774 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4759 4775
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4761 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4777 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4762 4778
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4764 <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> 4780 <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>
4765 4781
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">367</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">419</context></context-group></trans-unit>
4767 4783
4768 4784
4769 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4785 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4770 <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> 4786 <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>
4771 4787
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4773 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4789 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4774 4790
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4776 <source>FEDERATION</source><target state="new">FEDERATION</target> 4792 <source>FEDERATION</source><target state="new">FEDERATION</target>
4777 4793
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4779 <source> 4795 <source>
4780 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. 4796 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.
4781 </source><target state="new"> 4797 </source><target state="new">
4782 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. 4798 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.
4783 </target> 4799 </target>
4784 4800
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4786 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4802 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4787 4803
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">412</context></context-group></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">464</context></context-group></trans-unit>
4789 4805
4790 4806
4791 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4807 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4792 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4808 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4793 4809
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4795 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4811 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4796 4812
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4798 <source> 4814 <source>
4799 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>"/>. 4815 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>"/>.
4800 </source><target state="new"> 4816 </source><target state="new">
4801 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>"/>. 4817 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>"/>.
4802 </target> 4818 </target>
4803 <context-group purpose="location"> 4819
4804 <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">502</context></context-group></trans-unit>
4805 <context context-type="linenumber">450</context>
4806 </context-group>
4807 </trans-unit>
4808 4821
4809 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4822 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4810 <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> 4823 <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>
4811 4824
4812 4825
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4814 4827
4815 4828
4816 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4829 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4817 <source>Index URL</source> 4830 <source>Index URL</source>
4818 <target state="new">Index URL</target> 4831 <target state="new">Index URL</target>
4819 4832
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4821 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4834 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4822 <context-group purpose="location"> 4835
4823 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4824 <context context-type="linenumber">445</context>
4825 </context-group>
4826 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4827 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4837 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4828 4838
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">477</context></context-group></trans-unit> 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">529</context></context-group></trans-unit>
4830 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4840 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4831 <source>Administrator</source> 4841 <source>Administrator</source>
4832 <target>Administrator</target> 4842 <target>Administrator</target>
@@ -4842,7 +4852,7 @@
4842 <context context-type="linenumber">387</context> 4852 <context context-type="linenumber">387</context>
4843 </context-group> 4853 </context-group>
4844 4854
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">483</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">535</context></context-group></trans-unit>
4846 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4856 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4847 <source>Enable contact form</source> 4857 <source>Enable contact form</source>
4848 <target>Enable contact form</target> 4858 <target>Enable contact form</target>
@@ -4850,7 +4860,7 @@
4850 <context context-type="linenumber">398</context> 4860 <context context-type="linenumber">398</context>
4851 </context-group> 4861 </context-group>
4852 4862
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">494</context></context-group></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">546</context></context-group></trans-unit>
4854 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4864 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4855 <source>Basic configuration</source> 4865 <source>Basic configuration</source>
4856 <target>Basic configuration</target> 4866 <target>Basic configuration</target>
@@ -4861,14 +4871,14 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4862 <source>TWITTER</source><target state="new">TWITTER</target> 4872 <source>TWITTER</source><target state="new">TWITTER</target>
4863 4873
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4865 <source> 4875 <source>
4866 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4876 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4867 </source><target state="new"> 4877 </source><target state="new">
4868 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4878 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4869 </target> 4879 </target>
4870 4880
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">512</context></context-group></trans-unit> 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">564</context></context-group></trans-unit>
4872 4882
4873 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4883 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4874 <source>Your Twitter username</source> 4884 <source>Your Twitter username</source>
@@ -4877,7 +4887,7 @@
4877 <context context-type="linenumber">413</context> 4887 <context context-type="linenumber">413</context>
4878 </context-group> 4888 </context-group>
4879 4889
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">523</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">575</context></context-group></trans-unit>
4881 4891
4882 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4892 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4883 <source>Instance whitelisted by Twitter</source> 4893 <source>Instance whitelisted by Twitter</source>
@@ -4886,7 +4896,7 @@
4886 <context context-type="linenumber">431</context> 4896 <context context-type="linenumber">431</context>
4887 </context-group> 4897 </context-group>
4888 4898
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4890 <source> 4900 <source>
4891 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/>"/> 4901 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/>"/>
4892 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/>"/> 4902 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/>"/>
@@ -4901,7 +4911,7 @@
4901 to see if you instance is whitelisted. 4911 to see if you instance is whitelisted.
4902 </target> 4912 </target>
4903 4913
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">539</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">591</context></context-group></trans-unit>
4905 4915
4906 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4916 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4907 <source>Services</source> 4917 <source>Services</source>
@@ -4910,10 +4920,10 @@
4910 <context context-type="linenumber">405</context> 4920 <context context-type="linenumber">405</context>
4911 </context-group> 4921 </context-group>
4912 4922
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4914 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4924 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4915 4925
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4917 <source> 4927 <source>
4918 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4928 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4919 resources, this is a critical part of PeerTube, so tread carefully. 4929 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4922,7 +4932,7 @@
4922 resources, this is a critical part of PeerTube, so tread carefully. 4932 resources, this is a critical part of PeerTube, so tread carefully.
4923 </target> 4933 </target>
4924 4934
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">566</context></context-group></trans-unit> 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">618</context></context-group></trans-unit>
4926 4936
4927 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4937 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4928 <source>Transcoding enabled</source> 4938 <source>Transcoding enabled</source>
@@ -4931,7 +4941,7 @@
4931 <context context-type="linenumber">461</context> 4941 <context context-type="linenumber">461</context>
4932 </context-group> 4942 </context-group>
4933 4943
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">579</context></context-group></trans-unit> 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">631</context></context-group></trans-unit>
4935 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4945 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4936 <source>If you disable transcoding, many videos from your users will not work!</source> 4946 <source>If you disable transcoding, many videos from your users will not work!</source>
4937 <target>If you disable transcoding, many videos from your users will not work!</target> 4947 <target>If you disable transcoding, many videos from your users will not work!</target>
@@ -4939,10 +4949,10 @@
4939 <context context-type="linenumber">465</context> 4949 <context context-type="linenumber">465</context>
4940 </context-group> 4950 </context-group>
4941 4951
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4943 <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> 4953 <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>
4944 4954
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">594</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">646</context></context-group></trans-unit>
4946 4956
4947 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4957 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4948 <source>Allow additional extensions</source> 4958 <source>Allow additional extensions</source>
@@ -4951,16 +4961,16 @@
4951 <context context-type="linenumber">475</context> 4961 <context context-type="linenumber">475</context>
4952 </context-group> 4962 </context-group>
4953 4963
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4955 <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> 4965 <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>
4956 4966
4957 <context-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> 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">657</context></context-group></trans-unit>
4958 4968
4959 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4969 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4960 <source>Allow audio files upload</source> 4970 <source>Allow audio files upload</source>
4961 <target state="new">Allow audio files upload</target> 4971 <target state="new">Allow audio files upload</target>
4962 4972
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4964 <source> 4974 <source>
4965 <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>"/> 4975 <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>"/>
4966 4976
@@ -4979,13 +4989,13 @@
4979 <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>"/> 4989 <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>"/>
4980 </target> 4990 </target>
4981 4991
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">617</context></context-group></trans-unit> 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">669</context></context-group></trans-unit>
4983 4993
4984 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4994 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4985 <source>WebTorrent support enabled</source> 4995 <source>WebTorrent support enabled</source>
4986 <target state="new">WebTorrent support enabled</target> 4996 <target state="new">WebTorrent support enabled</target>
4987 4997
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4989 <source> 4999 <source>
4990 <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>"/> 5000 <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>"/>
4991 5001
@@ -5010,13 +5020,13 @@
5010 <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>"/> 5020 <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>"/>
5011 </target> 5021 </target>
5012 5022
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">638</context></context-group></trans-unit> 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">690</context></context-group></trans-unit>
5014 5024
5015 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5025 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5016 <source>HLS support enabled</source> 5026 <source>HLS support enabled</source>
5017 <target state="new">HLS support enabled</target> 5027 <target state="new">HLS support enabled</target>
5018 5028
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">635</context></context-group></trans-unit> 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">687</context></context-group></trans-unit>
5020 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5030 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5021 <source>Transcoding threads</source> 5031 <source>Transcoding threads</source>
5022 <target>Transcoding threads</target> 5032 <target>Transcoding threads</target>
@@ -5024,41 +5034,41 @@
5024 <context context-type="linenumber">517</context> 5034 <context context-type="linenumber">517</context>
5025 </context-group> 5035 </context-group>
5026 5036
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5028 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 5038 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
5029 5039
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">673</context></context-group></trans-unit> 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">725</context></context-group></trans-unit>
5031 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5041 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5032 <source>CACHE</source><target state="new">CACHE</target> 5042 <source>CACHE</source><target state="new">CACHE</target>
5033 5043
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5035 <source> 5045 <source>
5036 Some files are not federated, and fetched when necessary. Define their caching policies. 5046 Some files are not federated, and fetched when necessary. Define their caching policies.
5037 </source><target state="new"> 5047 </source><target state="new">
5038 Some files are not federated, and fetched when necessary. Define their caching policies. 5048 Some files are not federated, and fetched when necessary. Define their caching policies.
5039 </target> 5049 </target>
5040 5050
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5042 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 5052 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
5043 5053
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5045 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 5055 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
5046 5056
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">718</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">770</context></context-group></trans-unit>
5048 5058
5049 5059
5050 5060
5051 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5061 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5052 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 5062 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
5053 5063
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5055 <source> 5065 <source>
5056 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5066 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5057 </source><target state="new"> 5067 </source><target state="new">
5058 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5068 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5059 </target> 5069 </target>
5060 5070
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">734</context></context-group></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">786</context></context-group></trans-unit>
5062 5072
5063 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5073 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5064 <source>JavaScript</source> 5074 <source>JavaScript</source>
@@ -5067,14 +5077,14 @@
5067 <context context-type="linenumber">575</context> 5077 <context context-type="linenumber">575</context>
5068 </context-group> 5078 </context-group>
5069 5079
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5071 <source> 5081 <source>
5072 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5082 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5073 </source><target state="new"> 5083 </source><target state="new">
5074 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5084 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5075 </target> 5085 </target>
5076 5086
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5078 <source> 5088 <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/>"/> 5089 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>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5090 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5099,7 +5109,7 @@
5099 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5109 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5100 </target> 5110 </target>
5101 5111
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">766</context></context-group></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">818</context></context-group></trans-unit>
5103 5113
5104 5114
5105 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5115 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5109,7 +5119,7 @@
5109 <context context-type="linenumber">452</context> 5119 <context context-type="linenumber">452</context>
5110 </context-group> 5120 </context-group>
5111 5121
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">559</context></context-group></trans-unit> 5122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5113 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5123 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5114 <source>Update configuration</source> 5124 <source>Update configuration</source>
5115 <target>Update configuration</target> 5125 <target>Update configuration</target>
@@ -5117,12 +5127,12 @@
5117 <context context-type="linenumber">628</context> 5127 <context context-type="linenumber">628</context>
5118 </context-group> 5128 </context-group>
5119 5129
5120 <context-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> 5130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5121 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5131 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5122 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5132 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5123 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5133 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5124 5134
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5126 <source>PROFILE</source><target state="new">PROFILE</target> 5136 <source>PROFILE</source><target state="new">PROFILE</target>
5127 <context-group purpose="location"> 5137 <context-group purpose="location">
5128 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5138 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5332,23 +5342,23 @@
5332 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5342 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5333 <context context-type="linenumber">17</context> 5343 <context context-type="linenumber">17</context>
5334 </context-group> 5344 </context-group>
5335 </trans-unit> 5345 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5336 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5346 <source>Your current password</source><target state="new">Your current password</target>
5337 <source>Your password</source>
5338 <target state="new">Your password</target>
5339 <context-group purpose="location"> 5347 <context-group purpose="location">
5340 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5348 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5341 <context context-type="linenumber">27</context> 5349 <context context-type="linenumber">26</context>
5342 </context-group> 5350 </context-group>
5343 </trans-unit> 5351 </trans-unit>
5352 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5353 <source>Your password</source>
5354 <target state="new">Your password</target>
5355
5356 <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">28</context></context-group></trans-unit>
5344 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5357 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5345 <source>Change email</source> 5358 <source>Change email</source>
5346 <target state="new">Change email</target> 5359 <target state="new">Change email</target>
5347 <context-group purpose="location"> 5360
5348 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5361 <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">36</context></context-group></trans-unit>
5349 <context context-type="linenumber">35</context>
5350 </context-group>
5351 </trans-unit>
5352 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5362 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5353 <source>Theme</source> 5363 <source>Theme</source>
5354 <target state="new">Theme</target> 5364 <target state="new">Theme</target>
@@ -6163,17 +6173,18 @@
6163 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6173 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6164 <context context-type="linenumber">2</context> 6174 <context context-type="linenumber">2</context>
6165 </context-group> 6175 </context-group>
6166 </trans-unit> 6176 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6167 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6177 <source>
6168 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6178 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6169 <target state="new"> 6179 </source><target state="new">
6170 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6180 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6171 </target> 6181 </target>
6172 <context-group purpose="location"> 6182 <context-group purpose="location">
6173 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6183 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6174 <context context-type="linenumber">9</context> 6184 <context context-type="linenumber">9</context>
6175 </context-group> 6185 </context-group>
6176 </trans-unit> 6186 </trans-unit>
6187
6177 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6188 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6178 <source> 6189 <source>
6179 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6190 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9944,6 +9955,24 @@
9944 <context context-type="linenumber">1</context> 9955 <context context-type="linenumber">1</context>
9945 </context-group> 9956 </context-group>
9946 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 9957 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9958 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9959 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9960 <context-group purpose="location">
9961 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9962 <context context-type="linenumber">1</context>
9963 </context-group>
9964 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9965 <source>Delete account comments</source><target state="new">Delete account comments</target>
9966 <context-group purpose="location">
9967 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9968 <context context-type="linenumber">1</context>
9969 </context-group>
9970 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9971 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9972 <context-group purpose="location">
9973 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9974 <context context-type="linenumber">1</context>
9975 </context-group>
9947 </trans-unit> 9976 </trans-unit>
9948 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9977 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9949 <source>Edit user</source> 9978 <source>Edit user</source>
@@ -10037,6 +10066,18 @@
10037 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10066 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10038 <context context-type="linenumber">1</context> 10067 <context context-type="linenumber">1</context>
10039 </context-group> 10068 </context-group>
10069 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10070 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10071 <context-group purpose="location">
10072 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10073 <context context-type="linenumber">1</context>
10074 </context-group>
10075 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10076 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10077 <context-group purpose="location">
10078 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10079 <context context-type="linenumber">1</context>
10080 </context-group>
10040 </trans-unit> 10081 </trans-unit>
10041 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10082 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10042 <source>Mute this account by your instance</source> 10083 <source>Mute this account by your instance</source>
@@ -10093,6 +10134,18 @@
10093 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10134 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10094 <context context-type="linenumber">1</context> 10135 <context context-type="linenumber">1</context>
10095 </context-group> 10136 </context-group>
10137 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10138 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10139 <context-group purpose="location">
10140 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10141 <context context-type="linenumber">1</context>
10142 </context-group>
10143 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10144 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10145 <context-group purpose="location">
10146 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10147 <context context-type="linenumber">1</context>
10148 </context-group>
10096 </trans-unit> 10149 </trans-unit>
10097 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10150 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10098 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10151 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.en-US.xlf b/client/src/locale/angular.en-US.xlf
index c458ffdc5..984d2dd48 100644
--- a/client/src/locale/angular.en-US.xlf
+++ b/client/src/locale/angular.en-US.xlf
@@ -433,7 +433,7 @@
433 <context context-type="linenumber">9</context> 433 <context context-type="linenumber">9</context>
434 </context-group> 434 </context-group>
435 435
436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 436 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
437 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 437 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
438 <source>Start at</source> 438 <source>Start at</source>
439 <target>Start at</target> 439 <target>Start at</target>
@@ -491,7 +491,7 @@
491 <source>video</source><target state="final">video</target> 491 <source>video</source><target state="final">video</target>
492 492
493 493
494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
495 <source>subtitles</source><target state="final">subtitles</target> 495 <source>subtitles</source><target state="final">subtitles</target>
496 <context-group purpose="location"> 496 <context-group purpose="location">
497 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 497 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -696,7 +696,7 @@
696 <source>Deleted</source> 696 <source>Deleted</source>
697 <target state="final">Deleted</target> 697 <target state="final">Deleted</target>
698 698
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
701 <source>Edit starts/stops at</source> 701 <source>Edit starts/stops at</source>
702 <target>Edit starts/stops at</target> 702 <target>Edit starts/stops at</target>
@@ -744,7 +744,7 @@
744 744
745 745
746 746
747 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 747 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
748 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> 748 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
749 <source>Edit</source> 749 <source>Edit</source>
750 <target state="final">Edit</target> 750 <target state="final">Edit</target>
@@ -1506,13 +1506,13 @@
1506 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1506 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1507 <context context-type="linenumber">21</context> 1507 <context context-type="linenumber">21</context>
1508 </context-group> 1508 </context-group>
1509 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1509 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1510 <source> 1510 <source>
1511 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>"/>. 1511 Please consider configuring 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>"/>.
1512 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>"/>. 1512 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1513 </source><target state="final"> 1513 </source><target state="final">
1514 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>"/>. 1514 Please consider configuring 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>"/>.
1515 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>"/>. 1515 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1516 </target> 1516 </target>
1517 <context-group purpose="location"> 1517 <context-group purpose="location">
1518 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1518 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1752,63 +1752,33 @@
1752 1752
1753 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1753 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1754 <source>GLOBAL SEARCH</source><target state="final">GLOBAL SEARCH</target> 1754 <source>GLOBAL SEARCH</source><target state="final">GLOBAL SEARCH</target>
1755 <context-group purpose="location"> 1755
1756 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1756 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1757 <context context-type="linenumber">16</context>
1758 </context-group>
1759 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1760 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="final">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1757 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="final">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1761 <context-group purpose="location"> 1758
1762 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1759 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1763 <context context-type="linenumber">18</context>
1764 </context-group>
1765 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1766 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="final">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1760 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="final">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1767 <context-group purpose="location"> 1761
1768 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1762 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1769 <context context-type="linenumber">22</context>
1770 </context-group>
1771 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1772 <source>ADVANCED SEARCH</source><target state="final">ADVANCED SEARCH</target> 1763 <source>ADVANCED SEARCH</source><target state="final">ADVANCED SEARCH</target>
1773 <context-group purpose="location"> 1764
1774 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1765 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1775 <context context-type="linenumber">29</context>
1776 </context-group>
1777 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1778 <source>any instance</source><target state="final">any instance</target> 1766 <source>any instance</source><target state="final">any instance</target>
1779 <context-group purpose="location"> 1767
1780 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1768 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1781 <context context-type="linenumber">32</context>
1782 </context-group>
1783 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1784 <source>only followed instances</source><target state="final">only followed instances</target> 1769 <source>only followed instances</source><target state="final">only followed instances</target>
1785 <context-group purpose="location"> 1770
1786 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1771 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1787 <context context-type="linenumber">33</context>
1788 </context-group>
1789 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1790 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="final">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1772 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="final">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1791 <context-group purpose="location"> 1773
1792 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1774 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1793 <context context-type="linenumber">31</context>
1794 </context-group>
1795 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1796 <source>channel</source><target state="final">channel</target> 1775 <source>channel</source><target state="final">channel</target>
1797 <context-group purpose="location"> 1776
1798 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1777
1799 <context context-type="linenumber">40</context> 1778 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1800 </context-group>
1801 <context-group purpose="location">
1802 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1803 <context context-type="linenumber">43</context>
1804 </context-group>
1805 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1806 <source>Any other text will return matching video or channel names.</source><target state="final">Any other text will return matching video or channel names.</target> 1779 <source>Any other text will return matching video or channel names.</source><target state="final">Any other text will return matching video or channel names.</target>
1807 <context-group purpose="location"> 1780
1808 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1781 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1809 <context context-type="linenumber">49</context>
1810 </context-group>
1811 </trans-unit>
1812 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html"> 1782 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1813 <source>Search...</source> 1783 <source>Search...</source>
1814 <target state="final">Search...</target> 1784 <target state="final">Search...</target>
@@ -2853,10 +2823,10 @@
2853 <source>Reply</source> 2823 <source>Reply</source>
2854 <target state="final">Reply</target> 2824 <target state="final">Reply</target>
2855 2825
2856 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2826 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2857 <source>This comment has been deleted</source><target state="final">This comment has been deleted</target> 2827 <source>This comment has been deleted</source><target state="final">This comment has been deleted</target>
2858 2828
2859 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 2829 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2860 2830
2861 2831
2862 2832
@@ -3250,7 +3220,7 @@
3250 <source>Ban reason:</source> 3220 <source>Ban reason:</source>
3251 <target state="final">Ban reason:</target> 3221 <target state="final">Ban reason:</target>
3252 3222
3253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3223 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3254 <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> 3224 <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>
3255 <context-group purpose="location"> 3225 <context-group purpose="location">
3256 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3226 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3696,7 +3666,13 @@
3696 <target state="final">Homepage</target> 3666 <target state="final">Homepage</target>
3697 3667
3698 3668
3699 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3669 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3670 <source>Close this message</source><target state="final">Close this message</target>
3671 <context-group purpose="location">
3672 <context context-type="sourcefile">src/app/app.component.html</context>
3673 <context context-type="linenumber">34</context>
3674 </context-group>
3675 </trans-unit>
3700 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3676 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3701 <source>Go to the plugin homepage</source> 3677 <source>Go to the plugin homepage</source>
3702 <target state="final">Go to the plugin homepage</target> 3678 <target state="final">Go to the plugin homepage</target>
@@ -4067,33 +4043,73 @@
4067 <source>Local videos</source> 4043 <source>Local videos</source>
4068 <target state="final">Local videos</target> 4044 <target state="final">Local videos</target>
4069 4045
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4046 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4047 <source>BROADCAST MESSAGE</source><target state="final">BROADCAST MESSAGE</target>
4048 <context-group purpose="location">
4049 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4050 <context context-type="linenumber">281</context>
4051 </context-group>
4052 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4053 <source>
4054 Display a message on your instance
4055 </source><target state="final">
4056 Display a message on your instance
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">282</context>
4061 </context-group>
4062 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4063 <source>Enable broadcast message</source><target state="final">Enable broadcast message</target>
4064 <context-group purpose="location">
4065 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4066 <context context-type="linenumber">294</context>
4067 </context-group>
4068 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4069 <source>Allow users to dismiss the broadcast message </source><target state="final">Allow users to dismiss the broadcast message </target>
4070 <context-group purpose="location">
4071 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4072 <context context-type="linenumber">301</context>
4073 </context-group>
4074 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4075 <source>Broadcast message level</source><target state="final">Broadcast message level</target>
4076 <context-group purpose="location">
4077 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4078 <context context-type="linenumber">306</context>
4079 </context-group>
4080 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4081 <source>Message</source><target state="final">Message</target>
4082 <context-group purpose="location">
4083 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4084 <context context-type="linenumber">318</context>
4085 </context-group>
4086 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4071 <source>NEW USERS</source><target state="final">NEW USERS</target> 4087 <source>NEW USERS</source><target state="final">NEW USERS</target>
4072 4088
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4074 <source> 4090 <source>
4075 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. 4091 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 </source><target state="final"> 4092 </source><target state="final">
4077 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. 4093 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 </target> 4094 </target>
4079 4095
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">282</context></context-group></trans-unit> 4096 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">334</context></context-group></trans-unit>
4081 4097
4082 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4098 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4083 <source>Signup enabled</source> 4099 <source>Signup enabled</source>
4084 <target state="final">Signup enabled</target> 4100 <target state="final">Signup enabled</target>
4085 4101
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">293</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">345</context></context-group></trans-unit>
4087 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4103 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4088 <source>Signup requires email verification</source> 4104 <source>Signup requires email verification</source>
4089 <target state="final">Signup requires email verification</target> 4105 <target state="final">Signup requires email verification</target>
4090 4106
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">301</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">353</context></context-group></trans-unit>
4092 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4108 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4093 <source>Signup limit</source> 4109 <source>Signup limit</source>
4094 <target state="final">Signup limit</target> 4110 <target state="final">Signup limit</target>
4095 4111
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">305</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">357</context></context-group></trans-unit>
4097 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4113 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4098 <source>Users</source> 4114 <source>Users</source>
4099 <target state="final">Users</target> 4115 <target state="final">Users</target>
@@ -4179,84 +4195,78 @@
4179 <source>Default video quota per user</source> 4195 <source>Default video quota per user</source>
4180 <target state="final">Default video quota per user</target> 4196 <target state="final">Default video quota per user</target>
4181 4197
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">320</context></context-group></trans-unit> 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">372</context></context-group></trans-unit>
4183 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4199 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4184 <source>Default daily upload limit per user</source> 4200 <source>Default daily upload limit per user</source>
4185 <target state="final">Default daily upload limit per user</target> 4201 <target state="final">Default daily upload limit per user</target>
4186 4202
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4188 <source>NEW VIDEOS</source><target state="final">NEW VIDEOS</target> 4204 <source>NEW VIDEOS</source><target state="final">NEW VIDEOS</target>
4189 4205
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4191 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="final">Allow import with HTTP URL (i.e. YouTube)</target> 4207 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="final">Allow import with HTTP URL (i.e. YouTube)</target>
4192 4208
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4194 <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> 4210 <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>
4195 4211
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">367</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">419</context></context-group></trans-unit>
4197 4213
4198 4214
4199 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4215 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4200 <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> 4216 <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>
4201 4217
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4203 <source>Blacklist new videos automatically</source><target state="final">Blacklist new videos automatically</target> 4219 <source>Blacklist new videos automatically</source><target state="final">Blacklist new videos automatically</target>
4204 4220
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">381</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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4206 <source>FEDERATION</source><target state="final">FEDERATION</target> 4222 <source>FEDERATION</source><target state="final">FEDERATION</target>
4207 4223
4208 <context-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"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4209 <source> 4225 <source>
4210 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.
4211 </source><target state="final"> 4227 </source><target state="final">
4212 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.
4213 </target> 4229 </target>
4214 4230
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">399</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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4216 <source>Other instances can follow yours</source><target state="final">Other instances can follow yours</target> 4232 <source>Other instances can follow yours</source><target state="final">Other instances can follow yours</target>
4217 4233
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">412</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">464</context></context-group></trans-unit>
4219 4235
4220 4236
4221 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4237 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4222 <source>Manually approve new instance followers</source><target state="final">Manually approve new instance followers</target> 4238 <source>Manually approve new instance followers</source><target state="final">Manually approve new instance followers</target>
4223 4239
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4225 <source>Automatically follow back instances</source><target state="final">Automatically follow back instances</target> 4241 <source>Automatically follow back instances</source><target state="final">Automatically follow back instances</target>
4226 4242
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4228 <source> 4244 <source>
4229 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>"/>. 4245 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>"/>.
4230 </source><target state="final"> 4246 </source><target state="final">
4231 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 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>"/>.
4232 </target> 4248 </target>
4233 <context-group purpose="location"> 4249
4234 <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">502</context></context-group></trans-unit>
4235 <context context-type="linenumber">450</context>
4236 </context-group>
4237 </trans-unit>
4238 4251
4239 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4252 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4240 <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> 4253 <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>
4241 4254
4242 4255
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4244 4257
4245 4258
4246 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4259 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4247 <source>Index URL</source> 4260 <source>Index URL</source>
4248 <target state="final">Index URL</target> 4261 <target state="final">Index URL</target>
4249 4262
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4251 <source>Automatically follow instances of a public index</source><target state="final">Automatically follow instances of a public index</target> 4264 <source>Automatically follow instances of a public index</source><target state="final">Automatically follow instances of a public index</target>
4252 <context-group purpose="location"> 4265
4253 <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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4254 <context context-type="linenumber">445</context>
4255 </context-group>
4256 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4257 <source>ADMINISTRATORS</source><target state="final">ADMINISTRATORS</target> 4267 <source>ADMINISTRATORS</source><target state="final">ADMINISTRATORS</target>
4258 4268
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">477</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">529</context></context-group></trans-unit>
4260 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4270 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4261 <source>Administrator</source> 4271 <source>Administrator</source>
4262 <target state="final">Administrator</target> 4272 <target state="final">Administrator</target>
@@ -4266,12 +4276,12 @@
4266 <source>Admin email</source> 4276 <source>Admin email</source>
4267 <target state="final">Admin email</target> 4277 <target state="final">Admin email</target>
4268 4278
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">483</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">535</context></context-group></trans-unit>
4270 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4280 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4271 <source>Enable contact form</source> 4281 <source>Enable contact form</source>
4272 <target state="final">Enable contact form</target> 4282 <target state="final">Enable contact form</target>
4273 4283
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">494</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">546</context></context-group></trans-unit>
4275 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4285 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4276 <source>Basic configuration</source> 4286 <source>Basic configuration</source>
4277 <target state="final">Basic configuration</target> 4287 <target state="final">Basic configuration</target>
@@ -4279,26 +4289,26 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4280 <source>TWITTER</source><target state="final">TWITTER</target> 4290 <source>TWITTER</source><target state="final">TWITTER</target>
4281 4291
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4283 <source> 4293 <source>
4284 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4294 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4285 </source><target state="final"> 4295 </source><target state="final">
4286 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4296 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4287 </target> 4297 </target>
4288 4298
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">512</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">564</context></context-group></trans-unit>
4290 4300
4291 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4301 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4292 <source>Your Twitter username</source> 4302 <source>Your Twitter username</source>
4293 <target state="final">Your Twitter username</target> 4303 <target state="final">Your Twitter username</target>
4294 4304
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">523</context></context-group></trans-unit> 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">575</context></context-group></trans-unit>
4296 4306
4297 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4307 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4298 <source>Instance whitelisted by Twitter</source> 4308 <source>Instance whitelisted by Twitter</source>
4299 <target state="final">Instance whitelisted by Twitter</target> 4309 <target state="final">Instance whitelisted by Twitter</target>
4300 4310
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4302 <source> 4312 <source>
4303 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4313 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4304 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4314 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/>"/>
@@ -4313,16 +4323,16 @@
4313 to see if you instance is whitelisted. 4323 to see if you instance is whitelisted.
4314 </target> 4324 </target>
4315 4325
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">539</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">591</context></context-group></trans-unit>
4317 4327
4318 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4328 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4319 <source>Services</source> 4329 <source>Services</source>
4320 <target state="final">Services</target> 4330 <target state="final">Services</target>
4321 4331
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4323 <source>TRANSCODING</source><target state="final">TRANSCODING</target> 4333 <source>TRANSCODING</source><target state="final">TRANSCODING</target>
4324 4334
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4326 <source> 4336 <source>
4327 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4337 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4328 resources, this is a critical part of PeerTube, so tread carefully. 4338 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4331,36 +4341,36 @@
4331 resources, this is a critical part of PeerTube, so tread carefully. 4341 resources, this is a critical part of PeerTube, so tread carefully.
4332 </target> 4342 </target>
4333 4343
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">566</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">618</context></context-group></trans-unit>
4335 4345
4336 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4346 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4337 <source>Transcoding enabled</source> 4347 <source>Transcoding enabled</source>
4338 <target state="final">Transcoding enabled</target> 4348 <target state="final">Transcoding enabled</target>
4339 4349
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">579</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">631</context></context-group></trans-unit>
4341 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4351 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4342 <source>If you disable transcoding, many videos from your users will not work!</source> 4352 <source>If you disable transcoding, many videos from your users will not work!</source>
4343 <target state="final">If you disable transcoding, many videos from your users will not work!</target> 4353 <target state="final">If you disable transcoding, many videos from your users will not work!</target>
4344 4354
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4346 <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> 4356 <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>
4347 4357
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">594</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">646</context></context-group></trans-unit>
4349 4359
4350 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4360 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4351 <source>Allow additional extensions</source> 4361 <source>Allow additional extensions</source>
4352 <target state="final">Allow additional extensions</target> 4362 <target state="final">Allow additional extensions</target>
4353 4363
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4355 <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> 4365 <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>
4356 4366
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">605</context></context-group></trans-unit> 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">657</context></context-group></trans-unit>
4358 4368
4359 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4369 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4360 <source>Allow audio files upload</source> 4370 <source>Allow audio files upload</source>
4361 <target state="final">Allow audio files upload</target> 4371 <target state="final">Allow audio files upload</target>
4362 4372
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4364 <source> 4374 <source>
4365 <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>"/> 4375 <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>"/>
4366 4376
@@ -4379,10 +4389,10 @@
4379 <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>"/> 4389 <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>"/>
4380 </target> 4390 </target>
4381 4391
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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4383 <source>WebTorrent support enabled</source><target state="final">WebTorrent support enabled</target> 4393 <source>WebTorrent support enabled</source><target state="final">WebTorrent support enabled</target>
4384 4394
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4386 <source> 4396 <source>
4387 <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>"/> 4397 <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>"/>
4388 4398
@@ -4407,65 +4417,65 @@
4407 <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>"/> 4417 <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>"/>
4408 </target> 4418 </target>
4409 4419
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">638</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">690</context></context-group></trans-unit>
4411 4421
4412 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4422 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4413 <source>HLS support enabled</source> 4423 <source>HLS support enabled</source>
4414 <target state="final">HLS support enabled</target> 4424 <target state="final">HLS support enabled</target>
4415 4425
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">635</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">687</context></context-group></trans-unit>
4417 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4427 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4418 <source>Transcoding threads</source> 4428 <source>Transcoding threads</source>
4419 <target state="final">Transcoding threads</target> 4429 <target state="final">Transcoding threads</target>
4420 4430
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4422 <source>Resolutions to generate</source><target state="final">Resolutions to generate</target> 4432 <source>Resolutions to generate</source><target state="final">Resolutions to generate</target>
4423 4433
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">673</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">725</context></context-group></trans-unit>
4425 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4435 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4426 <source>CACHE</source><target state="final">CACHE</target> 4436 <source>CACHE</source><target state="final">CACHE</target>
4427 4437
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4429 <source> 4439 <source>
4430 Some files are not federated, and fetched when necessary. Define their caching policies. 4440 Some files are not federated, and fetched when necessary. Define their caching policies.
4431 </source><target state="final"> 4441 </source><target state="final">
4432 Some files are not federated, and fetched when necessary. Define their caching policies. 4442 Some files are not federated, and fetched when necessary. Define their caching policies.
4433 </target> 4443 </target>
4434 4444
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4436 <source>Number of previews to keep in cache</source><target state="final">Number of previews to keep in cache</target> 4446 <source>Number of previews to keep in cache</source><target state="final">Number of previews to keep in cache</target>
4437 4447
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4439 <source>Number of video captions to keep in cache</source><target state="final">Number of video captions to keep in cache</target> 4449 <source>Number of video captions to keep in cache</source><target state="final">Number of video captions to keep in cache</target>
4440 4450
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">718</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">770</context></context-group></trans-unit>
4442 4452
4443 4453
4444 4454
4445 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4455 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4446 <source>CUSTOMIZATIONS</source><target state="final">CUSTOMIZATIONS</target> 4456 <source>CUSTOMIZATIONS</source><target state="final">CUSTOMIZATIONS</target>
4447 4457
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4449 <source> 4459 <source>
4450 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4460 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4451 </source><target state="final"> 4461 </source><target state="final">
4452 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4462 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4453 </target> 4463 </target>
4454 4464
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">734</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">786</context></context-group></trans-unit>
4456 4466
4457 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4467 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4458 <source>JavaScript</source> 4468 <source>JavaScript</source>
4459 <target state="final">JavaScript</target> 4469 <target state="final">JavaScript</target>
4460 4470
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4462 <source> 4472 <source>
4463 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4473 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4464 </source><target state="final"> 4474 </source><target state="final">
4465 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4475 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4466 </target> 4476 </target>
4467 4477
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4469 <source> 4479 <source>
4470 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/>"/> 4480 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/>"/>
4471 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4481 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4490,24 +4500,24 @@
4490 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4500 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4491 </target> 4501 </target>
4492 4502
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">766</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">818</context></context-group></trans-unit>
4494 4504
4495 4505
4496 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4506 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4497 <source>Advanced configuration</source> 4507 <source>Advanced configuration</source>
4498 <target state="final">Advanced configuration</target> 4508 <target state="final">Advanced configuration</target>
4499 4509
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">559</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">611</context></context-group></trans-unit>
4501 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4511 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4502 <source>Update configuration</source> 4512 <source>Update configuration</source>
4503 <target state="final">Update configuration</target> 4513 <target state="final">Update configuration</target>
4504 4514
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">804</context></context-group></trans-unit> 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">858</context></context-group></trans-unit>
4506 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4516 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4507 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4517 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4508 <target state="final">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4518 <target state="final">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4509 4519
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4511 <source>PROFILE</source><target state="final">PROFILE</target> 4521 <source>PROFILE</source><target state="final">PROFILE</target>
4512 <context-group purpose="location"> 4522 <context-group purpose="location">
4513 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4523 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4710,23 +4720,23 @@
4710 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4720 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4711 <context context-type="linenumber">17</context> 4721 <context context-type="linenumber">17</context>
4712 </context-group> 4722 </context-group>
4713 </trans-unit> 4723 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4714 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4724 <source>Your current password</source><target state="final">Your current password</target>
4715 <source>Your password</source>
4716 <target state="final">Your password</target>
4717 <context-group purpose="location"> 4725 <context-group purpose="location">
4718 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4726 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4719 <context context-type="linenumber">27</context> 4727 <context context-type="linenumber">26</context>
4720 </context-group> 4728 </context-group>
4721 </trans-unit> 4729 </trans-unit>
4730 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4731 <source>Your password</source>
4732 <target state="final">Your password</target>
4733
4734 <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">28</context></context-group></trans-unit>
4722 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 4735 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4723 <source>Change email</source> 4736 <source>Change email</source>
4724 <target state="final">Change email</target> 4737 <target state="final">Change email</target>
4725 <context-group purpose="location"> 4738
4726 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4739 <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">36</context></context-group></trans-unit>
4727 <context context-type="linenumber">35</context>
4728 </context-group>
4729 </trans-unit>
4730 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 4740 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4731 <source>Theme</source> 4741 <source>Theme</source>
4732 <target state="final">Theme</target> 4742 <target state="final">Theme</target>
@@ -5504,11 +5514,11 @@
5504 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5514 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5505 <context context-type="linenumber">2</context> 5515 <context context-type="linenumber">2</context>
5506 </context-group> 5516 </context-group>
5507 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5517 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5508 <source> 5518 <source>
5509 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5519 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5510 </source><target state="final"> 5520 </source><target state="final">
5511 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5521 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5512 </target> 5522 </target>
5513 <context-group purpose="location"> 5523 <context-group purpose="location">
5514 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5524 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -9361,6 +9371,24 @@
9361 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9371 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9362 <context context-type="linenumber">1</context> 9372 <context context-type="linenumber">1</context>
9363 </context-group> 9373 </context-group>
9374 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9375 <source>Are you sure you want to remove all the comments of this account?</source><target state="final">Are you sure you want to remove all the comments of this account?</target>
9376 <context-group purpose="location">
9377 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9378 <context context-type="linenumber">1</context>
9379 </context-group>
9380 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9381 <source>Delete account comments</source><target state="final">Delete account comments</target>
9382 <context-group purpose="location">
9383 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9384 <context context-type="linenumber">1</context>
9385 </context-group>
9386 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9387 <source>Will remove comments of this account (may take several minutes).</source><target state="final">Will remove comments of this account (may take several minutes).</target>
9388 <context-group purpose="location">
9389 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9390 <context context-type="linenumber">1</context>
9391 </context-group>
9364 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9392 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9365 <source>Edit user</source><target state="final">Edit user</target> 9393 <source>Edit user</source><target state="final">Edit user</target>
9366 <context-group purpose="location"> 9394 <context-group purpose="location">
@@ -9447,6 +9475,18 @@
9447 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9475 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9448 <context context-type="linenumber">1</context> 9476 <context context-type="linenumber">1</context>
9449 </context-group> 9477 </context-group>
9478 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9479 <source>Remove comments from your videos</source><target state="final">Remove comments from your videos</target>
9480 <context-group purpose="location">
9481 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9482 <context context-type="linenumber">1</context>
9483 </context-group>
9484 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9485 <source>Remove comments of this account from your videos.</source><target state="final">Remove comments of this account from your videos.</target>
9486 <context-group purpose="location">
9487 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9488 <context context-type="linenumber">1</context>
9489 </context-group>
9450 </trans-unit> 9490 </trans-unit>
9451 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9491 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9452 <source>Mute this account by your instance</source> 9492 <source>Mute this account by your instance</source>
@@ -9503,6 +9543,18 @@
9503 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9543 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9504 <context context-type="linenumber">1</context> 9544 <context context-type="linenumber">1</context>
9505 </context-group> 9545 </context-group>
9546 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9547 <source>Remove comments from your instance</source><target state="final">Remove comments from your instance</target>
9548 <context-group purpose="location">
9549 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9550 <context context-type="linenumber">1</context>
9551 </context-group>
9552 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9553 <source>Remove comments of this account from your instance.</source><target state="final">Remove comments of this account from your instance.</target>
9554 <context-group purpose="location">
9555 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9556 <context context-type="linenumber">1</context>
9557 </context-group>
9506 </trans-unit> 9558 </trans-unit>
9507 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 9559 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9508 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 9560 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.eo.xlf b/client/src/locale/angular.eo.xlf
index eac570cd2..fa7b5d48b 100644
--- a/client/src/locale/angular.eo.xlf
+++ b/client/src/locale/angular.eo.xlf
@@ -396,9 +396,9 @@
396 <context-group name="null"> 396 <context-group name="null">
397 <context context-type="linenumber">9</context> 397 <context context-type="linenumber">9</context>
398 </context-group> 398 </context-group>
399 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 399
400 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 400
401 </trans-unit> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
403 <source>Start at</source> 403 <source>Start at</source>
404 <target>Komenci je</target> 404 <target>Komenci je</target>
@@ -466,9 +466,9 @@
466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
467 <source>video</source> 467 <source>video</source>
468 <target state="translated">filbo</target> 468 <target state="translated">filbo</target>
469 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 469
470 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 470
471 </trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
473 <source>subtitles</source> 473 <source>subtitles</source>
474 <target state="translated">subteksto</target> 474 <target state="translated">subteksto</target>
@@ -682,10 +682,10 @@
682 <context-group name="null"> 682 <context-group name="null">
683 <context context-type="linenumber">34</context> 683 <context context-type="linenumber">34</context>
684 </context-group> 684 </context-group>
685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 685
686 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 686
687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 687
688 </trans-unit> 688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
689 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 689 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
690 <source>Edit starts/stops at</source> 690 <source>Edit starts/stops at</source>
691 <target>Redakti tempojn de komenco kaj ĉeso</target> 691 <target>Redakti tempojn de komenco kaj ĉeso</target>
@@ -735,11 +735,11 @@
735 <context-group name="null"> 735 <context-group name="null">
736 <context context-type="linenumber">13</context> 736 <context context-type="linenumber">13</context>
737 </context-group> 737 </context-group>
738 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 738
739 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 739
740 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 740
741 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 741
742 </trans-unit> 742 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
743 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 743 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
744 <source>Edit</source> 744 <source>Edit</source>
745 <target>Redakti</target> 745 <target>Redakti</target>
@@ -1617,18 +1617,20 @@
1617 <context context-type="linenumber">21</context> 1617 <context context-type="linenumber">21</context>
1618 </context-group> 1618 </context-group>
1619 <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> 1619 <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>
1620 </trans-unit> 1620 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1621 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1622 <source> 1621 <source>
1623 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>"/>. 1622 Please consider configuring 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>"/>.
1624 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>"/>. 1623 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1625 </source> 1624 </source><target state="new">
1626 <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> 1625 Please consider configuring 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>"/>.
1626 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1627 </target>
1627 <context-group purpose="location"> 1628 <context-group purpose="location">
1628 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1629 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1629 <context context-type="linenumber">24</context> 1630 <context context-type="linenumber">24</context>
1630 </context-group> 1631 </context-group>
1631 </trans-unit> 1632 </trans-unit>
1633
1632 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec"> 1634 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec">
1633 <source>Configure these fields</source> 1635 <source>Configure these fields</source>
1634 <target>Agordi tiujn ĉi kampojn</target> 1636 <target>Agordi tiujn ĉi kampojn</target>
@@ -1942,79 +1944,49 @@
1942 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1944 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1943 <source>GLOBAL SEARCH</source> 1945 <source>GLOBAL SEARCH</source>
1944 <target state="translated">ĈIEA SERĈO</target> 1946 <target state="translated">ĈIEA SERĈO</target>
1945 <context-group purpose="location"> 1947
1946 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1948 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1947 <context context-type="linenumber">16</context>
1948 </context-group>
1949 </trans-unit>
1950 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1949 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1951 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1950 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1952 <target state="translated">uzante <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1951 <target state="translated">uzante <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1953 <context-group purpose="location"> 1952
1954 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1953 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1955 <context context-type="linenumber">18</context>
1956 </context-group>
1957 </trans-unit>
1958 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1954 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1959 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1955 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1960 <target state="translated">Rezultoj el indekso de ekstera liveranto riĉigos la viajn. Sendiĝos nur datumoj necesaj por la peto.</target> 1956 <target state="translated">Rezultoj el indekso de ekstera liveranto riĉigos la viajn. Sendiĝos nur datumoj necesaj por la peto.</target>
1961 <context-group purpose="location"> 1957
1962 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1958 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1963 <context context-type="linenumber">22</context>
1964 </context-group>
1965 </trans-unit>
1966 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1959 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1967 <source>ADVANCED SEARCH</source> 1960 <source>ADVANCED SEARCH</source>
1968 <target state="translated">ALTNIVELA SERĈADO</target> 1961 <target state="translated">ALTNIVELA SERĈADO</target>
1969 <context-group purpose="location"> 1962
1970 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1963 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1971 <context context-type="linenumber">29</context>
1972 </context-group>
1973 </trans-unit>
1974 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1964 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1975 <source>any instance</source> 1965 <source>any instance</source>
1976 <target state="translated">ajna nodo</target> 1966 <target state="translated">ajna nodo</target>
1977 <context-group purpose="location"> 1967
1978 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1968 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1979 <context context-type="linenumber">32</context>
1980 </context-group>
1981 </trans-unit>
1982 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1969 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1983 <source>only followed instances</source> 1970 <source>only followed instances</source>
1984 <target state="translated">nur abonataj nodoj</target> 1971 <target state="translated">nur abonataj nodoj</target>
1985 <context-group purpose="location"> 1972
1986 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1973 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1987 <context context-type="linenumber">33</context>
1988 </context-group>
1989 </trans-unit>
1990 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1974 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1991 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1975 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1992 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1976 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1993 <context-group purpose="location"> 1977
1994 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1978 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1995 <context context-type="linenumber">31</context>
1996 </context-group>
1997 </trans-unit>
1998 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1979 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1999 <source>channel</source> 1980 <source>channel</source>
2000 <target state="translated">kanalo</target> 1981 <target state="translated">kanalo</target>
2001 <context-group purpose="location"> 1982
2002 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1983
2003 <context context-type="linenumber">40</context> 1984 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2004 </context-group>
2005 <context-group purpose="location">
2006 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2007 <context context-type="linenumber">43</context>
2008 </context-group>
2009 </trans-unit>
2010 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1985 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
2011 <source>Any other text will return matching video or channel names.</source> 1986 <source>Any other text will return matching video or channel names.</source>
2012 <target state="translated">Ĉiu alia teksto redonos nomon de akordaj filmo aŭ kanalo.</target> 1987 <target state="translated">Ĉiu alia teksto redonos nomon de akordaj filmo aŭ kanalo.</target>
2013 <context-group purpose="location"> 1988
2014 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1989 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
2015 <context context-type="linenumber">49</context>
2016 </context-group>
2017 </trans-unit>
2018 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1990 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
2019 <source>Search...</source> 1991 <source>Search...</source>
2020 <target>Serĉi…</target> 1992 <target>Serĉi…</target>
@@ -3360,13 +3332,13 @@
3360 <context-group name="null"> 3332 <context-group name="null">
3361 <context context-type="linenumber">14</context> 3333 <context context-type="linenumber">14</context>
3362 </context-group> 3334 </context-group>
3363 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3335
3364 </trans-unit> 3336 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3365 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3337 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3366 <source>This comment has been deleted</source> 3338 <source>This comment has been deleted</source>
3367 <target state="translated">Ĉi tiu komento estas forigita</target> 3339 <target state="translated">Ĉi tiu komento estas forigita</target>
3368 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3340
3369 </trans-unit> 3341 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3370 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3342 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3371 <source>Follows &amp; redundancies</source> 3343 <source>Follows &amp; redundancies</source>
3372 <target state="translated">Abonoj kaj ripetaĵoj</target> 3344 <target state="translated">Abonoj kaj ripetaĵoj</target>
@@ -3870,7 +3842,7 @@
3870 <context context-type="linenumber">95</context> 3842 <context context-type="linenumber">95</context>
3871 </context-group> 3843 </context-group>
3872 3844
3873 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 3845 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3874 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3846 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3875 <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> 3847 <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>
3876 <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> 3848 <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>
@@ -4437,6 +4409,12 @@
4437 <context context-type="linenumber">51</context> 4409 <context context-type="linenumber">51</context>
4438 </context-group> 4410 </context-group>
4439 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4411 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4412 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4413 <source>Close this message</source><target state="new">Close this message</target>
4414 <context-group purpose="location">
4415 <context context-type="sourcefile">src/app/app.component.html</context>
4416 <context context-type="linenumber">34</context>
4417 </context-group>
4440 </trans-unit> 4418 </trans-unit>
4441 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4419 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4442 <source>Go to the plugin homepage</source> 4420 <source>Go to the plugin homepage</source>
@@ -4938,41 +4916,81 @@
4938 <context context-type="linenumber">223</context> 4916 <context context-type="linenumber">223</context>
4939 </context-group> 4917 </context-group>
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">270</context></context-group> 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">270</context></context-group>
4919 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4920 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4921 <context-group purpose="location">
4922 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4923 <context context-type="linenumber">281</context>
4924 </context-group>
4925 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4926 <source>
4927 Display a message on your instance
4928 </source><target state="new">
4929 Display a message on your instance
4930 </target>
4931 <context-group purpose="location">
4932 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4933 <context context-type="linenumber">282</context>
4934 </context-group>
4935 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4936 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4937 <context-group purpose="location">
4938 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4939 <context context-type="linenumber">294</context>
4940 </context-group>
4941 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4942 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4943 <context-group purpose="location">
4944 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4945 <context context-type="linenumber">301</context>
4946 </context-group>
4947 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4948 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
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">306</context>
4952 </context-group>
4953 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4954 <source>Message</source><target state="new">Message</target>
4955 <context-group purpose="location">
4956 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4957 <context context-type="linenumber">318</context>
4958 </context-group>
4941 </trans-unit> 4959 </trans-unit>
4942 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4960 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4943 <source>NEW USERS</source> 4961 <source>NEW USERS</source>
4944 <target state="translated">NOVAJ UZANTOJ</target> 4962 <target state="translated">NOVAJ UZANTOJ</target>
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">281</context></context-group> 4963
4946 </trans-unit> 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">333</context></context-group></trans-unit>
4947 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4965 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4948 <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> 4966 <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>
4949 <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> 4967 <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>
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">282</context></context-group> 4968
4951 </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">334</context></context-group></trans-unit>
4952 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4970 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4953 <source>Signup enabled</source> 4971 <source>Signup enabled</source>
4954 <target>Registriĝoj ŝaltitaj</target> 4972 <target>Registriĝoj ŝaltitaj</target>
4955 <context-group name="null"> 4973 <context-group name="null">
4956 <context context-type="linenumber">235</context> 4974 <context context-type="linenumber">235</context>
4957 </context-group> 4975 </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">293</context></context-group> 4976
4959 </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">345</context></context-group></trans-unit>
4960 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4978 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4961 <source>Signup requires email verification</source> 4979 <source>Signup requires email verification</source>
4962 <target>Registriĝo bezonas konfirmon de retpoŝtadreso</target> 4980 <target>Registriĝo bezonas konfirmon de retpoŝtadreso</target>
4963 <context-group name="null"> 4981 <context-group name="null">
4964 <context context-type="linenumber">242</context> 4982 <context context-type="linenumber">242</context>
4965 </context-group> 4983 </context-group>
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">301</context></context-group> 4984
4967 </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">353</context></context-group></trans-unit>
4968 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4986 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4969 <source>Signup limit</source> 4987 <source>Signup limit</source>
4970 <target>Limo de registriĝoj</target> 4988 <target>Limo de registriĝoj</target>
4971 <context-group name="null"> 4989 <context-group name="null">
4972 <context context-type="linenumber">247</context> 4990 <context context-type="linenumber">247</context>
4973 </context-group> 4991 </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">305</context></context-group> 4992
4975 </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">357</context></context-group></trans-unit>
4976 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4994 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4977 <source>Users</source> 4995 <source>Users</source>
4978 <target>Uzantoj</target> 4996 <target>Uzantoj</target>
@@ -5080,102 +5098,96 @@
5080 <context-group name="null"> 5098 <context-group name="null">
5081 <context context-type="linenumber">261</context> 5099 <context context-type="linenumber">261</context>
5082 </context-group> 5100 </context-group>
5083 <context-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> 5101
5084 </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">372</context></context-group></trans-unit>
5085 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2"> 5103 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2">
5086 <source>Default daily upload limit per user</source> 5104 <source>Default daily upload limit per user</source>
5087 <target>Norma datumlimo por alŝutoj por ĉiu uzanto</target> 5105 <target>Norma datumlimo por alŝutoj por ĉiu uzanto</target>
5088 <context-group name="null"> 5106 <context-group name="null">
5089 <context context-type="linenumber">273</context> 5107 <context context-type="linenumber">273</context>
5090 </context-group> 5108 </context-group>
5091 <context-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> 5109
5092 </trans-unit> 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">384</context></context-group></trans-unit>
5093 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5111 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
5094 <source>NEW VIDEOS</source> 5112 <source>NEW VIDEOS</source>
5095 <target state="translated">NOVAJ FILMOJ</target> 5113 <target state="translated">NOVAJ FILMOJ</target>
5096 <context-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> 5114
5097 </trans-unit> 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">401</context></context-group></trans-unit>
5098 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5116 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
5099 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5117 <source>Allow import with HTTP URL (i.e. YouTube)</source>
5100 <target state="translated">Permesi enporton per HTTP-URL (ekz. YouTube)</target> 5118 <target state="translated">Permesi enporton per HTTP-URL (ekz. YouTube)</target>
5101 <context-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> 5119
5102 </trans-unit> 5120 <context-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>
5103 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5121 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
5104 <source>Allow import with a torrent file or a magnet URI</source> 5122 <source>Allow import with a torrent file or a magnet URI</source>
5105 <target state="translated">Permesi enporton per torenta dosiero aŭ magneta URI</target> 5123 <target state="translated">Permesi enporton per torenta dosiero aŭ magneta URI</target>
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">367</context></context-group> 5124
5107 </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">419</context></context-group></trans-unit>
5108 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5126 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
5109 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5127 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
5110 <target state="translated">Se uzanto ne estas markita fidata, ĝiaj filmoj restos privataj ĝis reguligisto ilin kontrolos.</target> 5128 <target state="translated">Se uzanto ne estas markita fidata, ĝiaj filmoj restos privataj ĝis reguligisto ilin kontrolos.</target>
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">384</context></context-group> 5129
5112 </trans-unit> 5130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">436</context></context-group></trans-unit>
5113 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5131 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
5114 <source>Blacklist new videos automatically</source> 5132 <source>Blacklist new videos automatically</source>
5115 <target state="translated">Forteni novajn filmojn memage</target> 5133 <target state="translated">Forteni novajn filmojn memage</target>
5116 <context-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> 5134
5117 </trans-unit> 5135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">433</context></context-group></trans-unit>
5118 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5136 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
5119 <source>FEDERATION</source> 5137 <source>FEDERATION</source>
5120 <target state="translated">FEDERADO</target> 5138 <target state="translated">FEDERADO</target>
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">398</context></context-group> 5139
5122 </trans-unit> 5140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">450</context></context-group></trans-unit>
5123 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5141 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5124 <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> 5142 <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>
5125 <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> 5143 <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>
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">399</context></context-group> 5144
5127 </trans-unit> 5145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit>
5128 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5146 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5129 <source>Other instances can follow yours</source> 5147 <source>Other instances can follow yours</source>
5130 <target state="translated">Aliaj nodoj povas aboni la vian</target> 5148 <target state="translated">Aliaj nodoj povas aboni la vian</target>
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">412</context></context-group> 5149
5132 </trans-unit> 5150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit>
5133 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5151 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
5134 <source>Manually approve new instance followers</source> 5152 <source>Manually approve new instance followers</source>
5135 <target state="translated">Permane aprobi novajn abonantojn de nodo</target> 5153 <target state="translated">Permane aprobi novajn abonantojn de nodo</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">419</context></context-group> 5154
5137 </trans-unit> 5155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">471</context></context-group></trans-unit>
5138 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5156 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
5139 <source>Automatically follow back instances</source> 5157 <source>Automatically follow back instances</source>
5140 <target state="translated">Memage aboni nodojn reciproke</target> 5158 <target state="translated">Memage aboni nodojn reciproke</target>
5141 <context-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> 5159
5142 </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">484</context></context-group></trans-unit>
5143 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5161 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5144 <source>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>"/>. </source> 5162 <source>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>"/>. </source>
5145 <target state="translated">Vi abonu nur indeksojn kiujn vi fidas, aŭ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>gastigu vian propran<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target> 5163 <target state="translated">Vi abonu nur indeksojn kiujn vi fidas, aŭ <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>gastigu vian propran<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5146 <context-group purpose="location"> 5164
5147 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">502</context></context-group></trans-unit>
5148 <context context-type="linenumber">450</context>
5149 </context-group>
5150 </trans-unit>
5151 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5166 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
5152 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5167 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
5153 <target state="translated">⚠️ Ĉi tiu funkcio bezonas multan atenton kaj ekstran reguligadon.</target> 5168 <target state="translated">⚠️ Ĉi tiu funkcio bezonas multan atenton kaj ekstran reguligadon.</target>
5154 <context-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> 5169
5155 <context-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> 5170
5156 <context-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> 5171
5157 </trans-unit> 5172 <context-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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
5158 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 5173 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
5159 <source>Index URL</source> 5174 <source>Index URL</source>
5160 <target>URL de indekso</target> 5175 <target>URL de indekso</target>
5161 <context-group name="null"> 5176 <context-group name="null">
5162 <context context-type="linenumber">371</context> 5177 <context context-type="linenumber">371</context>
5163 </context-group> 5178 </context-group>
5164 <context-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> 5179
5165 </trans-unit> 5180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">509</context></context-group></trans-unit>
5166 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5181 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5167 <source>Automatically follow instances of a public index</source> 5182 <source>Automatically follow instances of a public index</source>
5168 <target state="translated">Memage aboni nodojn el publika indekso</target> 5183 <target state="translated">Memage aboni nodojn el publika indekso</target>
5169 <context-group purpose="location"> 5184
5170 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">497</context></context-group></trans-unit>
5171 <context context-type="linenumber">445</context>
5172 </context-group>
5173 </trans-unit>
5174 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5186 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5175 <source>ADMINISTRATORS</source> 5187 <source>ADMINISTRATORS</source>
5176 <target state="translated">ADMINISTRANTOJ</target> 5188 <target state="translated">ADMINISTRANTOJ</target>
5177 <context-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> 5189
5178 </trans-unit> 5190 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
5179 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5191 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
5180 <source>Administrator</source> 5192 <source>Administrator</source>
5181 <target>Administranto</target> 5193 <target>Administranto</target>
@@ -5190,16 +5202,16 @@
5190 <context-group name="null"> 5202 <context-group name="null">
5191 <context context-type="linenumber">387</context> 5203 <context context-type="linenumber">387</context>
5192 </context-group> 5204 </context-group>
5193 <context-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> 5205
5194 </trans-unit> 5206 <context-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>
5195 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5207 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
5196 <source>Enable contact form</source> 5208 <source>Enable contact form</source>
5197 <target>Ŝalti kontaktan formularon</target> 5209 <target>Ŝalti kontaktan formularon</target>
5198 <context-group name="null"> 5210 <context-group name="null">
5199 <context context-type="linenumber">398</context> 5211 <context context-type="linenumber">398</context>
5200 </context-group> 5212 </context-group>
5201 <context-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> 5213
5202 </trans-unit> 5214 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
5203 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5215 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
5204 <source>Basic configuration</source> 5216 <source>Basic configuration</source>
5205 <target>Bazaj agordoj</target> 5217 <target>Bazaj agordoj</target>
@@ -5211,29 +5223,29 @@
5211 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5223 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5212 <source>TWITTER</source> 5224 <source>TWITTER</source>
5213 <target state="translated">TVITERO</target> 5225 <target state="translated">TVITERO</target>
5214 <context-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> 5226
5215 </trans-unit> 5227 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit>
5216 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5228 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5217 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5229 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5218 <target state="translated">Malnepra. Se iu ekzistas, donu vian Tviter-konton reprezentantan vian nodon por plibonigi ligilajn antaŭrigardojn.</target> 5230 <target state="translated">Malnepra. Se iu ekzistas, donu vian Tviter-konton reprezentantan vian nodon por plibonigi ligilajn antaŭrigardojn.</target>
5219 <context-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> 5231
5220 </trans-unit> 5232 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit>
5221 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5233 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5222 <source>Your Twitter username</source> 5234 <source>Your Twitter username</source>
5223 <target>Via Tvitera salutnomo</target> 5235 <target>Via Tvitera salutnomo</target>
5224 <context-group name="null"> 5236 <context-group name="null">
5225 <context context-type="linenumber">413</context> 5237 <context context-type="linenumber">413</context>
5226 </context-group> 5238 </context-group>
5227 <context-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> 5239
5228 </trans-unit> 5240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
5229 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5241 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5230 <source>Instance whitelisted by Twitter</source> 5242 <source>Instance whitelisted by Twitter</source>
5231 <target>Nodo permesata de Twitter</target> 5243 <target>Nodo permesata de Twitter</target>
5232 <context-group name="null"> 5244 <context-group name="null">
5233 <context context-type="linenumber">431</context> 5245 <context context-type="linenumber">431</context>
5234 </context-group> 5246 </context-group>
5235 <context-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> 5247
5236 </trans-unit> 5248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
5237 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5249 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5238 <source> 5250 <source>
5239 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/>"/> 5251 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/>"/>
@@ -5243,71 +5255,71 @@
5243 to see if you instance is whitelisted. 5255 to see if you instance is whitelisted.
5244 </source> 5256 </source>
5245 <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> 5257 <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>
5246 <context-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> 5258
5247 </trans-unit> 5259 <context-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>
5248 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5260 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5249 <source>Services</source> 5261 <source>Services</source>
5250 <target>Servoj</target> 5262 <target>Servoj</target>
5251 <context-group name="null"> 5263 <context-group name="null">
5252 <context context-type="linenumber">405</context> 5264 <context context-type="linenumber">405</context>
5253 </context-group> 5265 </context-group>
5254 <context-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> 5266
5255 </trans-unit> 5267 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5256 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5268 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5257 <source>TRANSCODING</source> 5269 <source>TRANSCODING</source>
5258 <target state="translated">TRANSKODADO</target> 5270 <target state="translated">TRANSKODADO</target>
5259 <context-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> 5271
5260 </trans-unit> 5272 <context-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>
5261 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5273 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5262 <source> 5274 <source>
5263 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5275 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5264 resources, this is a critical part of PeerTube, so tread carefully. 5276 resources, this is a critical part of PeerTube, so tread carefully.
5265 </source> 5277 </source>
5266 <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> 5278 <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>
5267 <context-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> 5279
5268 </trans-unit> 5280 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5269 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5281 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5270 <source>Transcoding enabled</source> 5282 <source>Transcoding enabled</source>
5271 <target>Transkodado ŝaltita</target> 5283 <target>Transkodado ŝaltita</target>
5272 <context-group name="null"> 5284 <context-group name="null">
5273 <context context-type="linenumber">461</context> 5285 <context context-type="linenumber">461</context>
5274 </context-group> 5286 </context-group>
5275 <context-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> 5287
5276 </trans-unit> 5288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5277 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5289 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5278 <source>If you disable transcoding, many videos from your users will not work!</source> 5290 <source>If you disable transcoding, many videos from your users will not work!</source>
5279 <target>Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!</target> 5291 <target>Se vi malŝaltos transkodadon, multaj filmoj de viaj uzantoj eble ne funkcios!</target>
5280 <context-group name="null"> 5292 <context-group name="null">
5281 <context context-type="linenumber">465</context> 5293 <context context-type="linenumber">465</context>
5282 </context-group> 5294 </context-group>
5283 <context-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> 5295
5284 </trans-unit> 5296 <context-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>
5285 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5297 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5286 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5298 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5287 <target state="translated">Permesas alŝutadon de filmoformoj .mkv, .mov, .avi kaj .flv al uzantoj.</target> 5299 <target state="translated">Permesas alŝutadon de filmoformoj .mkv, .mov, .avi kaj .flv al uzantoj.</target>
5288 <context-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> 5300
5289 </trans-unit> 5301 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5290 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5302 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5291 <source>Allow additional extensions</source> 5303 <source>Allow additional extensions</source>
5292 <target>Permesi aliajn dosiersufiksojn</target> 5304 <target>Permesi aliajn dosiersufiksojn</target>
5293 <context-group name="null"> 5305 <context-group name="null">
5294 <context context-type="linenumber">475</context> 5306 <context context-type="linenumber">475</context>
5295 </context-group> 5307 </context-group>
5296 <context-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> 5308
5297 </trans-unit> 5309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5298 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5310 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5299 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5311 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5300 <target state="translated">Permesas alŝutadon de sondosieroj, kiuj kuniĝos kun la antaŭrigrada dosiero je alŝuto.</target> 5312 <target state="translated">Permesas alŝutadon de sondosieroj, kiuj kuniĝos kun la antaŭrigrada dosiero je alŝuto.</target>
5301 <context-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> 5313
5302 </trans-unit> 5314 <context-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>
5303 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5315 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5304 <source>Allow audio files upload</source> 5316 <source>Allow audio files upload</source>
5305 <target>Permesi alŝuton de sonaj dosieroj</target> 5317 <target>Permesi alŝuton de sonaj dosieroj</target>
5306 <context-group name="null"> 5318 <context-group name="null">
5307 <context context-type="linenumber">486</context> 5319 <context context-type="linenumber">486</context>
5308 </context-group> 5320 </context-group>
5309 <context-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> 5321
5310 </trans-unit> 5322 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit>
5311 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5323 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5312 <source> 5324 <source>
5313 <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>"/> 5325 <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>"/>
@@ -5319,13 +5331,13 @@
5319 <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>"/> 5331 <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>"/>
5320 </source> 5332 </source>
5321 <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> 5333 <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>
5322 <context-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> 5334
5323 </trans-unit> 5335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit>
5324 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5336 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5325 <source>WebTorrent support enabled</source> 5337 <source>WebTorrent support enabled</source>
5326 <target state="translated">Subteno de WebTorrent estas ŝaltita</target> 5338 <target state="translated">Subteno de WebTorrent estas ŝaltita</target>
5327 <context-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> 5339
5328 </trans-unit> 5340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5329 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5341 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5330 <source> 5342 <source>
5331 <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>"/> 5343 <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>"/>
@@ -5340,72 +5352,72 @@
5340 <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>"/> 5352 <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>"/>
5341 </source> 5353 </source>
5342 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bezonas 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>"/>Estigi HLS-ludlistojn kaj fragmentigi MP4-dosierojn, kaŭzante pli bonan ludadon kun la nuna norma ludilo:<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>"/>Ŝanĝo de distingumo pli glatas<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli rapida ludado, precipe de longaj filmoj<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli dependebla ludado (malpli da eraroj, enlegado)<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>"/>Se vi ankaŭ ŝaltis subtenon de WebTorrent, ĝi duobligos la deponejon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target> 5354 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Bezonas 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>"/>Estigi HLS-ludlistojn kaj fragmentigi MP4-dosierojn, kaŭzante pli bonan ludadon kun la nuna norma ludilo:<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>"/>Ŝanĝo de distingumo pli glatas<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli rapida ludado, precipe de longaj filmoj<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Pli dependebla ludado (malpli da eraroj, enlegado)<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>"/>Se vi ankaŭ ŝaltis subtenon de WebTorrent, ĝi duobligos la deponejon de filmoj<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
5343 <context-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> 5355
5344 </trans-unit> 5356 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5345 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5357 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
5346 <source>HLS support enabled</source> 5358 <source>HLS support enabled</source>
5347 <target>Subteno de HLS estas ŝaltita</target> 5359 <target>Subteno de HLS estas ŝaltita</target>
5348 <context-group name="null"> 5360 <context-group name="null">
5349 <context context-type="linenumber">498</context> 5361 <context context-type="linenumber">498</context>
5350 </context-group> 5362 </context-group>
5351 <context-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> 5363
5352 </trans-unit> 5364 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5353 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5365 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5354 <source>Transcoding threads</source> 5366 <source>Transcoding threads</source>
5355 <target>Fadenoj por transkodado</target> 5367 <target>Fadenoj por transkodado</target>
5356 <context-group name="null"> 5368 <context-group name="null">
5357 <context context-type="linenumber">517</context> 5369 <context context-type="linenumber">517</context>
5358 </context-group> 5370 </context-group>
5359 <context-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> 5371
5360 </trans-unit> 5372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5361 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5373 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5362 <source>Resolutions to generate</source> 5374 <source>Resolutions to generate</source>
5363 <target state="translated">Estigotaj distingumoj</target> 5375 <target state="translated">Estigotaj distingumoj</target>
5364 <context-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> 5376
5365 </trans-unit> 5377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5366 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5378 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5367 <source>CACHE</source> 5379 <source>CACHE</source>
5368 <target state="translated">KAŜMEMORO</target> 5380 <target state="translated">KAŜMEMORO</target>
5369 <context-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> 5381
5370 </trans-unit> 5382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5371 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5383 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5372 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5384 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5373 <target state="translated">Iuj dosieroj ne estas federataj, kaj estas laŭbezone elŝutataj. Difinu ilian kaŝmemoran politikon.</target> 5385 <target state="translated">Iuj dosieroj ne estas federataj, kaj estas laŭbezone elŝutataj. Difinu ilian kaŝmemoran politikon.</target>
5374 <context-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> 5386
5375 </trans-unit> 5387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit>
5376 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5388 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5377 <source>Number of previews to keep in cache</source> 5389 <source>Number of previews to keep in cache</source>
5378 <target state="translated">Nombro de kaŝmemorotaj antaŭrigardoj</target> 5390 <target state="translated">Nombro de kaŝmemorotaj antaŭrigardoj</target>
5379 <context-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> 5391
5380 </trans-unit> 5392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5381 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5393 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5382 <source>Number of video captions to keep in cache</source> 5394 <source>Number of video captions to keep in cache</source>
5383 <target state="translated">Nombro de kaŝmemorotaj filmaj transskriboj</target> 5395 <target state="translated">Nombro de kaŝmemorotaj filmaj transskriboj</target>
5384 <context-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> 5396
5385 </trans-unit> 5397 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5386 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5398 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5387 <source>CUSTOMIZATIONS</source> 5399 <source>CUSTOMIZATIONS</source>
5388 <target state="translated">ADAPTOJ</target> 5400 <target state="translated">ADAPTOJ</target>
5389 <context-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> 5401
5390 </trans-unit> 5402 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5391 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5403 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5392 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5404 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5393 <target state="translated">Etaj modifoj al via PeerTube-nodo por kiam novaj haŭto aŭ kromprogramo trous.</target> 5405 <target state="translated">Etaj modifoj al via PeerTube-nodo por kiam novaj haŭto aŭ kromprogramo trous.</target>
5394 <context-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> 5406
5395 </trans-unit> 5407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5396 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5408 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5397 <source>JavaScript</source> 5409 <source>JavaScript</source>
5398 <target>Ĝavoskripto</target> 5410 <target>Ĝavoskripto</target>
5399 <context-group name="null"> 5411 <context-group name="null">
5400 <context context-type="linenumber">575</context> 5412 <context context-type="linenumber">575</context>
5401 </context-group> 5413 </context-group>
5402 <context-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> 5414
5403 </trans-unit> 5415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5404 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5416 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5405 <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> 5417 <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>
5406 <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> 5418 <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>
5407 <context-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> 5419
5408 </trans-unit> 5420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5409 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5421 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5410 <source> 5422 <source>
5411 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/>"/> 5423 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/>"/>
@@ -5431,32 +5443,32 @@
5431 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5443 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5432 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5444 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5433 </target> 5445 </target>
5434 <context-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> 5446
5435 </trans-unit> 5447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5436 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5448 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5437 <source>Advanced configuration</source> 5449 <source>Advanced configuration</source>
5438 <target>Specialaj agordoj</target> 5450 <target>Specialaj agordoj</target>
5439 <context-group name="null"> 5451 <context-group name="null">
5440 <context context-type="linenumber">452</context> 5452 <context context-type="linenumber">452</context>
5441 </context-group> 5453 </context-group>
5442 <context-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> 5454
5443 </trans-unit> 5455 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5444 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5456 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5445 <source>Update configuration</source> 5457 <source>Update configuration</source>
5446 <target>Efektivigi agordojn</target> 5458 <target>Efektivigi agordojn</target>
5447 <context-group name="null"> 5459 <context-group name="null">
5448 <context context-type="linenumber">628</context> 5460 <context context-type="linenumber">628</context>
5449 </context-group> 5461 </context-group>
5450 <context-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> 5462
5451 </trans-unit> 5463 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5452 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 5464 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
5453 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5465 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5454 <target>Ŝajnas, ke la agordaro estas nevalida. Bonvolu serĉi eblajn erarojn en ĉiuj langetoj.</target> 5466 <target>Ŝajnas, ke la agordaro estas nevalida. Bonvolu serĉi eblajn erarojn en ĉiuj langetoj.</target>
5455 <context-group name="null"> 5467 <context-group name="null">
5456 <context context-type="linenumber">629</context> 5468 <context context-type="linenumber">629</context>
5457 </context-group> 5469 </context-group>
5458 <context-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> 5470
5459 </trans-unit> 5471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5460 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5472 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5461 <source>PROFILE</source> 5473 <source>PROFILE</source>
5462 <target state="translated">PROFILO</target> 5474 <target state="translated">PROFILO</target>
@@ -5689,6 +5701,12 @@
5689 <context context-type="linenumber">17</context> 5701 <context context-type="linenumber">17</context>
5690 </context-group> 5702 </context-group>
5691 <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">17</context></context-group> 5703 <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">17</context></context-group>
5704 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5705 <source>Your current password</source><target state="new">Your current password</target>
5706 <context-group purpose="location">
5707 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5708 <context context-type="linenumber">26</context>
5709 </context-group>
5692 </trans-unit> 5710 </trans-unit>
5693 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5711 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5694 <source>Your password</source> 5712 <source>Your password</source>
@@ -5696,16 +5714,16 @@
5696 <context-group name="null"> 5714 <context-group name="null">
5697 <context context-type="linenumber">27</context> 5715 <context context-type="linenumber">27</context>
5698 </context-group> 5716 </context-group>
5699 <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">27</context></context-group> 5717
5700 </trans-unit> 5718 <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">28</context></context-group></trans-unit>
5701 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5719 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5702 <source>Change email</source> 5720 <source>Change email</source>
5703 <target>Ŝanĝi retpoŝtadreson</target> 5721 <target>Ŝanĝi retpoŝtadreson</target>
5704 <context-group name="null"> 5722 <context-group name="null">
5705 <context context-type="linenumber">35</context> 5723 <context context-type="linenumber">35</context>
5706 </context-group> 5724 </context-group>
5707 <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">35</context></context-group> 5725
5708 </trans-unit> 5726 <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">36</context></context-group></trans-unit>
5709 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5727 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5710 <source>Theme</source> 5728 <source>Theme</source>
5711 <target>Haŭto</target> 5729 <target>Haŭto</target>
@@ -6546,15 +6564,18 @@
6546 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6564 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6547 <context context-type="linenumber">2</context> 6565 <context context-type="linenumber">2</context>
6548 </context-group> 6566 </context-group>
6549 </trans-unit> 6567 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6550 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6568 <source>
6551 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6569 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6552 <target state="translated">PeerTube estas memgastigata (per ActivityPub) platformo por elsendado de filmoj per samtavola teĥnikaro rekte en la reta foliumilo.</target> 6570 </source><target state="new">
6571 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6572 </target>
6553 <context-group purpose="location"> 6573 <context-group purpose="location">
6554 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6574 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6555 <context context-type="linenumber">9</context> 6575 <context context-type="linenumber">9</context>
6556 </context-group> 6576 </context-group>
6557 </trans-unit> 6577 </trans-unit>
6578
6558 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6579 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6559 <source> 6580 <source>
6560 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6581 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -10359,6 +10380,24 @@
10359 <context context-type="linenumber">1</context> 10380 <context context-type="linenumber">1</context>
10360 </context-group> 10381 </context-group>
10361 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10382 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10383 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10384 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10385 <context-group purpose="location">
10386 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10387 <context context-type="linenumber">1</context>
10388 </context-group>
10389 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10390 <source>Delete account comments</source><target state="new">Delete account comments</target>
10391 <context-group purpose="location">
10392 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10393 <context context-type="linenumber">1</context>
10394 </context-group>
10395 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10396 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10397 <context-group purpose="location">
10398 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10399 <context context-type="linenumber">1</context>
10400 </context-group>
10362 </trans-unit> 10401 </trans-unit>
10363 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10402 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10364 <source>Edit user</source> 10403 <source>Edit user</source>
@@ -10463,6 +10502,18 @@
10463 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10502 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10464 <context context-type="linenumber">1</context> 10503 <context context-type="linenumber">1</context>
10465 </context-group> 10504 </context-group>
10505 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10506 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10507 <context-group purpose="location">
10508 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10509 <context context-type="linenumber">1</context>
10510 </context-group>
10511 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10512 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10513 <context-group purpose="location">
10514 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10515 <context context-type="linenumber">1</context>
10516 </context-group>
10466 </trans-unit> 10517 </trans-unit>
10467 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10518 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10468 <source>Mute this account by your instance</source> 10519 <source>Mute this account by your instance</source>
@@ -10527,6 +10578,18 @@
10527 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10578 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10528 <context context-type="linenumber">1</context> 10579 <context context-type="linenumber">1</context>
10529 </context-group> 10580 </context-group>
10581 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10582 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10583 <context-group purpose="location">
10584 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10585 <context context-type="linenumber">1</context>
10586 </context-group>
10587 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10588 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10589 <context-group purpose="location">
10590 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10591 <context context-type="linenumber">1</context>
10592 </context-group>
10530 </trans-unit> 10593 </trans-unit>
10531 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10594 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10532 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10595 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.es-ES.xlf b/client/src/locale/angular.es-ES.xlf
index 45f3ad952..0cb5c0927 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">
@@ -388,9 +396,9 @@
388 <context-group name="null"> 396 <context-group name="null">
389 <context context-type="linenumber">9</context> 397 <context context-type="linenumber">9</context>
390 </context-group> 398 </context-group>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 399
392 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 400
393 </trans-unit> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 403 <source>Start at</source>
396 <target>Empezar en</target> 404 <target>Empezar en</target>
@@ -458,9 +466,9 @@
458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
459 <source>video</source> 467 <source>video</source>
460 <target state="translated">video</target> 468 <target state="translated">video</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 469
462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 470
463 </trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
464 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
465 <source>subtitles</source> 473 <source>subtitles</source>
466 <target state="translated">subtítulos</target> 474 <target state="translated">subtítulos</target>
@@ -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>
@@ -669,10 +677,10 @@
669 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 677 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
670 <source>Deleted</source> 678 <source>Deleted</source>
671 <target state="translated">Borrado</target> 679 <target state="translated">Borrado</target>
672 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 680
673 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 681
674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 682
675 </trans-unit> 683 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
676 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 684 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
677 <source>Edit starts/stops at</source> 685 <source>Edit starts/stops at</source>
678 <target state="translated">La edición comienza/termina en</target> 686 <target state="translated">La edición comienza/termina en</target>
@@ -719,11 +727,11 @@
719 <context-group name="null"> 727 <context-group name="null">
720 <context context-type="linenumber">13</context> 728 <context context-type="linenumber">13</context>
721 </context-group> 729 </context-group>
722 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 730
723 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 731
724 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 732
725 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 733
726 </trans-unit> 734 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
727 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 735 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
728 <source>Edit</source> 736 <source>Edit</source>
729 <target>Editar</target> 737 <target>Editar</target>
@@ -824,10 +832,13 @@
824 <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 <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 </trans-unit> 833 </trans-unit>
826 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
827 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 835 <source>
836 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
837 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 </source>
828 <target> 839 <target>
829 <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;"/> 840 <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>"/>
830 <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;"/> 841 <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>"/>
831 </target> 842 </target>
832 <context-group name="null"> 843 <context-group name="null">
833 <context context-type="linenumber">10</context> 844 <context context-type="linenumber">10</context>
@@ -835,16 +846,22 @@
835 <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> 846 <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 </trans-unit> 847 </trans-unit>
837 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 848 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
838 <source>You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. </source> 849 <source>
839 <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> 850 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
851 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
852 </source>
853 <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>
840 <context-group purpose="location"> 854 <context-group purpose="location">
841 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 855 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
842 <context context-type="linenumber">17</context> 856 <context context-type="linenumber">17</context>
843 </context-group> 857 </context-group>
844 </trans-unit> 858 </trans-unit>
845 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 859 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
846 <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> 860 <source>
847 <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> 861 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/>"/>
862 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
863 </source>
864 <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>
848 <context-group purpose="location"> 865 <context-group purpose="location">
849 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 866 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
850 <context context-type="linenumber">26</context> 867 <context context-type="linenumber">26</context>
@@ -859,8 +876,11 @@
859 </context-group> 876 </context-group>
860 </trans-unit> 877 </trans-unit>
861 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 878 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
862 <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> 879 <source>
863 <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> 880 <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>"/>
881 <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>"/>
882 </source>
883 <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>
864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 884 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group>
865 </trans-unit> 885 </trans-unit>
866 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 886 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -906,9 +926,9 @@
906 <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> 926 <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>
907 </trans-unit> 927 </trans-unit>
908 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 928 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
909 <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> 929 <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>
910 <target> 930 <target>
911 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;"/> 931 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>"/>
912 </target> 932 </target>
913 <context-group name="null"> 933 <context-group name="null">
914 <context context-type="linenumber">53</context> 934 <context context-type="linenumber">53</context>
@@ -1105,8 +1125,8 @@ Iniciar sesión</target>
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1106 </trans-unit> 1126 </trans-unit>
1107 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1127 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1108 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1128 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1109 <target state="translated">Lo sentimos, pero hubo un problema con el proceso de inicio de sesión externo. Por favor <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contacte a un administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1129 <target state="translated">Lo sentimos, pero hubo un problema con el proceso de inicio de sesión externo. Por favor <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contacte a un administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1110 <context-group purpose="location"> 1130 <context-group purpose="location">
1111 <context context-type="sourcefile">src/app/login/login.component.html</context> 1131 <context context-type="sourcefile">src/app/login/login.component.html</context>
1112 <context context-type="linenumber">6</context> 1132 <context context-type="linenumber">6</context>
@@ -1121,8 +1141,15 @@ Iniciar sesión</target>
1121 </context-group> 1141 </context-group>
1122 </trans-unit> 1142 </trans-unit>
1123 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1143 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" 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> 1144 <source>
1125 <target state="translated">Actualmente, esta instancia no permite el registro de usuarios, pero puede encontrar una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Encuentra el tuyo entre varias instancias 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> 1145 Currently this instance doesn't allow for user registration, but you can find an instance
1146 that gives you the possibility to sign up for an account and upload your videos there.
1147
1148 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1149
1150 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>"/>.
1151 </source>
1152 <target state="translated">Actualmente, esta instancia no permite el registro de usuarios, pero puede encontrar una instancia que le brinde la posibilidad de registrarse para obtener una cuenta y cargar sus videos allí.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Encuentra el tuyo entre varias instancias 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"> 1153 <context-group purpose="location">
1127 <context context-type="sourcefile">src/app/login/login.component.html</context> 1154 <context context-type="sourcefile">src/app/login/login.component.html</context>
1128 <context context-type="linenumber">16</context> 1155 <context context-type="linenumber">16</context>
@@ -1287,9 +1314,9 @@ Iniciar sesión</target>
1287 </context-group> 1314 </context-group>
1288 </trans-unit> 1315 </trans-unit>
1289 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1316 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1290 <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>
1291 <target> 1318 <target>
1292 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;"/> 1319 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>"/>
1293 </target> 1320 </target>
1294 <context-group name="null"> 1321 <context-group name="null">
1295 <context context-type="linenumber">6</context> 1322 <context context-type="linenumber">6</context>
@@ -1297,10 +1324,13 @@ Iniciar sesión</target>
1297 <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>
1298 </trans-unit> 1325 </trans-unit>
1299 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1326 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1300 <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>
1301 <target> 1331 <target>
1302 Filtros 1332 Filtros
1303 <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>"/>
1304 </target> 1334 </target>
1305 <context-group name="null"> 1335 <context-group name="null">
1306 <context context-type="linenumber">16</context> 1336 <context context-type="linenumber">16</context>
@@ -1334,7 +1364,8 @@ Iniciar sesión</target>
1334 </context-group> 1364 </context-group>
1335 </trans-unit> 1365 </trans-unit>
1336 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1366 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1337 <source>CLI documentation</source> 1367 <source>CLI
1368 documentation</source>
1338 <target state="translated">documentación de la CLI</target> 1369 <target state="translated">documentación de la CLI</target>
1339 <context-group purpose="location"> 1370 <context-group purpose="location">
1340 <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>
@@ -1350,7 +1381,8 @@ Iniciar sesión</target>
1350 </context-group> 1381 </context-group>
1351 </trans-unit> 1382 </trans-unit>
1352 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1383 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1353 <source>Administer documentation</source> 1384 <source>Administer
1385 documentation</source>
1354 <target state="translated">Administrar documentación</target> 1386 <target state="translated">Administrar documentación</target>
1355 <context-group purpose="location"> 1387 <context-group purpose="location">
1356 <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>
@@ -1366,7 +1398,8 @@ Iniciar sesión</target>
1366 </context-group> 1398 </context-group>
1367 </trans-unit> 1399 </trans-unit>
1368 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1400 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1369 <source>Use documentation</source> 1401 <source>Use
1402 documentation</source>
1370 <target state="translated">Documentación de uso</target> 1403 <target state="translated">Documentación de uso</target>
1371 <context-group purpose="location"> 1404 <context-group purpose="location">
1372 <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>
@@ -1390,16 +1423,16 @@ Iniciar sesión</target>
1390 </context-group> 1423 </context-group>
1391 </trans-unit> 1424 </trans-unit>
1392 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1425 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1393 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 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>
1394 <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> 1427 <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>
1395 <context-group purpose="location"> 1428 <context-group purpose="location">
1396 <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>
1397 <context context-type="linenumber">44</context> 1430 <context context-type="linenumber">44</context>
1398 </context-group> 1431 </context-group>
1399 </trans-unit> 1432 </trans-unit>
1400 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1433 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1401 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 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>
1402 <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> 1435 <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>
1403 <context-group purpose="location"> 1436 <context-group purpose="location">
1404 <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>
1405 <context context-type="linenumber">47</context> 1438 <context context-type="linenumber">47</context>
@@ -1414,16 +1447,26 @@ Iniciar sesión</target>
1414 </context-group> 1447 </context-group>
1415 </trans-unit> 1448 </trans-unit>
1416 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1449 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1417 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1450 <source>
1418 <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> 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>
1455 <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>
1419 <context-group purpose="location"> 1456 <context-group purpose="location">
1420 <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>
1421 <context context-type="linenumber">61</context> 1458 <context context-type="linenumber">61</context>
1422 </context-group> 1459 </context-group>
1423 </trans-unit> 1460 </trans-unit>
1424 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1461 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1425 <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>
1426 <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> 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>
1469 <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>
1427 <context-group purpose="location"> 1470 <context-group purpose="location">
1428 <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>
1429 <context context-type="linenumber">67</context> 1472 <context context-type="linenumber">67</context>
@@ -1510,15 +1553,20 @@ Iniciar sesión</target>
1510 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1553 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1511 <context context-type="linenumber">21</context> 1554 <context context-type="linenumber">21</context>
1512 </context-group> 1555 </context-group>
1513 </trans-unit> 1556 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1514 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1557 <source>
1515 <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 Please consider configuring 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>"/>.
1516 <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> 1559 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1560 </source><target state="new">
1561 Please consider configuring 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>"/>.
1562 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1563 </target>
1517 <context-group purpose="location"> 1564 <context-group purpose="location">
1518 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1565 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1519 <context context-type="linenumber">24</context> 1566 <context context-type="linenumber">24</context>
1520 </context-group> 1567 </context-group>
1521 </trans-unit> 1568 </trans-unit>
1569
1522 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1570 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1523 <source>Configure these fields</source> 1571 <source>Configure these fields</source>
1524 <target state="translated">Configure estos campos</target> 1572 <target state="translated">Configure estos campos</target>
@@ -1817,79 +1865,49 @@ Iniciar sesión</target>
1817 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1865 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1818 <source>GLOBAL SEARCH</source> 1866 <source>GLOBAL SEARCH</source>
1819 <target state="translated">BÚSQUEDA GLOBAL</target> 1867 <target state="translated">BÚSQUEDA GLOBAL</target>
1820 <context-group purpose="location"> 1868
1821 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1869 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1822 <context context-type="linenumber">16</context>
1823 </context-group>
1824 </trans-unit>
1825 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1870 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1826 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1871 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1827 <target state="translated">utilizando<x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1872 <target state="translated">utilizando<x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1828 <context-group purpose="location"> 1873
1829 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1874 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1830 <context context-type="linenumber">18</context>
1831 </context-group>
1832 </trans-unit>
1833 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1875 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1834 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1876 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1835 <target state="translated">Los resultados se aumentarán con los de un índice de terceros. Solo se enviarán los datos necesarios para realizar la consulta.</target> 1877 <target state="translated">Los resultados se aumentarán con los de un índice de terceros. Solo se enviarán los datos necesarios para realizar la consulta.</target>
1836 <context-group purpose="location"> 1878
1837 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1879 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1838 <context context-type="linenumber">22</context>
1839 </context-group>
1840 </trans-unit>
1841 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1880 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1842 <source>ADVANCED SEARCH</source> 1881 <source>ADVANCED SEARCH</source>
1843 <target state="translated">BÚSQUEDA AVANZADA</target> 1882 <target state="translated">BÚSQUEDA AVANZADA</target>
1844 <context-group purpose="location"> 1883
1845 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1884 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1846 <context context-type="linenumber">29</context>
1847 </context-group>
1848 </trans-unit>
1849 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1885 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1850 <source>any instance</source> 1886 <source>any instance</source>
1851 <target state="translated">cualquier instancia</target> 1887 <target state="translated">cualquier instancia</target>
1852 <context-group purpose="location"> 1888
1853 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1889 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1854 <context context-type="linenumber">32</context>
1855 </context-group>
1856 </trans-unit>
1857 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1890 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1858 <source>only followed instances</source> 1891 <source>only followed instances</source>
1859 <target state="translated">solo instancias seguidas</target> 1892 <target state="translated">solo instancias seguidas</target>
1860 <context-group purpose="location"> 1893
1861 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1894 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1862 <context context-type="linenumber">33</context>
1863 </context-group>
1864 </trans-unit>
1865 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1895 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1866 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1896 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1867 <target state="translated">Determina si puede resolver cualquier contenido distante o si esta instancia solo permite hacerlo para las instancias que sigue.</target> 1897 <target state="translated">Determina si puede resolver cualquier contenido distante o si esta instancia solo permite hacerlo para las instancias que sigue.</target>
1868 <context-group purpose="location"> 1898
1869 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1870 <context context-type="linenumber">31</context>
1871 </context-group>
1872 </trans-unit>
1873 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1900 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1874 <source>channel</source> 1901 <source>channel</source>
1875 <target state="translated">canal</target> 1902 <target state="translated">canal</target>
1876 <context-group purpose="location"> 1903
1877 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1904
1878 <context context-type="linenumber">40</context> 1905 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1879 </context-group>
1880 <context-group purpose="location">
1881 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1882 <context context-type="linenumber">43</context>
1883 </context-group>
1884 </trans-unit>
1885 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1906 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1886 <source>Any other text will return matching video or channel names.</source> 1907 <source>Any other text will return matching video or channel names.</source>
1887 <target state="translated">Cualquier otro texto devolverá el video o los nombres de canales coincidentes.</target> 1908 <target state="translated">Cualquier otro texto devolverá el video o los nombres de canales coincidentes.</target>
1888 <context-group purpose="location"> 1909
1889 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1910 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1890 <context context-type="linenumber">49</context>
1891 </context-group>
1892 </trans-unit>
1893 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1911 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1894 <source>Search...</source> 1912 <source>Search...</source>
1895 <target>Buscar...</target> 1913 <target>Buscar...</target>
@@ -1931,8 +1949,11 @@ Iniciar sesión</target>
1931 </context-group> 1949 </context-group>
1932 </trans-unit> 1950 </trans-unit>
1933 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1951 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1934 <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> 1952 <source>
1935 <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> 1953 Jump to channel
1954 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1955 </source>
1956 <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>
1936 <context-group purpose="location"> 1957 <context-group purpose="location">
1937 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1958 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1938 <context context-type="linenumber">18</context> 1959 <context context-type="linenumber">18</context>
@@ -2161,8 +2182,12 @@ Iniciar sesión</target>
2161 <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> 2182 <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>
2162 </trans-unit> 2183 </trans-unit>
2163 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2184 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2164 <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> 2185 <source>
2165 <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> 2186 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2187 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2188 Press Enter to add a new tag.
2189 </source>
2190 <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>
2166 <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> 2191 <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>
2167 </trans-unit> 2192 </trans-unit>
2168 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2193 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2322,7 +2347,7 @@ Iniciar sesión</target>
2322 <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> 2347 <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>
2323 </trans-unit> 2348 </trans-unit>
2324 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2349 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2325 <source>Already uploaded ✔</source> 2350 <source>Already uploaded ✔</source>
2326 <target>Ya ha sido subido ✔</target> 2351 <target>Ya ha sido subido ✔</target>
2327 <context-group name="null"> 2352 <context-group name="null">
2328 <context context-type="linenumber">179</context> 2353 <context context-type="linenumber">179</context>
@@ -2441,8 +2466,12 @@ Iniciar sesión</target>
2441 <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> 2466 <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>
2442 </trans-unit> 2467 </trans-unit>
2443 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2468 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2444 <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> 2469 <source>
2445 <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> 2470 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>"/>
2471 or URL that points to a raw MP4 file.
2472 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.
2473 </source>
2474 <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>
2446 <context-group purpose="location"> 2475 <context-group purpose="location">
2447 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2476 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2448 <context context-type="linenumber">10</context> 2477 <context context-type="linenumber">10</context>
@@ -2501,8 +2530,12 @@ Iniciar sesión</target>
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">31</context></context-group> 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">31</context></context-group>
2502 </trans-unit> 2531 </trans-unit>
2503 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2532 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2504 <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> 2533 <source>
2505 <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> 2534 Image that will be merged with your audio file.
2535 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2536 The chosen image will be definitive and cannot be modified.
2537 </source>
2538 <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>
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">33</context></context-group> 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">33</context></context-group>
2507 </trans-unit> 2540 </trans-unit>
2508 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2541 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2562,7 +2595,10 @@ Iniciar sesión</target>
2562 <context-group 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> 2595 <context-group 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>
2563 </trans-unit> 2596 </trans-unit>
2564 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2597 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2565 <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> 2598 <source>
2599 You can import any torrent file that points to a mp4 file.
2600 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.
2601 </source>
2566 <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> 2602 <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>
2567 <context-group 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> 2603 <context-group 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>
2568 </trans-unit> 2604 </trans-unit>
@@ -2577,8 +2613,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2577 <context-group 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> 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">56</context></context-group>
2578 </trans-unit> 2614 </trans-unit>
2579 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2615 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2580 <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> 2616 <source>
2581 <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> 2617 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.
2618 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2619 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.
2620 </source>
2621 <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>
2582 <context-group purpose="location"> 2622 <context-group purpose="location">
2583 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2623 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2584 <context context-type="linenumber">2</context> 2624 <context context-type="linenumber">2</context>
@@ -2796,16 +2836,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
2796 <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> 2836 <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>
2797 </trans-unit> 2837 </trans-unit>
2798 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2838 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2799 <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> 2839 <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>
2800 <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> 2840 <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>
2801 <context-group purpose="location"> 2841 <context-group purpose="location">
2802 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2842 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2803 <context context-type="linenumber">45</context> 2843 <context context-type="linenumber">45</context>
2804 </context-group> 2844 </context-group>
2805 </trans-unit> 2845 </trans-unit>
2806 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2846 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2807 <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>
2808 <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> 2848 <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>
2809 <context-group purpose="location"> 2849 <context-group purpose="location">
2810 <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>
2811 <context context-type="linenumber">56</context> 2851 <context context-type="linenumber">56</context>
@@ -3095,7 +3135,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3095 <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> 3135 <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>
3096 </trans-unit> 3136 </trans-unit>
3097 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3137 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3098 <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> 3138 <source>
3139 You can comment using an account on any ActivityPub-compatible instance.
3140 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3141 from within the software's interface.
3142 </source>
3099 <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> 3143 <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>
3100 <context-group purpose="location"> 3144 <context-group purpose="location">
3101 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3145 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3131,13 +3175,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3131 <context-group name="null"> 3175 <context-group name="null">
3132 <context context-type="linenumber">14</context> 3176 <context context-type="linenumber">14</context>
3133 </context-group> 3177 </context-group>
3134 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3178
3135 </trans-unit> 3179 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3136 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3180 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3137 <source>This comment has been deleted</source> 3181 <source>This comment has been deleted</source>
3138 <target state="translated">Este comentario ha sido eliminado</target> 3182 <target state="translated">Este comentario ha sido eliminado</target>
3139 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3183
3140 </trans-unit> 3184 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3141 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3185 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3142 <source>Follows &amp; redundancies</source> 3186 <source>Follows &amp; redundancies</source>
3143 <target state="translated">Seguimientos &amp; redundancias</target> 3187 <target state="translated">Seguimientos &amp; redundancias</target>
@@ -3274,8 +3318,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3274 <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> 3318 <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>
3275 </trans-unit> 3319 </trans-unit>
3276 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3320 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3277 <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> 3321 <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 <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> 3322 <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>
3279 <context-group name="null"> 3323 <context-group name="null">
3280 <context context-type="linenumber">11</context> 3324 <context context-type="linenumber">11</context>
3281 </context-group> 3325 </context-group>
@@ -3362,8 +3406,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></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">26</context></context-group>
3363 </trans-unit> 3407 </trans-unit>
3364 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3408 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3365 <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> 3409 <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>
3366 <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> 3410 <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>
3367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3368 </trans-unit> 3412 </trans-unit>
3369 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3413 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3482,8 +3526,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3482 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3483 </trans-unit> 3527 </trans-unit>
3484 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3528 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3485 <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> 3529 <source>
3486 <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> 3530 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/>"/>
3531 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3532 </source>
3533 <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>
3487 <context-group purpose="location"> 3534 <context-group purpose="location">
3488 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3535 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3489 <context context-type="linenumber">148</context> 3536 <context context-type="linenumber">148</context>
@@ -3566,16 +3613,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3566 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3567 </trans-unit> 3614 </trans-unit>
3568 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3615 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3569 <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> 3616 <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>
3570 <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> 3617 <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>
3571 <context-group name="null"> 3618 <context-group name="null">
3572 <context context-type="linenumber">40</context> 3619 <context context-type="linenumber">40</context>
3573 </context-group> 3620 </context-group>
3574 <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> 3621 <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>
3575 </trans-unit> 3622 </trans-unit>
3576 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3623 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3577 <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> 3624 <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>
3578 <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> 3625 <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>
3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3580 </trans-unit> 3627 </trans-unit>
3581 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3628 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
@@ -3623,8 +3670,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3623 <context-group name="null"> 3670 <context-group name="null">
3624 <context context-type="linenumber">95</context> 3671 <context context-type="linenumber">95</context>
3625 </context-group> 3672 </context-group>
3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3673
3627 </trans-unit> 3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3628 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3675 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3629 <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> 3676 <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>
3630 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> usuarios</target> 3677 <target state="translated">Mostrando<x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> a<x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> de<x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> usuarios</target>
@@ -3683,8 +3730,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3684 </trans-unit> 3731 </trans-unit>
3685 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3732 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3686 <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> 3733 <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>
3687 <target state="translated">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> 3734 <target state="translated">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>
3688 <context-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> 3735 <context-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>
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">24</context></context-group> 3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3690 </trans-unit> 3737 </trans-unit>
@@ -3738,8 +3785,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 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">26</context></context-group>
3739 </trans-unit> 3786 </trans-unit>
3740 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3787 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3741 <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> 3788 <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>
3742 <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> 3789 <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>
3743 <context-group name="null"> 3790 <context-group name="null">
3744 <context context-type="linenumber">11</context> 3791 <context context-type="linenumber">11</context>
3745 </context-group> 3792 </context-group>
@@ -3951,8 +3998,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
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">74</context></context-group> 3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
3952 </trans-unit> 3999 </trans-unit>
3953 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4000 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3954 <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> 4001 <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>
3955 <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> 4002 <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>
3956 <context-group name="null"> 4003 <context-group name="null">
3957 <context context-type="linenumber">11</context> 4004 <context context-type="linenumber">11</context>
3958 </context-group> 4005 </context-group>
@@ -3961,8 +4008,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
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">43</context></context-group> 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">43</context></context-group>
3962 </trans-unit> 4009 </trans-unit>
3963 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4010 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3964 <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> 4011 <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>
3965 <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> 4012 <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>
3966 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4013 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3967 </trans-unit> 4014 </trans-unit>
3968 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4015 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -3982,8 +4029,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
3982 </context-group> 4029 </context-group>
3983 </trans-unit> 4030 </trans-unit>
3984 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4031 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3985 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4032 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3986 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4033 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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>
3987 <context-group purpose="location"> 4034 <context-group purpose="location">
3988 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4035 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3989 <context context-type="linenumber">20</context> 4036 <context context-type="linenumber">20</context>
@@ -4006,8 +4053,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4006 </context-group> 4053 </context-group>
4007 </trans-unit> 4054 </trans-unit>
4008 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4055 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4009 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4056 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4010 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} otro{...}}"/><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> 4057 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} otro{...}}"/><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>
4011 <context-group purpose="location"> 4058 <context-group purpose="location">
4012 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4059 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4013 <context context-type="linenumber">40</context> 4060 <context context-type="linenumber">40</context>
@@ -4054,8 +4101,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4054 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4101 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4055 </trans-unit> 4102 </trans-unit>
4056 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4103 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4057 <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> 4104 <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>
4058 <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> 4105 <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>
4059 <context-group name="null"> 4106 <context-group name="null">
4060 <context context-type="linenumber">13</context> 4107 <context context-type="linenumber">13</context>
4061 </context-group> 4108 </context-group>
@@ -4179,6 +4226,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4179 <source>Homepage</source> 4226 <source>Homepage</source>
4180 <target state="translated">Página de inicio</target> 4227 <target state="translated">Página de inicio</target>
4181 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4228 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4229 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4230 <source>Close this message</source><target state="new">Close this message</target>
4231 <context-group purpose="location">
4232 <context context-type="sourcefile">src/app/app.component.html</context>
4233 <context context-type="linenumber">34</context>
4234 </context-group>
4182 </trans-unit> 4235 </trans-unit>
4183 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4236 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4184 <source>Go to the plugin homepage</source> 4237 <source>Go to the plugin homepage</source>
@@ -4319,8 +4372,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4319 </context-group> 4372 </context-group>
4320 </trans-unit> 4373 </trans-unit>
4321 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4374 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4322 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4375 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4323 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4376 <target state="translated">Por <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4324 <context-group purpose="location"> 4377 <context-group purpose="location">
4325 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4378 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4326 <context context-type="linenumber">32</context> 4379 <context context-type="linenumber">32</context>
@@ -4362,8 +4415,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
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">65</context></context-group> 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">65</context></context-group>
4363 </trans-unit> 4416 </trans-unit>
4364 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4417 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4365 <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> 4418 <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>
4366 <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> 4419 <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>
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">47</context></context-group> 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">47</context></context-group>
4368 </trans-unit> 4421 </trans-unit>
4369 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4422 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4402,8 +4455,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
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">75</context></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">75</context></context-group>
4403 </trans-unit> 4456 </trans-unit>
4404 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4457 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4405 <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> 4458 <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>
4406 <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> 4459 <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>
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> 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">76</context></context-group>
4408 </trans-unit> 4461 </trans-unit>
4409 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4462 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4412,8 +4465,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
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> 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">86</context></context-group>
4413 </trans-unit> 4466 </trans-unit>
4414 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4467 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4415 <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> 4468 <source>
4416 <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> 4469 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/>"/>
4470 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4471 </source>
4472 <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>
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">90</context></context-group> 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">90</context></context-group>
4418 </trans-unit> 4474 </trans-unit>
4419 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4475 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4425,8 +4481,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
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">99</context></context-group> 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">99</context></context-group>
4426 </trans-unit> 4482 </trans-unit>
4427 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4483 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4428 <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> 4484 <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>
4429 <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> 4485 <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>
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">103</context></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">103</context></context-group>
4431 </trans-unit> 4487 </trans-unit>
4432 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4488 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4562,8 +4618,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
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">240</context></context-group> 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">240</context></context-group>
4563 </trans-unit> 4619 </trans-unit>
4564 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4620 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4565 <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> 4621 <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>
4566 <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> 4622 <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>
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">241</context></context-group> 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">241</context></context-group>
4568 </trans-unit> 4624 </trans-unit>
4569 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4625 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
@@ -4603,41 +4659,81 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4603 <context context-type="linenumber">223</context> 4659 <context context-type="linenumber">223</context>
4604 </context-group> 4660 </context-group>
4605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></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">270</context></context-group>
4662 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4663 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4664 <context-group purpose="location">
4665 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4666 <context context-type="linenumber">281</context>
4667 </context-group>
4668 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4669 <source>
4670 Display a message on your instance
4671 </source><target state="new">
4672 Display a message on your instance
4673 </target>
4674 <context-group purpose="location">
4675 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4676 <context context-type="linenumber">282</context>
4677 </context-group>
4678 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4679 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4680 <context-group purpose="location">
4681 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4682 <context context-type="linenumber">294</context>
4683 </context-group>
4684 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4685 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4686 <context-group purpose="location">
4687 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4688 <context context-type="linenumber">301</context>
4689 </context-group>
4690 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4691 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4692 <context-group purpose="location">
4693 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4694 <context context-type="linenumber">306</context>
4695 </context-group>
4696 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4697 <source>Message</source><target state="new">Message</target>
4698 <context-group purpose="location">
4699 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4700 <context context-type="linenumber">318</context>
4701 </context-group>
4606 </trans-unit> 4702 </trans-unit>
4607 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4703 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4608 <source>NEW USERS</source> 4704 <source>NEW USERS</source>
4609 <target state="translated">USUARIOS NUEVOS</target> 4705 <target state="translated">USUARIOS NUEVOS</target>
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">281</context></context-group> 4706
4611 </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">333</context></context-group></trans-unit>
4612 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4708 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4613 <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> 4709 <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>
4614 <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> 4710 <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>
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">282</context></context-group> 4711
4616 </trans-unit> 4712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">334</context></context-group></trans-unit>
4617 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4713 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4618 <source>Signup enabled</source> 4714 <source>Signup enabled</source>
4619 <target>Registro habilitado</target> 4715 <target>Registro habilitado</target>
4620 <context-group name="null"> 4716 <context-group name="null">
4621 <context context-type="linenumber">235</context> 4717 <context context-type="linenumber">235</context>
4622 </context-group> 4718 </context-group>
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">293</context></context-group> 4719
4624 </trans-unit> 4720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">345</context></context-group></trans-unit>
4625 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4721 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4626 <source>Signup requires email verification</source> 4722 <source>Signup requires email verification</source>
4627 <target>La suscripción requiere una verificación mediante correo electrónico</target> 4723 <target>La suscripción requiere una verificación mediante correo electrónico</target>
4628 <context-group name="null"> 4724 <context-group name="null">
4629 <context context-type="linenumber">242</context> 4725 <context context-type="linenumber">242</context>
4630 </context-group> 4726 </context-group>
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">301</context></context-group> 4727
4632 </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">353</context></context-group></trans-unit>
4633 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4729 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4634 <source>Signup limit</source> 4730 <source>Signup limit</source>
4635 <target>Límite de registro</target> 4731 <target>Límite de registro</target>
4636 <context-group name="null"> 4732 <context-group name="null">
4637 <context context-type="linenumber">247</context> 4733 <context context-type="linenumber">247</context>
4638 </context-group> 4734 </context-group>
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">305</context></context-group> 4735
4640 </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">357</context></context-group></trans-unit>
4641 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4737 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4642 <source>Users</source> 4738 <source>Users</source>
4643 <target>Usuarios</target> 4739 <target>Usuarios</target>
@@ -4742,96 +4838,90 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4742 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4838 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4743 <source>Default video quota per user</source> 4839 <source>Default video quota per user</source>
4744 <target state="translated">Cuota de video predeterminada por usuario</target> 4840 <target state="translated">Cuota de video predeterminada por usuario</target>
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">320</context></context-group> 4841
4746 </trans-unit> 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">372</context></context-group></trans-unit>
4747 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4843 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4748 <source>Default daily upload limit per user</source> 4844 <source>Default daily upload limit per user</source>
4749 <target state="translated">Límite de carga diaria predeterminado por usuario</target> 4845 <target state="translated">Límite de carga diaria predeterminado por usuario</target>
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">332</context></context-group> 4846
4751 </trans-unit> 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">384</context></context-group></trans-unit>
4752 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4848 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4753 <source>NEW VIDEOS</source> 4849 <source>NEW VIDEOS</source>
4754 <target state="translated">VIDEOS NUEVOS</target> 4850 <target state="translated">VIDEOS NUEVOS</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">349</context></context-group> 4851
4756 </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">401</context></context-group></trans-unit>
4757 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4853 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4758 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4854 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4759 <target state="translated">Permitir importación con URL HTTP (es decir, YouTube)</target> 4855 <target state="translated">Permitir importación con URL HTTP (es decir, YouTube)</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">360</context></context-group> 4856
4761 </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">412</context></context-group></trans-unit>
4762 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4858 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4763 <source>Allow import with a torrent file or a magnet URI</source> 4859 <source>Allow import with a torrent file or a magnet URI</source>
4764 <target state="translated">Permitir importación con un archivo torrent o un URI de imán</target> 4860 <target state="translated">Permitir importación con un archivo torrent o un URI de imán</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">367</context></context-group> 4861
4766 </trans-unit> 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">419</context></context-group></trans-unit>
4767 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4863 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4768 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4864 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4769 <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> 4865 <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>
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">384</context></context-group> 4866
4771 </trans-unit> 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">436</context></context-group></trans-unit>
4772 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4868 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4773 <source>Blacklist new videos automatically</source> 4869 <source>Blacklist new videos automatically</source>
4774 <target state="translated">Lista negra nuevos videos automáticamente</target> 4870 <target state="translated">Lista negra nuevos videos automáticamente</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">381</context></context-group> 4871
4776 </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">433</context></context-group></trans-unit>
4777 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4873 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4778 <source>FEDERATION</source> 4874 <source>FEDERATION</source>
4779 <target state="translated">FEDERACIÓN</target> 4875 <target state="translated">FEDERACIÓN</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">398</context></context-group> 4876
4781 </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">450</context></context-group></trans-unit>
4782 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4878 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4783 <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> 4879 <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>
4784 <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> 4880 <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>
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">399</context></context-group> 4881
4786 </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">451</context></context-group></trans-unit>
4787 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4883 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4788 <source>Other instances can follow yours</source> 4884 <source>Other instances can follow yours</source>
4789 <target state="translated">Otras instancias pueden seguir la tuya</target> 4885 <target state="translated">Otras instancias pueden seguir la tuya</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">412</context></context-group> 4886
4791 </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">464</context></context-group></trans-unit>
4792 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4888 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4793 <source>Manually approve new instance followers</source> 4889 <source>Manually approve new instance followers</source>
4794 <target state="translated">Aprobar manualmente nuevos seguidores de instancia</target> 4890 <target state="translated">Aprobar manualmente nuevos seguidores de instancia</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">419</context></context-group> 4891
4796 </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">471</context></context-group></trans-unit>
4797 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4893 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4798 <source>Automatically follow back instances</source> 4894 <source>Automatically follow back instances</source>
4799 <target state="translated">Siga automáticamente las instancias posteriores</target> 4895 <target state="translated">Siga automáticamente las instancias posteriores</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">432</context></context-group> 4896
4801 </trans-unit> 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">484</context></context-group></trans-unit>
4802 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4898 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4803 <source>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;"/>. </source> 4899 <source>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>"/>. </source>
4804 <target state="translated">Solo debe seguir los índices en los que confía, o <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>aloja tu propio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4900 <target state="translated">Solo debe seguir los índices en los que confía, o <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>aloja tu propio<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4805 <context-group purpose="location"> 4901
4806 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">502</context></context-group></trans-unit>
4807 <context context-type="linenumber">450</context>
4808 </context-group>
4809 </trans-unit>
4810 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4903 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4811 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4904 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4812 <target state="translated">⚠️ Esta funcionalidad requiere mucha atención y moderación adicional.</target> 4905 <target state="translated">⚠️ Esta funcionalidad requiere mucha atención y moderación adicional.</target>
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">296</context></context-group> 4906
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">435</context></context-group> 4907
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">448</context></context-group> 4908
4816 </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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4817 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4910 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4818 <source>Index URL</source> 4911 <source>Index URL</source>
4819 <target state="translated">URL de índice</target> 4912 <target state="translated">URL de índice</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">457</context></context-group> 4913
4821 </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">509</context></context-group></trans-unit>
4822 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4915 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4823 <source>Automatically follow instances of a public index</source> 4916 <source>Automatically follow instances of a public index</source>
4824 <target state="translated">Siga automáticamente las instancias de un índice público</target> 4917 <target state="translated">Siga automáticamente las instancias de un índice público</target>
4825 <context-group purpose="location"> 4918
4826 <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">497</context></context-group></trans-unit>
4827 <context context-type="linenumber">445</context>
4828 </context-group>
4829 </trans-unit>
4830 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4920 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4831 <source>ADMINISTRATORS</source> 4921 <source>ADMINISTRATORS</source>
4832 <target state="translated">ADMINISTRADORES</target> 4922 <target state="translated">ADMINISTRADORES</target>
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">477</context></context-group> 4923
4834 </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">529</context></context-group></trans-unit>
4835 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4925 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4836 <source>Administrator</source> 4926 <source>Administrator</source>
4837 <target>Administrador</target> 4927 <target>Administrador</target>
@@ -4846,16 +4936,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4846 <context-group name="null"> 4936 <context-group name="null">
4847 <context context-type="linenumber">387</context> 4937 <context context-type="linenumber">387</context>
4848 </context-group> 4938 </context-group>
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">483</context></context-group> 4939
4850 </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">535</context></context-group></trans-unit>
4851 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4941 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4852 <source>Enable contact form</source> 4942 <source>Enable contact form</source>
4853 <target>Habilitar el formulario de contacto</target> 4943 <target>Habilitar el formulario de contacto</target>
4854 <context-group name="null"> 4944 <context-group name="null">
4855 <context context-type="linenumber">398</context> 4945 <context context-type="linenumber">398</context>
4856 </context-group> 4946 </context-group>
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">494</context></context-group> 4947
4858 </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">546</context></context-group></trans-unit>
4859 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4949 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4860 <source>Basic configuration</source> 4950 <source>Basic configuration</source>
4861 <target>Configuración básica</target> 4951 <target>Configuración básica</target>
@@ -4867,193 +4957,232 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
4867 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4957 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4868 <source>TWITTER</source> 4958 <source>TWITTER</source>
4869 <target state="translated">TWITTER</target> 4959 <target state="translated">TWITTER</target>
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">511</context></context-group> 4960
4871 </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">563</context></context-group></trans-unit>
4872 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4962 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4873 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4963 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4874 <target state="translated">Opcional. Si corresponde, proporcione la cuenta de Twitter que representa su instancia para mejorar las vistas previas de los enlaces.</target> 4964 <target state="translated">Opcional. Si corresponde, proporcione la cuenta de Twitter que representa su instancia para mejorar las vistas previas de los enlaces.</target>
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">512</context></context-group> 4965
4876 </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">564</context></context-group></trans-unit>
4877 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4967 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4878 <source>Your Twitter username</source> 4968 <source>Your Twitter username</source>
4879 <target>Tu usuario de Twitter</target> 4969 <target>Tu usuario de Twitter</target>
4880 <context-group name="null"> 4970 <context-group name="null">
4881 <context context-type="linenumber">413</context> 4971 <context context-type="linenumber">413</context>
4882 </context-group> 4972 </context-group>
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">523</context></context-group> 4973
4884 </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">575</context></context-group></trans-unit>
4885 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4975 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4886 <source>Instance whitelisted by Twitter</source> 4976 <source>Instance whitelisted by Twitter</source>
4887 <target>Nodo en lista blanca de Twitter</target> 4977 <target>Nodo en lista blanca de Twitter</target>
4888 <context-group name="null"> 4978 <context-group name="null">
4889 <context context-type="linenumber">431</context> 4979 <context context-type="linenumber">431</context>
4890 </context-group> 4980 </context-group>
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">535</context></context-group> 4981
4892 </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">587</context></context-group></trans-unit>
4893 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4983 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4894 <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> 4984 <source>
4895 <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> 4985 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/>"/>
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">539</context></context-group> 4986 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/>"/>
4897 </trans-unit> 4987 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4988 <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>"/>
4989 to see if you instance is whitelisted.
4990 </source>
4991 <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>
4992
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">591</context></context-group></trans-unit>
4898 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4994 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4899 <source>Services</source> 4995 <source>Services</source>
4900 <target>Servicios</target> 4996 <target>Servicios</target>
4901 <context-group name="null"> 4997 <context-group name="null">
4902 <context context-type="linenumber">405</context> 4998 <context context-type="linenumber">405</context>
4903 </context-group> 4999 </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">505</context></context-group> 5000
4905 </trans-unit> 5001 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
4906 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5002 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4907 <source>TRANSCODING</source> 5003 <source>TRANSCODING</source>
4908 <target state="translated">TRANSCODIFICACIÓN</target> 5004 <target state="translated">TRANSCODIFICACIÓN</target>
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">565</context></context-group> 5005
4910 </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">617</context></context-group></trans-unit>
4911 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5007 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4912 <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> 5008 <source>
5009 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5010 resources, this is a critical part of PeerTube, so tread carefully.
5011 </source>
4913 <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> 5012 <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>
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">566</context></context-group> 5013
4915 </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">618</context></context-group></trans-unit>
4916 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5015 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4917 <source>Transcoding enabled</source> 5016 <source>Transcoding enabled</source>
4918 <target>Transcodificación activada</target> 5017 <target>Transcodificación activada</target>
4919 <context-group name="null"> 5018 <context-group name="null">
4920 <context context-type="linenumber">461</context> 5019 <context context-type="linenumber">461</context>
4921 </context-group> 5020 </context-group>
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">579</context></context-group> 5021
4923 </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">631</context></context-group></trans-unit>
4924 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5023 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4925 <source>If you disable transcoding, many videos from your users will not work!</source> 5024 <source>If you disable transcoding, many videos from your users will not work!</source>
4926 <target>¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!</target> 5025 <target>¡Si desactivas la transcodificación, muchos vídeos de tus usuarios no funcionarán!</target>
4927 <context-group name="null"> 5026 <context-group name="null">
4928 <context context-type="linenumber">465</context> 5027 <context context-type="linenumber">465</context>
4929 </context-group> 5028 </context-group>
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">583</context></context-group> 5029
4931 </trans-unit> 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">635</context></context-group></trans-unit>
4932 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5031 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4933 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5032 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4934 <target state="translated">Permite a los usuarios subir videos .mkv, .mov, .avi y .flv.</target> 5033 <target state="translated">Permite a los usuarios subir videos .mkv, .mov, .avi y .flv.</target>
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">594</context></context-group> 5034
4936 </trans-unit> 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">646</context></context-group></trans-unit>
4937 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5036 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4938 <source>Allow additional extensions</source> 5037 <source>Allow additional extensions</source>
4939 <target>Autorizar extensiones adicionales</target> 5038 <target>Autorizar extensiones adicionales</target>
4940 <context-group name="null"> 5039 <context-group name="null">
4941 <context context-type="linenumber">475</context> 5040 <context context-type="linenumber">475</context>
4942 </context-group> 5041 </context-group>
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">591</context></context-group> 5042
4944 </trans-unit> 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">643</context></context-group></trans-unit>
4945 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5044 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4946 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5045 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4947 <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> 5046 <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>
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">605</context></context-group> 5047
4949 </trans-unit> 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">657</context></context-group></trans-unit>
4950 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5049 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4951 <source>Allow audio files upload</source> 5050 <source>Allow audio files upload</source>
4952 <target state="translated">Permitir subir archivos de audio</target> 5051 <target state="translated">Permitir subir archivos de audio</target>
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">602</context></context-group> 5052
4954 </trans-unit> 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">654</context></context-group></trans-unit>
4955 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5054 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4956 <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> 5055 <source>
4957 <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> 5056 <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>"/>
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">617</context></context-group> 5057
4959 </trans-unit> 5058 <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>"/>
5059
5060 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5061
5062 <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>"/>
5063 </source>
5064 <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>
5065
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">669</context></context-group></trans-unit>
4960 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5067 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4961 <source>WebTorrent support enabled</source> 5068 <source>WebTorrent support enabled</source>
4962 <target state="translated">Soporte de WebTorrent habilitado</target> 5069 <target state="translated">Soporte de WebTorrent habilitado</target>
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">614</context></context-group> 5070
4964 </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">666</context></context-group></trans-unit>
4965 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5072 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4966 <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> 5073 <source>
4967 <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> 5074 <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>"/>
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">638</context></context-group> 5075
4969 </trans-unit> 5076 <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>"/>
5077 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5078 <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>"/>
5079 <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>"/>
5080 <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>"/>
5081 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5082
5083 <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>"/>
5084 </source>
5085 <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>
5086
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">690</context></context-group></trans-unit>
4970 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5088 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4971 <source>HLS support enabled</source> 5089 <source>HLS support enabled</source>
4972 <target state="translated">Soporte HLS habilitado</target> 5090 <target state="translated">Soporte HLS habilitado</target>
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">635</context></context-group> 5091
4974 </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">687</context></context-group></trans-unit>
4975 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5093 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4976 <source>Transcoding threads</source> 5094 <source>Transcoding threads</source>
4977 <target>Hilos de transcodificaciones</target> 5095 <target>Hilos de transcodificaciones</target>
4978 <context-group name="null"> 5096 <context-group name="null">
4979 <context context-type="linenumber">517</context> 5097 <context context-type="linenumber">517</context>
4980 </context-group> 5098 </context-group>
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">660</context></context-group> 5099
4982 </trans-unit> 5100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
4983 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5101 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4984 <source>Resolutions to generate</source> 5102 <source>Resolutions to generate</source>
4985 <target state="translated">Resoluciones para generar</target> 5103 <target state="translated">Resoluciones para generar</target>
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">673</context></context-group> 5104
4987 </trans-unit> 5105 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
4988 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5106 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4989 <source>CACHE</source> 5107 <source>CACHE</source>
4990 <target state="translated">CACHE</target> 5108 <target state="translated">CACHE</target>
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">699</context></context-group> 5109
4992 </trans-unit> 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">751</context></context-group></trans-unit>
4993 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5111 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4994 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5112 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4995 <target state="translated">Algunos archivos no están federados y se obtienen cuando es necesario. Definir sus políticas de almacenamiento en caché.</target> 5113 <target state="translated">Algunos archivos no están federados y se obtienen cuando es necesario. Definir sus políticas de almacenamiento en caché.</target>
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">700</context></context-group> 5114
4997 </trans-unit> 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">752</context></context-group></trans-unit>
4998 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5116 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4999 <source>Number of previews to keep in cache</source> 5117 <source>Number of previews to keep in cache</source>
5000 <target state="translated">Número de vistas previas para mantener en caché</target> 5118 <target state="translated">Número de vistas previas para mantener en caché</target>
5001 <context-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> 5119
5002 </trans-unit> 5120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5003 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5121 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5004 <source>Number of video captions to keep in cache</source> 5122 <source>Number of video captions to keep in cache</source>
5005 <target state="translated">Número de subtítulos de video para guardar en caché</target> 5123 <target state="translated">Número de subtítulos de video para guardar en caché</target>
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">718</context></context-group> 5124
5007 </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">770</context></context-group></trans-unit>
5008 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5126 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5009 <source>CUSTOMIZATIONS</source> 5127 <source>CUSTOMIZATIONS</source>
5010 <target state="translated">PERSONALIZACIONES</target> 5128 <target state="translated">PERSONALIZACIONES</target>
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">733</context></context-group> 5129
5012 </trans-unit> 5130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5013 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5131 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5014 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5132 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5015 <target state="translated">Ligeras modificaciones a su instancia de PeerTube para cuando crear un complemento o tema es excesivo.</target> 5133 <target state="translated">Ligeras modificaciones a su instancia de PeerTube para cuando crear un complemento o tema es excesivo.</target>
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">734</context></context-group> 5134
5017 </trans-unit> 5135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5018 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5136 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5019 <source>JavaScript</source> 5137 <source>JavaScript</source>
5020 <target>Javascript</target> 5138 <target>Javascript</target>
5021 <context-group name="null"> 5139 <context-group name="null">
5022 <context context-type="linenumber">575</context> 5140 <context context-type="linenumber">575</context>
5023 </context-group> 5141 </context-group>
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">744</context></context-group> 5142
5025 </trans-unit> 5143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5026 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5144 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5027 <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> 5145 <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>
5028 <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> 5146 <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>
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">747</context></context-group> 5147
5030 </trans-unit> 5148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5031 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5149 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5032 <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> 5150 <source>
5033 <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> 5151 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/>"/>
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">766</context></context-group> 5152 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5035 </trans-unit> 5153 color: red;
5154 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5155 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5156 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/>"/>
5157 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5158 color: red;
5159 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5160 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5161 </source>
5162 <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>
5163
5164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5036 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5165 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5037 <source>Advanced configuration</source> 5166 <source>Advanced configuration</source>
5038 <target>Configuración avanzada</target> 5167 <target>Configuración avanzada</target>
5039 <context-group name="null"> 5168 <context-group name="null">
5040 <context context-type="linenumber">452</context> 5169 <context context-type="linenumber">452</context>
5041 </context-group> 5170 </context-group>
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">559</context></context-group> 5171
5043 </trans-unit> 5172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5044 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5173 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5045 <source>Update configuration</source> 5174 <source>Update configuration</source>
5046 <target>Actualizar configuración</target> 5175 <target>Actualizar configuración</target>
5047 <context-group name="null"> 5176 <context-group name="null">
5048 <context context-type="linenumber">628</context> 5177 <context context-type="linenumber">628</context>
5049 </context-group> 5178 </context-group>
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">804</context></context-group> 5179
5051 </trans-unit> 5180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5052 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5181 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5053 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5182 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5054 <target state="translated">Parece que la configuración no es válida. Busque posibles errores en las diferentes pestañas.</target> 5183 <target state="translated">Parece que la configuración no es válida. Busque posibles errores en las diferentes pestañas.</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">805</context></context-group> 5184
5056 </trans-unit> 5185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5057 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5186 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5058 <source>PROFILE</source> 5187 <source>PROFILE</source>
5059 <target state="translated">PERFIL</target> 5188 <target state="translated">PERFIL</target>
@@ -5220,8 +5349,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5220 <context-group purpose="location"><context context-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> 5349 <context-group purpose="location"><context context-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>
5221 </trans-unit> 5350 </trans-unit>
5222 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5351 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5223 <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> 5352 <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>
5224 <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> 5353 <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>
5225 <context-group purpose="location"> 5354 <context-group purpose="location">
5226 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5355 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5227 <context context-type="linenumber">6</context> 5356 <context context-type="linenumber">6</context>
@@ -5250,16 +5379,16 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5250 <context-group purpose="location"><context context-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> 5379 <context-group purpose="location"><context context-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>
5251 </trans-unit> 5380 </trans-unit>
5252 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5381 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5253 <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>
5254 <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> 5383 <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>
5255 <context-group purpose="location"> 5384 <context-group purpose="location">
5256 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5385 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5257 <context context-type="linenumber">4</context> 5386 <context context-type="linenumber">4</context>
5258 </context-group> 5387 </context-group>
5259 </trans-unit> 5388 </trans-unit>
5260 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5389 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5261 <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> 5390 <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>
5262 <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> 5391 <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>
5263 <context-group purpose="location"> 5392 <context-group purpose="location">
5264 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5393 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5265 <context context-type="linenumber">8</context> 5394 <context context-type="linenumber">8</context>
@@ -5280,23 +5409,23 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5280 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5409 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5281 <context context-type="linenumber">17</context> 5410 <context context-type="linenumber">17</context>
5282 </context-group> 5411 </context-group>
5283 </trans-unit> 5412 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5284 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5413 <source>Your current password</source><target state="new">Your current password</target>
5285 <source>Your password</source>
5286 <target state="translated">Tu contraseña</target>
5287 <context-group purpose="location"> 5414 <context-group purpose="location">
5288 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5415 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5289 <context context-type="linenumber">27</context> 5416 <context context-type="linenumber">26</context>
5290 </context-group> 5417 </context-group>
5291 </trans-unit> 5418 </trans-unit>
5419 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5420 <source>Your password</source>
5421 <target state="translated">Tu contraseña</target>
5422
5423 <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">28</context></context-group></trans-unit>
5292 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5424 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5293 <source>Change email</source> 5425 <source>Change email</source>
5294 <target state="translated">Cambiar e-mail</target> 5426 <target state="translated">Cambiar e-mail</target>
5295 <context-group purpose="location"> 5427
5296 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5428 <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">36</context></context-group></trans-unit>
5297 <context context-type="linenumber">35</context>
5298 </context-group>
5299 </trans-unit>
5300 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5429 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5301 <source>Theme</source> 5430 <source>Theme</source>
5302 <target state="translated">Tema</target> 5431 <target state="translated">Tema</target>
@@ -5331,8 +5460,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5331 <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> 5460 <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>
5332 </trans-unit> 5461 </trans-unit>
5333 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5462 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5334 <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> 5463 <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>
5335 <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> 5464 <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>
5336 <context-group purpose="location"> 5465 <context-group purpose="location">
5337 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5466 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5338 <context context-type="linenumber">2</context> 5467 <context context-type="linenumber">2</context>
@@ -5368,10 +5497,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5368 <context-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> 5497 <context-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>
5369 </trans-unit> 5498 </trans-unit>
5370 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5499 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5371 <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> 5500 <source>
5501 Created
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>"/>
5503 </source>
5372 <target> 5504 <target>
5373 Creado 5505 Creado
5374 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5506 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5375 </target> 5507 </target>
5376 <context-group name="null"> 5508 <context-group name="null">
5377 <context context-type="linenumber">15</context> 5509 <context context-type="linenumber">15</context>
@@ -5443,8 +5575,9 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5443 <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> 5575 <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>
5444 </trans-unit> 5576 </trans-unit>
5445 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5577 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5446 <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> 5578 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5447 <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> 5579 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5580 <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>
5448 <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> 5581 <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>
5449 <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> 5582 <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>
5450 </trans-unit> 5583 </trans-unit>
@@ -5538,8 +5671,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5538 </context-group> 5671 </context-group>
5539 </trans-unit> 5672 </trans-unit>
5540 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5673 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5541 <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> 5674 <source>
5542 <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> 5675 <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>"/>
5676 Delete history
5677 </source>
5678 <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>
5543 <context-group purpose="location"> 5679 <context-group purpose="location">
5544 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5680 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
5545 <context context-type="linenumber">7</context> 5681 <context context-type="linenumber">7</context>
@@ -5554,8 +5690,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5554 </context-group> 5690 </context-group>
5555 </trans-unit> 5691 </trans-unit>
5556 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5692 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5557 <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> 5693 <source>
5558 <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> 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 Notification preferences
5696 </source>
5697 <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>
5559 <context-group purpose="location"> 5698 <context-group purpose="location">
5560 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5699 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
5561 <context context-type="linenumber">2</context> 5700 <context context-type="linenumber">2</context>
@@ -5630,8 +5769,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5630 <context-group purpose="location"><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> 5769 <context-group purpose="location"><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>
5631 </trans-unit> 5770 </trans-unit>
5632 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5771 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5633 <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> 5772 <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>
5634 <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> 5773 <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>
5635 <context-group purpose="location"> 5774 <context-group purpose="location">
5636 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5775 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5637 <context context-type="linenumber">2</context> 5776 <context context-type="linenumber">2</context>
@@ -5659,8 +5798,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
5659 </context-group> 5798 </context-group>
5660 </trans-unit> 5799 </trans-unit>
5661 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5800 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5662 <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> 5801 <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>
5663 <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> 5802 <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>
5664 <context-group purpose="location"> 5803 <context-group purpose="location">
5665 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5804 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5666 <context context-type="linenumber">13</context> 5805 <context context-type="linenumber">13</context>
@@ -6099,33 +6238,40 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6099 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6238 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6100 <context context-type="linenumber">2</context> 6239 <context context-type="linenumber">2</context>
6101 </context-group> 6240 </context-group>
6102 </trans-unit> 6241 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6103 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6242 <source>
6104 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6243 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6105 <target state="translated">PeerTube es una plataforma de transmisión de video federada y alojada (ActivityPub) que utiliza P2P directamente en el navegador web.</target> 6244 </source><target state="new">
6245 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6246 </target>
6106 <context-group purpose="location"> 6247 <context-group purpose="location">
6107 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6248 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6108 <context context-type="linenumber">9</context> 6249 <context context-type="linenumber">9</context>
6109 </context-group> 6250 </context-group>
6110 </trans-unit> 6251 </trans-unit>
6252
6111 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6253 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6112 <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> 6254 <source>
6113 <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> 6255 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6256 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6257 </source>
6258 <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>
6114 <context-group purpose="location"> 6259 <context-group purpose="location">
6115 <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>
6116 <context context-type="linenumber">13</context> 6261 <context context-type="linenumber">13</context>
6117 </context-group> 6262 </context-group>
6118 </trans-unit> 6263 </trans-unit>
6119 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6264 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6120 <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> 6265 <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>
6121 <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> 6266 <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>
6122 <context-group purpose="location"> 6267 <context-group purpose="location">
6123 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6268 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6124 <context context-type="linenumber">18</context> 6269 <context context-type="linenumber">18</context>
6125 </context-group> 6270 </context-group>
6126 </trans-unit> 6271 </trans-unit>
6127 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6272 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6128 <source>Use PeerTube documentation</source> 6273 <source>Use PeerTube
6274 documentation</source>
6129 <target state="translated">Use la documentación de PeerTube</target> 6275 <target state="translated">Use la documentación de PeerTube</target>
6130 <context-group purpose="location"> 6276 <context-group purpose="location">
6131 <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>
@@ -6141,7 +6287,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6141 </context-group> 6287 </context-group>
6142 </trans-unit> 6288 </trans-unit>
6143 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6289 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6144 <source>PeerTube Applications</source> 6290 <source>PeerTube
6291 Applications</source>
6145 <target state="translated">Aplicaciones de PeerTube</target> 6292 <target state="translated">Aplicaciones de PeerTube</target>
6146 <context-group purpose="location"> 6293 <context-group purpose="location">
6147 <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>
@@ -6157,7 +6304,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6157 </context-group> 6304 </context-group>
6158 </trans-unit> 6305 </trans-unit>
6159 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6306 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6160 <source>Contribute on PeerTube</source> 6307 <source>Contribute on
6308 PeerTube</source>
6161 <target state="translated">Contribuir en PeerTube</target> 6309 <target state="translated">Contribuir en PeerTube</target>
6162 <context-group purpose="location"> 6310 <context-group purpose="location">
6163 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6311 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6181,7 +6329,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6181 <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> 6329 <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>
6182 </trans-unit> 6330 </trans-unit>
6183 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6331 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6184 <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> 6332 <source>
6333 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6334 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6335 follows applies only if you want to keep using the P2P mode of PeerTube.
6336 </source>
6185 <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> 6337 <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>
6186 <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> 6338 <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>
6187 </trans-unit> 6339 </trans-unit>
@@ -6194,17 +6346,27 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6194 <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> 6346 <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>
6195 </trans-unit> 6347 </trans-unit>
6196 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6348 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6197 <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> 6349 <source>
6350 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6351 In practice, this is much more difficult because:
6352 </source>
6198 <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> 6353 <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>
6199 <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> 6354 <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>
6200 </trans-unit> 6355 </trans-unit>
6201 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6356 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6202 <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> 6357 <source>
6358 An HTTP request has to be sent on each tracker for each video to spy.
6359 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6360 </source>
6203 <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> 6361 <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>
6204 <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> 6362 <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>
6205 </trans-unit> 6363 </trans-unit>
6206 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6364 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6207 <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> 6365 <source>
6366 For each request sent, the tracker returns random peers at a limited number.
6367 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
6368 requests sent to know every peer in the swarm
6369 </source>
6208 <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> 6370 <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>
6209 <context-group purpose="location"> 6371 <context-group purpose="location">
6210 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6372 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6217,7 +6379,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6217 <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> 6379 <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>
6218 </trans-unit> 6380 </trans-unit>
6219 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6381 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6220 <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> 6382 <source>
6383 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
6384 video
6385 </source>
6221 <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> 6386 <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>
6222 <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> 6387 <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>
6223 </trans-unit> 6388 </trans-unit>
@@ -6227,12 +6392,21 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6227 <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> 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>
6228 </trans-unit> 6393 </trans-unit>
6229 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6394 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6230 <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> 6395 <source>
6231 <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> 6396 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
6397 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6398 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6399 to forward the information to.
6400 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
6401 </source>
6402 <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>
6232 <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> 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>
6233 </trans-unit> 6404 </trans-unit>
6234 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6405 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6235 <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> 6406 <source>
6407 The worst-case scenario of an average person spying on their friends is quite unlikely.
6408 There are much more effective ways to get that kind of information.
6409 </source>
6236 <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> 6410 <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>
6237 <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> 6411 <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>
6238 </trans-unit> 6412 </trans-unit>
@@ -6245,7 +6419,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6245 <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> 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>
6246 </trans-unit> 6420 </trans-unit>
6247 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6421 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6248 <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> 6422 <source>
6423 The threats to privacy with YouTube are different from PeerTube's.
6424 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6425 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6426 </source>
6249 <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> 6427 <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>
6250 <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> 6428 <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>
6251 </trans-unit> 6429 </trans-unit>
@@ -6258,7 +6436,12 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6258 <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> 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>
6259 </trans-unit> 6437 </trans-unit>
6260 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6438 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6261 <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> 6439 <source>
6440 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
6441 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6442 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.
6443 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6444 </source>
6262 <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> 6445 <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>
6263 <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> 6446 <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>
6264 </trans-unit> 6447 </trans-unit>
@@ -6271,7 +6454,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6271 <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> 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>
6272 </trans-unit> 6455 </trans-unit>
6273 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6456 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6274 <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> 6457 <source>
6458 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6459 and render attacks less likely. Here is what we put in place so far:
6460 </source>
6275 <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> 6461 <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>
6276 <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> 6462 <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>
6277 </trans-unit> 6463 </trans-unit>
@@ -6296,7 +6482,10 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6296 <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> 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>
6297 </trans-unit> 6483 </trans-unit>
6298 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6484 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6299 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6485 <source>
6486 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6487 WebRTC in your browser.
6488 </source>
6300 <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> 6489 <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>
6301 <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> 6490 <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>
6302 </trans-unit> 6491 </trans-unit>
@@ -6333,8 +6522,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6333 </context-group> 6522 </context-group>
6334 </trans-unit> 6523 </trans-unit>
6335 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6524 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6336 <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> 6525 <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>
6337 <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> 6526 <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>
6338 <context-group purpose="location"> 6527 <context-group purpose="location">
6339 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6528 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6340 <context context-type="linenumber">3</context> 6529 <context context-type="linenumber">3</context>
@@ -6413,8 +6602,11 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6413 </context-group> 6602 </context-group>
6414 </trans-unit> 6603 </trans-unit>
6415 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6604 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6416 <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> 6605 <source>
6417 <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> 6606 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/>"/>
6607 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.
6608 </source>
6609 <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>
6418 <context-group purpose="location"> 6610 <context-group purpose="location">
6419 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6611 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6420 <context context-type="linenumber">4</context> 6612 <context context-type="linenumber">4</context>
@@ -6485,8 +6677,13 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6485 </context-group> 6677 </context-group>
6486 </trans-unit> 6678 </trans-unit>
6487 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6679 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6488 <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> 6680 <source>
6489 <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> 6681 I am at least 16 years old and agree
6682 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>"/>
6683 <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>"/>
6684 of this instance
6685 </source>
6686 <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>
6490 <context-group purpose="location"> 6687 <context-group purpose="location">
6491 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6688 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6492 <context context-type="linenumber">65</context> 6689 <context context-type="linenumber">65</context>
@@ -6581,8 +6778,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
6581 </context-group> 6778 </context-group>
6582 </trans-unit> 6779 </trans-unit>
6583 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6780 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6584 <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> 6781 <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>
6585 <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> 6782 <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>
6586 <context-group purpose="location"> 6783 <context-group purpose="location">
6587 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6784 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6588 <context context-type="linenumber">1</context> 6785 <context context-type="linenumber">1</context>
@@ -8295,8 +8492,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
8295 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8492 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8296 </trans-unit> 8493 </trans-unit>
8297 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8494 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8298 <source>Long (&gt; 10 min)</source> 8495 <source>Long (> 10 min)</source>
8299 <target>Largo (&gt; 10 min)</target> 8496 <target>Largo (> 10 min)</target>
8300 <context-group name="null"> 8497 <context-group name="null">
8301 <context context-type="linenumber">1</context> 8498 <context context-type="linenumber">1</context>
8302 </context-group> 8499 </context-group>
@@ -9655,8 +9852,8 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9655 <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> 9852 <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>
9656 </trans-unit> 9853 </trans-unit>
9657 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9854 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9658 <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> 9855 <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>
9659 <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> 9856 <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>
9660 <context-group name="null"> 9857 <context-group name="null">
9661 <context context-type="linenumber">1</context> 9858 <context context-type="linenumber">1</context>
9662 </context-group> 9859 </context-group>
@@ -9822,6 +10019,24 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9822 <context context-type="linenumber">1</context> 10019 <context context-type="linenumber">1</context>
9823 </context-group> 10020 </context-group>
9824 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10021 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10022 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10023 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10024 <context-group purpose="location">
10025 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10026 <context context-type="linenumber">1</context>
10027 </context-group>
10028 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10029 <source>Delete account comments</source><target state="new">Delete account comments</target>
10030 <context-group purpose="location">
10031 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10032 <context context-type="linenumber">1</context>
10033 </context-group>
10034 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10035 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10036 <context-group purpose="location">
10037 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10038 <context context-type="linenumber">1</context>
10039 </context-group>
9825 </trans-unit> 10040 </trans-unit>
9826 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10041 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9827 <source>Edit user</source> 10042 <source>Edit user</source>
@@ -9926,6 +10141,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9926 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10141 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9927 <context context-type="linenumber">1</context> 10142 <context context-type="linenumber">1</context>
9928 </context-group> 10143 </context-group>
10144 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10145 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10146 <context-group purpose="location">
10147 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10148 <context context-type="linenumber">1</context>
10149 </context-group>
10150 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10151 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10152 <context-group purpose="location">
10153 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10154 <context context-type="linenumber">1</context>
10155 </context-group>
9929 </trans-unit> 10156 </trans-unit>
9930 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10157 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
9931 <source>Mute this account by your instance</source> 10158 <source>Mute this account by your instance</source>
@@ -9990,6 +10217,18 @@ Enhorabuena, el vídeo sera importado con BitTorrent! Ya puedes añadir informac
9990 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10217 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9991 <context context-type="linenumber">1</context> 10218 <context context-type="linenumber">1</context>
9992 </context-group> 10219 </context-group>
10220 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10221 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10222 <context-group purpose="location">
10223 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10224 <context context-type="linenumber">1</context>
10225 </context-group>
10226 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10227 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10228 <context-group purpose="location">
10229 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10230 <context context-type="linenumber">1</context>
10231 </context-group>
9993 </trans-unit> 10232 </trans-unit>
9994 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10233 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
9995 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10234 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.eu-ES.xlf b/client/src/locale/angular.eu-ES.xlf
index fb7fad7f8..be752c5d8 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>
@@ -280,32 +280,32 @@
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">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> 284 <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>
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">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> 289 <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>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="new"> 294 <target state="new">
295 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 295 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
296 </target> 296 </target>
297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
298 </trans-unit> 298 </trans-unit>
299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
301 <target state="new"> 301 <target state="new">
302 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;"/> 302 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>"/>
303 </target> 303 </target>
304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
305 </trans-unit> 305 </trans-unit>
306 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 306 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
307 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 307 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
308 <target state="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> 308 <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>
309 <context-group purpose="location"> 309 <context-group purpose="location">
310 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 310 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
311 <context context-type="linenumber">69</context> 311 <context context-type="linenumber">69</context>
@@ -320,46 +320,54 @@
320 </context-group> 320 </context-group>
321 </trans-unit> 321 </trans-unit>
322 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 322 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
323 <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> 323 <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>
324 <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> 324 <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>
325 <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> 325 <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>
326 </trans-unit> 326 </trans-unit>
327 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 327 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
328 <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> 328 <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>
329 <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> 329 <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>
330 <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> 330 <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>
331 </trans-unit> 331 </trans-unit>
332 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 332 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
333 <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> 333 <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>
334 <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> 334 <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>
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="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> 339 <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>
340 <context-group purpose="location"> 340 <context-group purpose="location">
341 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 341 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
342 <context context-type="linenumber">110</context> 342 <context context-type="linenumber">110</context>
343 </context-group> 343 </context-group>
344 </trans-unit> 344 </trans-unit>
345 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 345 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
346 <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> 346 <source>
347 <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> 347 <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
348
349 <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>"/>
350 <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>"/>
351 </source>
352 <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>
348 <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 <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 </trans-unit> 354 </trans-unit>
350 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 355 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
351 <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> 356 <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>
352 <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> 357 <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>
353 <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 <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 </trans-unit> 359 </trans-unit>
355 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 360 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
356 <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> 361 <source>
357 <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> 362 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 }}"/>)
363 <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>"/>
364 </source>
365 <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>
358 <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> 366 <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>
359 </trans-unit> 367 </trans-unit>
360 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 368 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
361 <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> 369 <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>
362 <target state="translated">Zure instantziak automatikoki jarraitu zuen <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> 370 <target state="translated">Zure instantziak automatikoki jarraitu zuen <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>
363 <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> 371 <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>
364 </trans-unit> 372 </trans-unit>
365 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 373 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -389,9 +397,9 @@
389 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 397 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
390 <source>Options</source> 398 <source>Options</source>
391 <target state="translated">Aukerak</target> 399 <target state="translated">Aukerak</target>
392 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 400
393 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 401
394 </trans-unit> 402 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
395 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 403 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
396 <source>Start at</source> 404 <source>Start at</source>
397 <target state="new">Start at</target> 405 <target state="new">Start at</target>
@@ -453,9 +461,9 @@
453 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 461 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
454 <source>video</source> 462 <source>video</source>
455 <target state="translated">bideoa</target> 463 <target state="translated">bideoa</target>
456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 464
457 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 465
458 </trans-unit> 466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
459 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 467 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
460 <source>subtitles</source> 468 <source>subtitles</source>
461 <target state="translated">azpitituluak</target> 469 <target state="translated">azpitituluak</target>
@@ -530,9 +538,9 @@
530 <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> 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>
531 </trans-unit> 539 </trans-unit>
532 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 540 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
533 <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> 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>"/> 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>
534 <target state="new"> 542 <target state="new">
535 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;"/>. 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>"/> 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>"/>.
536 </target> 544 </target>
537 <context-group purpose="location"> 545 <context-group purpose="location">
538 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 546 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -661,10 +669,10 @@
661 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 669 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
662 <source>Deleted</source> 670 <source>Deleted</source>
663 <target state="translated">Ezabatua</target> 671 <target state="translated">Ezabatua</target>
664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 672
665 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 673
666 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 674
667 </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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
668 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 676 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
669 <source>Edit starts/stops at</source> 677 <source>Edit starts/stops at</source>
670 <target state="new">Edit starts/stops at</target> 678 <target state="new">Edit starts/stops at</target>
@@ -708,11 +716,11 @@
708 <context-group name="null"> 716 <context-group name="null">
709 <context context-type="linenumber">13</context> 717 <context context-type="linenumber">13</context>
710 </context-group> 718 </context-group>
711 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 719
712 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 720
713 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 721
714 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 722
715 </trans-unit> 723 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
716 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 724 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
717 <source>Edit</source> 725 <source>Edit</source>
718 <target>Editatu</target> 726 <target>Editatu</target>
@@ -813,10 +821,13 @@
813 <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> 821 <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 </trans-unit> 822 </trans-unit>
815 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 823 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
816 <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> 824 <source>
825 <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>"/>
826 <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>"/>
827 </source>
817 <target> 828 <target>
818 <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;"/> 829 <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>"/>
819 <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;"/> 830 <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>"/>
820 </target> 831 </target>
821 <context-group name="null"> 832 <context-group name="null">
822 <context context-type="linenumber">10</context> 833 <context context-type="linenumber">10</context>
@@ -824,16 +835,22 @@
824 <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> 835 <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>
825 </trans-unit> 836 </trans-unit>
826 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 837 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
827 <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> 838 <source>
828 <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> 839 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/>"/>
840 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
841 </source>
842 <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>
829 <context-group purpose="location"> 843 <context-group purpose="location">
830 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 844 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
831 <context context-type="linenumber">17</context> 845 <context context-type="linenumber">17</context>
832 </context-group> 846 </context-group>
833 </trans-unit> 847 </trans-unit>
834 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 848 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
835 <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> 849 <source>
836 <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> 850 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/>"/>
851 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
852 </source>
853 <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>
837 <context-group purpose="location"> 854 <context-group purpose="location">
838 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 855 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
839 <context context-type="linenumber">26</context> 856 <context context-type="linenumber">26</context>
@@ -848,8 +865,11 @@
848 </context-group> 865 </context-group>
849 </trans-unit> 866 </trans-unit>
850 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 867 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
851 <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> 868 <source>
852 <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> 869 <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>"/>
870 <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>"/>
871 </source>
872 <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>
853 <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> 873 <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>
854 </trans-unit> 874 </trans-unit>
855 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 875 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -895,9 +915,9 @@
895 <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> 915 <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>
896 </trans-unit> 916 </trans-unit>
897 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 917 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
898 <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> 918 <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>
899 <target> 919 <target>
900 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;"/> 920 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>"/>
901 </target> 921 </target>
902 <context-group name="null"> 922 <context-group name="null">
903 <context context-type="linenumber">53</context> 923 <context context-type="linenumber">53</context>
@@ -1092,8 +1112,8 @@
1092 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1112 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1093 </trans-unit> 1113 </trans-unit>
1094 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1114 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1095 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1115 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1096 <target state="translated">Sentitzen dugu, baina arazo bat egon da kanpoko sarbidearekin. Mesedez <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>jarri harremanetan administradorearekin<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1116 <target state="translated">Sentitzen dugu, baina arazo bat egon da kanpoko sarbidearekin. Mesedez <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>jarri harremanetan administradorearekin<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1097 <context-group purpose="location"> 1117 <context-group purpose="location">
1098 <context context-type="sourcefile">src/app/login/login.component.html</context> 1118 <context context-type="sourcefile">src/app/login/login.component.html</context>
1099 <context context-type="linenumber">6</context> 1119 <context context-type="linenumber">6</context>
@@ -1108,8 +1128,15 @@
1108 </context-group> 1128 </context-group>
1109 </trans-unit> 1129 </trans-unit>
1110 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1130 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1111 <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> 1131 <source>
1112 <target state="translated">Gaur egun, instantzia honek ez du erabiltzaileen erregistroa ahalbidetzen, baina kontu batean erregistratzeko eta bideoak hara igotzeko aukera ematen dizun instantzia bat aurki dezakezu. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Aurkitu ezazu zurea instantzia hauen artean <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> 1132 Currently this instance doesn't allow for user registration, but you can find an instance
1133 that gives you the possibility to sign up for an account and upload your videos there.
1134
1135 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1136
1137 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>"/>.
1138 </source>
1139 <target state="translated">Gaur egun, instantzia honek ez du erabiltzaileen erregistroa ahalbidetzen, baina kontu batean erregistratzeko eta bideoak hara igotzeko aukera ematen dizun instantzia bat aurki dezakezu. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Aurkitu ezazu zurea instantzia hauen artean <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>
1113 <context-group purpose="location"> 1140 <context-group purpose="location">
1114 <context context-type="sourcefile">src/app/login/login.component.html</context> 1141 <context context-type="sourcefile">src/app/login/login.component.html</context>
1115 <context context-type="linenumber">16</context> 1142 <context context-type="linenumber">16</context>
@@ -1274,9 +1301,9 @@
1274 </context-group> 1301 </context-group>
1275 </trans-unit> 1302 </trans-unit>
1276 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1303 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1277 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1304 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1278 <target> 1305 <target>
1279 <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 1306 <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
1280 </target> 1307 </target>
1281 <context-group name="null"> 1308 <context-group name="null">
1282 <context context-type="linenumber">6</context> 1309 <context context-type="linenumber">6</context>
@@ -1284,10 +1311,13 @@
1284 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1311 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1285 </trans-unit> 1312 </trans-unit>
1286 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1313 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1287 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1314 <source>
1315 Filters
1316 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1317 </source>
1288 <target> 1318 <target>
1289 Iragazkiak 1319 Iragazkiak
1290 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1320 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1291 </target> 1321 </target>
1292 <context-group name="null"> 1322 <context-group name="null">
1293 <context context-type="linenumber">16</context> 1323 <context context-type="linenumber">16</context>
@@ -1321,7 +1351,8 @@
1321 </context-group> 1351 </context-group>
1322 </trans-unit> 1352 </trans-unit>
1323 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1353 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1324 <source>CLI documentation</source> 1354 <source>CLI
1355 documentation</source>
1325 <target state="translated">Komando lerroko interfazearen dokumentazioa</target> 1356 <target state="translated">Komando lerroko interfazearen dokumentazioa</target>
1326 <context-group purpose="location"> 1357 <context-group purpose="location">
1327 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1358 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1337,7 +1368,8 @@
1337 </context-group> 1368 </context-group>
1338 </trans-unit> 1369 </trans-unit>
1339 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1370 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1340 <source>Administer documentation</source> 1371 <source>Administer
1372 documentation</source>
1341 <target state="translated">Administer documentation</target> 1373 <target state="translated">Administer documentation</target>
1342 <context-group purpose="location"> 1374 <context-group purpose="location">
1343 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1375 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1353,7 +1385,8 @@
1353 </context-group> 1385 </context-group>
1354 </trans-unit> 1386 </trans-unit>
1355 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1387 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1356 <source>Use documentation</source> 1388 <source>Use
1389 documentation</source>
1357 <target state="translated">Dokumentazioa erabili</target> 1390 <target state="translated">Dokumentazioa erabili</target>
1358 <context-group purpose="location"> 1391 <context-group purpose="location">
1359 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1392 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1377,16 +1410,16 @@
1377 </context-group> 1410 </context-group>
1378 </trans-unit> 1411 </trans-unit>
1379 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1412 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1380 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 1413 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source>
1381 <target state="translated">PeerTube-ren webgunea (berriak, laguntza, ekarpenak...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1414 <target state="translated">PeerTube-ren webgunea (berriak, laguntza, ekarpenak...): <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>
1382 <context-group purpose="location"> 1415 <context-group purpose="location">
1383 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1416 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1384 <context context-type="linenumber">44</context> 1417 <context context-type="linenumber">44</context>
1385 </context-group> 1418 </context-group>
1386 </trans-unit> 1419 </trans-unit>
1387 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1420 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1388 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 1421 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
1389 <target state="translated">Jarri zure instantzia PeerTube -ren indize publikoan: <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> 1422 <target state="translated">Jarri zure instantzia PeerTube -ren indize publikoan: <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>
1390 <context-group purpose="location"> 1423 <context-group purpose="location">
1391 <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>
1392 <context context-type="linenumber">47</context> 1425 <context context-type="linenumber">47</context>
@@ -1401,7 +1434,11 @@
1401 </context-group> 1434 </context-group>
1402 </trans-unit> 1435 </trans-unit>
1403 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1436 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1404 <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> 1437 <source>
1438 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>"/>,
1439 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>"/>
1440 is very important for visitors to understand on what type of instance they are.
1441 </source>
1405 <target state="new"/> 1442 <target state="new"/>
1406 <context-group purpose="location"> 1443 <context-group purpose="location">
1407 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1444 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1409,7 +1446,13 @@
1409 </context-group> 1446 </context-group>
1410 </trans-unit> 1447 </trans-unit>
1411 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1448 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1412 <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> 1449 <source>
1450 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
1451 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1452 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
1453 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1454 PeerTube instance.
1455 </source>
1413 <target state="new"/> 1456 <target state="new"/>
1414 <context-group purpose="location"> 1457 <context-group purpose="location">
1415 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1458 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1497,18 +1540,20 @@
1497 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1540 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1498 <context context-type="linenumber">21</context> 1541 <context context-type="linenumber">21</context>
1499 </context-group> 1542 </context-group>
1500 </trans-unit> 1543 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1501 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1544 <source>
1502 <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> 1545 Please consider configuring 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>"/>.
1503 <target state="new"> 1546 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1504 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;"/>. 1547 </source><target state="new">
1505 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;"/>. 1548 Please consider configuring 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>"/>.
1549 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1506 </target> 1550 </target>
1507 <context-group purpose="location"> 1551 <context-group purpose="location">
1508 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1552 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1509 <context context-type="linenumber">24</context> 1553 <context context-type="linenumber">24</context>
1510 </context-group> 1554 </context-group>
1511 </trans-unit> 1555 </trans-unit>
1556
1512 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1557 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1513 <source>Configure these fields</source> 1558 <source>Configure these fields</source>
1514 <target state="translated">Konfiguratu hurrengo eremuak</target> 1559 <target state="translated">Konfiguratu hurrengo eremuak</target>
@@ -1798,79 +1843,49 @@
1798 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1843 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1799 <source>GLOBAL SEARCH</source> 1844 <source>GLOBAL SEARCH</source>
1800 <target state="translated">BILAKETA GLOBALA</target> 1845 <target state="translated">BILAKETA GLOBALA</target>
1801 <context-group purpose="location"> 1846
1802 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1847 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1803 <context context-type="linenumber">16</context>
1804 </context-group>
1805 </trans-unit>
1806 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1848 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1807 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1849 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1808 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1850 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1809 <context-group purpose="location"> 1851
1810 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1852 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1811 <context context-type="linenumber">18</context>
1812 </context-group>
1813 </trans-unit>
1814 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1853 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1815 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1854 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1816 <target state="translated">Emaitzak hirugarrenen indize baten emaitzekin handituko dira. Kontsulta egiteko behar diren datuak baino ez dira bidaliko.</target> 1855 <target state="translated">Emaitzak hirugarrenen indize baten emaitzekin handituko dira. Kontsulta egiteko behar diren datuak baino ez dira bidaliko.</target>
1817 <context-group purpose="location"> 1856
1818 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1857 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1819 <context context-type="linenumber">22</context>
1820 </context-group>
1821 </trans-unit>
1822 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1858 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1823 <source>ADVANCED SEARCH</source> 1859 <source>ADVANCED SEARCH</source>
1824 <target state="translated">BILAKETA AURRERATUA</target> 1860 <target state="translated">BILAKETA AURRERATUA</target>
1825 <context-group purpose="location"> 1861
1826 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1862 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1827 <context context-type="linenumber">29</context>
1828 </context-group>
1829 </trans-unit>
1830 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1863 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1831 <source>any instance</source> 1864 <source>any instance</source>
1832 <target state="translated">edozein instantzia</target> 1865 <target state="translated">edozein instantzia</target>
1833 <context-group purpose="location"> 1866
1834 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1867 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1835 <context context-type="linenumber">32</context>
1836 </context-group>
1837 </trans-unit>
1838 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1868 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1839 <source>only followed instances</source> 1869 <source>only followed instances</source>
1840 <target state="translated">jarraitutako instantziak bakarrik</target> 1870 <target state="translated">jarraitutako instantziak bakarrik</target>
1841 <context-group purpose="location"> 1871
1842 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1872 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1843 <context context-type="linenumber">33</context>
1844 </context-group>
1845 </trans-unit>
1846 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1873 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1847 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1874 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1848 <target state="translated">Zehazten du urrutiko edozein eduki ebatz dezakeen, edo instantzia horrek hurrengo instantzietarako bakarrik ahalbidetzen duen.</target> 1875 <target state="translated">Zehazten du urrutiko edozein eduki ebatz dezakeen, edo instantzia horrek hurrengo instantzietarako bakarrik ahalbidetzen duen.</target>
1849 <context-group purpose="location"> 1876
1850 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1877 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1851 <context context-type="linenumber">31</context>
1852 </context-group>
1853 </trans-unit>
1854 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1878 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1855 <source>channel</source> 1879 <source>channel</source>
1856 <target state="translated">kanala</target> 1880 <target state="translated">kanala</target>
1857 <context-group purpose="location"> 1881
1858 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1882
1859 <context context-type="linenumber">40</context> 1883 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1860 </context-group>
1861 <context-group purpose="location">
1862 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1863 <context context-type="linenumber">43</context>
1864 </context-group>
1865 </trans-unit>
1866 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1884 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1867 <source>Any other text will return matching video or channel names.</source> 1885 <source>Any other text will return matching video or channel names.</source>
1868 <target state="translated">Beste edozein testuk bat datozen bideo edo kanal izenak itzuliko ditu.</target> 1886 <target state="translated">Beste edozein testuk bat datozen bideo edo kanal izenak itzuliko ditu.</target>
1869 <context-group purpose="location"> 1887
1870 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1888 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1871 <context context-type="linenumber">49</context>
1872 </context-group>
1873 </trans-unit>
1874 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1889 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1875 <source>Search...</source> 1890 <source>Search...</source>
1876 <target>Bilatu...</target> 1891 <target>Bilatu...</target>
@@ -1912,8 +1927,11 @@
1912 </context-group> 1927 </context-group>
1913 </trans-unit> 1928 </trans-unit>
1914 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1929 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1915 <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> 1930 <source>
1916 <target state="translated">Kanalera joan <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> 1931 Jump to channel
1932 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1933 </source>
1934 <target state="translated">Kanalera joan <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>
1917 <context-group purpose="location"> 1935 <context-group purpose="location">
1918 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1936 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1919 <context context-type="linenumber">18</context> 1937 <context context-type="linenumber">18</context>
@@ -2148,10 +2166,14 @@
2148 <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> 2166 <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>
2149 </trans-unit> 2167 </trans-unit>
2150 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2168 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2151 <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> 2169 <source>
2170 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2171 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2172 Press Enter to add a new tag.
2173 </source>
2152 <target state="new"> 2174 <target state="new">
2153 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2175 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2154 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2176 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2155 Press Enter to add a new tag. 2177 Press Enter to add a new tag.
2156 </target> 2178 </target>
2157 <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> 2179 <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>
@@ -2313,7 +2335,7 @@
2313 <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> 2335 <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>
2314 </trans-unit> 2336 </trans-unit>
2315 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2337 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2316 <source>Already uploaded ✔</source> 2338 <source>Already uploaded ✔</source>
2317 <target>Jadanik igota ✔</target> 2339 <target>Jadanik igota ✔</target>
2318 <context-group name="null"> 2340 <context-group name="null">
2319 <context context-type="linenumber">179</context> 2341 <context context-type="linenumber">179</context>
@@ -2432,7 +2454,11 @@
2432 <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> 2454 <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>
2433 </trans-unit> 2455 </trans-unit>
2434 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2456 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2435 <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> 2457 <source>
2458 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>"/>
2459 or URL that points to a raw MP4 file.
2460 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.
2461 </source>
2436 <target state="new"/> 2462 <target state="new"/>
2437 <context-group purpose="location"> 2463 <context-group purpose="location">
2438 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2464 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
@@ -2492,8 +2518,12 @@
2492 <context-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> 2518 <context-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>
2493 </trans-unit> 2519 </trans-unit>
2494 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2520 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2495 <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> 2521 <source>
2496 <target state="translated">Audio-fitxategiarekin bat egingo duen irudia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Aukeratutako irudia behin betikoa izango da, eta ezingo da aldatu. </target> 2522 Image that will be merged with your audio file.
2523 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2524 The chosen image will be definitive and cannot be modified.
2525 </source>
2526 <target state="translated">Audio-fitxategiarekin bat egingo duen irudia. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Aukeratutako irudia behin betikoa izango da, eta ezingo da aldatu. </target>
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> 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">33</context></context-group>
2498 </trans-unit> 2528 </trans-unit>
2499 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2529 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2553,7 +2583,10 @@
2553 <context-group 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> 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">13</context></context-group>
2554 </trans-unit> 2584 </trans-unit>
2555 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2585 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2556 <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> 2586 <source>
2587 You can import any torrent file that points to a mp4 file.
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.
2589 </source>
2557 <target state="translated">Mp4 fitxategi batera apuntatzen duen edozein torrent fitxategi inportatu dezakezu. Ziurtatu behar duzu edukia zabaltzeko eskubideak dituzula; bestela, lege-arazoak eragin diezazkizuke zuri eta zure instantziari.</target> 2590 <target state="translated">Mp4 fitxategi batera apuntatzen duen edozein torrent fitxategi inportatu dezakezu. Ziurtatu behar duzu edukia zabaltzeko eskubideak dituzula; bestela, lege-arazoak eragin diezazkizuke zuri eta zure instantziari.</target>
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> 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>
2559 </trans-unit> 2592 </trans-unit>
@@ -2568,11 +2601,15 @@
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> 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">56</context></context-group>
2569 </trans-unit> 2602 </trans-unit>
2570 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2603 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2571 <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> 2604 <source>
2605 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.
2606 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2607 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.
2608 </source>
2572 <target state="new"> 2609 <target state="new">
2573 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. 2610 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.
2574 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2611 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2575 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. 2612 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.
2576 </target> 2613 </target>
2577 <context-group purpose="location"> 2614 <context-group purpose="location">
2578 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2615 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2797,16 +2834,16 @@
2797 <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> 2834 <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>
2798 </trans-unit> 2835 </trans-unit>
2799 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2836 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2800 <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> 2837 <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>
2801 <target state="translated">Argitaratua <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 }}"/> erakustaldiak<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2838 <target state="translated">Argitaratua <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 }}"/> erakustaldiak<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2802 <context-group purpose="location"> 2839 <context-group purpose="location">
2803 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2840 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2804 <context context-type="linenumber">45</context> 2841 <context context-type="linenumber">45</context>
2805 </context-group> 2842 </context-group>
2806 </trans-unit> 2843 </trans-unit>
2807 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2844 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2808 <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> 2845 <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>
2809 <target state="translated">Argitaratua <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 }}"/> erakustaldiak<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2846 <target state="translated">Argitaratua <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 }}"/> erakustaldiak<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2810 <context-group purpose="location"> 2847 <context-group purpose="location">
2811 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2848 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2812 <context context-type="linenumber">56</context> 2849 <context context-type="linenumber">56</context>
@@ -3100,7 +3137,11 @@
3100 <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> 3137 <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>
3101 </trans-unit> 3138 </trans-unit>
3102 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3139 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3103 <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> 3140 <source>
3141 You can comment using an account on any ActivityPub-compatible instance.
3142 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3143 from within the software's interface.
3144 </source>
3104 <target state="translated">ActivityPub-ekin bateragarria den edozein instantziatan kontu bat erabiliz komentatu dezakezu. Plataforma gehienetan, bideoa bilaketa-barran URLa idatzita aurki dezakezu, eta gero softwarearen interfazetik komentatu.</target> 3145 <target state="translated">ActivityPub-ekin bateragarria den edozein instantziatan kontu bat erabiliz komentatu dezakezu. Plataforma gehienetan, bideoa bilaketa-barran URLa idatzita aurki dezakezu, eta gero softwarearen interfazetik komentatu.</target>
3105 <context-group purpose="location"> 3146 <context-group purpose="location">
3106 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3147 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3134,13 +3175,13 @@
3134 <context-group name="null"> 3175 <context-group name="null">
3135 <context context-type="linenumber">14</context> 3176 <context context-type="linenumber">14</context>
3136 </context-group> 3177 </context-group>
3137 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3178
3138 </trans-unit> 3179 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3139 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3180 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3140 <source>This comment has been deleted</source> 3181 <source>This comment has been deleted</source>
3141 <target state="translated">Iruzkina ezabatua izan da</target> 3182 <target state="translated">Iruzkina ezabatua izan da</target>
3142 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3183
3143 </trans-unit> 3184 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3144 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3185 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3145 <source>Follows &amp; redundancies</source> 3186 <source>Follows &amp; redundancies</source>
3146 <target state="new">Follows &amp; redundancies</target> 3187 <target state="new">Follows &amp; redundancies</target>
@@ -3277,8 +3318,8 @@
3277 <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> 3318 <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>
3278 </trans-unit> 3319 </trans-unit>
3279 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3320 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3280 <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> 3321 <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>
3281 <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> 3322 <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>
3282 <context-group name="null"> 3323 <context-group name="null">
3283 <context context-type="linenumber">11</context> 3324 <context context-type="linenumber">11</context>
3284 </context-group> 3325 </context-group>
@@ -3365,8 +3406,8 @@
3365 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></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">26</context></context-group>
3366 </trans-unit> 3407 </trans-unit>
3367 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3408 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3368 <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> 3409 <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>
3369 <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> 3410 <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>
3370 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3371 </trans-unit> 3412 </trans-unit>
3372 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3413 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3485,9 +3526,12 @@
3485 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3526 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3486 </trans-unit> 3527 </trans-unit>
3487 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3528 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3488 <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> 3529 <source>
3530 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/>"/>
3531 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3532 </source>
3489 <target state="new"> 3533 <target state="new">
3490 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;"/> 3534 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/>"/>
3491 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3535 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3492 </target> 3536 </target>
3493 <context-group purpose="location"> 3537 <context-group purpose="location">
@@ -3569,16 +3613,16 @@
3569 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3613 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3570 </trans-unit> 3614 </trans-unit>
3571 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3615 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3572 <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> 3616 <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>
3573 <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> 3617 <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>
3574 <context-group name="null"> 3618 <context-group name="null">
3575 <context context-type="linenumber">40</context> 3619 <context context-type="linenumber">40</context>
3576 </context-group> 3620 </context-group>
3577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">45</context></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">45</context></context-group>
3578 </trans-unit> 3622 </trans-unit>
3579 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3623 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3580 <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> 3624 <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>
3581 <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> 3625 <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>
3582 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3626 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3583 </trans-unit> 3627 </trans-unit>
3584 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3628 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
@@ -3626,8 +3670,8 @@
3626 <context-group name="null"> 3670 <context-group name="null">
3627 <context context-type="linenumber">95</context> 3671 <context context-type="linenumber">95</context>
3628 </context-group> 3672 </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">118</context></context-group> 3673
3630 </trans-unit> 3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3631 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3675 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3632 <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> 3676 <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>
3633 <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> 3677 <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>
@@ -3686,8 +3730,8 @@
3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3687 </trans-unit> 3731 </trans-unit>
3688 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3732 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3689 <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> 3733 <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>
3690 <target state="new">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> 3734 <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>
3691 <context-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> 3735 <context-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>
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group> 3736 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></context-group>
3693 </trans-unit> 3737 </trans-unit>
@@ -3743,8 +3787,8 @@
3743 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 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">26</context></context-group>
3744 </trans-unit> 3788 </trans-unit>
3745 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3789 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3746 <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> 3790 <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>
3747 <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> 3791 <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>
3748 <context-group name="null"> 3792 <context-group name="null">
3749 <context context-type="linenumber">11</context> 3793 <context context-type="linenumber">11</context>
3750 </context-group> 3794 </context-group>
@@ -3956,8 +4000,8 @@
3956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></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">74</context></context-group>
3957 </trans-unit> 4001 </trans-unit>
3958 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4002 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3959 <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> 4003 <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>
3960 <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> 4004 <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>
3961 <context-group name="null"> 4005 <context-group name="null">
3962 <context context-type="linenumber">11</context> 4006 <context context-type="linenumber">11</context>
3963 </context-group> 4007 </context-group>
@@ -3966,8 +4010,8 @@
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">43</context></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">43</context></context-group>
3967 </trans-unit> 4011 </trans-unit>
3968 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4012 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3969 <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> 4013 <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>
3970 <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> 4014 <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>
3971 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4015 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3972 </trans-unit> 4016 </trans-unit>
3973 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4017 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -3987,9 +4031,9 @@
3987 </context-group> 4031 </context-group>
3988 </trans-unit> 4032 </trans-unit>
3989 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4033 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3990 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4034 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3991 <target state="new"> 4035 <target state="new">
3992 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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;"/> 4036 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3993 </target> 4037 </target>
3994 <context-group purpose="location"> 4038 <context-group purpose="location">
3995 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4039 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4013,9 +4057,9 @@
4013 </context-group> 4057 </context-group>
4014 </trans-unit> 4058 </trans-unit>
4015 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4059 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4016 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4060 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4017 <target state="new"> 4061 <target state="new">
4018 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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;"/> 4062 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4019 </target> 4063 </target>
4020 <context-group purpose="location"> 4064 <context-group purpose="location">
4021 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4065 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4063,8 +4107,8 @@
4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4107 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4064 </trans-unit> 4108 </trans-unit>
4065 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 4109 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
4066 <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> 4110 <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>
4067 <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> 4111 <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>
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">27</context></context-group> 4112 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group>
4069 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 4113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
4070 <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> 4114 <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>
@@ -4185,6 +4229,12 @@
4185 <source>Homepage</source> 4229 <source>Homepage</source>
4186 <target state="translated">Hasiera</target> 4230 <target state="translated">Hasiera</target>
4187 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4231 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4232 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4233 <source>Close this message</source><target state="new">Close this message</target>
4234 <context-group purpose="location">
4235 <context context-type="sourcefile">src/app/app.component.html</context>
4236 <context context-type="linenumber">34</context>
4237 </context-group>
4188 </trans-unit> 4238 </trans-unit>
4189 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4239 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4190 <source>Go to the plugin homepage</source> 4240 <source>Go to the plugin homepage</source>
@@ -4325,8 +4375,8 @@
4325 </context-group> 4375 </context-group>
4326 </trans-unit> 4376 </trans-unit>
4327 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4377 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4328 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4378 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4329 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4379 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4330 <context-group purpose="location"> 4380 <context-group purpose="location">
4331 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4381 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4332 <context context-type="linenumber">32</context> 4382 <context context-type="linenumber">32</context>
@@ -4368,8 +4418,8 @@
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">65</context></context-group> 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">65</context></context-group>
4369 </trans-unit> 4419 </trans-unit>
4370 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4420 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4371 <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> 4421 <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>
4372 <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> 4422 <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>
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">47</context></context-group> 4423 <context-group purpose="location"><context context-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>
4374 </trans-unit> 4424 </trans-unit>
4375 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4425 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4408,9 +4458,9 @@
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">75</context></context-group> 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">75</context></context-group>
4409 </trans-unit> 4459 </trans-unit>
4410 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4460 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4411 <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> 4461 <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>
4412 <target state="new"> 4462 <target state="new">
4413 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. 4463 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.
4414 </target> 4464 </target>
4415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 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">76</context></context-group>
4416 </trans-unit> 4466 </trans-unit>
@@ -4420,9 +4470,12 @@
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">86</context></context-group> 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">86</context></context-group>
4421 </trans-unit> 4471 </trans-unit>
4422 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4472 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4423 <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> 4473 <source>
4474 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/>"/>
4475 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4476 </source>
4424 <target state="new"> 4477 <target state="new">
4425 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;"/> 4478 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/>"/>
4426 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4479 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4427 </target> 4480 </target>
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">90</context></context-group> 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">90</context></context-group>
@@ -4436,9 +4489,9 @@
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">99</context></context-group> 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">99</context></context-group>
4437 </trans-unit> 4490 </trans-unit>
4438 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4491 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4439 <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> 4492 <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>
4440 <target state="new"> 4493 <target state="new">
4441 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. 4494 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.
4442 </target> 4495 </target>
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">103</context></context-group> 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">103</context></context-group>
4444 </trans-unit> 4497 </trans-unit>
@@ -4575,9 +4628,9 @@
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">240</context></context-group> 4628 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4576 </trans-unit> 4629 </trans-unit>
4577 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4630 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4578 <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> 4631 <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>
4579 <target state="new"> 4632 <target state="new">
4580 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;"/>. 4633 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>"/>.
4581 </target> 4634 </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">241</context></context-group> 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">241</context></context-group>
4583 </trans-unit> 4636 </trans-unit>
@@ -4618,41 +4671,81 @@
4618 <context context-type="linenumber">223</context> 4671 <context context-type="linenumber">223</context>
4619 </context-group> 4672 </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">270</context></context-group> 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">270</context></context-group>
4674 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4675 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4676 <context-group purpose="location">
4677 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4678 <context context-type="linenumber">281</context>
4679 </context-group>
4680 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4681 <source>
4682 Display a message on your instance
4683 </source><target state="new">
4684 Display a message on your instance
4685 </target>
4686 <context-group purpose="location">
4687 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4688 <context context-type="linenumber">282</context>
4689 </context-group>
4690 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4691 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4692 <context-group purpose="location">
4693 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4694 <context context-type="linenumber">294</context>
4695 </context-group>
4696 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4697 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4698 <context-group purpose="location">
4699 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4700 <context context-type="linenumber">301</context>
4701 </context-group>
4702 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4703 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4704 <context-group purpose="location">
4705 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4706 <context context-type="linenumber">306</context>
4707 </context-group>
4708 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4709 <source>Message</source><target state="new">Message</target>
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">318</context>
4713 </context-group>
4621 </trans-unit> 4714 </trans-unit>
4622 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4715 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4623 <source>NEW USERS</source> 4716 <source>NEW USERS</source>
4624 <target state="translated">ERABILTZAILE BERRIAK</target> 4717 <target state="translated">ERABILTZAILE BERRIAK</target>
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">281</context></context-group> 4718
4626 </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">333</context></context-group></trans-unit>
4627 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4720 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4628 <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> 4721 <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>
4629 <target state="translated">Kudeatu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>erabiltzaileak<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> kuota banaka ezartzeko. </target> 4722 <target state="translated">Kudeatu <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>erabiltzaileak<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> kuota banaka ezartzeko. </target>
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">282</context></context-group> 4723
4631 </trans-unit> 4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">334</context></context-group></trans-unit>
4632 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4725 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4633 <source>Signup enabled</source> 4726 <source>Signup enabled</source>
4634 <target>Izena ematea gaituta</target> 4727 <target>Izena ematea gaituta</target>
4635 <context-group name="null"> 4728 <context-group name="null">
4636 <context context-type="linenumber">235</context> 4729 <context context-type="linenumber">235</context>
4637 </context-group> 4730 </context-group>
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">293</context></context-group> 4731
4639 </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">345</context></context-group></trans-unit>
4640 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4733 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4641 <source>Signup requires email verification</source> 4734 <source>Signup requires email verification</source>
4642 <target>Izena emateko e-mail helbidea baieztatu behar da</target> 4735 <target>Izena emateko e-mail helbidea baieztatu behar da</target>
4643 <context-group name="null"> 4736 <context-group name="null">
4644 <context context-type="linenumber">242</context> 4737 <context context-type="linenumber">242</context>
4645 </context-group> 4738 </context-group>
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">301</context></context-group> 4739
4647 </trans-unit> 4740 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">353</context></context-group></trans-unit>
4648 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4741 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4649 <source>Signup limit</source> 4742 <source>Signup limit</source>
4650 <target>Izena emateko muga</target> 4743 <target>Izena emateko muga</target>
4651 <context-group name="null"> 4744 <context-group name="null">
4652 <context context-type="linenumber">247</context> 4745 <context context-type="linenumber">247</context>
4653 </context-group> 4746 </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">305</context></context-group> 4747
4655 </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">357</context></context-group></trans-unit>
4656 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4749 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4657 <source>Users</source> 4750 <source>Users</source>
4658 <target>Erabiltzaileak</target> 4751 <target>Erabiltzaileak</target>
@@ -4757,100 +4850,94 @@
4757 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4850 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4758 <source>Default video quota per user</source> 4851 <source>Default video quota per user</source>
4759 <target state="translated">Erabiltzaileen bideo kuota lehenetsia</target> 4852 <target state="translated">Erabiltzaileen bideo kuota lehenetsia</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">320</context></context-group> 4853
4761 </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">372</context></context-group></trans-unit>
4762 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4855 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4763 <source>Default daily upload limit per user</source> 4856 <source>Default daily upload limit per user</source>
4764 <target state="translated">Erabiltzaileen eguneko igoera muga lehenetsia</target> 4857 <target state="translated">Erabiltzaileen eguneko igoera muga lehenetsia</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">332</context></context-group> 4858
4766 </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">384</context></context-group></trans-unit>
4767 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4860 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4768 <source>NEW VIDEOS</source> 4861 <source>NEW VIDEOS</source>
4769 <target state="translated">BIDEO BERRIAK</target> 4862 <target state="translated">BIDEO BERRIAK</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">349</context></context-group> 4863
4771 </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">401</context></context-group></trans-unit>
4772 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4865 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4773 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4866 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4774 <target state="translated">HTTP URL bidez inportatzea baimendu (adib, YouTube)</target> 4867 <target state="translated">HTTP URL bidez inportatzea baimendu (adib, YouTube)</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">360</context></context-group> 4868
4776 </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">412</context></context-group></trans-unit>
4777 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4870 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4778 <source>Allow import with a torrent file or a magnet URI</source> 4871 <source>Allow import with a torrent file or a magnet URI</source>
4779 <target state="translated">Torrent fitxategi edo magnet URI bidez inportatzea baimendu</target> 4872 <target state="translated">Torrent fitxategi edo magnet URI bidez inportatzea baimendu</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">367</context></context-group> 4873
4781 </trans-unit> 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">419</context></context-group></trans-unit>
4782 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4875 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4783 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4876 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4784 <target state="translated">Erabiltzaile bat konfiantzazko gisa markatu ezean, haren bideoak ez dira argitaratuko moderatzaile batek berrikusi arte.</target> 4877 <target state="translated">Erabiltzaile bat konfiantzazko gisa markatu ezean, haren bideoak ez dira argitaratuko moderatzaile batek berrikusi arte.</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">384</context></context-group> 4878
4786 </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">436</context></context-group></trans-unit>
4787 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4880 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4788 <source>Blacklist new videos automatically</source> 4881 <source>Blacklist new videos automatically</source>
4789 <target state="translated">Bideoak automatikoki zerrenda beltzean sartu</target> 4882 <target state="translated">Bideoak automatikoki zerrenda beltzean sartu</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">381</context></context-group> 4883
4791 </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">433</context></context-group></trans-unit>
4792 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4885 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4793 <source>FEDERATION</source> 4886 <source>FEDERATION</source>
4794 <target state="new">FEDERATION</target> 4887 <target state="new">FEDERATION</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">398</context></context-group> 4888
4796 </trans-unit> 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">450</context></context-group></trans-unit>
4797 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4890 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4798 <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> 4891 <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>
4799 <target state="new"> 4892 <target state="new">
4800 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. 4893 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.
4801 </target> 4894 </target>
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">399</context></context-group> 4895
4803 </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">451</context></context-group></trans-unit>
4804 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4897 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4805 <source>Other instances can follow yours</source> 4898 <source>Other instances can follow yours</source>
4806 <target state="translated">Beste instantziek zurea jarraitu dezakete</target> 4899 <target state="translated">Beste instantziek zurea jarraitu dezakete</target>
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">412</context></context-group> 4900
4808 </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">464</context></context-group></trans-unit>
4809 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4902 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4810 <source>Manually approve new instance followers</source> 4903 <source>Manually approve new instance followers</source>
4811 <target state="translated">Instantziaren jarraitzaile berriak eskuz onartu</target> 4904 <target state="translated">Instantziaren jarraitzaile berriak eskuz onartu</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">419</context></context-group> 4905
4813 </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">471</context></context-group></trans-unit>
4814 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4907 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4815 <source>Automatically follow back instances</source> 4908 <source>Automatically follow back instances</source>
4816 <target state="new">Automatically follow back instances</target> 4909 <target state="new">Automatically follow back instances</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">432</context></context-group> 4910
4818 </trans-unit> 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">484</context></context-group></trans-unit>
4819 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4912 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4820 <source>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;"/>. </source> 4913 <source>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>"/>. </source>
4821 <target state="new"> 4914 <target state="new">
4822 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;"/>. 4915 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>"/>.
4823 </target> 4916 </target>
4824 <context-group purpose="location"> 4917
4825 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4826 <context context-type="linenumber">450</context>
4827 </context-group>
4828 </trans-unit>
4829 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4919 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4830 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4920 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4831 <target state="translated">⚠️ Funtzionalitate honek arreta handia eta moderazio lan gehigarria eskatzen ditu.</target> 4921 <target state="translated">⚠️ Funtzionalitate honek arreta handia eta moderazio lan gehigarria eskatzen ditu.</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">296</context></context-group> 4922
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">435</context></context-group> 4923
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">448</context></context-group> 4924
4835 </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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4836 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4926 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4837 <source>Index URL</source> 4927 <source>Index URL</source>
4838 <target state="new">Index URL</target> 4928 <target state="new">Index URL</target>
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">457</context></context-group> 4929
4840 </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">509</context></context-group></trans-unit>
4841 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4931 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4842 <source>Automatically follow instances of a public index</source> 4932 <source>Automatically follow instances of a public index</source>
4843 <target state="translated">Indize publiko bateko instantziak automatikoki jarraitu</target> 4933 <target state="translated">Indize publiko bateko instantziak automatikoki jarraitu</target>
4844 <context-group purpose="location"> 4934
4845 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4846 <context context-type="linenumber">445</context>
4847 </context-group>
4848 </trans-unit>
4849 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4936 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4850 <source>ADMINISTRATORS</source> 4937 <source>ADMINISTRATORS</source>
4851 <target state="translated">ADMINISTRATZAILEAK</target> 4938 <target state="translated">ADMINISTRATZAILEAK</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">477</context></context-group> 4939
4853 </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">529</context></context-group></trans-unit>
4854 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4941 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4855 <source>Administrator</source> 4942 <source>Administrator</source>
4856 <target>Administratzailea</target> 4943 <target>Administratzailea</target>
@@ -4865,13 +4952,13 @@
4865 <context-group name="null"> 4952 <context-group name="null">
4866 <context context-type="linenumber">387</context> 4953 <context context-type="linenumber">387</context>
4867 </context-group> 4954 </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">483</context></context-group> 4955
4869 </trans-unit> 4956 <context-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>
4870 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4957 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4871 <source>Enable contact form</source> 4958 <source>Enable contact form</source>
4872 <target state="translated">Kontaktu formularioak gaitu</target> 4959 <target state="translated">Kontaktu formularioak gaitu</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">494</context></context-group> 4960
4874 </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">546</context></context-group></trans-unit>
4875 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4962 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4876 <source>Basic configuration</source> 4963 <source>Basic configuration</source>
4877 <target>Oinarrizko konfigurazioa</target> 4964 <target>Oinarrizko konfigurazioa</target>
@@ -4883,228 +4970,267 @@
4883 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4970 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4884 <source>TWITTER</source> 4971 <source>TWITTER</source>
4885 <target state="new">TWITTER</target> 4972 <target state="new">TWITTER</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">511</context></context-group> 4973
4887 </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">563</context></context-group></trans-unit>
4888 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4975 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4889 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4976 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4890 <target state="translated">Aukerakoa. Baldin badago, eman instantzia irudikatzen duen Twitterreko kontua, esteken aurrebistak hobetzeko.</target> 4977 <target state="translated">Aukerakoa. Baldin badago, eman instantzia irudikatzen duen Twitterreko kontua, esteken aurrebistak hobetzeko.</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">512</context></context-group> 4978
4892 </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">564</context></context-group></trans-unit>
4893 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4980 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4894 <source>Your Twitter username</source> 4981 <source>Your Twitter username</source>
4895 <target>Zure Twitter erabiltzaile-izena</target> 4982 <target>Zure Twitter erabiltzaile-izena</target>
4896 <context-group name="null"> 4983 <context-group name="null">
4897 <context context-type="linenumber">413</context> 4984 <context context-type="linenumber">413</context>
4898 </context-group> 4985 </context-group>
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">523</context></context-group> 4986
4900 </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">575</context></context-group></trans-unit>
4901 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4988 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4902 <source>Instance whitelisted by Twitter</source> 4989 <source>Instance whitelisted by Twitter</source>
4903 <target>Twitter-ek onartutako instantzia</target> 4990 <target>Twitter-ek onartutako instantzia</target>
4904 <context-group name="null"> 4991 <context-group name="null">
4905 <context context-type="linenumber">431</context> 4992 <context context-type="linenumber">431</context>
4906 </context-group> 4993 </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">535</context></context-group> 4994
4908 </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">587</context></context-group></trans-unit>
4909 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4996 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4910 <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> 4997 <source>
4998 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/>"/>
4999 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/>"/>
5000 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5001 <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>"/>
5002 to see if you instance is whitelisted.
5003 </source>
4911 <target state="new"> 5004 <target state="new">
4912 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;"/> 5005 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/>"/>
4913 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;"/> 5006 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/>"/>
4914 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5007 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4915 <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;"/> 5008 <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>"/>
4916 to see if you instance is whitelisted. 5009 to see if you instance is whitelisted.
4917 </target> 5010 </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">539</context></context-group> 5011
4919 </trans-unit> 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">591</context></context-group></trans-unit>
4920 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5013 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4921 <source>Services</source> 5014 <source>Services</source>
4922 <target>Zerbitzuak</target> 5015 <target>Zerbitzuak</target>
4923 <context-group name="null"> 5016 <context-group name="null">
4924 <context context-type="linenumber">405</context> 5017 <context context-type="linenumber">405</context>
4925 </context-group> 5018 </context-group>
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">505</context></context-group> 5019
4927 </trans-unit> 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">557</context></context-group></trans-unit>
4928 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5021 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4929 <source>TRANSCODING</source> 5022 <source>TRANSCODING</source>
4930 <target state="translated">TRANSKODIFIKATZEN</target> 5023 <target state="translated">TRANSKODIFIKATZEN</target>
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">565</context></context-group> 5024
4932 </trans-unit> 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">617</context></context-group></trans-unit>
4933 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5026 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4934 <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> 5027 <source>
5028 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5029 resources, this is a critical part of PeerTube, so tread carefully.
5030 </source>
4935 <target state="translated">Prozesatu igotako bideoak, edozein gailuk erreproduzitu dezakeen modu streamable batean egon daitezen. Baliabideetan garestia bada ere, PeerTubeko alderdi kritikoa da, beraz, kontuz ibili.</target> 5031 <target state="translated">Prozesatu igotako bideoak, edozein gailuk erreproduzitu dezakeen modu streamable batean egon daitezen. Baliabideetan garestia bada ere, PeerTubeko alderdi kritikoa da, beraz, kontuz ibili.</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">566</context></context-group> 5032
4937 </trans-unit> 5033 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
4938 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5034 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4939 <source>Transcoding enabled</source> 5035 <source>Transcoding enabled</source>
4940 <target>Transkodeketa gaituta</target> 5036 <target>Transkodeketa gaituta</target>
4941 <context-group name="null"> 5037 <context-group name="null">
4942 <context context-type="linenumber">461</context> 5038 <context context-type="linenumber">461</context>
4943 </context-group> 5039 </context-group>
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">579</context></context-group> 5040
4945 </trans-unit> 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">631</context></context-group></trans-unit>
4946 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5042 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4947 <source>If you disable transcoding, many videos from your users will not work!</source> 5043 <source>If you disable transcoding, many videos from your users will not work!</source>
4948 <target>Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!</target> 5044 <target>Transkodeketa desgaitzen baduzu, erabiltzaileen bideo askok ez dute funtzionatuko!</target>
4949 <context-group name="null"> 5045 <context-group name="null">
4950 <context context-type="linenumber">465</context> 5046 <context context-type="linenumber">465</context>
4951 </context-group> 5047 </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">583</context></context-group> 5048
4953 </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">635</context></context-group></trans-unit>
4954 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5050 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4955 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5051 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4956 <target state="translated">Gaitu erabiltzaileak .mkv, .mov, .avi eta .flv bideoak igotzeko.</target> 5052 <target state="translated">Gaitu erabiltzaileak .mkv, .mov, .avi eta .flv bideoak igotzeko.</target>
4957 <context-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> 5053
4958 </trans-unit> 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">646</context></context-group></trans-unit>
4959 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 5055 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4960 <source>Allow additional extensions</source> 5056 <source>Allow additional extensions</source>
4961 <target state="translated">Gaitu hedapen gehigarriak</target> 5057 <target state="translated">Gaitu hedapen gehigarriak</target>
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">591</context></context-group> 5058
4963 </trans-unit> 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">643</context></context-group></trans-unit>
4964 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5060 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4965 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5061 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4966 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5062 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
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">605</context></context-group> 5063
4968 </trans-unit> 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">657</context></context-group></trans-unit>
4969 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5065 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4970 <source>Allow audio files upload</source> 5066 <source>Allow audio files upload</source>
4971 <target state="translated">Gaitu audio fitxategien igoera</target> 5067 <target state="translated">Gaitu audio fitxategien igoera</target>
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">602</context></context-group> 5068
4973 </trans-unit> 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">654</context></context-group></trans-unit>
4974 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5070 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4975 <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> 5071 <source>
5072 <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>"/>
5073
5074 <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>"/>
5075
5076 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5077
5078 <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>"/>
5079 </source>
4976 <target state="new"> 5080 <target state="new">
4977 <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;"/> 5081 <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>"/>
4978 5082
4979 <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;"/> 5083 <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>"/>
4980 5084
4981 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5085 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4982 5086
4983 <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;"/> 5087 <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>"/>
4984 </target> 5088 </target>
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">617</context></context-group> 5089
4986 </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">669</context></context-group></trans-unit>
4987 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5091 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4988 <source>WebTorrent support enabled</source> 5092 <source>WebTorrent support enabled</source>
4989 <target state="translated">WebTorrent gaituta</target> 5093 <target state="translated">WebTorrent gaituta</target>
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">614</context></context-group> 5094
4991 </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">666</context></context-group></trans-unit>
4992 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5096 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4993 <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> 5097 <source>
5098 <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>"/>
5099
5100 <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>"/>
5101 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5102 <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>"/>
5103 <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>"/>
5104 <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>"/>
5105 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5106
5107 <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>"/>
5108 </source>
4994 <target state="new"> 5109 <target state="new">
4995 <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;"/> 5110 <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>"/>
4996 5111
4997 <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;"/> 5112 <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>"/>
4998 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5113 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4999 <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;"/> 5114 <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>"/>
5000 <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;"/> 5115 <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>"/>
5001 <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;"/> 5116 <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>"/>
5002 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5117 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5003 5118
5004 <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;"/> 5119 <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>"/>
5005 </target> 5120 </target>
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">638</context></context-group> 5121
5007 </trans-unit> 5122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5008 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5123 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5009 <source>HLS support enabled</source> 5124 <source>HLS support enabled</source>
5010 <target state="translated">HLS gaituta</target> 5125 <target state="translated">HLS gaituta</target>
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">635</context></context-group> 5126
5012 </trans-unit> 5127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5013 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5128 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5014 <source>Transcoding threads</source> 5129 <source>Transcoding threads</source>
5015 <target>Transkodetze hariak</target> 5130 <target>Transkodetze hariak</target>
5016 <context-group name="null"> 5131 <context-group name="null">
5017 <context context-type="linenumber">517</context> 5132 <context context-type="linenumber">517</context>
5018 </context-group> 5133 </context-group>
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">660</context></context-group> 5134
5020 </trans-unit> 5135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5021 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5136 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5022 <source>Resolutions to generate</source> 5137 <source>Resolutions to generate</source>
5023 <target state="new">Resolutions to generate</target> 5138 <target state="new">Resolutions to generate</target>
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">673</context></context-group> 5139
5025 </trans-unit> 5140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5026 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5141 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5027 <source>CACHE</source> 5142 <source>CACHE</source>
5028 <target state="new">CACHE</target> 5143 <target state="new">CACHE</target>
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">699</context></context-group> 5144
5030 </trans-unit> 5145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5031 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5146 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5032 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5147 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5033 <target state="new"> 5148 <target state="new">
5034 Some files are not federated, and fetched when necessary. Define their caching policies. 5149 Some files are not federated, and fetched when necessary. Define their caching policies.
5035 </target> 5150 </target>
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">700</context></context-group> 5151
5037 </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">752</context></context-group></trans-unit>
5038 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5153 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5039 <source>Number of previews to keep in cache</source> 5154 <source>Number of previews to keep in cache</source>
5040 <target state="translated">Cache memorian mantentzeko aurreikuspenen kopurua</target> 5155 <target state="translated">Cache memorian mantentzeko aurreikuspenen kopurua</target>
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">709</context></context-group> 5156
5042 </trans-unit> 5157 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5043 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5158 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5044 <source>Number of video captions to keep in cache</source> 5159 <source>Number of video captions to keep in cache</source>
5045 <target state="new">Number of video captions to keep in cache</target> 5160 <target state="new">Number of video captions to keep in cache</target>
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">718</context></context-group> 5161
5047 </trans-unit> 5162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5048 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5163 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5049 <source>CUSTOMIZATIONS</source> 5164 <source>CUSTOMIZATIONS</source>
5050 <target state="translated">PERTSONALIZAZIOAK</target> 5165 <target state="translated">PERTSONALIZAZIOAK</target>
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">733</context></context-group> 5166
5052 </trans-unit> 5167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5053 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5168 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5054 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5169 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5055 <target state="translated">Aldaketa txiki batzuk PeerTubeko zure instantzian, plugin edo gai bat sortzea gehiegizkoa denean.</target> 5170 <target state="translated">Aldaketa txiki batzuk PeerTubeko zure instantzian, plugin edo gai bat sortzea gehiegizkoa denean.</target>
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">734</context></context-group> 5171
5057 </trans-unit> 5172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5058 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5173 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5059 <source>JavaScript</source> 5174 <source>JavaScript</source>
5060 <target>JavaScript</target> 5175 <target>JavaScript</target>
5061 <context-group name="null"> 5176 <context-group name="null">
5062 <context context-type="linenumber">575</context> 5177 <context context-type="linenumber">575</context>
5063 </context-group> 5178 </context-group>
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">744</context></context-group> 5179
5065 </trans-unit> 5180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5066 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5181 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5067 <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> 5182 <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>
5068 <target state="translated">Idatzi zuzenean JavaScript kodea.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Adib: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>console.log('Nire instantzia zoragarria da');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> </target> 5183 <target state="translated">Idatzi zuzenean JavaScript kodea.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Adib: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('Nire instantzia zoragarria da');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </target>
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">747</context></context-group> 5184
5070 </trans-unit> 5185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5071 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5186 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5072 <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> 5187 <source>
5188 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/>"/>
5189 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5190 color: red;
5191 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5192 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5193 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/>"/>
5194 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5195 color: red;
5196 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5197 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5198 </source>
5073 <target state="new"> 5199 <target state="new">
5074 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;"/> 5200 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/>"/>
5075 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5201 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5076 color: red; 5202 color: red;
5077 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5203 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5078 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5204 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5079 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;"/> 5205 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/>"/>
5080 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5206 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5081 color: red; 5207 color: red;
5082 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5208 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5083 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5209 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5084 </target> 5210 </target>
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">766</context></context-group> 5211
5086 </trans-unit> 5212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5087 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5213 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5088 <source>Advanced configuration</source> 5214 <source>Advanced configuration</source>
5089 <target>Konfigurazio aurreratua</target> 5215 <target>Konfigurazio aurreratua</target>
5090 <context-group name="null"> 5216 <context-group name="null">
5091 <context context-type="linenumber">452</context> 5217 <context context-type="linenumber">452</context>
5092 </context-group> 5218 </context-group>
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">559</context></context-group> 5219
5094 </trans-unit> 5220 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5095 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5221 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5096 <source>Update configuration</source> 5222 <source>Update configuration</source>
5097 <target>Eguneratu konfigurazioa</target> 5223 <target>Eguneratu konfigurazioa</target>
5098 <context-group name="null"> 5224 <context-group name="null">
5099 <context context-type="linenumber">628</context> 5225 <context context-type="linenumber">628</context>
5100 </context-group> 5226 </context-group>
5101 <context-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> 5227
5102 </trans-unit> 5228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5103 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5229 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5104 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5230 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5105 <target state="translated">Konfigurazioa baliogabea dela dirudi. Bilatu, mesedez, balizko erroreak fitxa desberdinetan.</target> 5231 <target state="translated">Konfigurazioa baliogabea dela dirudi. Bilatu, mesedez, balizko erroreak fitxa desberdinetan.</target>
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">805</context></context-group> 5232
5107 </trans-unit> 5233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5108 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5234 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5109 <source>PROFILE</source> 5235 <source>PROFILE</source>
5110 <target state="new">PROFILE</target> 5236 <target state="new">PROFILE</target>
@@ -5271,8 +5397,8 @@
5271 <context-group purpose="location"><context context-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> 5397 <context-group purpose="location"><context context-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>
5272 </trans-unit> 5398 </trans-unit>
5273 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5399 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5274 <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> 5400 <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>
5275 <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> 5401 <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>
5276 <context-group purpose="location"> 5402 <context-group purpose="location">
5277 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5403 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5278 <context context-type="linenumber">6</context> 5404 <context context-type="linenumber">6</context>
@@ -5301,16 +5427,16 @@
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">26</context></context-group> 5427 <context-group purpose="location"><context context-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>
5302 </trans-unit> 5428 </trans-unit>
5303 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5429 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5304 <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> 5430 <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>
5305 <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> 5431 <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>
5306 <context-group purpose="location"> 5432 <context-group purpose="location">
5307 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5433 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5308 <context context-type="linenumber">4</context> 5434 <context context-type="linenumber">4</context>
5309 </context-group> 5435 </context-group>
5310 </trans-unit> 5436 </trans-unit>
5311 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5437 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5312 <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> 5438 <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>
5313 <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> 5439 <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>
5314 <context-group purpose="location"> 5440 <context-group purpose="location">
5315 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5441 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5316 <context context-type="linenumber">8</context> 5442 <context context-type="linenumber">8</context>
@@ -5331,23 +5457,23 @@
5331 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5457 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5332 <context context-type="linenumber">17</context> 5458 <context context-type="linenumber">17</context>
5333 </context-group> 5459 </context-group>
5334 </trans-unit> 5460 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5335 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5461 <source>Your current password</source><target state="new">Your current password</target>
5336 <source>Your password</source>
5337 <target state="new">Your password</target>
5338 <context-group purpose="location"> 5462 <context-group purpose="location">
5339 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5463 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5340 <context context-type="linenumber">27</context> 5464 <context context-type="linenumber">26</context>
5341 </context-group> 5465 </context-group>
5342 </trans-unit> 5466 </trans-unit>
5467 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5468 <source>Your password</source>
5469 <target state="new">Your password</target>
5470
5471 <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">28</context></context-group></trans-unit>
5343 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5472 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5344 <source>Change email</source> 5473 <source>Change email</source>
5345 <target state="new">Change email</target> 5474 <target state="new">Change email</target>
5346 <context-group purpose="location"> 5475
5347 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5476 <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">36</context></context-group></trans-unit>
5348 <context context-type="linenumber">35</context>
5349 </context-group>
5350 </trans-unit>
5351 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5477 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5352 <source>Theme</source> 5478 <source>Theme</source>
5353 <target state="new">Theme</target> 5479 <target state="new">Theme</target>
@@ -5382,8 +5508,8 @@
5382 <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> 5508 <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>
5383 </trans-unit> 5509 </trans-unit>
5384 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5510 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5385 <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> 5511 <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>
5386 <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> 5512 <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>
5387 <context-group purpose="location"> 5513 <context-group purpose="location">
5388 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5514 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5389 <context context-type="linenumber">2</context> 5515 <context context-type="linenumber">2</context>
@@ -5419,9 +5545,12 @@
5419 <context-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> 5545 <context-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>
5420 </trans-unit> 5546 </trans-unit>
5421 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5547 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5422 <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> 5548 <source>
5549 Created
5550 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5551 </source>
5423 <target> 5552 <target>
5424 <x id="START_TAG_P-SORTICON" ctype="x-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 5553 <x id="START_TAG_P-SORTICON" 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
5425 </target> 5554 </target>
5426 <context-group name="null"> 5555 <context-group name="null">
5427 <context context-type="linenumber">15</context> 5556 <context context-type="linenumber">15</context>
@@ -5493,8 +5622,9 @@
5493 <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> 5622 <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>
5494 </trans-unit> 5623 </trans-unit>
5495 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5624 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5496 <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> 5625 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5497 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5626 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5627 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5498 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5628 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5499 <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> 5629 <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>
5500 <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> 5630 <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>
@@ -5589,7 +5719,10 @@
5589 </context-group> 5719 </context-group>
5590 </trans-unit> 5720 </trans-unit>
5591 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5721 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5592 <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> 5722 <source>
5723 <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>"/>
5724 Delete history
5725 </source>
5593 <target state="new"/> 5726 <target state="new"/>
5594 <context-group purpose="location"> 5727 <context-group purpose="location">
5595 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context> 5728 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
@@ -5605,7 +5738,10 @@
5605 </context-group> 5738 </context-group>
5606 </trans-unit> 5739 </trans-unit>
5607 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5740 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5608 <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> 5741 <source>
5742 <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>"/>
5743 Notification preferences
5744 </source>
5609 <target state="new"/> 5745 <target state="new"/>
5610 <context-group purpose="location"> 5746 <context-group purpose="location">
5611 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context> 5747 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
@@ -5681,8 +5817,8 @@
5681 <context-group purpose="location"><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> 5817 <context-group purpose="location"><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>
5682 </trans-unit> 5818 </trans-unit>
5683 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5819 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5684 <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> 5820 <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>
5685 <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> 5821 <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>
5686 <context-group purpose="location"> 5822 <context-group purpose="location">
5687 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5823 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5688 <context context-type="linenumber">2</context> 5824 <context context-type="linenumber">2</context>
@@ -5710,8 +5846,8 @@
5710 </context-group> 5846 </context-group>
5711 </trans-unit> 5847 </trans-unit>
5712 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5848 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5713 <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> 5849 <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>
5714 <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> 5850 <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>
5715 <context-group purpose="location"> 5851 <context-group purpose="location">
5716 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5852 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5717 <context context-type="linenumber">13</context> 5853 <context context-type="linenumber">13</context>
@@ -6163,22 +6299,26 @@
6163 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6299 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6164 <context context-type="linenumber">2</context> 6300 <context context-type="linenumber">2</context>
6165 </context-group> 6301 </context-group>
6166 </trans-unit> 6302 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6167 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6303 <source>
6168 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6304 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6169 <target state="new"> 6305 </source><target state="new">
6170 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6306 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6171 </target> 6307 </target>
6172 <context-group purpose="location"> 6308 <context-group purpose="location">
6173 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6309 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6174 <context context-type="linenumber">9</context> 6310 <context context-type="linenumber">9</context>
6175 </context-group> 6311 </context-group>
6176 </trans-unit> 6312 </trans-unit>
6313
6177 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6314 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6178 <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> 6315 <source>
6316 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6317 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6318 </source>
6179 <target state="new"> 6319 <target state="new">
6180 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6320 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6181 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6321 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6182 </target> 6322 </target>
6183 <context-group purpose="location"> 6323 <context-group purpose="location">
6184 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6324 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6186,9 +6326,9 @@
6186 </context-group> 6326 </context-group>
6187 </trans-unit> 6327 </trans-unit>
6188 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6328 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6189 <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> 6329 <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>
6190 <target state="new"> 6330 <target state="new">
6191 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;"/>. 6331 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>"/>.
6192 </target> 6332 </target>
6193 <context-group purpose="location"> 6333 <context-group purpose="location">
6194 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6334 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6196,7 +6336,8 @@
6196 </context-group> 6336 </context-group>
6197 </trans-unit> 6337 </trans-unit>
6198 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6338 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6199 <source>Use PeerTube documentation</source> 6339 <source>Use PeerTube
6340 documentation</source>
6200 <target state="new">Use PeerTube 6341 <target state="new">Use PeerTube
6201 documentation</target> 6342 documentation</target>
6202 <context-group purpose="location"> 6343 <context-group purpose="location">
@@ -6215,7 +6356,8 @@
6215 </context-group> 6356 </context-group>
6216 </trans-unit> 6357 </trans-unit>
6217 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6358 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6218 <source>PeerTube Applications</source> 6359 <source>PeerTube
6360 Applications</source>
6219 <target state="new">PeerTube 6361 <target state="new">PeerTube
6220 Applications</target> 6362 Applications</target>
6221 <context-group purpose="location"> 6363 <context-group purpose="location">
@@ -6234,7 +6376,8 @@
6234 </context-group> 6376 </context-group>
6235 </trans-unit> 6377 </trans-unit>
6236 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6378 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6237 <source>Contribute on PeerTube</source> 6379 <source>Contribute on
6380 PeerTube</source>
6238 <target state="new">Contribute on 6381 <target state="new">Contribute on
6239 PeerTube</target> 6382 PeerTube</target>
6240 <context-group purpose="location"> 6383 <context-group purpose="location">
@@ -6261,7 +6404,11 @@
6261 <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> 6404 <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>
6262 </trans-unit> 6405 </trans-unit>
6263 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6406 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6264 <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> 6407 <source>
6408 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6409 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6410 follows applies only if you want to keep using the P2P mode of PeerTube.
6411 </source>
6265 <target state="new"> 6412 <target state="new">
6266 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6413 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6267 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6414 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6278,7 +6425,10 @@
6278 <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> 6425 <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>
6279 </trans-unit> 6426 </trans-unit>
6280 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6427 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6281 <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> 6428 <source>
6429 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6430 In practice, this is much more difficult because:
6431 </source>
6282 <target state="new"> 6432 <target state="new">
6283 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6433 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6284 In practice, this is much more difficult because: 6434 In practice, this is much more difficult because:
@@ -6286,7 +6436,10 @@
6286 <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> 6436 <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>
6287 </trans-unit> 6437 </trans-unit>
6288 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6438 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6289 <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> 6439 <source>
6440 An HTTP request has to be sent on each tracker for each video to spy.
6441 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6442 </source>
6290 <target state="new"> 6443 <target state="new">
6291 An HTTP request has to be sent on each tracker for each video to spy. 6444 An HTTP request has to be sent on each tracker for each video to spy.
6292 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6445 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6294,7 +6447,11 @@
6294 <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> 6447 <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>
6295 </trans-unit> 6448 </trans-unit>
6296 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6449 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6297 <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> 6450 <source>
6451 For each request sent, the tracker returns random peers at a limited number.
6452 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
6453 requests sent to know every peer in the swarm
6454 </source>
6298 <target state="new"> 6455 <target state="new">
6299 For each request sent, the tracker returns random peers at a limited number. 6456 For each request sent, the tracker returns random peers at a limited number.
6300 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 6457 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
@@ -6313,7 +6470,10 @@
6313 <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> 6470 <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>
6314 </trans-unit> 6471 </trans-unit>
6315 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6472 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6316 <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> 6473 <source>
6474 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
6475 video
6476 </source>
6317 <target state="new"> 6477 <target state="new">
6318 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 6478 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
6319 video 6479 video
@@ -6328,18 +6488,27 @@
6328 <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> 6488 <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>
6329 </trans-unit> 6489 </trans-unit>
6330 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6490 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6331 <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> 6491 <source>
6492 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
6493 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6494 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6495 to forward the information to.
6496 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
6497 </source>
6332 <target state="new"> 6498 <target state="new">
6333 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 6499 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
6334 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6500 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6335 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6501 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6336 to forward the information to. 6502 to forward the information to.
6337 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 6503 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
6338 </target> 6504 </target>
6339 <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> 6505 <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>
6340 </trans-unit> 6506 </trans-unit>
6341 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6507 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6342 <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> 6508 <source>
6509 The worst-case scenario of an average person spying on their friends is quite unlikely.
6510 There are much more effective ways to get that kind of information.
6511 </source>
6343 <target state="new"> 6512 <target state="new">
6344 The worst-case scenario of an average person spying on their friends is quite unlikely. 6513 The worst-case scenario of an average person spying on their friends is quite unlikely.
6345 There are much more effective ways to get that kind of information. 6514 There are much more effective ways to get that kind of information.
@@ -6355,7 +6524,11 @@
6355 <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> 6524 <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>
6356 </trans-unit> 6525 </trans-unit>
6357 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6526 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6358 <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> 6527 <source>
6528 The threats to privacy with YouTube are different from PeerTube's.
6529 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6530 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6531 </source>
6359 <target state="new"> 6532 <target state="new">
6360 The threats to privacy with YouTube are different from PeerTube's. 6533 The threats to privacy with YouTube are different from PeerTube's.
6361 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6534 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6372,7 +6545,12 @@
6372 <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> 6545 <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>
6373 </trans-unit> 6546 </trans-unit>
6374 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6547 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6375 <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> 6548 <source>
6549 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
6550 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6551 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.
6552 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6553 </source>
6376 <target state="new"> 6554 <target state="new">
6377 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 6555 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
6378 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6556 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6390,7 +6568,10 @@
6390 <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> 6568 <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>
6391 </trans-unit> 6569 </trans-unit>
6392 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6570 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6393 <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> 6571 <source>
6572 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6573 and render attacks less likely. Here is what we put in place so far:
6574 </source>
6394 <target state="new"> 6575 <target state="new">
6395 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6576 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6396 and render attacks less likely. Here is what we put in place so far: 6577 and render attacks less likely. Here is what we put in place so far:
@@ -6418,7 +6599,10 @@
6418 <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> 6599 <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>
6419 </trans-unit> 6600 </trans-unit>
6420 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6601 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6421 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6602 <source>
6603 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6604 WebRTC in your browser.
6605 </source>
6422 <target state="new"> 6606 <target state="new">
6423 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6607 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6424 WebRTC in your browser. 6608 WebRTC in your browser.
@@ -6458,8 +6642,8 @@
6458 </context-group> 6642 </context-group>
6459 </trans-unit> 6643 </trans-unit>
6460 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6644 <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> 6645 <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="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> 6646 <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>
6463 <context-group purpose="location"> 6647 <context-group purpose="location">
6464 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6648 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6465 <context context-type="linenumber">3</context> 6649 <context context-type="linenumber">3</context>
@@ -6540,7 +6724,10 @@
6540 </context-group> 6724 </context-group>
6541 </trans-unit> 6725 </trans-unit>
6542 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6726 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6543 <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> 6727 <source>
6728 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/>"/>
6729 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.
6730 </source>
6544 <target state="new"/> 6731 <target state="new"/>
6545 <context-group purpose="location"> 6732 <context-group purpose="location">
6546 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6733 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
@@ -6616,7 +6803,12 @@
6616 </context-group> 6803 </context-group>
6617 </trans-unit> 6804 </trans-unit>
6618 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6805 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6619 <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> 6806 <source>
6807 I am at least 16 years old and agree
6808 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>"/>
6809 <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>"/>
6810 of this instance
6811 </source>
6620 <target state="new"/> 6812 <target state="new"/>
6621 <context-group purpose="location"> 6813 <context-group purpose="location">
6622 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6814 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
@@ -6712,8 +6904,8 @@
6712 </context-group> 6904 </context-group>
6713 </trans-unit> 6905 </trans-unit>
6714 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6906 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6715 <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> 6907 <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>
6716 <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> 6908 <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>
6717 <context-group purpose="location"> 6909 <context-group purpose="location">
6718 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6910 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6719 <context context-type="linenumber">1</context> 6911 <context context-type="linenumber">1</context>
@@ -8426,8 +8618,8 @@
8426 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8618 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8427 </trans-unit> 8619 </trans-unit>
8428 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8620 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8429 <source>Long (&gt; 10 min)</source> 8621 <source>Long (> 10 min)</source>
8430 <target>Luzea (&gt; 10 min)</target> 8622 <target>Luzea (> 10 min)</target>
8431 <context-group name="null"> 8623 <context-group name="null">
8432 <context context-type="linenumber">1</context> 8624 <context context-type="linenumber">1</context>
8433 </context-group> 8625 </context-group>
@@ -9795,8 +9987,8 @@
9795 <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> 9987 <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>
9796 </trans-unit> 9988 </trans-unit>
9797 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 9989 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9798 <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> 9990 <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>
9799 <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> 9991 <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>
9800 <context-group name="null"> 9992 <context-group name="null">
9801 <context context-type="linenumber">1</context> 9993 <context context-type="linenumber">1</context>
9802 </context-group> 9994 </context-group>
@@ -9962,6 +10154,24 @@
9962 <context context-type="linenumber">1</context> 10154 <context context-type="linenumber">1</context>
9963 </context-group> 10155 </context-group>
9964 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10156 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10157 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10158 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10159 <context-group purpose="location">
10160 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10161 <context context-type="linenumber">1</context>
10162 </context-group>
10163 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10164 <source>Delete account comments</source><target state="new">Delete account comments</target>
10165 <context-group purpose="location">
10166 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10167 <context context-type="linenumber">1</context>
10168 </context-group>
10169 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10170 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10171 <context-group purpose="location">
10172 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10173 <context context-type="linenumber">1</context>
10174 </context-group>
9965 </trans-unit> 10175 </trans-unit>
9966 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10176 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9967 <source>Edit user</source> 10177 <source>Edit user</source>
@@ -10066,6 +10276,18 @@
10066 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10276 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10067 <context context-type="linenumber">1</context> 10277 <context context-type="linenumber">1</context>
10068 </context-group> 10278 </context-group>
10279 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10280 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10281 <context-group purpose="location">
10282 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10283 <context context-type="linenumber">1</context>
10284 </context-group>
10285 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10286 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10287 <context-group purpose="location">
10288 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10289 <context context-type="linenumber">1</context>
10290 </context-group>
10069 </trans-unit> 10291 </trans-unit>
10070 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10292 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10071 <source>Mute this account by your instance</source> 10293 <source>Mute this account by your instance</source>
@@ -10130,6 +10352,18 @@
10130 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10352 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10131 <context context-type="linenumber">1</context> 10353 <context context-type="linenumber">1</context>
10132 </context-group> 10354 </context-group>
10355 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10356 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10357 <context-group purpose="location">
10358 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10359 <context context-type="linenumber">1</context>
10360 </context-group>
10361 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10362 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10363 <context-group purpose="location">
10364 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10365 <context context-type="linenumber">1</context>
10366 </context-group>
10133 </trans-unit> 10367 </trans-unit>
10134 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10368 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10135 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10369 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.fa-IR.xlf b/client/src/locale/angular.fa-IR.xlf
index e21926a61..912f2903b 100644
--- a/client/src/locale/angular.fa-IR.xlf
+++ b/client/src/locale/angular.fa-IR.xlf
@@ -415,7 +415,7 @@
415 <source>Options</source> 415 <source>Options</source>
416 <target state="new">Options</target> 416 <target state="new">Options</target>
417 417
418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 418 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
419 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 419 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
420 <source>Start at</source> 420 <source>Start at</source>
421 <target state="new">Start at</target> 421 <target state="new">Start at</target>
@@ -463,7 +463,7 @@
463 <source>video</source><target state="new">video</target> 463 <source>video</source><target state="new">video</target>
464 464
465 465
466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 466 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
467 <source>subtitles</source><target state="new">subtitles</target> 467 <source>subtitles</source><target state="new">subtitles</target>
468 <context-group purpose="location"> 468 <context-group purpose="location">
469 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 469 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -640,7 +640,7 @@
640 <target state="new">Deleted</target> 640 <target state="new">Deleted</target>
641 641
642 642
643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
644 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 644 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
645 <source>Edit starts/stops at</source> 645 <source>Edit starts/stops at</source>
646 <target state="new">Edit starts/stops at</target> 646 <target state="new">Edit starts/stops at</target>
@@ -685,7 +685,7 @@
685 685
686 686
687 687
688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
689 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 689 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
690 <source>Edit</source> 690 <source>Edit</source>
691 <target>ویرایش</target> 691 <target>ویرایش</target>
@@ -1487,13 +1487,13 @@
1487 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1487 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1488 <context context-type="linenumber">21</context> 1488 <context context-type="linenumber">21</context>
1489 </context-group> 1489 </context-group>
1490 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1490 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1491 <source> 1491 <source>
1492 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>"/>. 1492 Please consider configuring 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>"/>.
1493 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>"/>. 1493 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1494 </source><target state="new"> 1494 </source><target state="new">
1495 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>"/>. 1495 Please consider configuring 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>"/>.
1496 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>"/>. 1496 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1497 </target> 1497 </target>
1498 <context-group purpose="location"> 1498 <context-group purpose="location">
1499 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1499 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1766,63 +1766,33 @@
1766 1766
1767 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1767 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1768 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1768 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1769 <context-group purpose="location"> 1769
1770 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1770 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1771 <context context-type="linenumber">16</context>
1772 </context-group>
1773 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1774 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1771 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1775 <context-group purpose="location"> 1772
1776 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1773 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1777 <context context-type="linenumber">18</context>
1778 </context-group>
1779 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1780 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1774 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1781 <context-group purpose="location"> 1775
1782 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1776 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1783 <context context-type="linenumber">22</context>
1784 </context-group>
1785 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1786 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1777 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1787 <context-group purpose="location"> 1778
1788 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1779 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1789 <context context-type="linenumber">29</context>
1790 </context-group>
1791 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1792 <source>any instance</source><target state="new">any instance</target> 1780 <source>any instance</source><target state="new">any instance</target>
1793 <context-group purpose="location"> 1781
1794 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1782 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1795 <context context-type="linenumber">32</context>
1796 </context-group>
1797 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1798 <source>only followed instances</source><target state="new">only followed instances</target> 1783 <source>only followed instances</source><target state="new">only followed instances</target>
1799 <context-group purpose="location"> 1784
1800 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1785 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1801 <context context-type="linenumber">33</context>
1802 </context-group>
1803 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1804 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1786 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1805 <context-group purpose="location"> 1787
1806 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1788 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1807 <context context-type="linenumber">31</context>
1808 </context-group>
1809 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1810 <source>channel</source><target state="new">channel</target> 1789 <source>channel</source><target state="new">channel</target>
1811 <context-group purpose="location"> 1790
1812 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1791
1813 <context context-type="linenumber">40</context> 1792 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1814 </context-group>
1815 <context-group purpose="location">
1816 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1817 <context context-type="linenumber">43</context>
1818 </context-group>
1819 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1820 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1793 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1821 <context-group purpose="location"> 1794
1822 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1795 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1823 <context context-type="linenumber">49</context>
1824 </context-group>
1825 </trans-unit>
1826 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1796 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1827 <source>Search...</source> 1797 <source>Search...</source>
1828 <target>جستجو...</target> 1798 <target>جستجو...</target>
@@ -2929,12 +2899,12 @@
2929 <source>Reply</source> 2899 <source>Reply</source>
2930 <target state="new">Reply</target> 2900 <target state="new">Reply</target>
2931 2901
2932 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 2902 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2933 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2903 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2934 <source>This comment has been deleted</source> 2904 <source>This comment has been deleted</source>
2935 <target state="new">This comment has been deleted</target> 2905 <target state="new">This comment has been deleted</target>
2936 2906
2937 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 2907 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2938 2908
2939 2909
2940 2910
@@ -3344,7 +3314,7 @@
3344 <source>Ban reason:</source> 3314 <source>Ban reason:</source>
3345 <target state="new">Ban reason:</target> 3315 <target state="new">Ban reason:</target>
3346 3316
3347 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3317 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3348 <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> 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>
3349 <context-group purpose="location"> 3319 <context-group purpose="location">
3350 <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>
@@ -3797,7 +3767,13 @@
3797 <target state="new">Homepage</target> 3767 <target state="new">Homepage</target>
3798 3768
3799 3769
3800 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3770 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3771 <source>Close this message</source><target state="new">Close this message</target>
3772 <context-group purpose="location">
3773 <context context-type="sourcefile">src/app/app.component.html</context>
3774 <context context-type="linenumber">34</context>
3775 </context-group>
3776 </trans-unit>
3801 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3777 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3802 <source>Go to the plugin homepage</source> 3778 <source>Go to the plugin homepage</source>
3803 <target state="new">Go to the plugin homepage</target> 3779 <target state="new">Go to the plugin homepage</target>
@@ -4179,17 +4155,57 @@
4179 <context context-type="linenumber">223</context> 4155 <context context-type="linenumber">223</context>
4180 </context-group> 4156 </context-group>
4181 4157
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4159 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4160 <context-group purpose="location">
4161 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4162 <context context-type="linenumber">281</context>
4163 </context-group>
4164 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4165 <source>
4166 Display a message on your instance
4167 </source><target state="new">
4168 Display a message on your instance
4169 </target>
4170 <context-group purpose="location">
4171 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4172 <context context-type="linenumber">282</context>
4173 </context-group>
4174 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4175 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4176 <context-group purpose="location">
4177 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4178 <context context-type="linenumber">294</context>
4179 </context-group>
4180 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4181 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4182 <context-group purpose="location">
4183 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4184 <context context-type="linenumber">301</context>
4185 </context-group>
4186 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4187 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4188 <context-group purpose="location">
4189 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4190 <context context-type="linenumber">306</context>
4191 </context-group>
4192 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4193 <source>Message</source><target state="new">Message</target>
4194 <context-group purpose="location">
4195 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4196 <context context-type="linenumber">318</context>
4197 </context-group>
4198 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4183 <source>NEW USERS</source><target state="new">NEW USERS</target> 4199 <source>NEW USERS</source><target state="new">NEW USERS</target>
4184 4200
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4186 <source> 4202 <source>
4187 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. 4203 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.
4188 </source><target state="new"> 4204 </source><target state="new">
4189 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. 4205 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.
4190 </target> 4206 </target>
4191 4207
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">282</context></context-group></trans-unit> 4208 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">334</context></context-group></trans-unit>
4193 4209
4194 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4210 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4195 <source>Signup enabled</source> 4211 <source>Signup enabled</source>
@@ -4198,17 +4214,17 @@
4198 <context context-type="linenumber">235</context> 4214 <context context-type="linenumber">235</context>
4199 </context-group> 4215 </context-group>
4200 4216
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">293</context></context-group></trans-unit> 4217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">345</context></context-group></trans-unit>
4202 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4218 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4203 <source>Signup requires email verification</source> 4219 <source>Signup requires email verification</source>
4204 <target state="new">Signup requires email verification</target> 4220 <target state="new">Signup requires email verification</target>
4205 4221
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">301</context></context-group></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">353</context></context-group></trans-unit>
4207 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4223 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4208 <source>Signup limit</source> 4224 <source>Signup limit</source>
4209 <target state="new">Signup limit</target> 4225 <target state="new">Signup limit</target>
4210 4226
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">305</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">357</context></context-group></trans-unit>
4212 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4228 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4213 <source>Users</source> 4229 <source>Users</source>
4214 <target>کاربران</target> 4230 <target>کاربران</target>
@@ -4297,84 +4313,78 @@
4297 <source>Default video quota per user</source> 4313 <source>Default video quota per user</source>
4298 <target state="new">Default video quota per user</target> 4314 <target state="new">Default video quota per user</target>
4299 4315
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">320</context></context-group></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">372</context></context-group></trans-unit>
4301 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4317 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4302 <source>Default daily upload limit per user</source> 4318 <source>Default daily upload limit per user</source>
4303 <target state="new">Default daily upload limit per user</target> 4319 <target state="new">Default daily upload limit per user</target>
4304 4320
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4306 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4322 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4307 4323
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4309 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4325 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4310 4326
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4312 <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> 4328 <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 4329
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">367</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">419</context></context-group></trans-unit>
4315 4331
4316 4332
4317 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4333 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4318 <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> 4334 <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 4335
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4321 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4337 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4322 4338
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4324 <source>FEDERATION</source><target state="new">FEDERATION</target> 4340 <source>FEDERATION</source><target state="new">FEDERATION</target>
4325 4341
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4327 <source> 4343 <source>
4328 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 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 </source><target state="new"> 4345 </source><target state="new">
4330 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. 4346 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 </target> 4347 </target>
4332 4348
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4334 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4350 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4335 4351
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">412</context></context-group></trans-unit> 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">464</context></context-group></trans-unit>
4337 4353
4338 4354
4339 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4355 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4340 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4356 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4341 4357
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4343 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4359 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4344 4360
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4346 <source> 4362 <source>
4347 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>"/>. 4363 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>"/>.
4348 </source><target state="new"> 4364 </source><target state="new">
4349 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>"/>. 4365 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>"/>.
4350 </target> 4366 </target>
4351 <context-group purpose="location"> 4367
4352 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4353 <context context-type="linenumber">450</context>
4354 </context-group>
4355 </trans-unit>
4356 4369
4357 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4370 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4358 <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> 4371 <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 4372
4360 4373
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4362 4375
4363 4376
4364 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4377 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4365 <source>Index URL</source> 4378 <source>Index URL</source>
4366 <target state="new">Index URL</target> 4379 <target state="new">Index URL</target>
4367 4380
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4369 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4382 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4370 <context-group purpose="location"> 4383
4371 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4372 <context context-type="linenumber">445</context>
4373 </context-group>
4374 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4375 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4385 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4376 4386
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">477</context></context-group></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">529</context></context-group></trans-unit>
4378 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4388 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4379 <source>Administrator</source> 4389 <source>Administrator</source>
4380 <target>مدیر</target> 4390 <target>مدیر</target>
@@ -4387,12 +4397,12 @@
4387 <source>Admin email</source> 4397 <source>Admin email</source>
4388 <target state="new">Admin email</target> 4398 <target state="new">Admin email</target>
4389 4399
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">483</context></context-group></trans-unit> 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">535</context></context-group></trans-unit>
4391 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4401 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4392 <source>Enable contact form</source> 4402 <source>Enable contact form</source>
4393 <target state="new">Enable contact form</target> 4403 <target state="new">Enable contact form</target>
4394 4404
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">494</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">546</context></context-group></trans-unit>
4396 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4406 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4397 <source>Basic configuration</source> 4407 <source>Basic configuration</source>
4398 <target state="new">Basic configuration</target> 4408 <target state="new">Basic configuration</target>
@@ -4400,14 +4410,14 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4401 <source>TWITTER</source><target state="new">TWITTER</target> 4411 <source>TWITTER</source><target state="new">TWITTER</target>
4402 4412
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4404 <source> 4414 <source>
4405 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4415 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4406 </source><target state="new"> 4416 </source><target state="new">
4407 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4417 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4408 </target> 4418 </target>
4409 4419
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">512</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">564</context></context-group></trans-unit>
4411 4421
4412 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4422 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4413 <source>Your Twitter username</source> 4423 <source>Your Twitter username</source>
@@ -4416,13 +4426,13 @@
4416 <context context-type="linenumber">413</context> 4426 <context context-type="linenumber">413</context>
4417 </context-group> 4427 </context-group>
4418 4428
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">523</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">575</context></context-group></trans-unit>
4420 4430
4421 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4431 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4422 <source>Instance whitelisted by Twitter</source> 4432 <source>Instance whitelisted by Twitter</source>
4423 <target state="new">Instance whitelisted by Twitter</target> 4433 <target state="new">Instance whitelisted by Twitter</target>
4424 4434
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4426 <source> 4436 <source>
4427 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/>"/> 4437 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/>"/>
4428 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 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/>"/>
@@ -4437,16 +4447,16 @@
4437 to see if you instance is whitelisted. 4447 to see if you instance is whitelisted.
4438 </target> 4448 </target>
4439 4449
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">539</context></context-group></trans-unit> 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">591</context></context-group></trans-unit>
4441 4451
4442 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4452 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4443 <source>Services</source> 4453 <source>Services</source>
4444 <target state="new">Services</target> 4454 <target state="new">Services</target>
4445 4455
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">505</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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4447 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4457 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4448 4458
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">565</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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4450 <source> 4460 <source>
4451 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
4452 resources, this is a critical part of PeerTube, so tread carefully. 4462 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4455,36 +4465,36 @@
4455 resources, this is a critical part of PeerTube, so tread carefully. 4465 resources, this is a critical part of PeerTube, so tread carefully.
4456 </target> 4466 </target>
4457 4467
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">566</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">618</context></context-group></trans-unit>
4459 4469
4460 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4470 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4461 <source>Transcoding enabled</source> 4471 <source>Transcoding enabled</source>
4462 <target state="new">Transcoding enabled</target> 4472 <target state="new">Transcoding enabled</target>
4463 4473
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">579</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">631</context></context-group></trans-unit>
4465 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4475 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4466 <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>
4467 <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>
4468 4478
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">583</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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4470 <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>
4471 4481
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">594</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">646</context></context-group></trans-unit>
4473 4483
4474 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4484 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4475 <source>Allow additional extensions</source> 4485 <source>Allow additional extensions</source>
4476 <target state="new">Allow additional extensions</target> 4486 <target state="new">Allow additional extensions</target>
4477 4487
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">591</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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4479 <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>
4480 4490
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">605</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">657</context></context-group></trans-unit>
4482 4492
4483 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4493 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4484 <source>Allow audio files upload</source> 4494 <source>Allow audio files upload</source>
4485 <target state="new">Allow audio files upload</target> 4495 <target state="new">Allow audio files upload</target>
4486 4496
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">602</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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4488 <source> 4498 <source>
4489 <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>"/>
4490 4500
@@ -4503,13 +4513,13 @@
4503 <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>"/>
4504 </target> 4514 </target>
4505 4515
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">617</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">669</context></context-group></trans-unit>
4507 4517
4508 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4518 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4509 <source>WebTorrent support enabled</source> 4519 <source>WebTorrent support enabled</source>
4510 <target state="new">WebTorrent support enabled</target> 4520 <target state="new">WebTorrent support enabled</target>
4511 4521
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4513 <source> 4523 <source>
4514 <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>"/> 4524 <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>"/>
4515 4525
@@ -4534,52 +4544,52 @@
4534 <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>"/> 4544 <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>"/>
4535 </target> 4545 </target>
4536 4546
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">638</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">690</context></context-group></trans-unit>
4538 4548
4539 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4549 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4540 <source>HLS support enabled</source> 4550 <source>HLS support enabled</source>
4541 <target state="new">HLS support enabled</target> 4551 <target state="new">HLS support enabled</target>
4542 4552
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">635</context></context-group></trans-unit> 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">687</context></context-group></trans-unit>
4544 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4554 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4545 <source>Transcoding threads</source> 4555 <source>Transcoding threads</source>
4546 <target state="new">Transcoding threads</target> 4556 <target state="new">Transcoding threads</target>
4547 4557
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4549 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4559 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4550 4560
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">673</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">725</context></context-group></trans-unit>
4552 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4562 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4553 <source>CACHE</source><target state="new">CACHE</target> 4563 <source>CACHE</source><target state="new">CACHE</target>
4554 4564
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4556 <source> 4566 <source>
4557 Some files are not federated, and fetched when necessary. Define their caching policies. 4567 Some files are not federated, and fetched when necessary. Define their caching policies.
4558 </source><target state="new"> 4568 </source><target state="new">
4559 Some files are not federated, and fetched when necessary. Define their caching policies. 4569 Some files are not federated, and fetched when necessary. Define their caching policies.
4560 </target> 4570 </target>
4561 4571
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4563 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4573 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4564 4574
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4566 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4576 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4567 4577
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">718</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">770</context></context-group></trans-unit>
4569 4579
4570 4580
4571 4581
4572 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4582 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4573 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4583 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4574 4584
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4576 <source> 4586 <source>
4577 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4587 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4578 </source><target state="new"> 4588 </source><target state="new">
4579 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4589 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4580 </target> 4590 </target>
4581 4591
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">734</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">786</context></context-group></trans-unit>
4583 4593
4584 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4594 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4585 <source>JavaScript</source> 4595 <source>JavaScript</source>
@@ -4588,14 +4598,14 @@
4588 <context context-type="linenumber">575</context> 4598 <context context-type="linenumber">575</context>
4589 </context-group> 4599 </context-group>
4590 4600
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4592 <source> 4602 <source>
4593 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4603 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4594 </source><target state="new"> 4604 </source><target state="new">
4595 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4605 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4596 </target> 4606 </target>
4597 4607
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4599 <source> 4609 <source>
4600 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/>"/> 4610 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/>"/>
4601 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4611 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4620,24 +4630,24 @@
4620 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4630 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4621 </target> 4631 </target>
4622 4632
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">766</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">818</context></context-group></trans-unit>
4624 4634
4625 4635
4626 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4636 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4627 <source>Advanced configuration</source> 4637 <source>Advanced configuration</source>
4628 <target state="new">Advanced configuration</target> 4638 <target state="new">Advanced configuration</target>
4629 4639
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">559</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">611</context></context-group></trans-unit>
4631 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4641 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4632 <source>Update configuration</source> 4642 <source>Update configuration</source>
4633 <target state="new">Update configuration</target> 4643 <target state="new">Update configuration</target>
4634 4644
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">804</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">858</context></context-group></trans-unit>
4636 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4646 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4637 <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>
4638 <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>
4639 4649
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">805</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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4641 <source>PROFILE</source><target state="new">PROFILE</target> 4651 <source>PROFILE</source><target state="new">PROFILE</target>
4642 <context-group purpose="location"> 4652 <context-group purpose="location">
4643 <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>
@@ -4844,23 +4854,23 @@
4844 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4854 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4845 <context context-type="linenumber">17</context> 4855 <context context-type="linenumber">17</context>
4846 </context-group> 4856 </context-group>
4847 </trans-unit> 4857 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4848 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4858 <source>Your current password</source><target state="new">Your current password</target>
4849 <source>Your password</source>
4850 <target state="new">Your password</target>
4851 <context-group purpose="location"> 4859 <context-group purpose="location">
4852 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4860 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4853 <context context-type="linenumber">27</context> 4861 <context context-type="linenumber">26</context>
4854 </context-group> 4862 </context-group>
4855 </trans-unit> 4863 </trans-unit>
4864 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4865 <source>Your password</source>
4866 <target state="new">Your password</target>
4867
4868 <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">28</context></context-group></trans-unit>
4856 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 4869 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4857 <source>Change email</source> 4870 <source>Change email</source>
4858 <target state="new">Change email</target> 4871 <target state="new">Change email</target>
4859 <context-group purpose="location"> 4872
4860 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4873 <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">36</context></context-group></trans-unit>
4861 <context context-type="linenumber">35</context>
4862 </context-group>
4863 </trans-unit>
4864 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 4874 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4865 <source>Theme</source> 4875 <source>Theme</source>
4866 <target state="new">Theme</target> 4876 <target state="new">Theme</target>
@@ -5648,17 +5658,18 @@
5648 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5658 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5649 <context context-type="linenumber">2</context> 5659 <context context-type="linenumber">2</context>
5650 </context-group> 5660 </context-group>
5651 </trans-unit> 5661 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5652 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5662 <source>
5653 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 5663 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5654 <target state="new"> 5664 </source><target state="new">
5655 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5665 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5656 </target> 5666 </target>
5657 <context-group purpose="location"> 5667 <context-group purpose="location">
5658 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5668 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5659 <context context-type="linenumber">9</context> 5669 <context context-type="linenumber">9</context>
5660 </context-group> 5670 </context-group>
5661 </trans-unit> 5671 </trans-unit>
5672
5662 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5673 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5663 <source> 5674 <source>
5664 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 5675 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9520,6 +9531,24 @@
9520 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9531 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9521 <context context-type="linenumber">1</context> 9532 <context context-type="linenumber">1</context>
9522 </context-group> 9533 </context-group>
9534 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9535 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9536 <context-group purpose="location">
9537 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9538 <context context-type="linenumber">1</context>
9539 </context-group>
9540 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9541 <source>Delete account comments</source><target state="new">Delete account comments</target>
9542 <context-group purpose="location">
9543 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9544 <context context-type="linenumber">1</context>
9545 </context-group>
9546 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9547 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9548 <context-group purpose="location">
9549 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9550 <context context-type="linenumber">1</context>
9551 </context-group>
9523 </trans-unit> 9552 </trans-unit>
9524 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9553 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9525 <source>Edit user</source> 9554 <source>Edit user</source>
@@ -9613,6 +9642,18 @@
9613 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9642 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9614 <context context-type="linenumber">1</context> 9643 <context context-type="linenumber">1</context>
9615 </context-group> 9644 </context-group>
9645 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9646 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9647 <context-group purpose="location">
9648 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9649 <context context-type="linenumber">1</context>
9650 </context-group>
9651 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9652 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9653 <context-group purpose="location">
9654 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9655 <context context-type="linenumber">1</context>
9656 </context-group>
9616 </trans-unit> 9657 </trans-unit>
9617 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9658 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9618 <source>Mute this account by your instance</source> 9659 <source>Mute this account by your instance</source>
@@ -9669,6 +9710,18 @@
9669 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9710 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9670 <context context-type="linenumber">1</context> 9711 <context context-type="linenumber">1</context>
9671 </context-group> 9712 </context-group>
9713 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9714 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
9715 <context-group purpose="location">
9716 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9717 <context context-type="linenumber">1</context>
9718 </context-group>
9719 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9720 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
9721 <context-group purpose="location">
9722 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9723 <context context-type="linenumber">1</context>
9724 </context-group>
9672 </trans-unit> 9725 </trans-unit>
9673 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 9726 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9674 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 9727 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.fi-FI.xlf b/client/src/locale/angular.fi-FI.xlf
index 3ac72d84d..f12e694ca 100644
--- a/client/src/locale/angular.fi-FI.xlf
+++ b/client/src/locale/angular.fi-FI.xlf
@@ -443,7 +443,7 @@
443 <context context-type="linenumber">9</context> 443 <context context-type="linenumber">9</context>
444 </context-group> 444 </context-group>
445 445
446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 446 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
447 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 447 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
448 <source>Start at</source> 448 <source>Start at</source>
449 <target>Aloita kohdasta</target> 449 <target>Aloita kohdasta</target>
@@ -501,7 +501,7 @@
501 <source>video</source><target state="new">video</target> 501 <source>video</source><target state="new">video</target>
502 502
503 503
504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 504 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
505 <source>subtitles</source><target state="new">subtitles</target> 505 <source>subtitles</source><target state="new">subtitles</target>
506 <context-group purpose="location"> 506 <context-group purpose="location">
507 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 507 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -704,7 +704,7 @@
704 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 704 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
705 <source>Deleted</source><target state="new">Deleted</target> 705 <source>Deleted</source><target state="new">Deleted</target>
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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
708 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 708 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
709 <source>Edit starts/stops at</source> 709 <source>Edit starts/stops at</source>
710 <target>Muokkaus alkaa/loppuu kohdassa</target> 710 <target>Muokkaus alkaa/loppuu kohdassa</target>
@@ -758,7 +758,7 @@
758 758
759 759
760 760
761 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 761 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
762 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 762 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
763 <source>Edit</source> 763 <source>Edit</source>
764 <target>Muokkaa</target> 764 <target>Muokkaa</target>
@@ -1548,13 +1548,13 @@
1548 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1548 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1549 <context context-type="linenumber">21</context> 1549 <context context-type="linenumber">21</context>
1550 </context-group> 1550 </context-group>
1551 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1551 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1552 <source> 1552 <source>
1553 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>"/>. 1553 Please consider configuring 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>"/>.
1554 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>"/>. 1554 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1555 </source><target state="new"> 1555 </source><target state="new">
1556 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>"/>. 1556 Please consider configuring 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>"/>.
1557 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>"/>. 1557 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1558 </target> 1558 </target>
1559 <context-group purpose="location"> 1559 <context-group purpose="location">
1560 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1560 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1842,63 +1842,33 @@
1842 1842
1843 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1843 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1844 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1844 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1845 <context-group purpose="location"> 1845
1846 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1846 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1847 <context context-type="linenumber">16</context>
1848 </context-group>
1849 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1850 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1847 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1851 <context-group purpose="location"> 1848
1852 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1849 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1853 <context context-type="linenumber">18</context>
1854 </context-group>
1855 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1856 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1850 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1857 <context-group purpose="location"> 1851
1858 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1852 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1859 <context context-type="linenumber">22</context>
1860 </context-group>
1861 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1862 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1853 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1863 <context-group purpose="location"> 1854
1864 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1855 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1865 <context context-type="linenumber">29</context>
1866 </context-group>
1867 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1868 <source>any instance</source><target state="new">any instance</target> 1856 <source>any instance</source><target state="new">any instance</target>
1869 <context-group purpose="location"> 1857
1870 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1858 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1871 <context context-type="linenumber">32</context>
1872 </context-group>
1873 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1874 <source>only followed instances</source><target state="new">only followed instances</target> 1859 <source>only followed instances</source><target state="new">only followed instances</target>
1875 <context-group purpose="location"> 1860
1876 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1861 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1877 <context context-type="linenumber">33</context>
1878 </context-group>
1879 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1880 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1862 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1881 <context-group purpose="location"> 1863
1882 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1864 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1883 <context context-type="linenumber">31</context>
1884 </context-group>
1885 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1886 <source>channel</source><target state="new">channel</target> 1865 <source>channel</source><target state="new">channel</target>
1887 <context-group purpose="location"> 1866
1888 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1867
1889 <context context-type="linenumber">40</context> 1868 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1890 </context-group>
1891 <context-group purpose="location">
1892 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1893 <context context-type="linenumber">43</context>
1894 </context-group>
1895 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1896 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1869 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1897 <context-group purpose="location"> 1870
1898 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1871 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1899 <context context-type="linenumber">49</context>
1900 </context-group>
1901 </trans-unit>
1902 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1872 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1903 <source>Search...</source> 1873 <source>Search...</source>
1904 <target>Haku</target> 1874 <target>Haku</target>
@@ -3179,10 +3149,10 @@
3179 <context context-type="linenumber">14</context> 3149 <context context-type="linenumber">14</context>
3180 </context-group> 3150 </context-group>
3181 3151
3182 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3152 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3183 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 3153 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
3184 3154
3185 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 3155 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3186 3156
3187 3157
3188 3158
@@ -3660,7 +3630,7 @@
3660 <context context-type="linenumber">95</context> 3630 <context context-type="linenumber">95</context>
3661 </context-group> 3631 </context-group>
3662 3632
3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3633 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3664 <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> 3634 <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>
3665 <context-group purpose="location"> 3635 <context-group purpose="location">
3666 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3636 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -4154,7 +4124,13 @@
4154 </context-group> 4124 </context-group>
4155 4125
4156 4126
4157 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 4127 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4128 <source>Close this message</source><target state="new">Close this message</target>
4129 <context-group purpose="location">
4130 <context context-type="sourcefile">src/app/app.component.html</context>
4131 <context context-type="linenumber">34</context>
4132 </context-group>
4133 </trans-unit>
4158 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4134 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4159 <source>Go to the plugin homepage</source> 4135 <source>Go to the plugin homepage</source>
4160 <target>Mene lisäosan sivuille</target> 4136 <target>Mene lisäosan sivuille</target>
@@ -4553,17 +4529,57 @@
4553 <context context-type="linenumber">223</context> 4529 <context context-type="linenumber">223</context>
4554 </context-group> 4530 </context-group>
4555 4531
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4533 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4534 <context-group purpose="location">
4535 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4536 <context context-type="linenumber">281</context>
4537 </context-group>
4538 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4539 <source>
4540 Display a message on your instance
4541 </source><target state="new">
4542 Display a message on your instance
4543 </target>
4544 <context-group purpose="location">
4545 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4546 <context context-type="linenumber">282</context>
4547 </context-group>
4548 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4549 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4550 <context-group purpose="location">
4551 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4552 <context context-type="linenumber">294</context>
4553 </context-group>
4554 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4555 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4556 <context-group purpose="location">
4557 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4558 <context context-type="linenumber">301</context>
4559 </context-group>
4560 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4561 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4562 <context-group purpose="location">
4563 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4564 <context context-type="linenumber">306</context>
4565 </context-group>
4566 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4567 <source>Message</source><target state="new">Message</target>
4568 <context-group purpose="location">
4569 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4570 <context context-type="linenumber">318</context>
4571 </context-group>
4572 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4557 <source>NEW USERS</source><target state="new">NEW USERS</target> 4573 <source>NEW USERS</source><target state="new">NEW USERS</target>
4558 4574
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4560 <source> 4576 <source>
4561 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. 4577 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.
4562 </source><target state="new"> 4578 </source><target state="new">
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. 4579 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 </target> 4580 </target>
4565 4581
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">282</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">334</context></context-group></trans-unit>
4567 4583
4568 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4584 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4569 <source>Signup enabled</source> 4585 <source>Signup enabled</source>
@@ -4572,7 +4588,7 @@
4572 <context context-type="linenumber">235</context> 4588 <context context-type="linenumber">235</context>
4573 </context-group> 4589 </context-group>
4574 4590
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">293</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">345</context></context-group></trans-unit>
4576 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4592 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4577 <source>Signup requires email verification</source> 4593 <source>Signup requires email verification</source>
4578 <target>Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen</target> 4594 <target>Rekisteröityminen vaatii sähköpostiosoitteen vahvistamisen</target>
@@ -4580,7 +4596,7 @@
4580 <context context-type="linenumber">242</context> 4596 <context context-type="linenumber">242</context>
4581 </context-group> 4597 </context-group>
4582 4598
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">301</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">353</context></context-group></trans-unit>
4584 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4600 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4585 <source>Signup limit</source> 4601 <source>Signup limit</source>
4586 <target>Rekisteröintiraja</target> 4602 <target>Rekisteröintiraja</target>
@@ -4588,7 +4604,7 @@
4588 <context context-type="linenumber">247</context> 4604 <context context-type="linenumber">247</context>
4589 </context-group> 4605 </context-group>
4590 4606
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">305</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">357</context></context-group></trans-unit>
4592 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4608 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4593 <source>Users</source> 4609 <source>Users</source>
4594 <target>Tilejä</target> 4610 <target>Tilejä</target>
@@ -4676,82 +4692,76 @@
4676 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4692 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4677 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 4693 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
4678 4694
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">320</context></context-group></trans-unit> 4695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">372</context></context-group></trans-unit>
4680 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4696 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4681 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 4697 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
4682 4698
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4684 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4700 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4685 4701
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4687 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4703 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4688 4704
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4690 <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> 4706 <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>
4691 4707
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">367</context></context-group></trans-unit> 4708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit>
4693 4709
4694 4710
4695 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4711 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4696 <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> 4712 <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>
4697 4713
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4699 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4715 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4700 4716
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4702 <source>FEDERATION</source><target state="new">FEDERATION</target> 4718 <source>FEDERATION</source><target state="new">FEDERATION</target>
4703 4719
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4705 <source> 4721 <source>
4706 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. 4722 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.
4707 </source><target state="new"> 4723 </source><target state="new">
4708 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. 4724 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.
4709 </target> 4725 </target>
4710 4726
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4712 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4728 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4713 4729
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">412</context></context-group></trans-unit> 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">464</context></context-group></trans-unit>
4715 4731
4716 4732
4717 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4733 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4718 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4734 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4719 4735
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4721 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4737 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4722 4738
4723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4724 <source> 4740 <source>
4725 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>"/>. 4741 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>"/>.
4726 </source><target state="new"> 4742 </source><target state="new">
4727 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>"/>. 4743 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>"/>.
4728 </target> 4744 </target>
4729 <context-group purpose="location"> 4745
4730 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4731 <context context-type="linenumber">450</context>
4732 </context-group>
4733 </trans-unit>
4734 4747
4735 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4748 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4736 <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> 4749 <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>
4737 4750
4738 4751
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4740 4753
4741 4754
4742 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4755 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4743 <source>Index URL</source><target state="new">Index URL</target> 4756 <source>Index URL</source><target state="new">Index URL</target>
4744 4757
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4746 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4759 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4747 <context-group purpose="location"> 4760
4748 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4749 <context context-type="linenumber">445</context>
4750 </context-group>
4751 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4752 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4762 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4753 4763
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">477</context></context-group></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">529</context></context-group></trans-unit>
4755 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4765 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4756 <source>Administrator</source> 4766 <source>Administrator</source>
4757 <target>Ylläpitäjä</target> 4767 <target>Ylläpitäjä</target>
@@ -4767,7 +4777,7 @@
4767 <context context-type="linenumber">387</context> 4777 <context context-type="linenumber">387</context>
4768 </context-group> 4778 </context-group>
4769 4779
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">483</context></context-group></trans-unit> 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">535</context></context-group></trans-unit>
4771 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4781 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4772 <source>Enable contact form</source> 4782 <source>Enable contact form</source>
4773 <target>Ota yhteydenottolomake käyttöön</target> 4783 <target>Ota yhteydenottolomake käyttöön</target>
@@ -4775,7 +4785,7 @@
4775 <context context-type="linenumber">398</context> 4785 <context context-type="linenumber">398</context>
4776 </context-group> 4786 </context-group>
4777 4787
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">494</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">546</context></context-group></trans-unit>
4779 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4789 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4780 <source>Basic configuration</source> 4790 <source>Basic configuration</source>
4781 <target>Peruskokoonpano</target> 4791 <target>Peruskokoonpano</target>
@@ -4786,14 +4796,14 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4787 <source>TWITTER</source><target state="new">TWITTER</target> 4797 <source>TWITTER</source><target state="new">TWITTER</target>
4788 4798
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4790 <source> 4800 <source>
4791 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4801 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4792 </source><target state="new"> 4802 </source><target state="new">
4793 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4803 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4794 </target> 4804 </target>
4795 4805
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">512</context></context-group></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">564</context></context-group></trans-unit>
4797 4807
4798 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4808 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4799 <source>Your Twitter username</source> 4809 <source>Your Twitter username</source>
@@ -4802,7 +4812,7 @@
4802 <context context-type="linenumber">413</context> 4812 <context context-type="linenumber">413</context>
4803 </context-group> 4813 </context-group>
4804 4814
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">523</context></context-group></trans-unit> 4815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
4806 4816
4807 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4817 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4808 <source>Instance whitelisted by Twitter</source> 4818 <source>Instance whitelisted by Twitter</source>
@@ -4811,7 +4821,7 @@
4811 <context context-type="linenumber">431</context> 4821 <context context-type="linenumber">431</context>
4812 </context-group> 4822 </context-group>
4813 4823
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4815 <source> 4825 <source>
4816 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/>"/> 4826 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/>"/>
4817 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/>"/> 4827 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/>"/>
@@ -4826,7 +4836,7 @@
4826 to see if you instance is whitelisted. 4836 to see if you instance is whitelisted.
4827 </target> 4837 </target>
4828 4838
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">539</context></context-group></trans-unit> 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">591</context></context-group></trans-unit>
4830 4840
4831 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4841 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4832 <source>Services</source> 4842 <source>Services</source>
@@ -4835,10 +4845,10 @@
4835 <context context-type="linenumber">405</context> 4845 <context context-type="linenumber">405</context>
4836 </context-group> 4846 </context-group>
4837 4847
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4839 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4849 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4840 4850
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4842 <source> 4852 <source>
4843 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4853 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4844 resources, this is a critical part of PeerTube, so tread carefully. 4854 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4847,7 +4857,7 @@
4847 resources, this is a critical part of PeerTube, so tread carefully. 4857 resources, this is a critical part of PeerTube, so tread carefully.
4848 </target> 4858 </target>
4849 4859
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">566</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">618</context></context-group></trans-unit>
4851 4861
4852 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4862 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4853 <source>Transcoding enabled</source> 4863 <source>Transcoding enabled</source>
@@ -4856,7 +4866,7 @@
4856 <context context-type="linenumber">461</context> 4866 <context context-type="linenumber">461</context>
4857 </context-group> 4867 </context-group>
4858 4868
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> 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">631</context></context-group></trans-unit>
4860 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4870 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4861 <source>If you disable transcoding, many videos from your users will not work!</source> 4871 <source>If you disable transcoding, many videos from your users will not work!</source>
4862 <target>Jos poistat transkoodauksen käytöstä, niin moni video käyttäjiltäsi lakkaa toimimasta!</target> 4872 <target>Jos poistat transkoodauksen käytöstä, niin moni video käyttäjiltäsi lakkaa toimimasta!</target>
@@ -4864,10 +4874,10 @@
4864 <context context-type="linenumber">465</context> 4874 <context context-type="linenumber">465</context>
4865 </context-group> 4875 </context-group>
4866 4876
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"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
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> 4878 <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>
4869 4879
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> 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">646</context></context-group></trans-unit>
4871 4881
4872 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4882 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4873 <source>Allow additional extensions</source> 4883 <source>Allow additional extensions</source>
@@ -4876,10 +4886,10 @@
4876 <context context-type="linenumber">475</context> 4886 <context context-type="linenumber">475</context>
4877 </context-group> 4887 </context-group>
4878 4888
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"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
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> 4890 <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>
4881 4891
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> 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">657</context></context-group></trans-unit>
4883 4893
4884 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 4894 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
4885 <source>Allow audio files upload</source> 4895 <source>Allow audio files upload</source>
@@ -4888,7 +4898,7 @@
4888 <context context-type="linenumber">486</context> 4898 <context context-type="linenumber">486</context>
4889 </context-group> 4899 </context-group>
4890 4900
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"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4892 <source> 4902 <source>
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>"/> 4903 <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>"/>
4894 4904
@@ -4907,10 +4917,10 @@
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>"/> 4917 <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>"/>
4908 </target> 4918 </target>
4909 4919
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><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4911 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4921 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4912 4922
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4914 <source> 4924 <source>
4915 <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>"/> 4925 <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>"/>
4916 4926
@@ -4935,12 +4945,12 @@
4935 <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>"/> 4945 <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>"/>
4936 </target> 4946 </target>
4937 4947
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">638</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">690</context></context-group></trans-unit>
4939 4949
4940 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4950 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4941 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4951 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4942 4952
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">635</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">687</context></context-group></trans-unit>
4944 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4954 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4945 <source>Transcoding threads</source> 4955 <source>Transcoding threads</source>
4946 <target>Transkoodaussäiteet</target> 4956 <target>Transkoodaussäiteet</target>
@@ -4948,41 +4958,41 @@
4948 <context context-type="linenumber">517</context> 4958 <context context-type="linenumber">517</context>
4949 </context-group> 4959 </context-group>
4950 4960
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4952 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4962 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4953 4963
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">673</context></context-group></trans-unit> 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">725</context></context-group></trans-unit>
4955 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4965 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4956 <source>CACHE</source><target state="new">CACHE</target> 4966 <source>CACHE</source><target state="new">CACHE</target>
4957 4967
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4959 <source> 4969 <source>
4960 Some files are not federated, and fetched when necessary. Define their caching policies. 4970 Some files are not federated, and fetched when necessary. Define their caching policies.
4961 </source><target state="new"> 4971 </source><target state="new">
4962 Some files are not federated, and fetched when necessary. Define their caching policies. 4972 Some files are not federated, and fetched when necessary. Define their caching policies.
4963 </target> 4973 </target>
4964 4974
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4966 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4976 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4967 4977
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4969 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4979 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4970 4980
4971 <context-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> 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">770</context></context-group></trans-unit>
4972 4982
4973 4983
4974 4984
4975 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4985 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4976 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4986 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4977 4987
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4979 <source> 4989 <source>
4980 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4990 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4981 </source><target state="new"> 4991 </source><target state="new">
4982 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4992 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4983 </target> 4993 </target>
4984 4994
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">734</context></context-group></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">786</context></context-group></trans-unit>
4986 4996
4987 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4997 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4988 <source>JavaScript</source> 4998 <source>JavaScript</source>
@@ -4991,14 +5001,14 @@
4991 <context context-type="linenumber">575</context> 5001 <context context-type="linenumber">575</context>
4992 </context-group> 5002 </context-group>
4993 5003
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4995 <source> 5005 <source>
4996 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="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>"/>
4997 </source><target state="new"> 5007 </source><target state="new">
4998 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5008 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4999 </target> 5009 </target>
5000 5010
5001 <context-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"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5002 <source> 5012 <source>
5003 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/>"/> 5013 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/>"/>
5004 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5014 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5023,7 +5033,7 @@
5023 <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>"/>
5024 </target> 5034 </target>
5025 5035
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">766</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">818</context></context-group></trans-unit>
5027 5037
5028 5038
5029 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5039 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5033,7 +5043,7 @@
5033 <context context-type="linenumber">452</context> 5043 <context context-type="linenumber">452</context>
5034 </context-group> 5044 </context-group>
5035 5045
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">559</context></context-group></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">611</context></context-group></trans-unit>
5037 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5047 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5038 <source>Update configuration</source> 5048 <source>Update configuration</source>
5039 <target>Päivitä konfiguraatio</target> 5049 <target>Päivitä konfiguraatio</target>
@@ -5041,11 +5051,11 @@
5041 <context context-type="linenumber">628</context> 5051 <context context-type="linenumber">628</context>
5042 </context-group> 5052 </context-group>
5043 5053
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">804</context></context-group></trans-unit> 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">858</context></context-group></trans-unit>
5045 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5055 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5046 <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> 5056 <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>
5047 5057
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5049 <source>PROFILE</source><target state="new">PROFILE</target> 5059 <source>PROFILE</source><target state="new">PROFILE</target>
5050 <context-group purpose="location"> 5060 <context-group purpose="location">
5051 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5061 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5248,6 +5258,12 @@
5248 <context context-type="linenumber">17</context> 5258 <context context-type="linenumber">17</context>
5249 </context-group> 5259 </context-group>
5250 <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">17</context></context-group> 5260 <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">17</context></context-group>
5261 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5262 <source>Your current password</source><target state="new">Your current password</target>
5263 <context-group purpose="location">
5264 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5265 <context context-type="linenumber">26</context>
5266 </context-group>
5251 </trans-unit> 5267 </trans-unit>
5252 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5268 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5253 <source>Your password</source> 5269 <source>Your password</source>
@@ -5255,16 +5271,16 @@
5255 <context-group name="null"> 5271 <context-group name="null">
5256 <context context-type="linenumber">27</context> 5272 <context context-type="linenumber">27</context>
5257 </context-group> 5273 </context-group>
5258 <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">27</context></context-group> 5274
5259 </trans-unit> 5275 <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">28</context></context-group></trans-unit>
5260 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5276 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5261 <source>Change email</source> 5277 <source>Change email</source>
5262 <target>Vaihda sähköpostiosoite</target> 5278 <target>Vaihda sähköpostiosoite</target>
5263 <context-group name="null"> 5279 <context-group name="null">
5264 <context context-type="linenumber">35</context> 5280 <context context-type="linenumber">35</context>
5265 </context-group> 5281 </context-group>
5266 <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">35</context></context-group> 5282
5267 </trans-unit> 5283 <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">36</context></context-group></trans-unit>
5268 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5284 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5269 <source>Theme</source> 5285 <source>Theme</source>
5270 <target>Teema</target> 5286 <target>Teema</target>
@@ -6075,11 +6091,11 @@
6075 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6091 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6076 <context context-type="linenumber">2</context> 6092 <context context-type="linenumber">2</context>
6077 </context-group> 6093 </context-group>
6078 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6094 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6079 <source> 6095 <source>
6080 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6096 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6081 </source><target state="new"> 6097 </source><target state="new">
6082 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6098 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6083 </target> 6099 </target>
6084 <context-group purpose="location"> 6100 <context-group purpose="location">
6085 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6101 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -9738,6 +9754,24 @@
9738 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9754 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9739 <context context-type="linenumber">1</context> 9755 <context context-type="linenumber">1</context>
9740 </context-group> 9756 </context-group>
9757 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9758 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9759 <context-group purpose="location">
9760 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9761 <context context-type="linenumber">1</context>
9762 </context-group>
9763 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9764 <source>Delete account comments</source><target state="new">Delete account comments</target>
9765 <context-group purpose="location">
9766 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9767 <context context-type="linenumber">1</context>
9768 </context-group>
9769 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9770 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9771 <context-group purpose="location">
9772 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9773 <context context-type="linenumber">1</context>
9774 </context-group>
9741 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9775 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9742 <source>Edit user</source><target state="new">Edit user</target> 9776 <source>Edit user</source><target state="new">Edit user</target>
9743 <context-group purpose="location"> 9777 <context-group purpose="location">
@@ -9822,6 +9856,18 @@
9822 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9856 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9823 <context context-type="linenumber">1</context> 9857 <context context-type="linenumber">1</context>
9824 </context-group> 9858 </context-group>
9859 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9860 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9861 <context-group purpose="location">
9862 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9863 <context context-type="linenumber">1</context>
9864 </context-group>
9865 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9866 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9867 <context-group purpose="location">
9868 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9869 <context context-type="linenumber">1</context>
9870 </context-group>
9825 </trans-unit> 9871 </trans-unit>
9826 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9872 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9827 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target> 9873 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target>
@@ -9874,6 +9920,18 @@
9874 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9920 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9875 <context context-type="linenumber">1</context> 9921 <context context-type="linenumber">1</context>
9876 </context-group> 9922 </context-group>
9923 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9924 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
9925 <context-group purpose="location">
9926 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9927 <context context-type="linenumber">1</context>
9928 </context-group>
9929 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9930 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
9931 <context-group purpose="location">
9932 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9933 <context context-type="linenumber">1</context>
9934 </context-group>
9877 </trans-unit> 9935 </trans-unit>
9878 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 9936 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9879 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 9937 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
diff --git a/client/src/locale/angular.fr-FR.xlf b/client/src/locale/angular.fr-FR.xlf
index 4b7c46622..d289664e3 100644
--- a/client/src/locale/angular.fr-FR.xlf
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -264,8 +264,8 @@
264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group> 264 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">1</context></context-group>
265 </trans-unit> 265 </trans-unit>
266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html"> 266 <trans-unit id="1cff8e38c81055fa0ae7dbc80a7a0c5c39bbc263" datatype="html">
267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 267 <source><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
269 <context-group purpose="location"> 269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">15</context> 271 <context context-type="linenumber">15</context>
@@ -280,28 +280,28 @@
280 </context-group> 280 </context-group>
281 </trans-unit> 281 </trans-unit>
282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html"> 282 <trans-unit id="cd1df1f67905a0fc5c598a95f450ab6cfd6ca3c6" datatype="html">
283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been unblacklisted </source> 283 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted </source>
284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été retirée de la liste noire </target> 284 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été retirée de la liste noire </target>
285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group> 285 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">32</context></context-group>
286 </trans-unit> 286 </trans-unit>
287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html"> 287 <trans-unit id="066903c4bc7d397c799979d64ce8c450792eb664" datatype="html">
288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been blacklisted </source> 288 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted </source>
289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été mise sur liste noire </target> 289 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été mise sur liste noire </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouvel abus de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été créé sur la vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 295 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
296 </trans-unit> 296 </trans-unit>
297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 297 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 298 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">La vidéo récemment ajoutée <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>automatiquement mise sur liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 300 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
301 </trans-unit> 301 </trans-unit>
302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 302 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 303 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 304 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a commenté votre vidéo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
305 <context-group purpose="location"> 305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">69</context> 307 <context context-type="linenumber">69</context>
@@ -316,46 +316,54 @@
316 </context-group> 316 </context-group>
317 </trans-unit> 317 </trans-unit>
318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html"> 318 <trans-unit id="b187dd5f406f4195b326ab01fa81f823025821b9" datatype="html">
319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been published </source> 319 <source>Your video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published </source>
320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> a été publiée </target> 320 <target state="translated">Votre vidéo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été publiée </target>
321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group> 321 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">86</context></context-group>
322 </trans-unit> 322 </trans-unit>
323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 323 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source> 324 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded </source>
325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a terminé avec succès </target>
326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group> 326 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">94</context></context-group>
327 </trans-unit> 327 </trans-unit>
328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 328 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source> 329 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed </source>
330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre import de vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a échoué </target>
331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group> 331 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">102</context></context-group>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 333 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> registered on your instance </source> 334 <source>User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> registered on your instance </source>
335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> s’est enregistré sur votre instance </target> 335 <target state="translated">L’utilisateur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> s’est enregistré sur votre instance </target>
336 <context-group purpose="location"> 336 <context-group purpose="location">
337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 337 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
338 <context context-type="linenumber">110</context> 338 <context context-type="linenumber">110</context>
339 </context-group> 339 </context-group>
340 </trans-unit> 340 </trans-unit>
341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 341 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
342 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 342 <source>
343 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 343 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following
344
345 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
346 <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
347 </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> suit <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel <x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> <x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre compte<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
344 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group> 349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
345 </trans-unit> 350 </trans-unit>
346 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 351 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
347 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 352 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
348 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 353 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vous a mentionné sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>la vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
349 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group> 354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
350 </trans-unit> 355 </trans-unit>
351 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 356 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
352 <source>Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 357 <source>
353 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>un·e nouvel·le abonné·e<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 358 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
359 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
360 </source>
361 <target state="translated">Votre instance a <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>un·e nouvel·le abonné·e<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> qui attend votre approbation<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
354 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">141</context></context-group>
355 </trans-unit> 363 </trans-unit>
356 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 364 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
357 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 365 <source>Your instance automatically followed <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
358 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 366 <target state="translated">Votre instance s'est automatiquement abonnée à <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
359 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group> 367 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">150</context></context-group>
360 </trans-unit> 368 </trans-unit>
361 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html"> 369 <trans-unit id="f61b49d5729bbd138f2a083fbaee2920811d31c5" datatype="html">
@@ -388,9 +396,9 @@
388 <context-group name="null"> 396 <context-group name="null">
389 <context context-type="linenumber">9</context> 397 <context context-type="linenumber">9</context>
390 </context-group> 398 </context-group>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 399
392 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 400
393 </trans-unit> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 403 <source>Start at</source>
396 <target>Démarrer à</target> 404 <target>Démarrer à</target>
@@ -458,9 +466,9 @@
458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
459 <source>video</source> 467 <source>video</source>
460 <target state="translated">vidéo</target> 468 <target state="translated">vidéo</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 469
462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 470
463 </trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
464 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
465 <source>subtitles</source> 473 <source>subtitles</source>
466 <target state="translated">sous-titres</target> 474 <target state="translated">sous-titres</target>
@@ -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">Votre signalement sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> et également envoyé à l'instance hébergeant la vidéo (<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">Votre signalement sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et également envoyé à l'instance hébergeant la vidéo (<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>
@@ -674,10 +682,10 @@
674 <context-group name="null"> 682 <context-group name="null">
675 <context context-type="linenumber">34</context> 683 <context context-type="linenumber">34</context>
676 </context-group> 684 </context-group>
677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 685
678 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 686
679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 687
680 </trans-unit> 688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
681 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 689 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
682 <source>Edit starts/stops at</source> 690 <source>Edit starts/stops at</source>
683 <target>Modifier le début / la fin à</target> 691 <target>Modifier le début / la fin à</target>
@@ -727,11 +735,11 @@
727 <context-group name="null"> 735 <context-group name="null">
728 <context context-type="linenumber">13</context> 736 <context context-type="linenumber">13</context>
729 </context-group> 737 </context-group>
730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 738
731 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 739
732 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 740
733 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 741
734 </trans-unit> 742 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
735 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 743 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
736 <source>Edit</source> 744 <source>Edit</source>
737 <target>Modifier</target> 745 <target>Modifier</target>
@@ -832,10 +840,13 @@
832 <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> 840 <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>
833 </trans-unit> 841 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 842 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <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> 843 <source>
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </source>
836 <target> 847 <target>
837 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 848 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>S'abonner à distance<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
838 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 849 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
839 </target> 850 </target>
840 <context-group name="null"> 851 <context-group name="null">
841 <context context-type="linenumber">10</context> 852 <context context-type="linenumber">10</context>
@@ -843,9 +854,12 @@
843 <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> 854 <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>
844 </trans-unit> 855 </trans-unit>
845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 856 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
846 <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> 857 <source>
858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </source>
847 <target> 861 <target>
848 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 862 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
849 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner. 863 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner.
850 </target> 864 </target>
851 <context-group name="null"> 865 <context-group name="null">
@@ -854,9 +868,12 @@
854 <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> 868 <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>
855 </trans-unit> 869 </trans-unit>
856 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 870 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
857 <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> 871 <source>
872 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/>"/>
873 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
874 </source>
858 <target> 875 <target>
859 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 876 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
860 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec. 877 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec.
861 </target> 878 </target>
862 <context-group name="null"> 879 <context-group name="null">
@@ -873,10 +890,13 @@
873 </context-group> 890 </context-group>
874 </trans-unit> 891 </trans-unit>
875 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 892 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
876 <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> 893 <source>
894 <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>"/>
895 <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>"/>
896 </source>
877 <target> 897 <target>
878 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 898 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Politique par défaut concernant les vidéos à caractère sensible et sexuellement explicites<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
879 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div&gt;"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> 899 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>peut être redéfini par les utilisateur·rices<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
880 </target> 900 </target>
881 <context-group name="null"> 901 <context-group name="null">
882 <context context-type="linenumber">5</context> 902 <context context-type="linenumber">5</context>
@@ -935,9 +955,9 @@
935 <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> 955 <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>
936 </trans-unit> 956 </trans-unit>
937 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 957 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
938 <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> 958 <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>
939 <target> 959 <target>
940 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 960 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
941 </target> 961 </target>
942 <context-group name="null"> 962 <context-group name="null">
943 <context context-type="linenumber">53</context> 963 <context context-type="linenumber">53</context>
@@ -1134,8 +1154,8 @@
1134 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1154 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1135 </trans-unit> 1155 </trans-unit>
1136 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1156 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1137 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1157 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1138 <target state="translated">Désolé, un incident s'est produit avec le processus d'authentification externe. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>prenez contact avec un administrateur<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1158 <target state="translated">Désolé, un incident s'est produit avec le processus d'authentification externe. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>prenez contact avec un administrateur<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1139 <context-group purpose="location"> 1159 <context-group purpose="location">
1140 <context context-type="sourcefile">src/app/login/login.component.html</context> 1160 <context context-type="sourcefile">src/app/login/login.component.html</context>
1141 <context context-type="linenumber">6</context> 1161 <context context-type="linenumber">6</context>
@@ -1150,8 +1170,15 @@
1150 </context-group> 1170 </context-group>
1151 </trans-unit> 1171 </trans-unit>
1152 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1172 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" 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> 1173 <source>
1154 <target state="translated">Pour le moment, cette instance ne permet pas l'enregistrement d'utilisateurs, mais vous pouvez trouver une instance qui permet de s'enregistrer et de téléverser des vidéos ici. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Trouvez une instance sur <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> 1174 Currently this instance doesn't allow for user registration, but you can find an instance
1175 that gives you the possibility to sign up for an account and upload your videos there.
1176
1177 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1178
1179 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>"/>.
1180 </source>
1181 <target state="translated">Pour le moment, cette instance ne permet pas l'enregistrement d'utilisateurs, mais vous pouvez trouver une instance qui permet de s'enregistrer et de téléverser des vidéos ici. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Trouvez une instance sur <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"> 1182 <context-group purpose="location">
1156 <context context-type="sourcefile">src/app/login/login.component.html</context> 1183 <context context-type="sourcefile">src/app/login/login.component.html</context>
1157 <context context-type="linenumber">16</context> 1184 <context context-type="linenumber">16</context>
@@ -1321,9 +1348,9 @@
1321 </context-group> 1348 </context-group>
1322 </trans-unit> 1349 </trans-unit>
1323 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1350 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1324 <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> 1351 <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>
1325 <target> 1352 <target>
1326 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1353 pour <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1327 </target> 1354 </target>
1328 <context-group name="null"> 1355 <context-group name="null">
1329 <context context-type="linenumber">6</context> 1356 <context context-type="linenumber">6</context>
@@ -1331,10 +1358,13 @@
1331 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1358 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1332 </trans-unit> 1359 </trans-unit>
1333 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1360 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1334 <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> 1361 <source>
1362 Filters
1363 <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>"/>
1364 </source>
1335 <target> 1365 <target>
1336 Filtres 1366 Filtres
1337 <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;"/> 1367 <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>"/>
1338 </target> 1368 </target>
1339 <context-group name="null"> 1369 <context-group name="null">
1340 <context context-type="linenumber">16</context> 1370 <context context-type="linenumber">16</context>
@@ -1368,7 +1398,8 @@
1368 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1398 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1369 </trans-unit> 1399 </trans-unit>
1370 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1400 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1371 <source>CLI documentation</source> 1401 <source>CLI
1402 documentation</source>
1372 <target>Documentation de la CLI</target> 1403 <target>Documentation de la CLI</target>
1373 <context-group name="null"> 1404 <context-group name="null">
1374 <context context-type="linenumber">12</context> 1405 <context context-type="linenumber">12</context>
@@ -1384,7 +1415,8 @@
1384 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1415 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1385 </trans-unit> 1416 </trans-unit>
1386 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1417 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1387 <source>Administer documentation</source> 1418 <source>Administer
1419 documentation</source>
1388 <target>Documentation sur l'administration</target> 1420 <target>Documentation sur l'administration</target>
1389 <context-group name="null"> 1421 <context-group name="null">
1390 <context context-type="linenumber">19</context> 1422 <context context-type="linenumber">19</context>
@@ -1400,7 +1432,8 @@
1400 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1432 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1401 </trans-unit> 1433 </trans-unit>
1402 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1434 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1403 <source>Use documentation</source> 1435 <source>Use
1436 documentation</source>
1404 <target>Documentation d'utilisation</target> 1437 <target>Documentation d'utilisation</target>
1405 <context-group name="null"> 1438 <context-group name="null">
1406 <context context-type="linenumber">26</context> 1439 <context context-type="linenumber">26</context>
@@ -1424,16 +1457,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> 1457 <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> 1458 </trans-unit>
1426 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1459 <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> 1460 <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>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 1461 <target>Site web officiel de PeerTube (actus, support, contribution...) : <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1429 <context-group name="null"> 1462 <context-group name="null">
1430 <context context-type="linenumber">44</context> 1463 <context context-type="linenumber">44</context>
1431 </context-group> 1464 </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> 1465 <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> 1466 </trans-unit>
1434 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1467 <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> 1468 <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>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 1469 <target>Mettre votre instances sur l'index public des instances PeerTube <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1437 </target> 1470 </target>
1438 <context-group name="null"> 1471 <context-group name="null">
1439 <context context-type="linenumber">47</context> 1472 <context context-type="linenumber">47</context>
@@ -1449,9 +1482,13 @@
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> 1482 <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> 1483 </trans-unit>
1451 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1484 <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> 1485 <source>
1486 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>"/>,
1487 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>"/>
1488 is very important for visitors to understand on what type of instance they are.
1489 </source>
1453 <target> 1490 <target>
1454 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont. 1491 Choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>le nom de son instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>mettre une description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, spécifier <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>qui vous êtes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, pourquoi <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vous avez créé cette instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> et <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>combien de temps<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vous prévoyez de <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la maintenir<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> est très important pour que les visiteurs comprennent sur quel type d'instance ils ou elles sont.
1455 </target> 1492 </target>
1456 <context-group name="null"> 1493 <context-group name="null">
1457 <context context-type="linenumber">61</context> 1494 <context context-type="linenumber">61</context>
@@ -1459,10 +1496,16 @@
1459 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1496 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1460 </trans-unit> 1497 </trans-unit>
1461 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1498 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1462 <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> 1499 <source>
1500 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
1501 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1502 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
1503 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1504 PeerTube instance.
1505 </source>
1463 <target> 1506 <target>
1464 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1507 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>les règles de modération<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, remplir les <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>conditions d'utilisation de votre instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1465 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. 1508 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance PeerTube appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1466 </target> 1509 </target>
1467 <context-group name="null"> 1510 <context-group name="null">
1468 <context context-type="linenumber">67</context> 1511 <context context-type="linenumber">67</context>
@@ -1556,15 +1599,20 @@
1556 <context context-type="linenumber">21</context> 1599 <context context-type="linenumber">21</context>
1557 </context-group> 1600 </context-group>
1558 <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>
1559 </trans-unit> 1602 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1560 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1603 <source>
1561 <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 Please consider configuring 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>"/>.
1562 <target state="translated">Veuillez envisager de configurer ces champs pour aider les personnes à choisir <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>l'instance appropriée<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sans elles, votre instance ne peut être référencée sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>site internet JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1605 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1606 </source><target state="new">
1607 Please consider configuring 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>"/>.
1608 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1609 </target>
1563 <context-group purpose="location"> 1610 <context-group purpose="location">
1564 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1611 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1565 <context context-type="linenumber">24</context> 1612 <context context-type="linenumber">24</context>
1566 </context-group> 1613 </context-group>
1567 </trans-unit> 1614 </trans-unit>
1615
1568 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec"> 1616 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec">
1569 <source>Configure these fields</source> 1617 <source>Configure these fields</source>
1570 <target>Configurer ces champs</target> 1618 <target>Configurer ces champs</target>
@@ -1878,79 +1926,49 @@
1878 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1926 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1879 <source>GLOBAL SEARCH</source> 1927 <source>GLOBAL SEARCH</source>
1880 <target state="translated">RECHERCHE GLOBALE</target> 1928 <target state="translated">RECHERCHE GLOBALE</target>
1881 <context-group purpose="location"> 1929
1882 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1930 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1883 <context context-type="linenumber">16</context>
1884 </context-group>
1885 </trans-unit>
1886 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1931 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1887 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1932 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1888 <target state="translated">en utilisant <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1933 <target state="translated">en utilisant <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1889 <context-group purpose="location"> 1934
1890 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1935 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1891 <context context-type="linenumber">18</context>
1892 </context-group>
1893 </trans-unit>
1894 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1936 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1895 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1937 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1896 <target state="translated">Les résultats seront complétés par ceux d'un index tiers. Seules les données nécessaires à l'interrogation seront envoyées.</target> 1938 <target state="translated">Les résultats seront complétés par ceux d'un index tiers. Seules les données nécessaires à l'interrogation seront envoyées.</target>
1897 <context-group purpose="location"> 1939
1898 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1940 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1899 <context context-type="linenumber">22</context>
1900 </context-group>
1901 </trans-unit>
1902 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1941 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1903 <source>ADVANCED SEARCH</source> 1942 <source>ADVANCED SEARCH</source>
1904 <target state="translated">RECHERCHE AVANCÉE</target> 1943 <target state="translated">RECHERCHE AVANCÉE</target>
1905 <context-group purpose="location"> 1944
1906 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1945 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1907 <context context-type="linenumber">29</context>
1908 </context-group>
1909 </trans-unit>
1910 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1946 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1911 <source>any instance</source> 1947 <source>any instance</source>
1912 <target state="translated">n'importe quelle instance</target> 1948 <target state="translated">n'importe quelle instance</target>
1913 <context-group purpose="location"> 1949
1914 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1950 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1915 <context context-type="linenumber">32</context>
1916 </context-group>
1917 </trans-unit>
1918 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1951 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1919 <source>only followed instances</source> 1952 <source>only followed instances</source>
1920 <target state="translated">seulement les instances suivis</target> 1953 <target state="translated">seulement les instances suivis</target>
1921 <context-group purpose="location"> 1954
1922 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1955 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1923 <context context-type="linenumber">33</context>
1924 </context-group>
1925 </trans-unit>
1926 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1956 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1927 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1957 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1928 <target state="translated">Détermine si vous pouvez résoudre un contenu distant, ou si cette instance ne permet de le faire que pour les instances suivantes.</target> 1958 <target state="translated">Détermine si vous pouvez résoudre un contenu distant, ou si cette instance ne permet de le faire que pour les instances suivantes.</target>
1929 <context-group purpose="location"> 1959
1930 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1960 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1931 <context context-type="linenumber">31</context>
1932 </context-group>
1933 </trans-unit>
1934 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1961 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1935 <source>channel</source> 1962 <source>channel</source>
1936 <target state="translated">Chaîne</target> 1963 <target state="translated">Chaîne</target>
1937 <context-group purpose="location"> 1964
1938 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1965
1939 <context context-type="linenumber">40</context> 1966 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1940 </context-group>
1941 <context-group purpose="location">
1942 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1943 <context context-type="linenumber">43</context>
1944 </context-group>
1945 </trans-unit>
1946 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1967 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1947 <source>Any other text will return matching video or channel names.</source> 1968 <source>Any other text will return matching video or channel names.</source>
1948 <target state="translated">Tout autre texte ne retournera que des vidéos ou chaînes aux noms correspondant.</target> 1969 <target state="translated">Tout autre texte ne retournera que des vidéos ou chaînes aux noms correspondant.</target>
1949 <context-group purpose="location"> 1970
1950 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1971 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1951 <context context-type="linenumber">49</context>
1952 </context-group>
1953 </trans-unit>
1954 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1972 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1955 <source>Search...</source> 1973 <source>Search...</source>
1956 <target>Chercher...</target> 1974 <target>Chercher...</target>
@@ -1992,8 +2010,11 @@
1992 </context-group> 2010 </context-group>
1993 </trans-unit> 2011 </trans-unit>
1994 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2012 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1995 <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> 2013 <source>
1996 <target state="translated">Passer à la chaîne <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> 2014 Jump to channel
2015 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2016 </source>
2017 <target state="translated">Passer à la chaîne <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>
1997 <context-group purpose="location"> 2018 <context-group purpose="location">
1998 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2019 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1999 <context context-type="linenumber">18</context> 2020 <context context-type="linenumber">18</context>
@@ -2231,8 +2252,12 @@
2231 <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> 2252 <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>
2232 </trans-unit> 2253 </trans-unit>
2233 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2254 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2234 <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> 2255 <source>
2235 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target> 2256 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2257 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2258 Press Enter to add a new tag.
2259 </source>
2260 <target state="translated">Les étiquettes pourraient être utilisées pour suggérer des recommandations pertinentes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Il y a un maximum de 5 étiquettes. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Appuyez sur Entrée pour ajouter une nouvelle étiquette. </target>
2236 <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 <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>
2237 </trans-unit> 2262 </trans-unit>
2238 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2263 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2397,7 +2422,7 @@
2397 <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> 2422 <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>
2398 </trans-unit> 2423 </trans-unit>
2399 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2424 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2400 <source>Already uploaded ✔</source> 2425 <source>Already uploaded ✔</source>
2401 <target>Déjà téléversé ✔</target> 2426 <target>Déjà téléversé ✔</target>
2402 <context-group name="null"> 2427 <context-group name="null">
2403 <context context-type="linenumber">179</context> 2428 <context context-type="linenumber">179</context>
@@ -2528,8 +2553,12 @@
2528 <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> 2553 <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>
2529 </trans-unit> 2554 </trans-unit>
2530 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2555 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2531 <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> 2556 <source>
2532 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target> 2557 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>"/>
2558 or URL that points to a raw MP4 file.
2559 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.
2560 </source>
2561 <target state="translated">Vous pouvez importer n’importe quelle URL <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supportée par youtube-dl<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> ou une URL qui pointe vers un fichier MP4 brut. Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel elle pointe, sinon cela pourrait vous causer des problèmes juridiques à vous et à votre instance. </target>
2533 <context-group purpose="location"> 2562 <context-group purpose="location">
2534 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2563 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2535 <context context-type="linenumber">10</context> 2564 <context context-type="linenumber">10</context>
@@ -2591,10 +2620,14 @@
2591 <context-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> 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">31</context></context-group>
2592 </trans-unit> 2621 </trans-unit>
2593 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2622 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2594 <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> 2623 <source>
2624 Image that will be merged with your audio file.
2625 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2626 The chosen image will be definitive and cannot be modified.
2627 </source>
2595 <target> 2628 <target>
2596 Image qui sera fusionnée avec le fichier audio. 2629 Image qui sera fusionnée avec le fichier audio.
2597 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2630 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2598 L'image choisie sera définitive et ne pourra pas être modifiée. 2631 L'image choisie sera définitive et ne pourra pas être modifiée.
2599 </target> 2632 </target>
2600 <context-group name="null"> 2633 <context-group name="null">
@@ -2664,7 +2697,10 @@
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">13</context></context-group> 2697 <context-group 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>
2665 </trans-unit> 2698 </trans-unit>
2666 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2699 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2667 <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> 2700 <source>
2701 You can import any torrent file that points to a mp4 file.
2702 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.
2703 </source>
2668 <target> 2704 <target>
2669 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4. 2705 Vous pouvez importer n'importe quel fichier torrent qui pointe vers un fichier mp4.
2670 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance. 2706 Vous devez vous assurer que vous avez les droits de diffusion sur le contenu vers lequel il pointe, sinon cela pourrait vous causer des problèmes juridiques, personnellement et à votre instance.
@@ -2684,8 +2720,12 @@
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">56</context></context-group> 2720 <context-group 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>
2685 </trans-unit> 2721 </trans-unit>
2686 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2722 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2687 <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> 2723 <source>
2688 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour téléverser vos vidéos. </target> 2724 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.
2725 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2726 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.
2727 </source>
2728 <target state="translated">Nous vous recommandons de ne pas utiliser l’utilisateur <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>root<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> pour publier vos vidéos, puisque c’est le compte super-admin de votre instance. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> À la place, <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>créez un compte dédié<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour téléverser vos vidéos. </target>
2689 <context-group purpose="location"> 2729 <context-group purpose="location">
2690 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2730 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2691 <context context-type="linenumber">2</context> 2731 <context context-type="linenumber">2</context>
@@ -2925,16 +2965,16 @@
2925 <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> 2965 <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>
2926 </trans-unit> 2966 </trans-unit>
2927 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2967 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2928 <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> 2968 <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>
2929 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2969 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2930 <context-group purpose="location"> 2970 <context-group purpose="location">
2931 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2971 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2932 <context context-type="linenumber">45</context> 2972 <context context-type="linenumber">45</context>
2933 </context-group> 2973 </context-group>
2934 </trans-unit> 2974 </trans-unit>
2935 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2975 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2936 <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> 2976 <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>
2937 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle&gt;"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle&gt;"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </target> 2977 <target state="translated">Publié <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> • <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
2938 <context-group purpose="location"> 2978 <context-group purpose="location">
2939 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2979 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2940 <context context-type="linenumber">56</context> 2980 <context context-type="linenumber">56</context>
@@ -3227,7 +3267,11 @@
3227 <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> 3267 <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>
3228 </trans-unit> 3268 </trans-unit>
3229 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3269 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3230 <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> 3270 <source>
3271 You can comment using an account on any ActivityPub-compatible instance.
3272 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3273 from within the software's interface.
3274 </source>
3231 <target state="translated">Vous pouvez commenter en utilisant un compte de n'importe quelle instance compatible avec ActivityPub. Sur la plupart des plateformes, vous pouvez trouver cette vidéo en entrant son URL dans la barre de recherche et commenter depuis l'interface du logiciel.</target> 3275 <target state="translated">Vous pouvez commenter en utilisant un compte de n'importe quelle instance compatible avec ActivityPub. Sur la plupart des plateformes, vous pouvez trouver cette vidéo en entrant son URL dans la barre de recherche et commenter depuis l'interface du logiciel.</target>
3232 <context-group purpose="location"> 3276 <context-group purpose="location">
3233 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3277 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3263,13 +3307,13 @@
3263 <context-group name="null"> 3307 <context-group name="null">
3264 <context context-type="linenumber">14</context> 3308 <context context-type="linenumber">14</context>
3265 </context-group> 3309 </context-group>
3266 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3310
3267 </trans-unit> 3311 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3268 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3312 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3269 <source>This comment has been deleted</source> 3313 <source>This comment has been deleted</source>
3270 <target state="translated">Ce commentaire a été supprimé</target> 3314 <target state="translated">Ce commentaire a été supprimé</target>
3271 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3315
3272 </trans-unit> 3316 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3273 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3317 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3274 <source>Follows &amp; redundancies</source> 3318 <source>Follows &amp; redundancies</source>
3275 <target state="translated">Abonné·e·s &amp; redondances</target> 3319 <target state="translated">Abonné·e·s &amp; redondances</target>
@@ -3409,8 +3453,8 @@
3409 <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> 3453 <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>
3410 </trans-unit> 3454 </trans-unit>
3411 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3455 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3412 <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> 3456 <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>
3413 <target>Créé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3457 <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>
3414 <context-group name="null"> 3458 <context-group name="null">
3415 <context context-type="linenumber">11</context> 3459 <context context-type="linenumber">11</context>
3416 </context-group> 3460 </context-group>
@@ -3500,8 +3544,8 @@
3500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3544 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3501 </trans-unit> 3545 </trans-unit>
3502 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3546 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3503 <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> 3547 <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>
3504 <target state="translated">Redondance autorisée <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3548 <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>
3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3549 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3506 </trans-unit> 3550 </trans-unit>
3507 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3551 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3620,8 +3664,11 @@
3620 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></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">48</context></context-group>
3621 </trans-unit> 3665 </trans-unit>
3622 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3666 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3623 <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> 3667 <source>
3624 <target state="translated">Le transcodage est activé. Le quota de vidéos ne prend en compte que &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&amp;lt;strong&amp;gt;"/&gt;la taille du fichier&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&amp;lt;/strong&amp;gt;"/&gt; original. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/&gt; L'utilisateur peut au moins téléverser ~ &lt;x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes : 0 }}"/&gt;.</target> 3668 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/>"/>
3669 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3670 </source>
3671 <target state="translated">Le transcodage est activé. Le quota de vidéos ne prend en compte que &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&amp;lt;strong&amp;gt;"/>la taille du fichier&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&amp;lt;/strong&amp;gt;"/> original. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/> L'utilisateur peut au moins téléverser ~ &lt;x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes : 0 }}"/>.</target>
3625 <context-group purpose="location"> 3672 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3673 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3627 <context context-type="linenumber">148</context> 3674 <context context-type="linenumber">148</context>
@@ -3713,16 +3760,16 @@
3713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3760 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3714 </trans-unit> 3761 </trans-unit>
3715 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3762 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3716 <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> 3763 <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>
3717 <target>Identifiant <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3764 <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>
3718 <context-group name="null"> 3765 <context-group name="null">
3719 <context context-type="linenumber">40</context> 3766 <context context-type="linenumber">40</context>
3720 </context-group> 3767 </context-group>
3721 <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> 3768 <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>
3722 </trans-unit> 3769 </trans-unit>
3723 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3770 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3724 <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> 3771 <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>
3725 <target>Quota des vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3772 <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>
3726 <context-group name="null"> 3773 <context-group name="null">
3727 <context context-type="linenumber">42</context> 3774 <context context-type="linenumber">42</context>
3728 </context-group> 3775 </context-group>
@@ -3773,8 +3820,8 @@
3773 <context-group name="null"> 3820 <context-group name="null">
3774 <context context-type="linenumber">95</context> 3821 <context context-type="linenumber">95</context>
3775 </context-group> 3822 </context-group>
3776 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3823
3777 </trans-unit> 3824 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3778 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3825 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3779 <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> 3826 <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>
3780 <target state="translated">Affiche les utilisateurs <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> à <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> sur <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target> 3827 <target state="translated">Affiche les utilisateurs <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> à <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> sur <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target>
@@ -3833,8 +3880,8 @@
3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3880 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3834 </trans-unit> 3881 </trans-unit>
3835 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3882 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3836 <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> 3883 <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>
3837 <target state="translated">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> 3884 <target state="translated">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>
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">23</context></context-group> 3885 <context-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>
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">24</context></context-group> 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">24</context></context-group>
3840 </trans-unit> 3887 </trans-unit>
@@ -3891,8 +3938,8 @@
3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3938 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3892 </trans-unit> 3939 </trans-unit>
3893 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3940 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3894 <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> 3941 <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>
3895 <target>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3942 <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>
3896 <context-group name="null"> 3943 <context-group name="null">
3897 <context context-type="linenumber">11</context> 3944 <context context-type="linenumber">11</context>
3898 </context-group> 3945 </context-group>
@@ -4104,8 +4151,8 @@
4104 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4105 </trans-unit> 4152 </trans-unit>
4106 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4153 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4107 <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> 4154 <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>
4108 <target>État <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4155 <target>État <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
4109 <context-group name="null"> 4156 <context-group name="null">
4110 <context context-type="linenumber">11</context> 4157 <context context-type="linenumber">11</context>
4111 </context-group> 4158 </context-group>
@@ -4114,8 +4161,8 @@
4114 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4115 </trans-unit> 4162 </trans-unit>
4116 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4163 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4117 <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> 4164 <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>
4118 <target state="translated">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> 4165 <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>
4119 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4166 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4120 </trans-unit> 4167 </trans-unit>
4121 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4168 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4135,8 +4182,8 @@
4135 </context-group> 4182 </context-group>
4136 </trans-unit> 4183 </trans-unit>
4137 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4184 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4138 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4185 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4139 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4186 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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>
4140 <context-group purpose="location"> 4187 <context-group purpose="location">
4141 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4188 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4142 <context context-type="linenumber">20</context> 4189 <context context-type="linenumber">20</context>
@@ -4159,8 +4206,8 @@
4159 </context-group> 4206 </context-group>
4160 </trans-unit> 4207 </trans-unit>
4161 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4208 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4162 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4209 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4163 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4210 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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>
4164 <context-group purpose="location"> 4211 <context-group purpose="location">
4165 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4212 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4166 <context context-type="linenumber">40</context> 4213 <context context-type="linenumber">40</context>
@@ -4207,8 +4254,8 @@
4207 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4254 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4208 </trans-unit> 4255 </trans-unit>
4209 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4256 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4210 <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> 4257 <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>
4211 <target>Silencé le <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 4258 <target>Silencé 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>
4212 <context-group name="null"> 4259 <context-group name="null">
4213 <context context-type="linenumber">13</context> 4260 <context context-type="linenumber">13</context>
4214 </context-group> 4261 </context-group>
@@ -4335,6 +4382,12 @@
4335 <context context-type="linenumber">51</context> 4382 <context context-type="linenumber">51</context>
4336 </context-group> 4383 </context-group>
4337 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4384 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4385 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4386 <source>Close this message</source><target state="new">Close this message</target>
4387 <context-group purpose="location">
4388 <context context-type="sourcefile">src/app/app.component.html</context>
4389 <context context-type="linenumber">34</context>
4390 </context-group>
4338 </trans-unit> 4391 </trans-unit>
4339 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4392 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4340 <source>Go to the plugin homepage</source> 4393 <source>Go to the plugin homepage</source>
@@ -4496,8 +4549,8 @@
4496 </context-group> 4549 </context-group>
4497 </trans-unit> 4550 </trans-unit>
4498 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4551 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4499 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4552 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4500 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4553 <target state="translated">Par <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4501 <context-group purpose="location"> 4554 <context-group purpose="location">
4502 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4555 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4503 <context context-type="linenumber">32</context> 4556 <context context-type="linenumber">32</context>
@@ -4545,8 +4598,8 @@
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">65</context></context-group> 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">65</context></context-group>
4546 </trans-unit> 4599 </trans-unit>
4547 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4600 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4548 <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> 4601 <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>
4549 <target state="translated">Le <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>système de partage<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> implique que des informations techniques de votre système (comme votre adresse IP publique) peuvent être envoyées à d'autres pairs, mais aide grandement à réduire la charge du serveur.</target> 4602 <target state="translated">Le <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>système de partage<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> implique que des informations techniques de votre système (comme votre adresse IP publique) peuvent être envoyées à d'autres pairs, mais aide grandement à réduire la charge du serveur.</target>
4550 <context-group purpose="location"><context context-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> 4603 <context-group purpose="location"><context context-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>
4551 </trans-unit> 4604 </trans-unit>
4552 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4605 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4588,8 +4641,8 @@
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">75</context></context-group> 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">75</context></context-group>
4589 </trans-unit> 4642 </trans-unit>
4590 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4643 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4591 <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> 4644 <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>
4592 <target state="translated">Montez une équipe de modération parmis vos <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>utilisateurs<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4645 <target state="translated">Montez une équipe de modération parmis vos <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>utilisateurs<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4593 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">76</context></context-group> 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">76</context></context-group>
4594 </trans-unit> 4647 </trans-unit>
4595 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4648 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4601,8 +4654,11 @@
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">86</context></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">86</context></context-group>
4602 </trans-unit> 4655 </trans-unit>
4603 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4656 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4604 <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> 4657 <source>
4605 <target state="translated">Activé, cela permet aux administrateurs d'autres instanecs de savoir que vous fédérez une part non-négligeable de contenu sensible.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> De plus, la case signalant qu'une vidéo est NSFW sera cochée par défaut lors de l'ajout de vidéos. </target> 4658 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/>"/>
4659 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4660 </source>
4661 <target state="translated">Activé, cela permet aux administrateurs d'autres instanecs de savoir que vous fédérez une part non-négligeable de contenu sensible.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> De plus, la case signalant qu'une vidéo est NSFW sera cochée par défaut lors de l'ajout de vidéos. </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">90</context></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">90</context></context-group>
4607 </trans-unit> 4663 </trans-unit>
4608 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4664 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4614,8 +4670,8 @@
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">99</context></context-group> 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">99</context></context-group>
4615 </trans-unit> 4671 </trans-unit>
4616 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4672 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4617 <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> 4673 <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>
4618 <target state="translated">Avec <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;"/> ou <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;"/>, une confirmation de l'utilisateur sera requise pour visionner la vidéo. </target> 4674 <target state="translated">Avec <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>"/> ou <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>"/>, une confirmation de l'utilisateur sera requise pour visionner la vidéo. </target>
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">103</context></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">103</context></context-group>
4620 </trans-unit> 4676 </trans-unit>
4621 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4677 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4769,8 +4825,8 @@
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">240</context></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">240</context></context-group>
4770 </trans-unit> 4826 </trans-unit>
4771 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4827 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4772 <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> 4828 <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>
4773 <target state="translated">Utilisez des <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;"/> pour des changements plus conséquents, ou <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ajoutez des customisations légères<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4829 <target state="translated">Utilisez des <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>"/> pour des changements plus conséquents, ou <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ajoutez des customisations légères<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </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">241</context></context-group> 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">241</context></context-group>
4775 </trans-unit> 4831 </trans-unit>
4776 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4832 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4825,41 +4881,81 @@
4825 <context context-type="linenumber">223</context> 4881 <context context-type="linenumber">223</context>
4826 </context-group> 4882 </context-group>
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">270</context></context-group> 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">270</context></context-group>
4884 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4885 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4886 <context-group purpose="location">
4887 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4888 <context context-type="linenumber">281</context>
4889 </context-group>
4890 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4891 <source>
4892 Display a message on your instance
4893 </source><target state="new">
4894 Display a message on your instance
4895 </target>
4896 <context-group purpose="location">
4897 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4898 <context context-type="linenumber">282</context>
4899 </context-group>
4900 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4901 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4902 <context-group purpose="location">
4903 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4904 <context context-type="linenumber">294</context>
4905 </context-group>
4906 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4907 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4908 <context-group purpose="location">
4909 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4910 <context context-type="linenumber">301</context>
4911 </context-group>
4912 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4913 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4914 <context-group purpose="location">
4915 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4916 <context context-type="linenumber">306</context>
4917 </context-group>
4918 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4919 <source>Message</source><target state="new">Message</target>
4920 <context-group purpose="location">
4921 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4922 <context context-type="linenumber">318</context>
4923 </context-group>
4828 </trans-unit> 4924 </trans-unit>
4829 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4925 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4830 <source>NEW USERS</source> 4926 <source>NEW USERS</source>
4831 <target state="translated">NOUVEAUX UTILISATEURS</target> 4927 <target state="translated">NOUVEAUX UTILISATEURS</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">281</context></context-group> 4928
4833 </trans-unit> 4929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">333</context></context-group></trans-unit>
4834 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4930 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4835 <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> 4931 <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>
4836 <target state="translated">Gérez vos <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;"/> pour leur assigner des quotas individuels. </target> 4932 <target state="translated">Gérez vos <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>users<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour leur assigner des quotas individuels. </target>
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">282</context></context-group> 4933
4838 </trans-unit> 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">334</context></context-group></trans-unit>
4839 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4935 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4840 <source>Signup enabled</source> 4936 <source>Signup enabled</source>
4841 <target>Enregistrement activé</target> 4937 <target>Enregistrement activé</target>
4842 <context-group name="null"> 4938 <context-group name="null">
4843 <context context-type="linenumber">235</context> 4939 <context context-type="linenumber">235</context>
4844 </context-group> 4940 </context-group>
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">293</context></context-group> 4941
4846 </trans-unit> 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">345</context></context-group></trans-unit>
4847 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4943 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4848 <source>Signup requires email verification</source> 4944 <source>Signup requires email verification</source>
4849 <target>L'inscription requiert la vérification par courriel</target> 4945 <target>L'inscription requiert la vérification par courriel</target>
4850 <context-group name="null"> 4946 <context-group name="null">
4851 <context context-type="linenumber">242</context> 4947 <context context-type="linenumber">242</context>
4852 </context-group> 4948 </context-group>
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">301</context></context-group> 4949
4854 </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">353</context></context-group></trans-unit>
4855 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4951 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4856 <source>Signup limit</source> 4952 <source>Signup limit</source>
4857 <target>Limitation des enregistrements</target> 4953 <target>Limitation des enregistrements</target>
4858 <context-group name="null"> 4954 <context-group name="null">
4859 <context context-type="linenumber">247</context> 4955 <context context-type="linenumber">247</context>
4860 </context-group> 4956 </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">305</context></context-group> 4957
4862 </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">357</context></context-group></trans-unit>
4863 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4959 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4864 <source>Users</source> 4960 <source>Users</source>
4865 <target>Utilisateurs</target> 4961 <target>Utilisateurs</target>
@@ -4964,99 +5060,93 @@
4964 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 5060 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4965 <source>Default video quota per user</source> 5061 <source>Default video quota per user</source>
4966 <target state="translated">Quota de vidéo par défaut par utilisateur</target> 5062 <target state="translated">Quota de vidéo par défaut par utilisateur</target>
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">320</context></context-group> 5063
4968 </trans-unit> 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">372</context></context-group></trans-unit>
4969 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 5065 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4970 <source>Default daily upload limit per user</source> 5066 <source>Default daily upload limit per user</source>
4971 <target state="translated">Limite de téléversement journalière par défaut par utilisateur</target> 5067 <target state="translated">Limite de téléversement journalière par défaut par utilisateur</target>
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">332</context></context-group> 5068
4973 </trans-unit> 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">384</context></context-group></trans-unit>
4974 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5070 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4975 <source>NEW VIDEOS</source> 5071 <source>NEW VIDEOS</source>
4976 <target state="translated">NOUVELLES VIDÉOS</target> 5072 <target state="translated">NOUVELLES VIDÉOS</target>
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">349</context></context-group> 5073
4978 </trans-unit> 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">401</context></context-group></trans-unit>
4979 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5075 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4980 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5076 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4981 <target state="translated">Permettre l'import avec une URL HTTP (i.e. YouTube)</target> 5077 <target state="translated">Permettre l'import avec une URL HTTP (i.e. YouTube)</target>
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">360</context></context-group> 5078
4983 </trans-unit> 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">412</context></context-group></trans-unit>
4984 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5080 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4985 <source>Allow import with a torrent file or a magnet URI</source> 5081 <source>Allow import with a torrent file or a magnet URI</source>
4986 <target state="translated">Permettre l'import avec un fichier torrent ou un magnet URI</target> 5082 <target state="translated">Permettre l'import avec un fichier torrent ou un magnet URI</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">367</context></context-group> 5083
4988 </trans-unit> 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">419</context></context-group></trans-unit>
4989 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5085 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4990 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5086 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4991 <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> 5087 <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>
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">384</context></context-group> 5088
4993 </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">436</context></context-group></trans-unit>
4994 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5090 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4995 <source>Blacklist new videos automatically</source> 5091 <source>Blacklist new videos automatically</source>
4996 <target state="translated">Mettre automatiquement sur liste noire les nouvelles vidéos</target> 5092 <target state="translated">Mettre automatiquement sur liste noire les nouvelles vidéos</target>
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">381</context></context-group> 5093
4998 </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">433</context></context-group></trans-unit>
4999 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5095 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
5000 <source>FEDERATION</source> 5096 <source>FEDERATION</source>
5001 <target state="translated">FÉDÉRATION</target> 5097 <target state="translated">FÉDÉRATION</target>
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">398</context></context-group> 5098
5003 </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">450</context></context-group></trans-unit>
5004 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5100 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5005 <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> 5101 <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>
5006 <target state="translated">Gérez vos <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;"/> avec d'autres instances. </target> 5102 <target state="translated">Gérez vos <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>relations<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> avec d'autres instances. </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">399</context></context-group> 5103
5008 </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">451</context></context-group></trans-unit>
5009 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5105 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5010 <source>Other instances can follow yours</source> 5106 <source>Other instances can follow yours</source>
5011 <target state="translated">D'autres instances peuvent suivre la votre</target> 5107 <target state="translated">D'autres instances peuvent suivre la votre</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">412</context></context-group> 5108
5013 </trans-unit> 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">464</context></context-group></trans-unit>
5014 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5110 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
5015 <source>Manually approve new instance followers</source> 5111 <source>Manually approve new instance followers</source>
5016 <target state="translated">Approuver manuellement le suivi par de nouvelles instances</target> 5112 <target state="translated">Approuver manuellement le suivi par de nouvelles instances</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">419</context></context-group> 5113
5018 </trans-unit> 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">471</context></context-group></trans-unit>
5019 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5115 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
5020 <source>Automatically follow back instances</source> 5116 <source>Automatically follow back instances</source>
5021 <target state="translated">Suivre automatiquement des instances en retour</target> 5117 <target state="translated">Suivre automatiquement des instances en retour</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">432</context></context-group> 5118
5023 </trans-unit> 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">484</context></context-group></trans-unit>
5024 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5120 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5025 <source>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;"/>. </source> 5121 <source>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>"/>. </source>
5026 <target state="translated">Vous ne devriez suivre que des indexs d'instances de confiance, ou <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>héberger votre propre index<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5122 <target state="translated">Vous ne devriez suivre que des indexs d'instances de confiance, ou <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>héberger votre propre index<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5027 <context-group purpose="location"> 5123
5028 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
5029 <context context-type="linenumber">450</context>
5030 </context-group>
5031 </trans-unit>
5032 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5125 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
5033 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5126 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
5034 <target state="translated">⚠️ Cette fonctionnalité requiert beaucoup d’attention et une modération supplémentaire.</target> 5127 <target state="translated">⚠️ Cette fonctionnalité requiert beaucoup d’attention et une modération supplémentaire.</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">296</context></context-group> 5128
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">435</context></context-group> 5129
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">448</context></context-group> 5130
5038 </trans-unit> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
5039 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 5132 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
5040 <source>Index URL</source> 5133 <source>Index URL</source>
5041 <target>URL de l'index</target> 5134 <target>URL de l'index</target>
5042 <context-group name="null"> 5135 <context-group name="null">
5043 <context context-type="linenumber">371</context> 5136 <context context-type="linenumber">371</context>
5044 </context-group> 5137 </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">457</context></context-group> 5138
5046 </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">509</context></context-group></trans-unit>
5047 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5140 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5048 <source>Automatically follow instances of a public index</source> 5141 <source>Automatically follow instances of a public index</source>
5049 <target state="translated">Suivre automatiquement les instances listées sur un index public</target> 5142 <target state="translated">Suivre automatiquement les instances listées sur un index public</target>
5050 <context-group purpose="location"> 5143
5051 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
5052 <context context-type="linenumber">445</context>
5053 </context-group>
5054 </trans-unit>
5055 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5145 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5056 <source>ADMINISTRATORS</source> 5146 <source>ADMINISTRATORS</source>
5057 <target state="translated">ADMINISTRATEURS</target> 5147 <target state="translated">ADMINISTRATEURS</target>
5058 <context-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> 5148
5059 </trans-unit> 5149 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
5060 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5150 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
5061 <source>Administrator</source> 5151 <source>Administrator</source>
5062 <target>Administrateur</target> 5152 <target>Administrateur</target>
@@ -5071,16 +5161,16 @@
5071 <context-group name="null"> 5161 <context-group name="null">
5072 <context context-type="linenumber">387</context> 5162 <context context-type="linenumber">387</context>
5073 </context-group> 5163 </context-group>
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">483</context></context-group> 5164
5075 </trans-unit> 5165 <context-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>
5076 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5166 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
5077 <source>Enable contact form</source> 5167 <source>Enable contact form</source>
5078 <target>Activer le formulaire de contact</target> 5168 <target>Activer le formulaire de contact</target>
5079 <context-group name="null"> 5169 <context-group name="null">
5080 <context context-type="linenumber">398</context> 5170 <context context-type="linenumber">398</context>
5081 </context-group> 5171 </context-group>
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">494</context></context-group> 5172
5083 </trans-unit> 5173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
5084 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5174 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
5085 <source>Basic configuration</source> 5175 <source>Basic configuration</source>
5086 <target>Configuration basique</target> 5176 <target>Configuration basique</target>
@@ -5092,196 +5182,235 @@
5092 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5182 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5093 <source>TWITTER</source> 5183 <source>TWITTER</source>
5094 <target state="translated">TWITTER</target> 5184 <target state="translated">TWITTER</target>
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">511</context></context-group> 5185
5096 </trans-unit> 5186 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit>
5097 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5187 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5098 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5188 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5099 <target state="translated">Optionnel. Si vous possédez un compte Twitter représentant votre instance, permet de personnaliser les prévisualisations de liens.</target> 5189 <target state="translated">Optionnel. Si vous possédez un compte Twitter représentant votre instance, permet de personnaliser les prévisualisations de liens.</target>
5100 <context-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> 5190
5101 </trans-unit> 5191 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit>
5102 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5192 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5103 <source>Your Twitter username</source> 5193 <source>Your Twitter username</source>
5104 <target>Votre identifiant Twitter</target> 5194 <target>Votre identifiant Twitter</target>
5105 <context-group name="null"> 5195 <context-group name="null">
5106 <context context-type="linenumber">413</context> 5196 <context context-type="linenumber">413</context>
5107 </context-group> 5197 </context-group>
5108 <context-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> 5198
5109 </trans-unit> 5199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
5110 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5200 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5111 <source>Instance whitelisted by Twitter</source> 5201 <source>Instance whitelisted by Twitter</source>
5112 <target>Instance sur la liste blanche de Twitter</target> 5202 <target>Instance sur la liste blanche de Twitter</target>
5113 <context-group name="null"> 5203 <context-group name="null">
5114 <context context-type="linenumber">431</context> 5204 <context context-type="linenumber">431</context>
5115 </context-group> 5205 </context-group>
5116 <context-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> 5206
5117 </trans-unit> 5207 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
5118 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5208 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5119 <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> 5209 <source>
5120 <target state="translated">Si votre instance est mise sur liste blanche par Twitter, a lecteur vidéo sera intégré dans les tweets contenant un lien vers une vidéo de votre instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Si elle ne l'est pas, la carte de prévisualisation redirigera vers votre instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Cochez cette case, sauvegardez la configuration et testez une URL de vidéo de votre instance (https://example.com/videos/watch/blabla) sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour vérifier que votre instance est bien sur liste blanche. </target> 5210 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/>"/>
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">539</context></context-group> 5211 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/>"/>
5122 </trans-unit> 5212 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5213 <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>"/>
5214 to see if you instance is whitelisted.
5215 </source>
5216 <target state="translated">Si votre instance est mise sur liste blanche par Twitter, a lecteur vidéo sera intégré dans les tweets contenant un lien vers une vidéo de votre instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Si elle ne l'est pas, la carte de prévisualisation redirigera vers votre instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Cochez cette case, sauvegardez la configuration et testez une URL de vidéo de votre instance (https://example.com/videos/watch/blabla) sur <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour vérifier que votre instance est bien sur liste blanche. </target>
5217
5218 <context-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>
5123 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5219 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5124 <source>Services</source> 5220 <source>Services</source>
5125 <target>Services</target> 5221 <target>Services</target>
5126 <context-group name="null"> 5222 <context-group name="null">
5127 <context context-type="linenumber">405</context> 5223 <context context-type="linenumber">405</context>
5128 </context-group> 5224 </context-group>
5129 <context-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> 5225
5130 </trans-unit> 5226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5131 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5227 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5132 <source>TRANSCODING</source> 5228 <source>TRANSCODING</source>
5133 <target state="translated">TRANSCODAGE</target> 5229 <target state="translated">TRANSCODAGE</target>
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">565</context></context-group> 5230
5135 </trans-unit> 5231 <context-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>
5136 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5232 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5137 <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> 5233 <source>
5234 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5235 resources, this is a critical part of PeerTube, so tread carefully.
5236 </source>
5138 <target state="translated">Concerne la transformation des vidéos dans un format que n'importe quel appareil peut lire. Bien que très consommateur en ressources, c'est une partie critique de PeerTube. Soyez prudents dans vos choix.</target> 5237 <target state="translated">Concerne la transformation des vidéos dans un format que n'importe quel appareil peut lire. Bien que très consommateur en ressources, c'est une partie critique de PeerTube. Soyez prudents dans vos choix.</target>
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">566</context></context-group> 5238
5140 </trans-unit> 5239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5141 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5240 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5142 <source>Transcoding enabled</source> 5241 <source>Transcoding enabled</source>
5143 <target>Transcodage activé</target> 5242 <target>Transcodage activé</target>
5144 <context-group name="null"> 5243 <context-group name="null">
5145 <context context-type="linenumber">461</context> 5244 <context context-type="linenumber">461</context>
5146 </context-group> 5245 </context-group>
5147 <context-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> 5246
5148 </trans-unit> 5247 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5149 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5248 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5150 <source>If you disable transcoding, many videos from your users will not work!</source> 5249 <source>If you disable transcoding, many videos from your users will not work!</source>
5151 <target>Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !</target> 5250 <target>Si vous désactivez le transcodage, de nombreuses vidéos d'utilisateurs ne fonctionneront pas !</target>
5152 <context-group name="null"> 5251 <context-group name="null">
5153 <context context-type="linenumber">465</context> 5252 <context context-type="linenumber">465</context>
5154 </context-group> 5253 </context-group>
5155 <context-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> 5254
5156 </trans-unit> 5255 <context-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>
5157 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5256 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5158 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5257 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5159 <target state="translated">Autoriser les utilisateurs à téléverser des vidéos avec les extensions .mkv, .mov, .avi et .flv.</target> 5258 <target state="translated">Autoriser les utilisateurs à téléverser des vidéos avec les extensions .mkv, .mov, .avi et .flv.</target>
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">594</context></context-group> 5259
5161 </trans-unit> 5260 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5162 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5261 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5163 <source>Allow additional extensions</source> 5262 <source>Allow additional extensions</source>
5164 <target>Permettre des extensions additionnelles</target> 5263 <target>Permettre des extensions additionnelles</target>
5165 <context-group name="null"> 5264 <context-group name="null">
5166 <context context-type="linenumber">475</context> 5265 <context context-type="linenumber">475</context>
5167 </context-group> 5266 </context-group>
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">591</context></context-group> 5267
5169 </trans-unit> 5268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5170 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5269 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5171 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5270 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5172 <target state="translated">Autoriser les utilisateurs à téléverser des fichiers audio qui seront fusionnés dans un film avec l'image utilisée pour la prévisualisation.</target> 5271 <target state="translated">Autoriser les utilisateurs à téléverser des fichiers audio qui seront fusionnés dans un film avec l'image utilisée pour la prévisualisation.</target>
5173 <context-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> 5272
5174 </trans-unit> 5273 <context-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>
5175 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5274 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5176 <source>Allow audio files upload</source> 5275 <source>Allow audio files upload</source>
5177 <target>Autorise l'envoi de fichier audio</target> 5276 <target>Autorise l'envoi de fichier audio</target>
5178 <context-group name="null"> 5277 <context-group name="null">
5179 <context context-type="linenumber">486</context> 5278 <context context-type="linenumber">486</context>
5180 </context-group> 5279 </context-group>
5181 <context-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> 5280
5182 </trans-unit> 5281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit>
5183 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5282 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5184 <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> 5283 <source>
5185 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Experimental, nous vous conseillons de ne pas désactiver WebTorrent pour l'instant<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si vous activez aussi HLS, le stockage nécessaire sera multiplié par 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;"/>Casse la fédération avec d'autres instances PeerTube &lt; 2.1 lorsque désactivé<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5284 <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>"/>
5186 <context-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> 5285
5187 </trans-unit> 5286 <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>"/>
5287
5288 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5289
5290 <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>"/>
5291 </source>
5292 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, nous vous conseillons de ne pas désactiver WebTorrent pour l'instant<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si vous activez aussi HLS, le stockage nécessaire sera multiplié par 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>"/>Casse la fédération avec d'autres instances PeerTube &lt; 2.1 lorsque désactivé<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5293
5294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit>
5188 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5295 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5189 <source>WebTorrent support enabled</source> 5296 <source>WebTorrent support enabled</source>
5190 <target state="translated">Support WebTorrent activé</target> 5297 <target state="translated">Support WebTorrent activé</target>
5191 <context-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> 5298
5192 </trans-unit> 5299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5193 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5300 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5194 <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> 5301 <source>
5195 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requiert ffmpeg &gt;= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Génère des paylilst HLS et des MP4 fragmentés résaltant en une meilleure lecture de la vidéo qu'avec le lecteur traditionel :<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Le changement de résolution se fait sans heurts<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;"/>Chargement du buffer plus rapide au démarrage de la lecture<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li&gt;"/>Lecture plus stable (moins de bugs/plus de chargement infini)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li&gt;"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p&gt;"/>Si vous avez aussi laissé activé WebTorrent, multiplie par 2 le stockage requis<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5302 <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>"/>
5196 <context-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> 5303
5197 </trans-unit> 5304 <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>"/>
5305 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5306 <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>"/>
5307 <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>"/>
5308 <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>"/>
5309 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5310
5311 <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>"/>
5312 </source>
5313 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requiert ffmpeg >= 4.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Génère des paylilst HLS et des MP4 fragmentés résaltant en une meilleure lecture de la vidéo qu'avec le lecteur traditionel :<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Le changement de résolution se fait sans heurts<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Chargement du buffer plus rapide au démarrage de la lecture<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Lecture plus stable (moins de bugs/plus de chargement infini)<x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Si vous avez aussi laissé activé WebTorrent, multiplie par 2 le stockage requis<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
5314
5315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5198 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5316 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5199 <source>HLS support enabled</source> 5317 <source>HLS support enabled</source>
5200 <target state="translated">Support HLS activé</target> 5318 <target state="translated">Support HLS activé</target>
5201 <context-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> 5319
5202 </trans-unit> 5320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5203 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5321 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5204 <source>Transcoding threads</source> 5322 <source>Transcoding threads</source>
5205 <target>Nombre de threads pour le transcodage</target> 5323 <target>Nombre de threads pour le transcodage</target>
5206 <context-group name="null"> 5324 <context-group name="null">
5207 <context context-type="linenumber">517</context> 5325 <context context-type="linenumber">517</context>
5208 </context-group> 5326 </context-group>
5209 <context-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> 5327
5210 </trans-unit> 5328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5211 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5329 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5212 <source>Resolutions to generate</source> 5330 <source>Resolutions to generate</source>
5213 <target state="translated">Résolutions à générer</target> 5331 <target state="translated">Résolutions à générer</target>
5214 <context-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> 5332
5215 </trans-unit> 5333 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5216 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5334 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5217 <source>CACHE</source> 5335 <source>CACHE</source>
5218 <target state="translated">CACHE</target> 5336 <target state="translated">CACHE</target>
5219 <context-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> 5337
5220 </trans-unit> 5338 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5221 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5339 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5222 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5340 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5223 <target state="translated">Quelques fichiers ne sont pas fédérés, et récupérés à la demande. Vous pouvez définir la manière dont ils sont mis en cache ici.</target> 5341 <target state="translated">Quelques fichiers ne sont pas fédérés, et récupérés à la demande. Vous pouvez définir la manière dont ils sont mis en cache ici.</target>
5224 <context-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> 5342
5225 </trans-unit> 5343 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit>
5226 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5344 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5227 <source>Number of previews to keep in cache</source> 5345 <source>Number of previews to keep in cache</source>
5228 <target state="translated">Nombre de prévisualisations à garder en cache</target> 5346 <target state="translated">Nombre de prévisualisations à garder en cache</target>
5229 <context-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> 5347
5230 </trans-unit> 5348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5231 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5349 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5232 <source>Number of video captions to keep in cache</source> 5350 <source>Number of video captions to keep in cache</source>
5233 <target state="translated">Nombre de vignettes à garder en cache</target> 5351 <target state="translated">Nombre de vignettes à garder en cache</target>
5234 <context-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> 5352
5235 </trans-unit> 5353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5236 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5354 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5237 <source>CUSTOMIZATIONS</source> 5355 <source>CUSTOMIZATIONS</source>
5238 <target state="translated">CUSTOMISATIONS</target> 5356 <target state="translated">CUSTOMISATIONS</target>
5239 <context-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> 5357
5240 </trans-unit> 5358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5241 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5359 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5242 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5360 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5243 <target state="translated">Modifications légères de votre instance PeerTube, pour quand un plugin ou un thème sont de trop.</target> 5361 <target state="translated">Modifications légères de votre instance PeerTube, pour quand un plugin ou un thème sont de trop.</target>
5244 <context-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> 5362
5245 </trans-unit> 5363 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5246 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5364 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5247 <source>JavaScript</source> 5365 <source>JavaScript</source>
5248 <target>JavaScript</target> 5366 <target>JavaScript</target>
5249 <context-group name="null"> 5367 <context-group name="null">
5250 <context context-type="linenumber">575</context> 5368 <context context-type="linenumber">575</context>
5251 </context-group> 5369 </context-group>
5252 <context-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> 5370
5253 </trans-unit> 5371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5254 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5372 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5255 <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> 5373 <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>
5256 <target state="translated">Écrivez directement en JavaScript.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/&gt;Example : &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;pre&amp;gt ;"/&gt;console.log('mon instance roxxe') ;&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;/pre&amp;gt ;"/&gt;</target> 5374 <target state="translated">Écrivez directement en JavaScript.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/>Example : &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;pre&amp;gt ;"/>console.log('mon instance roxxe') ;&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;/pre&amp;gt ;"/></target>
5257 <context-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> 5375
5258 </trans-unit> 5376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5259 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5377 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5260 <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> 5378 <source>
5261 <target state="translated">Écrivez directement en CSS. Example :&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/&gt;&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/&gt; &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;pre&amp;gt ;"/&gt; #custom-css &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/&gt; color : red ; &lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/&gt; &lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;/pre&amp;gt ;"/&gt; Prepend with &lt;x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&amp;lt ;em&amp;gt ;"/&gt;#custom-css&lt;x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&amp;lt ;/em&amp;gt ;"/&gt; to override styles. Example :&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/&gt;&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/&gt; &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;pre&amp;gt ;"/&gt; #custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/&gt; color : red ; &lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/&gt; &lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;/pre&amp;gt ;"/&gt;</target> 5379 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/>"/>
5262 <context-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> 5380 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5263 </trans-unit> 5381 color: red;
5382 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5383 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5384 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/>"/>
5385 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5386 color: red;
5387 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5388 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5389 </source>
5390 <target state="translated">Écrivez directement en CSS. Example :&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/> &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;pre&amp;gt ;"/> #custom-css &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color : red ; &lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> &lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;/pre&amp;gt ;"/> Prepend with &lt;x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&amp;lt ;em&amp;gt ;"/>#custom-css&lt;x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&amp;lt ;/em&amp;gt ;"/> to override styles. Example :&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&amp;lt ;br/&amp;gt ;"/> &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;pre&amp;gt ;"/> #custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/> color : red ; &lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> &lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&amp;lt ;/pre&amp;gt ;"/></target>
5391
5392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5264 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5393 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5265 <source>Advanced configuration</source> 5394 <source>Advanced configuration</source>
5266 <target>Configuration avancée</target> 5395 <target>Configuration avancée</target>
5267 <context-group name="null"> 5396 <context-group name="null">
5268 <context context-type="linenumber">452</context> 5397 <context context-type="linenumber">452</context>
5269 </context-group> 5398 </context-group>
5270 <context-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> 5399
5271 </trans-unit> 5400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5272 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5401 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5273 <source>Update configuration</source> 5402 <source>Update configuration</source>
5274 <target>Mettre à jour la configuration</target> 5403 <target>Mettre à jour la configuration</target>
5275 <context-group name="null"> 5404 <context-group name="null">
5276 <context context-type="linenumber">628</context> 5405 <context context-type="linenumber">628</context>
5277 </context-group> 5406 </context-group>
5278 <context-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> 5407
5279 </trans-unit> 5408 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5280 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5409 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5281 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5410 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5282 <target state="translated">La configuration semble invalide. Merci de vérifier dans les onglets.</target> 5411 <target state="translated">La configuration semble invalide. Merci de vérifier dans les onglets.</target>
5283 <context-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> 5412
5284 </trans-unit> 5413 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5285 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5414 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5286 <source>PROFILE</source> 5415 <source>PROFILE</source>
5287 <target state="translated">PROFIL</target> 5416 <target state="translated">PROFIL</target>
@@ -5448,8 +5577,8 @@
5448 <context-group purpose="location"><context context-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> 5577 <context-group purpose="location"><context context-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>
5449 </trans-unit> 5578 </trans-unit>
5450 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5579 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5451 <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> 5580 <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>
5452 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, une confirmation sera demandée pour regarder la vidéo. </target> 5581 <target state="translated">Avec <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Ne pas lister<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> ou <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Flouter les vignettes<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, une confirmation sera demandée pour regarder la vidéo. </target>
5453 <context-group purpose="location"> 5582 <context-group purpose="location">
5454 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5583 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5455 <context context-type="linenumber">6</context> 5584 <context context-type="linenumber">6</context>
@@ -5478,9 +5607,9 @@
5478 <context-group purpose="location"><context context-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> 5607 <context-group purpose="location"><context context-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>
5479 </trans-unit> 5608 </trans-unit>
5480 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5609 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5481 <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> 5610 <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>
5482 <target> 5611 <target>
5483 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 5612 Votre courriel actuel est <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.email }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
5484</target> 5613</target>
5485 <context-group name="null"> 5614 <context-group name="null">
5486 <context context-type="linenumber">4</context> 5615 <context context-type="linenumber">4</context>
@@ -5488,9 +5617,9 @@
5488 <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> 5617 <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>
5489 </trans-unit> 5618 </trans-unit>
5490 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5619 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5491 <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> 5620 <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>
5492 <target> 5621 <target>
5493 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> est en attente de la vérification de votre courriel. 5622 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> est en attente de la vérification de votre courriel.
5494</target> 5623</target>
5495 <context-group name="null"> 5624 <context-group name="null">
5496 <context context-type="linenumber">8</context> 5625 <context context-type="linenumber">8</context>
@@ -5512,6 +5641,12 @@
5512 <context context-type="linenumber">17</context> 5641 <context context-type="linenumber">17</context>
5513 </context-group> 5642 </context-group>
5514 <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">17</context></context-group> 5643 <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">17</context></context-group>
5644 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5645 <source>Your current password</source><target state="new">Your current password</target>
5646 <context-group purpose="location">
5647 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5648 <context context-type="linenumber">26</context>
5649 </context-group>
5515 </trans-unit> 5650 </trans-unit>
5516 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5651 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5517 <source>Your password</source> 5652 <source>Your password</source>
@@ -5519,16 +5654,16 @@
5519 <context-group name="null"> 5654 <context-group name="null">
5520 <context context-type="linenumber">27</context> 5655 <context context-type="linenumber">27</context>
5521 </context-group> 5656 </context-group>
5522 <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">27</context></context-group> 5657
5523 </trans-unit> 5658 <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">28</context></context-group></trans-unit>
5524 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5659 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5525 <source>Change email</source> 5660 <source>Change email</source>
5526 <target>Changer le courriel</target> 5661 <target>Changer le courriel</target>
5527 <context-group name="null"> 5662 <context-group name="null">
5528 <context context-type="linenumber">35</context> 5663 <context context-type="linenumber">35</context>
5529 </context-group> 5664 </context-group>
5530 <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">35</context></context-group> 5665
5531 </trans-unit> 5666 <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">36</context></context-group></trans-unit>
5532 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5667 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5533 <source>Theme</source> 5668 <source>Theme</source>
5534 <target>Thème</target> 5669 <target>Thème</target>
@@ -5572,8 +5707,8 @@
5572 <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> 5707 <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>
5573 </trans-unit> 5708 </trans-unit>
5574 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5709 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5575 <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> 5710 <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>
5576 <target state="translated">Vidéos <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> 5711 <target state="translated">Vidéos <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>
5577 <context-group purpose="location"> 5712 <context-group purpose="location">
5578 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5713 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5579 <context context-type="linenumber">2</context> 5714 <context context-type="linenumber">2</context>
@@ -5609,10 +5744,13 @@
5609 <context-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> 5744 <context-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>
5610 </trans-unit> 5745 </trans-unit>
5611 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5746 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5612 <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> 5747 <source>
5748 Created
5749 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5750 </source>
5613 <target> 5751 <target>
5614 Créé 5752 Créé
5615 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5753 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5616 </target> 5754 </target>
5617 <context-group name="null"> 5755 <context-group name="null">
5618 <context context-type="linenumber">15</context> 5756 <context context-type="linenumber">15</context>
@@ -5684,8 +5822,9 @@
5684 <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> 5822 <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>
5685 </trans-unit> 5823 </trans-unit>
5686 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5824 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5687 <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> 5825 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5688 <target state="translated">Court texte décrivant les moyens de soutien à disposition (plateforme de dons, médias...).&lt;br /&gt;&lt;br /&gt; Quand vous mettrez en ligne une vidéo dans cette chaîne, son champ de support sera automatiquement rempli par celui-ci.</target> 5826 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5827 <target state="translated">Court texte décrivant les moyens de soutien à disposition (plateforme de dons, médias...).&lt;br />&lt;br /> Quand vous mettrez en ligne une vidéo dans cette chaîne, son champ de support sera automatiquement rempli par celui-ci.</target>
5689 <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> 5828 <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>
5690 <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> 5829 <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>
5691 </trans-unit> 5830 </trans-unit>
@@ -5782,9 +5921,12 @@
5782 </context-group> 5921 </context-group>
5783 </trans-unit> 5922 </trans-unit>
5784 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5923 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5785 <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> 5924 <source>
5925 <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>"/>
5926 Delete history
5927 </source>
5786 <target> 5928 <target>
5787 <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;"/> 5929 <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>"/>
5788 Supprimer l'historique 5930 Supprimer l'historique
5789 </target> 5931 </target>
5790 <context-group name="null"> 5932 <context-group name="null">
@@ -5801,9 +5943,12 @@
5801 </context-group> 5943 </context-group>
5802 </trans-unit> 5944 </trans-unit>
5803 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5945 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5804 <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> 5946 <source>
5947 <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>"/>
5948 Notification preferences
5949 </source>
5805 <target> 5950 <target>
5806 <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;"/> 5951 <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>"/>
5807 Préférences de notification 5952 Préférences de notification
5808 </target> 5953 </target>
5809 <context-group name="null"> 5954 <context-group name="null">
@@ -5883,8 +6028,8 @@
5883 <context-group purpose="location"><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> 6028 <context-group purpose="location"><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>
5884 </trans-unit> 6029 </trans-unit>
5885 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6030 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5886 <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> 6031 <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>
5887 <target state="translated">Listes de lecture <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> 6032 <target state="translated">Listes de lecture <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>
5888 <context-group purpose="location"> 6033 <context-group purpose="location">
5889 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6034 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5890 <context context-type="linenumber">2</context> 6035 <context context-type="linenumber">2</context>
@@ -5912,8 +6057,8 @@
5912 <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> 6057 <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>
5913 </trans-unit> 6058 </trans-unit>
5914 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 6059 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5915 <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> 6060 <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>
5916 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6061 <target state="translated">Si vous avez besoin d’aide pour utiliser PeerTube, vous pouvez consulter la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5917 <context-group purpose="location"> 6062 <context-group purpose="location">
5918 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 6063 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5919 <context context-type="linenumber">13</context> 6064 <context context-type="linenumber">13</context>
@@ -6356,33 +6501,40 @@
6356 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6501 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6357 <context context-type="linenumber">2</context> 6502 <context context-type="linenumber">2</context>
6358 </context-group> 6503 </context-group>
6359 </trans-unit> 6504 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6360 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6505 <source>
6361 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6506 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6362 <target state="translated">PeerTube est une plateforme de diffusion vidéo fédérée (ActivityPub) auto-hébergée utilisant le P2P directement dans le navigateur web.</target> 6507 </source><target state="new">
6508 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6509 </target>
6363 <context-group purpose="location"> 6510 <context-group purpose="location">
6364 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6511 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6365 <context context-type="linenumber">9</context> 6512 <context context-type="linenumber">9</context>
6366 </context-group> 6513 </context-group>
6367 </trans-unit> 6514 </trans-unit>
6515
6368 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6516 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6369 <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> 6517 <source>
6370 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6518 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6519 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6520 </source>
6521 <target state="translated">C’est un logiciel libre et open-source, sous la <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6371 <context-group purpose="location"> 6522 <context-group purpose="location">
6372 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6523 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6373 <context context-type="linenumber">13</context> 6524 <context context-type="linenumber">13</context>
6374 </context-group> 6525 </context-group>
6375 </trans-unit> 6526 </trans-unit>
6376 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6527 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6377 <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> 6528 <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>
6378 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 6529 <target state="translated">Pour plus d’informations, consultez le site <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
6379 <context-group purpose="location"> 6530 <context-group purpose="location">
6380 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6531 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6381 <context context-type="linenumber">18</context> 6532 <context context-type="linenumber">18</context>
6382 </context-group> 6533 </context-group>
6383 </trans-unit> 6534 </trans-unit>
6384 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6535 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6385 <source>Use PeerTube documentation</source> 6536 <source>Use PeerTube
6537 documentation</source>
6386 <target state="translated">Utiliser la documentation de PeerTube</target> 6538 <target state="translated">Utiliser la documentation de PeerTube</target>
6387 <context-group purpose="location"> 6539 <context-group purpose="location">
6388 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6540 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6398,7 +6550,8 @@
6398 </context-group> 6550 </context-group>
6399 </trans-unit> 6551 </trans-unit>
6400 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6552 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6401 <source>PeerTube Applications</source> 6553 <source>PeerTube
6554 Applications</source>
6402 <target state="translated">Applications PeerTube</target> 6555 <target state="translated">Applications PeerTube</target>
6403 <context-group purpose="location"> 6556 <context-group purpose="location">
6404 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6557 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6414,7 +6567,8 @@
6414 </context-group> 6567 </context-group>
6415 </trans-unit> 6568 </trans-unit>
6416 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6569 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6417 <source>Contribute on PeerTube</source> 6570 <source>Contribute on
6571 PeerTube</source>
6418 <target state="translated">Contribuer à PeerTube</target> 6572 <target state="translated">Contribuer à PeerTube</target>
6419 <context-group purpose="location"> 6573 <context-group purpose="location">
6420 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6574 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6438,7 +6592,11 @@
6438 <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> 6592 <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>
6439 </trans-unit> 6593 </trans-unit>
6440 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6594 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6441 <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> 6595 <source>
6596 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6597 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6598 follows applies only if you want to keep using the P2P mode of PeerTube.
6599 </source>
6442 <target state="translated">PeerTube utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube.</target> 6600 <target state="translated">PeerTube utilise par défaut le protocole BitTorrent pour partager la bande passante entre les utilisateurs afin de réduire la charge sur le serveur, mais vous laisse ultimement le choix de revenir à la diffusion régulière en continu exclusivement à partir du serveur de la vidéo. Ce qui suit ne s’applique que si vous souhaitez continuer à utiliser le mode P2P de PeerTube.</target>
6443 <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> 6601 <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>
6444 </trans-unit> 6602 </trans-unit>
@@ -6451,17 +6609,27 @@
6451 <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> 6609 <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>
6452 </trans-unit> 6610 </trans-unit>
6453 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6611 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6454 <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> 6612 <source>
6613 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6614 In practice, this is much more difficult because:
6615 </source>
6455 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target> 6616 <target state="translated">En théorie, une personne ayant suffisamment de compétences techniques pourrait créer un script qui suit quelle IP télécharge quelle vidéo. En pratique, c'est beaucoup plus difficile car :</target>
6456 <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> 6617 <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>
6457 </trans-unit> 6618 </trans-unit>
6458 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6619 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6459 <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> 6620 <source>
6621 An HTTP request has to be sent on each tracker for each video to spy.
6622 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6623 </source>
6460 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target> 6624 <target state="translated">Une requête HTTP doit être envoyée sur chaque tracker pour chaque vidéo à espionner. Si nous voulons espionner toutes les vidéos de PeerTube, nous devons envoyer autant de requêtes qu'il y a de vidéos (donc potentiellement un grand nombre)</target>
6461 <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> 6625 <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>
6462 </trans-unit> 6626 </trans-unit>
6463 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6627 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6464 <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> 6628 <source>
6629 For each request sent, the tracker returns random peers at a limited number.
6630 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
6631 requests sent to know every peer in the swarm
6632 </source>
6465 <target state="translated">Pour chaque requête, le traqueur retourne une liste aléatoire et limitée de pairs. Par exemple, s'il y a 1000 pairs, et 20 pairs par réponse, il faudra au moins 50 requêtes pour connaître la liste complète des pairs</target> 6633 <target state="translated">Pour chaque requête, le traqueur retourne une liste aléatoire et limitée de pairs. Par exemple, s'il y a 1000 pairs, et 20 pairs par réponse, il faudra au moins 50 requêtes pour connaître la liste complète des pairs</target>
6466 <context-group purpose="location"> 6634 <context-group purpose="location">
6467 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6635 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6474,7 +6642,10 @@
6474 <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> 6642 <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>
6475 </trans-unit> 6643 </trans-unit>
6476 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6644 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6477 <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> 6645 <source>
6646 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
6647 video
6648 </source>
6478 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target> 6649 <target state="translated">Si une adresse IP est stockée dans le tracker, cela ne signifie pas que la personne derrière l'IP (si cette personne existe) a regardé la vidéo</target>
6479 <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> 6650 <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>
6480 </trans-unit> 6651 </trans-unit>
@@ -6484,12 +6655,21 @@
6484 <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> 6655 <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>
6485 </trans-unit> 6656 </trans-unit>
6486 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6657 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6487 <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> 6658 <source>
6488 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> pour plus d’informations </target> 6659 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
6660 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6661 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6662 to forward the information to.
6663 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
6664 </source>
6665 <target state="translated">Les pairs Web ne sont pas accessibles au public : parce que nous utilisons WebRTC à l’intérieur du navigateur (<x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>avec la bibliothèque WebTorrent<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), le protocole est différent du BitTorrent classique. Lorsque vous êtes dans un navigateur Web, vous envoyez un signal contenant votre adresse IP au traqueur qui choisira au hasard d'autres pairs à qui transmettre les informations. Voir <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>ce document<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> pour plus d’informations </target>
6489 <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> 6666 <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>
6490 </trans-unit> 6667 </trans-unit>
6491 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6668 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6492 <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> 6669 <source>
6670 The worst-case scenario of an average person spying on their friends is quite unlikely.
6671 There are much more effective ways to get that kind of information.
6672 </source>
6493 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target> 6673 <target state="translated">Le pire scénario d’une personne moyenne qui espionne ses amis est très peu probable. Il existe des moyens beaucoup plus efficaces d’obtenir ce genre d’information.</target>
6494 <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> 6674 <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>
6495 </trans-unit> 6675 </trans-unit>
@@ -6502,7 +6682,11 @@
6502 <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> 6682 <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>
6503 </trans-unit> 6683 </trans-unit>
6504 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6684 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6505 <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> 6685 <source>
6686 The threats to privacy with YouTube are different from PeerTube's.
6687 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6688 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6689 </source>
6506 <target state="translated">Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics).</target> 6690 <target state="translated">Les menaces qui pèsent sur la vie privée avec YouTube sont différentes de celles de PeerTube. Dans le cas de YouTube, la plateforme recueille une énorme quantité d’informations personnelles (pas seulement votre IP) pour les analyser et vous suivre. En outre, YouTube est la propriété de Google/Alphabet, une société qui vous suit sur de nombreux sites web (via AdSense ou Google Analytics).</target>
6507 <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> 6691 <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>
6508 </trans-unit> 6692 </trans-unit>
@@ -6515,7 +6699,12 @@
6515 <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> 6699 <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>
6516 </trans-unit> 6700 </trans-unit>
6517 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6701 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6518 <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> 6702 <source>
6703 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
6704 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6705 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.
6706 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6707 </source>
6519 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target> 6708 <target state="translated">Votre adresse IP est publique, donc chaque fois que vous consultez un site web, un certain nombre d’acteurs (en plus du site final) voient votre IP dans leurs journaux de connexion : FAI/routeurs/trackers/CDN et plus encore. PeerTube est transparent à ce sujet : nous vous avertissons que si vous voulez garder votre IP privée, vous devez utiliser un VPN ou le navigateur Tor. Penser que supprimer le P2P de PeerTube vous rendra l’anonymat n’a pas de sens.</target>
6520 <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> 6709 <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>
6521 </trans-unit> 6710 </trans-unit>
@@ -6528,7 +6717,10 @@
6528 <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> 6717 <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>
6529 </trans-unit> 6718 </trans-unit>
6530 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6719 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6531 <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> 6720 <source>
6721 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6722 and render attacks less likely. Here is what we put in place so far:
6723 </source>
6532 <target state="translated">PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent :</target> 6724 <target state="translated">PeerTube veut offrir les meilleures contre-mesures possibles, pour vous donner plus de choix et rendre les attaques moins probables. Voici ce que nous avons mis en place jusqu’à présent :</target>
6533 <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> 6725 <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>
6534 </trans-unit> 6726 </trans-unit>
@@ -6553,7 +6745,10 @@
6553 <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> 6745 <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>
6554 </trans-unit> 6746 </trans-unit>
6555 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6747 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6556 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6748 <source>
6749 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6750 WebRTC in your browser.
6751 </source>
6557 <target state="translated">Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur.</target> 6752 <target state="translated">Ultimement, n’oubliez pas que vous pouvez toujours désactiver le P2P en le basculant dans le lecteur vidéo, ou simplement en désactivant WebRTC dans votre navigateur.</target>
6558 <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> 6753 <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>
6559 </trans-unit> 6754 </trans-unit>
@@ -6590,8 +6785,8 @@
6590 </context-group> 6785 </context-group>
6591 </trans-unit> 6786 </trans-unit>
6592 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6787 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6593 <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> 6788 <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>
6594 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></target> 6789 <target state="translated">Développé avec ❤ par <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Framasoft<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
6595 <context-group purpose="location"> 6790 <context-group purpose="location">
6596 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6791 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6597 <context context-type="linenumber">3</context> 6792 <context context-type="linenumber">3</context>
@@ -6674,8 +6869,11 @@
6674 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6869 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6675 </trans-unit> 6870 </trans-unit>
6676 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6871 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6677 <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> 6872 <source>
6678 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target> 6873 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/>"/>
6874 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.
6875 </source>
6876 <target>Une chaîne est une entité dans laquelle vous téléversez vos vidéos. La création de plusieurs d'entre elles vous aide à organiser et séparer votre contenu.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>. Par exemple, vous pourriez décider d'avoir une chaîne pour publier vos concerts de piano et une autre chaîne pour publier vos vidéos sur l'écologie. </target>
6679 <context-group name="null"> 6877 <context-group name="null">
6680 <context context-type="linenumber">4</context> 6878 <context context-type="linenumber">4</context>
6681 </context-group> 6879 </context-group>
@@ -6749,11 +6947,16 @@
6749 </context-group> 6947 </context-group>
6750 </trans-unit> 6948 </trans-unit>
6751 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6949 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6752 <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> 6950 <source>
6951 I am at least 16 years old and agree
6952 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>"/>
6953 <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>"/>
6954 of this instance
6955 </source>
6753 <target> 6956 <target>
6754 J'ai au moins 16 ans et je suis d'accord 6957 J'ai au moins 16 ans et je suis d'accord
6755 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 6958 avec les <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Conditions<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
6756 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 6959 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et le <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code de Conduite<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
6757 de cette instance 6960 de cette instance
6758 </target> 6961 </target>
6759 <context-group name="null"> 6962 <context-group name="null">
@@ -6856,8 +7059,8 @@
6856 </context-group> 7059 </context-group>
6857 </trans-unit> 7060 </trans-unit>
6858 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7061 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6859 <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> 7062 <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>
6860 <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;"/> qui conserve le son original, sans la vidéo</target> 7063 <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>"/> qui conserve le son original, sans la vidéo</target>
6861 <context-group purpose="location"> 7064 <context-group purpose="location">
6862 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7065 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6863 <context context-type="linenumber">1</context> 7066 <context context-type="linenumber">1</context>
@@ -8564,8 +8767,8 @@
8564 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8767 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8565 </trans-unit> 8768 </trans-unit>
8566 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8769 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8567 <source>Long (&gt; 10 min)</source> 8770 <source>Long (> 10 min)</source>
8568 <target>Longue (&gt; 10 min)</target> 8771 <target>Longue (> 10 min)</target>
8569 <context-group name="null"> 8772 <context-group name="null">
8570 <context context-type="linenumber">1</context> 8773 <context context-type="linenumber">1</context>
8571 </context-group> 8774 </context-group>
@@ -9924,8 +10127,8 @@
9924 <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> 10127 <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>
9925 </trans-unit> 10128 </trans-unit>
9926 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10129 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9927 <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> 10130 <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>
9928 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> supportant :</target> 10131 <target>Compatible <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> supportant :</target>
9929 <context-group name="null"> 10132 <context-group name="null">
9930 <context context-type="linenumber">1</context> 10133 <context context-type="linenumber">1</context>
9931 </context-group> 10134 </context-group>
@@ -10091,6 +10294,24 @@
10091 <context context-type="linenumber">1</context> 10294 <context context-type="linenumber">1</context>
10092 </context-group> 10295 </context-group>
10093 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10296 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10297 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10298 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10299 <context-group purpose="location">
10300 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10301 <context context-type="linenumber">1</context>
10302 </context-group>
10303 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10304 <source>Delete account comments</source><target state="new">Delete account comments</target>
10305 <context-group purpose="location">
10306 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10307 <context context-type="linenumber">1</context>
10308 </context-group>
10309 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10310 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10311 <context-group purpose="location">
10312 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10313 <context context-type="linenumber">1</context>
10314 </context-group>
10094 </trans-unit> 10315 </trans-unit>
10095 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10316 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10096 <source>Edit user</source> 10317 <source>Edit user</source>
@@ -10195,6 +10416,18 @@
10195 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10416 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10196 <context context-type="linenumber">1</context> 10417 <context context-type="linenumber">1</context>
10197 </context-group> 10418 </context-group>
10419 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10420 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10421 <context-group purpose="location">
10422 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10423 <context context-type="linenumber">1</context>
10424 </context-group>
10425 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10426 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10427 <context-group purpose="location">
10428 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10429 <context context-type="linenumber">1</context>
10430 </context-group>
10198 </trans-unit> 10431 </trans-unit>
10199 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10432 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10200 <source>Mute this account by your instance</source> 10433 <source>Mute this account by your instance</source>
@@ -10259,6 +10492,18 @@
10259 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10492 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10260 <context context-type="linenumber">1</context> 10493 <context context-type="linenumber">1</context>
10261 </context-group> 10494 </context-group>
10495 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10496 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10497 <context-group purpose="location">
10498 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10499 <context context-type="linenumber">1</context>
10500 </context-group>
10501 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10502 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10503 <context-group purpose="location">
10504 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10505 <context context-type="linenumber">1</context>
10506 </context-group>
10262 </trans-unit> 10507 </trans-unit>
10263 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10508 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10264 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10509 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.gd.xlf b/client/src/locale/angular.gd.xlf
index aa29c5a3d..81f9aa19e 100644
--- a/client/src/locale/angular.gd.xlf
+++ b/client/src/locale/angular.gd.xlf
@@ -407,7 +407,7 @@
407 <source>Options</source> 407 <source>Options</source>
408 <target state="translated">Roghainnean</target> 408 <target state="translated">Roghainnean</target>
409 409
410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 410 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
411 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 411 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
412 <source>Start at</source> 412 <source>Start at</source>
413 <target state="translated">Tòisich aig</target> 413 <target state="translated">Tòisich aig</target>
@@ -453,7 +453,7 @@
453 <source>video</source><target state="new">video</target> 453 <source>video</source><target state="new">video</target>
454 454
455 455
456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 456 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
457 <source>subtitles</source><target state="new">subtitles</target> 457 <source>subtitles</source><target state="new">subtitles</target>
458 <context-group purpose="location"> 458 <context-group purpose="location">
459 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 459 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -618,7 +618,7 @@
618 <target state="translated">Air a sguabadh às</target> 618 <target state="translated">Air a sguabadh às</target>
619 619
620 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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
622 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 622 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
623 <source>Edit starts/stops at</source> 623 <source>Edit starts/stops at</source>
624 <target state="translated">Tha toiseach/deireadh an deasachaidh aig</target> 624 <target state="translated">Tha toiseach/deireadh an deasachaidh aig</target>
@@ -657,7 +657,7 @@
657 657
658 658
659 659
660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 660 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
661 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> 661 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
662 <source>Edit</source> 662 <source>Edit</source>
663 <target state="translated">Deasaich</target> 663 <target state="translated">Deasaich</target>
@@ -1374,13 +1374,13 @@
1374 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1374 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1375 <context context-type="linenumber">21</context> 1375 <context context-type="linenumber">21</context>
1376 </context-group> 1376 </context-group>
1377 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1377 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1378 <source> 1378 <source>
1379 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>"/>. 1379 Please consider configuring 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>"/>.
1380 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>"/>. 1380 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1381 </source><target state="new"> 1381 </source><target state="new">
1382 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>"/>. 1382 Please consider configuring 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>"/>.
1383 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>"/>. 1383 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1384 </target> 1384 </target>
1385 <context-group purpose="location"> 1385 <context-group purpose="location">
1386 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1386 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1618,63 +1618,33 @@
1618 1618
1619 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1619 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1620 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1620 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1621 <context-group purpose="location"> 1621
1622 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1622 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1623 <context context-type="linenumber">16</context>
1624 </context-group>
1625 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1626 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1623 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1627 <context-group purpose="location"> 1624
1628 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1625 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1629 <context context-type="linenumber">18</context>
1630 </context-group>
1631 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1632 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1626 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1633 <context-group purpose="location"> 1627
1634 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1628 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1635 <context context-type="linenumber">22</context>
1636 </context-group>
1637 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1638 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1629 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1639 <context-group purpose="location"> 1630
1640 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1631 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1641 <context context-type="linenumber">29</context>
1642 </context-group>
1643 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1644 <source>any instance</source><target state="new">any instance</target> 1632 <source>any instance</source><target state="new">any instance</target>
1645 <context-group purpose="location"> 1633
1646 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1634 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1647 <context context-type="linenumber">32</context>
1648 </context-group>
1649 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1650 <source>only followed instances</source><target state="new">only followed instances</target> 1635 <source>only followed instances</source><target state="new">only followed instances</target>
1651 <context-group purpose="location"> 1636
1652 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1637 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1653 <context context-type="linenumber">33</context>
1654 </context-group>
1655 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1656 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1638 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1657 <context-group purpose="location"> 1639
1658 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1640 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1659 <context context-type="linenumber">31</context>
1660 </context-group>
1661 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1662 <source>channel</source><target state="new">channel</target> 1641 <source>channel</source><target state="new">channel</target>
1663 <context-group purpose="location"> 1642
1664 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1643
1665 <context context-type="linenumber">40</context> 1644 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1666 </context-group>
1667 <context-group purpose="location">
1668 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1669 <context context-type="linenumber">43</context>
1670 </context-group>
1671 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1672 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1645 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1673 <context-group purpose="location"> 1646
1674 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1647 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1675 <context context-type="linenumber">49</context>
1676 </context-group>
1677 </trans-unit>
1678 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html"> 1648 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1679 <source>Search...</source> 1649 <source>Search...</source>
1680 <target state="translated">Lorg…</target> 1650 <target state="translated">Lorg…</target>
@@ -2691,12 +2661,12 @@
2691 <source>Reply</source> 2661 <source>Reply</source>
2692 <target state="translated">Freagair</target> 2662 <target state="translated">Freagair</target>
2693 2663
2694 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 2664 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2695 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2665 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2696 <source>This comment has been deleted</source> 2666 <source>This comment has been deleted</source>
2697 <target state="new">This comment has been deleted</target> 2667 <target state="new">This comment has been deleted</target>
2698 2668
2699 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 2669 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2700 2670
2701 2671
2702 2672
@@ -3085,7 +3055,7 @@
3085 <source>Ban reason:</source> 3055 <source>Ban reason:</source>
3086 <target state="translated">Adhbhar an toirmisg:</target> 3056 <target state="translated">Adhbhar an toirmisg:</target>
3087 3057
3088 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3089 <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> 3059 <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>
3090 <context-group purpose="location"> 3060 <context-group purpose="location">
3091 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3061 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3533,7 +3503,13 @@
3533 <target state="translated">Duilleag-dhachaigh</target> 3503 <target state="translated">Duilleag-dhachaigh</target>
3534 3504
3535 3505
3536 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3506 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3507 <source>Close this message</source><target state="new">Close this message</target>
3508 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/app.component.html</context>
3510 <context context-type="linenumber">34</context>
3511 </context-group>
3512 </trans-unit>
3537 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3513 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3538 <source>Go to the plugin homepage</source> 3514 <source>Go to the plugin homepage</source>
3539 <target state="translated">Tadhail air duilleag-dhachaigh a’ phlugain</target> 3515 <target state="translated">Tadhail air duilleag-dhachaigh a’ phlugain</target>
@@ -3896,33 +3872,73 @@
3896 <source>Local videos</source> 3872 <source>Local videos</source>
3897 <target state="translated">Videothan ionadail</target> 3873 <target state="translated">Videothan ionadail</target>
3898 3874
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
3876 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
3877 <context-group purpose="location">
3878 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3879 <context context-type="linenumber">281</context>
3880 </context-group>
3881 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
3882 <source>
3883 Display a message on your instance
3884 </source><target state="new">
3885 Display a message on your instance
3886 </target>
3887 <context-group purpose="location">
3888 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3889 <context context-type="linenumber">282</context>
3890 </context-group>
3891 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
3892 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
3893 <context-group purpose="location">
3894 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3895 <context context-type="linenumber">294</context>
3896 </context-group>
3897 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
3898 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
3899 <context-group purpose="location">
3900 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3901 <context context-type="linenumber">301</context>
3902 </context-group>
3903 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
3904 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
3905 <context-group purpose="location">
3906 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3907 <context context-type="linenumber">306</context>
3908 </context-group>
3909 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
3910 <source>Message</source><target state="new">Message</target>
3911 <context-group purpose="location">
3912 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3913 <context context-type="linenumber">318</context>
3914 </context-group>
3915 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3900 <source>NEW USERS</source><target state="new">NEW USERS</target> 3916 <source>NEW USERS</source><target state="new">NEW USERS</target>
3901 3917
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3903 <source> 3919 <source>
3904 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. 3920 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.
3905 </source><target state="new"> 3921 </source><target state="new">
3906 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. 3922 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 </target> 3923 </target>
3908 3924
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">282</context></context-group></trans-unit> 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">334</context></context-group></trans-unit>
3910 3926
3911 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3927 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3912 <source>Signup enabled</source> 3928 <source>Signup enabled</source>
3913 <target state="translated">Tha clàradh an comas</target> 3929 <target state="translated">Tha clàradh an comas</target>
3914 3930
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">293</context></context-group></trans-unit> 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">345</context></context-group></trans-unit>
3916 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3932 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3917 <source>Signup requires email verification</source> 3933 <source>Signup requires email verification</source>
3918 <target state="translated">Iarraidh clàradh dearbhadh puist-d</target> 3934 <target state="translated">Iarraidh clàradh dearbhadh puist-d</target>
3919 3935
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">301</context></context-group></trans-unit> 3936 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">353</context></context-group></trans-unit>
3921 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3937 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3922 <source>Signup limit</source> 3938 <source>Signup limit</source>
3923 <target state="translated">Cuingeachadh clàraidh</target> 3939 <target state="translated">Cuingeachadh clàraidh</target>
3924 3940
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">305</context></context-group></trans-unit> 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">357</context></context-group></trans-unit>
3926 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3942 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3927 <source>Users</source> 3943 <source>Users</source>
3928 <target state="translated">Buill</target> 3944 <target state="translated">Buill</target>
@@ -4008,84 +4024,78 @@
4008 <source>Default video quota per user</source> 4024 <source>Default video quota per user</source>
4009 <target state="translated">Cuota tùsail de videothan airson gach cleachdaiche</target> 4025 <target state="translated">Cuota tùsail de videothan airson gach cleachdaiche</target>
4010 4026
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">320</context></context-group></trans-unit> 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">372</context></context-group></trans-unit>
4012 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4028 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4013 <source>Default daily upload limit per user</source> 4029 <source>Default daily upload limit per user</source>
4014 <target state="translated">Crìoch thùsail air videothan a luchdaicheas cleachdaiche suas air an aon latha</target> 4030 <target state="translated">Crìoch thùsail air videothan a luchdaicheas cleachdaiche suas air an aon latha</target>
4015 4031
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4017 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4033 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4018 4034
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4020 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4036 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4021 4037
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4023 <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> 4039 <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>
4024 4040
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">367</context></context-group></trans-unit> 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>
4026 4042
4027 4043
4028 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4044 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4029 <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> 4045 <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>
4030 4046
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4032 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 4048 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
4033 4049
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4035 <source>FEDERATION</source><target state="new">FEDERATION</target> 4051 <source>FEDERATION</source><target state="new">FEDERATION</target>
4036 4052
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4038 <source> 4054 <source>
4039 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. 4055 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.
4040 </source><target state="new"> 4056 </source><target state="new">
4041 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. 4057 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 </target> 4058 </target>
4043 4059
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4045 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4061 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4046 4062
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">412</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">464</context></context-group></trans-unit>
4048 4064
4049 4065
4050 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4066 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4051 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 4067 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
4052 4068
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4054 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4070 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4055 4071
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4057 <source> 4073 <source>
4058 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>"/>. 4074 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>"/>.
4059 </source><target state="new"> 4075 </source><target state="new">
4060 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>"/>. 4076 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>"/>.
4061 </target> 4077 </target>
4062 <context-group purpose="location"> 4078
4063 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4064 <context context-type="linenumber">450</context>
4065 </context-group>
4066 </trans-unit>
4067 4080
4068 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4081 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4069 <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> 4082 <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>
4070 4083
4071 4084
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4073 4086
4074 4087
4075 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4088 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4076 <source>Index URL</source> 4089 <source>Index URL</source>
4077 <target state="translated">URL an inneics</target> 4090 <target state="translated">URL an inneics</target>
4078 4091
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4080 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4093 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4081 <context-group purpose="location"> 4094
4082 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4083 <context context-type="linenumber">445</context>
4084 </context-group>
4085 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4086 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4096 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4087 4097
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">477</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">529</context></context-group></trans-unit>
4089 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4099 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4090 <source>Administrator</source> 4100 <source>Administrator</source>
4091 <target state="translated">Rianaire</target> 4101 <target state="translated">Rianaire</target>
@@ -4095,12 +4105,12 @@
4095 <source>Admin email</source> 4105 <source>Admin email</source>
4096 <target state="translated">Post-d an rianaire</target> 4106 <target state="translated">Post-d an rianaire</target>
4097 4107
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">483</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">535</context></context-group></trans-unit>
4099 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4109 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4100 <source>Enable contact form</source> 4110 <source>Enable contact form</source>
4101 <target state="translated">Cuir foirm conaltraidh an comas</target> 4111 <target state="translated">Cuir foirm conaltraidh an comas</target>
4102 4112
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">494</context></context-group></trans-unit> 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">546</context></context-group></trans-unit>
4104 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4114 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4105 <source>Basic configuration</source> 4115 <source>Basic configuration</source>
4106 <target state="translated">Rèiteachadh bunasach</target> 4116 <target state="translated">Rèiteachadh bunasach</target>
@@ -4108,26 +4118,26 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4118 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4109 <source>TWITTER</source><target state="new">TWITTER</target> 4119 <source>TWITTER</source><target state="new">TWITTER</target>
4110 4120
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4121 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4112 <source> 4122 <source>
4113 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4123 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4114 </source><target state="new"> 4124 </source><target state="new">
4115 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4125 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4116 </target> 4126 </target>
4117 4127
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">512</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">564</context></context-group></trans-unit>
4119 4129
4120 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4130 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4121 <source>Your Twitter username</source> 4131 <source>Your Twitter username</source>
4122 <target state="translated">An t-ainm-cleachdaiche Twitter agad</target> 4132 <target state="translated">An t-ainm-cleachdaiche Twitter agad</target>
4123 4133
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">523</context></context-group></trans-unit> 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">575</context></context-group></trans-unit>
4125 4135
4126 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4136 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4127 <source>Instance whitelisted by Twitter</source> 4137 <source>Instance whitelisted by Twitter</source>
4128 <target state="translated">Tha an t-ionstans air geal-liosta Twitter</target> 4138 <target state="translated">Tha an t-ionstans air geal-liosta Twitter</target>
4129 4139
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4131 <source> 4141 <source>
4132 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/>"/> 4142 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/>"/>
4133 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/>"/> 4143 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/>"/>
@@ -4142,16 +4152,16 @@
4142 to see if you instance is whitelisted. 4152 to see if you instance is whitelisted.
4143 </target> 4153 </target>
4144 4154
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">539</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">591</context></context-group></trans-unit>
4146 4156
4147 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4157 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4148 <source>Services</source> 4158 <source>Services</source>
4149 <target state="translated">Seirbheisean</target> 4159 <target state="translated">Seirbheisean</target>
4150 4160
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4152 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4162 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4153 4163
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4155 <source> 4165 <source>
4156 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4166 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4157 resources, this is a critical part of PeerTube, so tread carefully. 4167 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4160,36 +4170,36 @@
4160 resources, this is a critical part of PeerTube, so tread carefully. 4170 resources, this is a critical part of PeerTube, so tread carefully.
4161 </target> 4171 </target>
4162 4172
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">566</context></context-group></trans-unit> 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">618</context></context-group></trans-unit>
4164 4174
4165 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4175 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4166 <source>Transcoding enabled</source> 4176 <source>Transcoding enabled</source>
4167 <target state="translated">Tha tar-chòdachadh an comas</target> 4177 <target state="translated">Tha tar-chòdachadh an comas</target>
4168 4178
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">579</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">631</context></context-group></trans-unit>
4170 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4180 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4171 <source>If you disable transcoding, many videos from your users will not work!</source> 4181 <source>If you disable transcoding, many videos from your users will not work!</source>
4172 <target state="translated">Ma chuireas tu an tar-chòdachadh à comas, feumaidh gum bi mòran videothan aig na cleachdaichean agad nach obraich!</target> 4182 <target state="translated">Ma chuireas tu an tar-chòdachadh à comas, feumaidh gum bi mòran videothan aig na cleachdaichean agad nach obraich!</target>
4173 4183
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"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
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> 4185 <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>
4176 4186
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> 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">646</context></context-group></trans-unit>
4178 4188
4179 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4189 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4180 <source>Allow additional extensions</source> 4190 <source>Allow additional extensions</source>
4181 <target state="translated">Ceadaich leudachain a bharrachd</target> 4191 <target state="translated">Ceadaich leudachain a bharrachd</target>
4182 4192
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4184 <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> 4194 <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 4195
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">605</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">657</context></context-group></trans-unit>
4187 4197
4188 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4198 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4189 <source>Allow audio files upload</source> 4199 <source>Allow audio files upload</source>
4190 <target state="translated">Ceadaich luchdadh suas faidhlichean fuaime</target> 4200 <target state="translated">Ceadaich luchdadh suas faidhlichean fuaime</target>
4191 4201
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4193 <source> 4203 <source>
4194 <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>"/> 4204 <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>"/>
4195 4205
@@ -4208,13 +4218,13 @@
4208 <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>"/> 4218 <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>"/>
4209 </target> 4219 </target>
4210 4220
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">617</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">669</context></context-group></trans-unit>
4212 4222
4213 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4223 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4214 <source>WebTorrent support enabled</source> 4224 <source>WebTorrent support enabled</source>
4215 <target state="new">WebTorrent support enabled</target> 4225 <target state="new">WebTorrent support enabled</target>
4216 4226
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"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4218 <source> 4228 <source>
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>"/> 4229 <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>"/>
4220 4230
@@ -4239,65 +4249,65 @@
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>"/> 4249 <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>"/>
4240 </target> 4250 </target>
4241 4251
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> 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">690</context></context-group></trans-unit>
4243 4253
4244 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4254 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4245 <source>HLS support enabled</source> 4255 <source>HLS support enabled</source>
4246 <target state="translated">Tha taic ri HLS an comas</target> 4256 <target state="translated">Tha taic ri HLS an comas</target>
4247 4257
4248 <context-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> 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">687</context></context-group></trans-unit>
4249 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4259 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4250 <source>Transcoding threads</source> 4260 <source>Transcoding threads</source>
4251 <target state="translated">Snàithleanan tar-chòdachaidh</target> 4261 <target state="translated">Snàithleanan tar-chòdachaidh</target>
4252 4262
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4254 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4264 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4255 4265
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">673</context></context-group></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">725</context></context-group></trans-unit>
4257 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4267 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4258 <source>CACHE</source><target state="new">CACHE</target> 4268 <source>CACHE</source><target state="new">CACHE</target>
4259 4269
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4261 <source> 4271 <source>
4262 Some files are not federated, and fetched when necessary. Define their caching policies. 4272 Some files are not federated, and fetched when necessary. Define their caching policies.
4263 </source><target state="new"> 4273 </source><target state="new">
4264 Some files are not federated, and fetched when necessary. Define their caching policies. 4274 Some files are not federated, and fetched when necessary. Define their caching policies.
4265 </target> 4275 </target>
4266 4276
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4268 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4278 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4269 4279
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4271 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4281 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4272 4282
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">718</context></context-group></trans-unit> 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">770</context></context-group></trans-unit>
4274 4284
4275 4285
4276 4286
4277 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4287 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4278 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4288 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4279 4289
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4281 <source> 4291 <source>
4282 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4292 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4283 </source><target state="new"> 4293 </source><target state="new">
4284 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4294 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4285 </target> 4295 </target>
4286 4296
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">734</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">786</context></context-group></trans-unit>
4288 4298
4289 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4299 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4290 <source>JavaScript</source> 4300 <source>JavaScript</source>
4291 <target state="translated">JavaScript</target> 4301 <target state="translated">JavaScript</target>
4292 4302
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4294 <source> 4304 <source>
4295 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="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>"/>
4296 </source><target state="new"> 4306 </source><target state="new">
4297 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4307 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="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 </target> 4308 </target>
4299 4309
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4301 <source> 4311 <source>
4302 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/>"/> 4312 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 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4313 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4322,24 +4332,24 @@
4322 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4332 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4323 </target> 4333 </target>
4324 4334
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">766</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">818</context></context-group></trans-unit>
4326 4336
4327 4337
4328 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4338 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4329 <source>Advanced configuration</source> 4339 <source>Advanced configuration</source>
4330 <target state="translated">Rèiteachadh adhartach</target> 4340 <target state="translated">Rèiteachadh adhartach</target>
4331 4341
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">559</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">611</context></context-group></trans-unit>
4333 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4343 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4334 <source>Update configuration</source> 4344 <source>Update configuration</source>
4335 <target state="translated">Ùraich an rèiteachadh</target> 4345 <target state="translated">Ùraich an rèiteachadh</target>
4336 4346
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">804</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">858</context></context-group></trans-unit>
4338 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4348 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4339 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4349 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4340 <target state="translated">Tha coltas nach eil an rèiteachadh dligheach. Dèan lorg air mearachdan sna tabaichean.</target> 4350 <target state="translated">Tha coltas nach eil an rèiteachadh dligheach. Dèan lorg air mearachdan sna tabaichean.</target>
4341 4351
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4343 <source>PROFILE</source><target state="new">PROFILE</target> 4353 <source>PROFILE</source><target state="new">PROFILE</target>
4344 <context-group purpose="location"> 4354 <context-group purpose="location">
4345 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4355 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4540,23 +4550,23 @@
4540 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4550 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4541 <context context-type="linenumber">17</context> 4551 <context context-type="linenumber">17</context>
4542 </context-group> 4552 </context-group>
4543 </trans-unit> 4553 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4544 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4554 <source>Your current password</source><target state="new">Your current password</target>
4545 <source>Your password</source>
4546 <target state="translated">Am facal-faire agad</target>
4547 <context-group purpose="location"> 4555 <context-group purpose="location">
4548 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4556 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4549 <context context-type="linenumber">27</context> 4557 <context context-type="linenumber">26</context>
4550 </context-group> 4558 </context-group>
4551 </trans-unit> 4559 </trans-unit>
4560 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4561 <source>Your password</source>
4562 <target state="translated">Am facal-faire agad</target>
4563
4564 <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">28</context></context-group></trans-unit>
4552 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 4565 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4553 <source>Change email</source> 4566 <source>Change email</source>
4554 <target state="translated">Atharraich am post-d</target> 4567 <target state="translated">Atharraich am post-d</target>
4555 <context-group purpose="location"> 4568
4556 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4569 <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">36</context></context-group></trans-unit>
4557 <context context-type="linenumber">35</context>
4558 </context-group>
4559 </trans-unit>
4560 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 4570 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4561 <source>Theme</source> 4571 <source>Theme</source>
4562 <target state="translated">Ùrlar</target> 4572 <target state="translated">Ùrlar</target>
@@ -5316,15 +5326,18 @@
5316 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5326 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5317 <context context-type="linenumber">2</context> 5327 <context context-type="linenumber">2</context>
5318 </context-group> 5328 </context-group>
5319 </trans-unit> 5329 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5320 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5330 <source>
5321 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 5331 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5322 <target state="translated">’S e ùrlar sruthaidh video co-nasgaichte (ActivityPub) ’s a chleachdas P2P sa bhrabhsair-lìn fhèin a th’ ann am PeerTube.</target> 5332 </source><target state="new">
5333 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5334 </target>
5323 <context-group purpose="location"> 5335 <context-group purpose="location">
5324 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5336 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5325 <context context-type="linenumber">9</context> 5337 <context context-type="linenumber">9</context>
5326 </context-group> 5338 </context-group>
5327 </trans-unit> 5339 </trans-unit>
5340
5328 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5341 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5329 <source> 5342 <source>
5330 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 5343 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9189,6 +9202,24 @@
9189 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9202 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9190 <context context-type="linenumber">1</context> 9203 <context context-type="linenumber">1</context>
9191 </context-group> 9204 </context-group>
9205 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9206 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9207 <context-group purpose="location">
9208 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9209 <context context-type="linenumber">1</context>
9210 </context-group>
9211 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9212 <source>Delete account comments</source><target state="new">Delete account comments</target>
9213 <context-group purpose="location">
9214 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9215 <context context-type="linenumber">1</context>
9216 </context-group>
9217 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9218 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9219 <context-group purpose="location">
9220 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9221 <context context-type="linenumber">1</context>
9222 </context-group>
9192 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9223 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9193 <source>Edit user</source><target state="new">Edit user</target> 9224 <source>Edit user</source><target state="new">Edit user</target>
9194 <context-group purpose="location"> 9225 <context-group purpose="location">
@@ -9275,6 +9306,18 @@
9275 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9306 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9276 <context context-type="linenumber">1</context> 9307 <context context-type="linenumber">1</context>
9277 </context-group> 9308 </context-group>
9309 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9310 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9311 <context-group purpose="location">
9312 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9313 <context context-type="linenumber">1</context>
9314 </context-group>
9315 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9316 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9317 <context-group purpose="location">
9318 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9319 <context context-type="linenumber">1</context>
9320 </context-group>
9278 </trans-unit> 9321 </trans-unit>
9279 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9322 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9280 <source>Mute this account by your instance</source> 9323 <source>Mute this account by your instance</source>
@@ -9331,6 +9374,18 @@
9331 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9374 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9332 <context context-type="linenumber">1</context> 9375 <context context-type="linenumber">1</context>
9333 </context-group> 9376 </context-group>
9377 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9378 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
9379 <context-group purpose="location">
9380 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9381 <context context-type="linenumber">1</context>
9382 </context-group>
9383 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9384 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
9385 <context-group purpose="location">
9386 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9387 <context context-type="linenumber">1</context>
9388 </context-group>
9334 </trans-unit> 9389 </trans-unit>
9335 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 9390 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9336 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 9391 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.gl-ES.xlf b/client/src/locale/angular.gl-ES.xlf
index 0363ac26d..dcc368d9a 100644
--- a/client/src/locale/angular.gl-ES.xlf
+++ b/client/src/locale/angular.gl-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 }}"/> publicou un novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou un novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
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">O vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> foi sacado da lista de bloqueo </target> 284 <target state="translated">O vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> foi sacado da lista de bloqueo </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">O vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> meteuse na lista negra </target> 289 <target state="translated">O vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> meteuse na 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;"/>Unha denuncia de abuso<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> creouse para o vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 294 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Unha denuncia de abuso<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> creouse para o vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
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">O vídeo recentemente engadido <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;"/> foi <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>posto na lista negra<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 299 <target state="translated">O vídeo recentemente engadido <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>"/> foi <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>posto na 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;"/> comentou o teu vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 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>"/> comentou o teu vídeo <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
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">O teu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> está publicado </target> 320 <target state="translated">O teu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> está 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;"/>O vídeo foi importado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> correctamente </target> 325 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>O vídeo foi importado<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> correctamente </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 proceso de importar o video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fallou </target> 330 <target state="translated"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A proceso de importar o video<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> fallou </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">A usuaria <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;"/> rexistrouse na túa instancia </target> 335 <target state="translated">A usuaria <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>"/> rexistrouse na túa 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á a seguir <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>a túa canle <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;"/>a túa conta<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á a seguir <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>a túa canle <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>"/>a túa conta<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;"/> mencionoute no <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>vídeo <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>"/> mencionoute no <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>vídeo <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">A túa instancia ten <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>unha nova seguidora<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;"/> agardando 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">A túa instancia ten <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>unha nova seguidora<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>"/> agardando 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">A túa instancia seguiu automáticamente 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">A túa instancia seguiu automáticamente 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">
@@ -388,9 +396,9 @@
388 <context-group name="null"> 396 <context-group name="null">
389 <context context-type="linenumber">9</context> 397 <context context-type="linenumber">9</context>
390 </context-group> 398 </context-group>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 399
392 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 400
393 </trans-unit> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 403 <source>Start at</source>
396 <target>Iniciar en</target> 404 <target>Iniciar en</target>
@@ -458,9 +466,9 @@
458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
459 <source>video</source> 467 <source>video</source>
460 <target state="translated">vídeo</target> 468 <target state="translated">vídeo</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 469
462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 470
463 </trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
464 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
465 <source>subtitles</source> 473 <source>subtitles</source>
466 <target state="translated">subtítulos</target> 474 <target state="translated">subtítulos</target>
@@ -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">O informe será enviado á moderación <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> e tamén reenviado á orixe do vídeo (<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">O informe será enviado á moderación <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> e tamén reenviado á orixe do vídeo (<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>
@@ -671,10 +679,10 @@
671 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 679 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
672 <source>Deleted</source> 680 <source>Deleted</source>
673 <target state="translated">Eliminado</target> 681 <target state="translated">Eliminado</target>
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 682
675 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 683
676 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 684
677 </trans-unit> 685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
678 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 686 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
679 <source>Edit starts/stops at</source> 687 <source>Edit starts/stops at</source>
680 <target>A edición inicia/para en</target> 688 <target>A edición inicia/para en</target>
@@ -724,11 +732,11 @@
724 <context-group name="null"> 732 <context-group name="null">
725 <context context-type="linenumber">13</context> 733 <context context-type="linenumber">13</context>
726 </context-group> 734 </context-group>
727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group> 736
729 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 737
730 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 738
731 </trans-unit> 739 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
732 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 740 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
733 <source>Edit</source> 741 <source>Edit</source>
734 <target>Editar</target> 742 <target>Editar</target>
@@ -829,10 +837,13 @@
829 <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> 837 <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>
830 </trans-unit> 838 </trans-unit>
831 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 839 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
832 <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> 840 <source>
841 <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>"/>
842 <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>"/>
843 </source>
833 <target> 844 <target>
834 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Subscrición remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 845 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Subscrición remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
835 <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;"/> 846 <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>"/>
836 </target> 847 </target>
837 <context-group name="null"> 848 <context-group name="null">
838 <context context-type="linenumber">10</context> 849 <context context-type="linenumber">10</context>
@@ -840,16 +851,22 @@
840 <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> 851 <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>
841 </trans-unit> 852 </trans-unit>
842 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 853 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
843 <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> 854 <source>
844 <target state="translated">Podes subscribirte ao canal a través dunha conta ActivityPub no fediverso.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por exemplo con Mastodon ou Pleroma podes escribir o URL do canal na caixa de busca e susbscribirte desde alí. </target> 855 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
856 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
857 </source>
858 <target state="translated">Podes subscribirte ao canal a través dunha conta ActivityPub no fediverso.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por exemplo con Mastodon ou Pleroma podes escribir o URL do canal na caixa de busca e susbscribirte desde alí. </target>
845 <context-group purpose="location"> 859 <context-group purpose="location">
846 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 860 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
847 <context context-type="linenumber">17</context> 861 <context context-type="linenumber">17</context>
848 </context-group> 862 </context-group>
849 </trans-unit> 863 </trans-unit>
850 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 864 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
851 <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> 865 <source>
852 <target state="translated">Podes interactuar con este vídeo desde unha conta ActivityPub no fediverso.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Por exemplo cunha conta Mastodon ou Pleroma podes escribir o URL do vídeo na caixa de busca e interactuar con el desde alí. </target> 866 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
867 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
868 </source>
869 <target state="translated">Podes interactuar con este vídeo desde unha conta ActivityPub no fediverso.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Por exemplo cunha conta Mastodon ou Pleroma podes escribir o URL do vídeo na caixa de busca e interactuar con el desde alí. </target>
853 <context-group purpose="location"> 870 <context-group purpose="location">
854 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 871 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
855 <context context-type="linenumber">26</context> 872 <context context-type="linenumber">26</context>
@@ -864,8 +881,11 @@
864 </context-group> 881 </context-group>
865 </trans-unit> 882 </trans-unit>
866 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 883 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
867 <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> 884 <source>
868 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>A política por omisión para vídeos NSFW/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;"/>pode ser redefinida polas usuarias<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/> </target> 885 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
886 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
887 </source>
888 <target state="translated"><x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>A política por omisión para vídeos NSFW/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>"/>pode ser redefinida polas usuarias<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> </target>
869 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">11</context></context-group> 889 <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>
870 </trans-unit> 890 </trans-unit>
871 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 891 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -911,9 +931,9 @@
911 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">139</context></context-group> 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>
912 </trans-unit> 932 </trans-unit>
913 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 933 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
914 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </source> 934 <source>Unlimited <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </source>
915 <target> 935 <target>
916 Sen límite <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> diario)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 936 Sen límite <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> diario)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
917 </target> 937 </target>
918 <context-group name="null"> 938 <context-group name="null">
919 <context context-type="linenumber">53</context> 939 <context context-type="linenumber">53</context>
@@ -1105,8 +1125,8 @@
1105 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1125 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1106 </trans-unit> 1126 </trans-unit>
1107 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1127 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1108 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1128 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1109 <target state="translated">Lamentámolo, pero algo pasou co proceso de conexión desde o exterior. Por favor <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contacta coa administración<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1129 <target state="translated">Lamentámolo, pero algo pasou co proceso de conexión desde o exterior. Por favor <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contacta coa administración<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1110 <context-group purpose="location"> 1130 <context-group purpose="location">
1111 <context context-type="sourcefile">src/app/login/login.component.html</context> 1131 <context context-type="sourcefile">src/app/login/login.component.html</context>
1112 <context context-type="linenumber">6</context> 1132 <context context-type="linenumber">6</context>
@@ -1121,8 +1141,15 @@
1121 </context-group> 1141 </context-group>
1122 </trans-unit> 1142 </trans-unit>
1123 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1143 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" 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> 1144 <source>
1125 <target state="translated">Esta instancia actualmente non permite o rexistro, pero podes atopar unha instancia que che permita abrir unha conta e subir alí os teus vídeos. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Atopa a túa instancia 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> 1145 Currently this instance doesn't allow for user registration, but you can find an instance
1146 that gives you the possibility to sign up for an account and upload your videos there.
1147
1148 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1149
1150 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>"/>.
1151 </source>
1152 <target state="translated">Esta instancia actualmente non permite o rexistro, pero podes atopar unha instancia que che permita abrir unha conta e subir alí os teus vídeos. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Atopa a túa instancia 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"> 1153 <context-group purpose="location">
1127 <context context-type="sourcefile">src/app/login/login.component.html</context> 1154 <context context-type="sourcefile">src/app/login/login.component.html</context>
1128 <context context-type="linenumber">16</context> 1155 <context context-type="linenumber">16</context>
@@ -1287,9 +1314,9 @@
1287 </context-group> 1314 </context-group>
1288 </trans-unit> 1315 </trans-unit>
1289 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1316 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1290 <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>
1291 <target> 1318 <target>
1292 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;"/> 1319 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>"/>
1293 </target> 1320 </target>
1294 <context-group name="null"> 1321 <context-group name="null">
1295 <context context-type="linenumber">6</context> 1322 <context context-type="linenumber">6</context>
@@ -1297,10 +1324,13 @@
1297 <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>
1298 </trans-unit> 1325 </trans-unit>
1299 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1326 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1300 <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>
1301 <target> 1331 <target>
1302 Filtros 1332 Filtros
1303 <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>"/>
1304 </target> 1334 </target>
1305 <context-group name="null"> 1335 <context-group name="null">
1306 <context context-type="linenumber">16</context> 1336 <context context-type="linenumber">16</context>
@@ -1334,7 +1364,8 @@
1334 </context-group> 1364 </context-group>
1335 </trans-unit> 1365 </trans-unit>
1336 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1366 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1337 <source>CLI documentation</source> 1367 <source>CLI
1368 documentation</source>
1338 <target state="translated">Documentación CLI</target> 1369 <target state="translated">Documentación CLI</target>
1339 <context-group purpose="location"> 1370 <context-group purpose="location">
1340 <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>
@@ -1350,7 +1381,8 @@
1350 </context-group> 1381 </context-group>
1351 </trans-unit> 1382 </trans-unit>
1352 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1383 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1353 <source>Administer documentation</source> 1384 <source>Administer
1385 documentation</source>
1354 <target state="translated">Documentación da administradora</target> 1386 <target state="translated">Documentación da administradora</target>
1355 <context-group purpose="location"> 1387 <context-group purpose="location">
1356 <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>
@@ -1366,7 +1398,8 @@
1366 </context-group> 1398 </context-group>
1367 </trans-unit> 1399 </trans-unit>
1368 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1400 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1369 <source>Use documentation</source> 1401 <source>Use
1402 documentation</source>
1370 <target state="translated">Documentación de utilización</target> 1403 <target state="translated">Documentación de utilización</target>
1371 <context-group purpose="location"> 1404 <context-group purpose="location">
1372 <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>
@@ -1390,16 +1423,16 @@
1390 </context-group> 1423 </context-group>
1391 </trans-unit> 1424 </trans-unit>
1392 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1425 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1393 <source>Official PeerTube website (news, support, contribute...): <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/></source> 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>
1394 <target state="translated">Sitio web oficial de PeerTube (novas, axuda, colaboració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> 1427 <target state="translated">Sitio web oficial de PeerTube (novas, axuda, colaboració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>
1395 <context-group purpose="location"> 1428 <context-group purpose="location">
1396 <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>
1397 <context context-type="linenumber">44</context> 1430 <context context-type="linenumber">44</context>
1398 </context-group> 1431 </context-group>
1399 </trans-unit> 1432 </trans-unit>
1400 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1433 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1401 <source>Put your instance on the public PeerTube index: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>https://instances.joinpeertube.org/instances<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 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>
1402 <target state="translated">Sube a túa instancia ao í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> 1435 <target state="translated">Sube a túa instancia ao í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>
1403 <context-group purpose="location"> 1436 <context-group purpose="location">
1404 <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>
1405 <context context-type="linenumber">47</context> 1438 <context context-type="linenumber">47</context>
@@ -1414,16 +1447,26 @@
1414 </context-group> 1447 </context-group>
1415 </trans-unit> 1448 </trans-unit>
1416 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1449 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1417 <source>Choosing your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance name<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>setting up a description<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specifying <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>who you are<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, why <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>you created your instance<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>how long<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> you plan to <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>maintain your it<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> is very important for visitors to understand on what type of instance they are. </source> 1450 <source>
1418 <target state="translated">Escollendo o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>nome da instancia<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;"/>escribindo unha descrición<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, explicando <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>quen es<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, por que <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>creaches a instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> e <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>canto tempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> tes planeado <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>mantela <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> é moi importante para as persoas que a visitan saiban o tipo de instancia na que se atopan. </target> 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>
1455 <target state="translated">Escollendo o <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>nome da instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>escribindo unha descrición<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, explicando <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>quen es<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, por que <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>creaches a instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> e <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>canto tempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> tes planeado <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>mantela <x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> é moi importante para as persoas que a visitan saiban o tipo de instancia na que se atopan. </target>
1419 <context-group purpose="location"> 1456 <context-group purpose="location">
1420 <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>
1421 <context context-type="linenumber">61</context> 1458 <context context-type="linenumber">61</context>
1422 </context-group> 1459 </context-group>
1423 </trans-unit> 1460 </trans-unit>
1424 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1461 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1425 <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>
1426 <target state="translated">Se queres permitir o rexistro, decide cales son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>as túas normas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, completa os <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>termos da instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> e indica as categorías e idiomas que falas. Deste xeito axudarás as usuarias para que se rexistren <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>na instancia PeerTube axeitada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. </target> 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>
1469 <target state="translated">Se queres permitir o rexistro, decide cales son <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>as túas normas de moderación<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, completa os <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>termos da instancia<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> e indica as categorías e idiomas que falas. Deste xeito axudarás as usuarias para que se rexistren <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>na instancia PeerTube axeitada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. </target>
1427 <context-group purpose="location"> 1470 <context-group purpose="location">
1428 <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>
1429 <context context-type="linenumber">67</context> 1472 <context context-type="linenumber">67</context>
@@ -1510,18 +1553,20 @@
1510 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1553 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1511 <context context-type="linenumber">21</context> 1554 <context context-type="linenumber">21</context>
1512 </context-group> 1555 </context-group>
1513 </trans-unit> 1556 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1514 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1557 <source>
1515 <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 Please consider configuring 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>"/>.
1516 <target state="new"> 1559 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1517 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;"/>. 1560 </source><target state="new">
1518 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;"/>. 1561 Please consider configuring 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>"/>.
1562 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1519 </target> 1563 </target>
1520 <context-group purpose="location"> 1564 <context-group purpose="location">
1521 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1565 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1522 <context context-type="linenumber">24</context> 1566 <context context-type="linenumber">24</context>
1523 </context-group> 1567 </context-group>
1524 </trans-unit> 1568 </trans-unit>
1569
1525 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1570 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1526 <source>Configure these fields</source> 1571 <source>Configure these fields</source>
1527 <target state="new">Configure these fields</target> 1572 <target state="new">Configure these fields</target>
@@ -1831,79 +1876,49 @@
1831 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1876 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1832 <source>GLOBAL SEARCH</source> 1877 <source>GLOBAL SEARCH</source>
1833 <target state="new">GLOBAL SEARCH</target> 1878 <target state="new">GLOBAL SEARCH</target>
1834 <context-group purpose="location"> 1879
1835 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1880 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1836 <context context-type="linenumber">16</context>
1837 </context-group>
1838 </trans-unit>
1839 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1881 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1840 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1882 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1841 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1883 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1842 <context-group purpose="location"> 1884
1843 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1885 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1844 <context context-type="linenumber">18</context>
1845 </context-group>
1846 </trans-unit>
1847 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1886 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1848 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1887 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1849 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1888 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1850 <context-group purpose="location"> 1889
1851 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1890 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1852 <context context-type="linenumber">22</context>
1853 </context-group>
1854 </trans-unit>
1855 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1891 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1856 <source>ADVANCED SEARCH</source> 1892 <source>ADVANCED SEARCH</source>
1857 <target state="new">ADVANCED SEARCH</target> 1893 <target state="new">ADVANCED SEARCH</target>
1858 <context-group purpose="location"> 1894
1859 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1895 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1860 <context context-type="linenumber">29</context>
1861 </context-group>
1862 </trans-unit>
1863 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1896 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1864 <source>any instance</source> 1897 <source>any instance</source>
1865 <target state="new">any instance</target> 1898 <target state="new">any instance</target>
1866 <context-group purpose="location"> 1899
1867 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1900 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1868 <context context-type="linenumber">32</context>
1869 </context-group>
1870 </trans-unit>
1871 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1901 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1872 <source>only followed instances</source> 1902 <source>only followed instances</source>
1873 <target state="new">only followed instances</target> 1903 <target state="new">only followed instances</target>
1874 <context-group purpose="location"> 1904
1875 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1905 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1876 <context context-type="linenumber">33</context>
1877 </context-group>
1878 </trans-unit>
1879 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1906 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1880 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1907 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1881 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1908 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1882 <context-group purpose="location"> 1909
1883 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1910 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1884 <context context-type="linenumber">31</context>
1885 </context-group>
1886 </trans-unit>
1887 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1911 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1888 <source>channel</source> 1912 <source>channel</source>
1889 <target state="new">channel</target> 1913 <target state="new">channel</target>
1890 <context-group purpose="location"> 1914
1891 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1915
1892 <context context-type="linenumber">40</context> 1916 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1893 </context-group>
1894 <context-group purpose="location">
1895 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1896 <context context-type="linenumber">43</context>
1897 </context-group>
1898 </trans-unit>
1899 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1917 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1900 <source>Any other text will return matching video or channel names.</source> 1918 <source>Any other text will return matching video or channel names.</source>
1901 <target state="new">Any other text will return matching video or channel names.</target> 1919 <target state="new">Any other text will return matching video or channel names.</target>
1902 <context-group purpose="location"> 1920
1903 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1921 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1904 <context context-type="linenumber">49</context>
1905 </context-group>
1906 </trans-unit>
1907 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1922 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1908 <source>Search...</source> 1923 <source>Search...</source>
1909 <target>Buscar...</target> 1924 <target>Buscar...</target>
@@ -1945,10 +1960,13 @@
1945 </context-group> 1960 </context-group>
1946 </trans-unit> 1961 </trans-unit>
1947 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1962 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1948 <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> 1963 <source>
1964 Jump to channel
1965 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1966 </source>
1949 <target state="new"> 1967 <target state="new">
1950 Jump to channel 1968 Jump to channel
1951 <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;"/> 1969 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1952 </target> 1970 </target>
1953 <context-group purpose="location"> 1971 <context-group purpose="location">
1954 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1972 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2193,10 +2211,14 @@
2193 <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> 2211 <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>
2194 </trans-unit> 2212 </trans-unit>
2195 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2213 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2196 <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> 2214 <source>
2215 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2216 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2217 Press Enter to add a new tag.
2218 </source>
2197 <target state="new"> 2219 <target state="new">
2198 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2220 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2199 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2221 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2200 Press Enter to add a new tag. 2222 Press Enter to add a new tag.
2201 </target> 2223 </target>
2202 <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> 2224 <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>
@@ -2360,7 +2382,7 @@
2360 <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> 2382 <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>
2361 </trans-unit> 2383 </trans-unit>
2362 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2384 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2363 <source>Already uploaded ✔</source> 2385 <source>Already uploaded ✔</source>
2364 <target>Xa subido ✔</target> 2386 <target>Xa subido ✔</target>
2365 <context-group name="null"> 2387 <context-group name="null">
2366 <context context-type="linenumber">179</context> 2388 <context context-type="linenumber">179</context>
@@ -2491,9 +2513,13 @@
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> 2513 <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> 2514 </trans-unit>
2493 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2515 <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> 2516 <source>
2517 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>"/>
2518 or URL that points to a raw MP4 file.
2519 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.
2520 </source>
2495 <target state="new"> 2521 <target state="new">
2496 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;"/> 2522 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>"/>
2497 or URL that points to a raw MP4 file. 2523 or URL that points to a raw MP4 file.
2498 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2524 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.
2499 </target> 2525 </target>
@@ -2558,10 +2584,14 @@
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> 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">31</context></context-group>
2559 </trans-unit> 2585 </trans-unit>
2560 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2586 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2561 <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> 2587 <source>
2588 Image that will be merged with your audio file.
2589 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2590 The chosen image will be definitive and cannot be modified.
2591 </source>
2562 <target> 2592 <target>
2563 Imaxe que se unirá ao teu ficheiro de audio. 2593 Imaxe que se unirá ao teu ficheiro de audio.
2564 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2594 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2565 A imaxe escollida será definitiva e non se pode modificar. 2595 A imaxe escollida será definitiva e non se pode modificar.
2566 </target> 2596 </target>
2567 <context-group name="null"> 2597 <context-group name="null">
@@ -2619,7 +2649,10 @@
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">13</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">13</context></context-group>
2620 </trans-unit> 2650 </trans-unit>
2621 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2651 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2622 <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> 2652 <source>
2653 You can import any torrent file that points to a mp4 file.
2654 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.
2655 </source>
2623 <target state="new"> 2656 <target state="new">
2624 You can import any torrent file that points to a mp4 file. 2657 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. 2658 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.
@@ -2634,11 +2667,15 @@
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> 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">56</context></context-group>
2635 </trans-unit> 2668 </trans-unit>
2636 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2669 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2637 <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> 2670 <source>
2671 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.
2672 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2673 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.
2674 </source>
2638 <target state="new"> 2675 <target state="new">
2639 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. 2676 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.
2640 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2677 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2641 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. 2678 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.
2642 </target> 2679 </target>
2643 <context-group purpose="location"> 2680 <context-group purpose="location">
2644 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2681 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2844,9 +2881,9 @@
2844 </context-group> 2881 </context-group>
2845 </trans-unit> 2882 </trans-unit>
2846 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2883 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2847 <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> 2884 <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>
2848 <target state="new"> 2885 <target state="new">
2849 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;"/> 2886 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>"/>
2850 </target> 2887 </target>
2851 <context-group purpose="location"> 2888 <context-group purpose="location">
2852 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2889 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2854,9 +2891,9 @@
2854 </context-group> 2891 </context-group>
2855 </trans-unit> 2892 </trans-unit>
2856 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2893 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2857 <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> 2894 <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>
2858 <target state="new"> 2895 <target state="new">
2859 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;"/> 2896 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>"/>
2860 </target> 2897 </target>
2861 <context-group purpose="location"> 2898 <context-group purpose="location">
2862 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2899 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3123,7 +3160,11 @@
3123 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context><context context-type="linenumber">31</context></context-group> 3160 <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>
3124 </trans-unit> 3161 </trans-unit>
3125 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3162 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3126 <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> 3163 <source>
3164 You can comment using an account on any ActivityPub-compatible instance.
3165 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3166 from within the software's interface.
3167 </source>
3127 <target state="new"> 3168 <target state="new">
3128 You can comment using an account on any ActivityPub-compatible instance. 3169 You can comment using an account on any ActivityPub-compatible instance.
3129 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3170 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3154,13 +3195,13 @@
3154 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 3195 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
3155 <source>Reply</source> 3196 <source>Reply</source>
3156 <target state="new">Reply</target> 3197 <target state="new">Reply</target>
3157 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3198
3158 </trans-unit> 3199 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3159 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3200 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3160 <source>This comment has been deleted</source> 3201 <source>This comment has been deleted</source>
3161 <target state="new">This comment has been deleted</target> 3202 <target state="new">This comment has been deleted</target>
3162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3203
3163 </trans-unit> 3204 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3164 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3205 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3165 <source>Follows &amp; redundancies</source> 3206 <source>Follows &amp; redundancies</source>
3166 <target state="new">Follows &amp; redundancies</target> 3207 <target state="new">Follows &amp; redundancies</target>
@@ -3282,8 +3323,8 @@
3282 <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> 3323 <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>
3283 </trans-unit> 3324 </trans-unit>
3284 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3325 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3285 <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> 3326 <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>
3286 <target state="new">Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3327 <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>
3287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group> 3328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">25</context></context-group>
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group> 3329 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">28</context></context-group>
3289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group> 3330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">50</context></context-group>
@@ -3355,8 +3396,8 @@
3355 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3356 </trans-unit> 3397 </trans-unit>
3357 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3398 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3358 <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> 3399 <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>
3359 <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> 3400 <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>
3360 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3401 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3361 </trans-unit> 3402 </trans-unit>
3362 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3403 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3465,9 +3506,12 @@
3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3466 </trans-unit> 3507 </trans-unit>
3467 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3508 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3468 <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> 3509 <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/>"/>
3511 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3512 </source>
3469 <target state="new"> 3513 <target state="new">
3470 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;"/> 3514 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/>"/>
3471 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3515 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3472 </target> 3516 </target>
3473 <context-group purpose="location"> 3517 <context-group purpose="location">
@@ -3546,13 +3590,13 @@
3546 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3590 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3547 </trans-unit> 3591 </trans-unit>
3548 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3592 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3549 <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> 3593 <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>
3550 <target state="new">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3594 <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>
3551 <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> 3595 <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>
3552 </trans-unit> 3596 </trans-unit>
3553 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3597 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3554 <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> 3598 <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>
3555 <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> 3599 <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>
3556 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3600 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3557 </trans-unit> 3601 </trans-unit>
3558 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3602 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
@@ -3588,8 +3632,8 @@
3588 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 3632 <trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3589 <source>Ban reason:</source> 3633 <source>Ban reason:</source>
3590 <target state="new">Ban reason:</target> 3634 <target state="new">Ban reason:</target>
3591 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3635
3592 </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">121</context></context-group></trans-unit>
3593 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3637 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3594 <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> 3638 <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>
3595 <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> 3639 <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>
@@ -3651,8 +3695,8 @@
3651 </context-group> 3695 </context-group>
3652 </trans-unit> 3696 </trans-unit>
3653 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3697 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3654 <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> 3698 <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>
3655 <target state="new">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> 3699 <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>
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">23</context></context-group> 3700 <context-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 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></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">24</context></context-group>
3658 </trans-unit> 3702 </trans-unit>
@@ -3705,8 +3749,8 @@
3705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 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">26</context></context-group>
3706 </trans-unit> 3750 </trans-unit>
3707 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3751 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3708 <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> 3752 <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>
3709 <target state="new">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3753 <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>
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">27</context></context-group> 3754 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">27</context></context-group>
3711 </trans-unit> 3755 </trans-unit>
3712 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html"> 3756 <trans-unit id="1c16132124fd96151ccf858aad5a98108df6c93a" datatype="html">
@@ -3894,15 +3938,15 @@
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">74</context></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">74</context></context-group>
3895 </trans-unit> 3939 </trans-unit>
3896 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3940 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3897 <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> 3941 <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 <target state="new">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></target> 3942 <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>
3899 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group> 3943 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">23</context></context-group>
3900 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group> 3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">27</context></context-group>
3901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 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">43</context></context-group>
3902 </trans-unit> 3946 </trans-unit>
3903 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3947 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3904 <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> 3948 <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>
3905 <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> 3949 <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>
3906 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 3950 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3907 </trans-unit> 3951 </trans-unit>
3908 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html"> 3952 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
@@ -3919,9 +3963,9 @@
3919 </context-group> 3963 </context-group>
3920 </trans-unit> 3964 </trans-unit>
3921 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 3965 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3922 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 3966 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3923 <target state="new"> 3967 <target state="new">
3924 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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;"/> 3968 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3925 </target> 3969 </target>
3926 <context-group purpose="location"> 3970 <context-group purpose="location">
3927 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3971 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -3945,9 +3989,9 @@
3945 </context-group> 3989 </context-group>
3946 </trans-unit> 3990 </trans-unit>
3947 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 3991 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3948 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 3992 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3949 <target state="new"> 3993 <target state="new">
3950 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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;"/> 3994 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
3951 </target> 3995 </target>
3952 <context-group purpose="location"> 3996 <context-group purpose="location">
3953 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 3997 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -3998,8 +4042,8 @@
3998 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4042 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
3999 </trans-unit> 4043 </trans-unit>
4000 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 4044 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
4001 <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> 4045 <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>
4002 <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> 4046 <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>
4003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group> 4047 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">27</context></context-group>
4004 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group> 4048 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context><context context-type="linenumber">23</context></context-group>
4005 <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> 4049 <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>
@@ -4113,6 +4157,12 @@
4113 <source>Homepage</source> 4157 <source>Homepage</source>
4114 <target state="new">Homepage</target> 4158 <target state="new">Homepage</target>
4115 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4159 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4160 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4161 <source>Close this message</source><target state="new">Close this message</target>
4162 <context-group purpose="location">
4163 <context context-type="sourcefile">src/app/app.component.html</context>
4164 <context context-type="linenumber">34</context>
4165 </context-group>
4116 </trans-unit> 4166 </trans-unit>
4117 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4167 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4118 <source>Go to the plugin homepage</source> 4168 <source>Go to the plugin homepage</source>
@@ -4258,8 +4308,8 @@
4258 </context-group> 4308 </context-group>
4259 </trans-unit> 4309 </trans-unit>
4260 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4310 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4261 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4311 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4262 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4312 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4263 <context-group purpose="location"> 4313 <context-group purpose="location">
4264 <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>
4265 <context context-type="linenumber">32</context> 4315 <context context-type="linenumber">32</context>
@@ -4301,8 +4351,8 @@
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> 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">65</context></context-group>
4302 </trans-unit> 4352 </trans-unit>
4303 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4353 <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> 4354 <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="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> 4355 <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>
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">47</context></context-group> 4356 <context-group purpose="location"><context context-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>
4307 </trans-unit> 4357 </trans-unit>
4308 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4358 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4341,9 +4391,9 @@
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">75</context></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">75</context></context-group>
4342 </trans-unit> 4392 </trans-unit>
4343 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4393 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4344 <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> 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 build a moderation team. </source>
4345 <target state="new"> 4395 <target state="new">
4346 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. 4396 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.
4347 </target> 4397 </target>
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">76</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">76</context></context-group>
4349 </trans-unit> 4399 </trans-unit>
@@ -4353,9 +4403,12 @@
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">86</context></context-group> 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">86</context></context-group>
4354 </trans-unit> 4404 </trans-unit>
4355 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4405 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4356 <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> 4406 <source>
4407 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/>"/>
4408 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4409 </source>
4357 <target state="new"> 4410 <target state="new">
4358 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;"/> 4411 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/>"/>
4359 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4412 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4360 </target> 4413 </target>
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">90</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">90</context></context-group>
@@ -4369,9 +4422,9 @@
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">99</context></context-group> 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">99</context></context-group>
4370 </trans-unit> 4423 </trans-unit>
4371 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4424 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4372 <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> 4425 <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>
4373 <target state="new"> 4426 <target state="new">
4374 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. 4427 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.
4375 </target> 4428 </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">103</context></context-group> 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">103</context></context-group>
4377 </trans-unit> 4430 </trans-unit>
@@ -4508,9 +4561,9 @@
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">240</context></context-group> 4561 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">240</context></context-group>
4509 </trans-unit> 4562 </trans-unit>
4510 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4563 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4511 <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> 4564 <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>
4512 <target state="new"> 4565 <target state="new">
4513 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;"/>. 4566 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>"/>.
4514 </target> 4567 </target>
4515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">241</context></context-group> 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">241</context></context-group>
4516 </trans-unit> 4569 </trans-unit>
@@ -4551,40 +4604,80 @@
4551 <context context-type="linenumber">223</context> 4604 <context context-type="linenumber">223</context>
4552 </context-group> 4605 </context-group>
4553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">270</context></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">270</context></context-group>
4607 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4608 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4609 <context-group purpose="location">
4610 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4611 <context context-type="linenumber">281</context>
4612 </context-group>
4613 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4614 <source>
4615 Display a message on your instance
4616 </source><target state="new">
4617 Display a message on your instance
4618 </target>
4619 <context-group purpose="location">
4620 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4621 <context context-type="linenumber">282</context>
4622 </context-group>
4623 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4624 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4625 <context-group purpose="location">
4626 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4627 <context context-type="linenumber">294</context>
4628 </context-group>
4629 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4630 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4631 <context-group purpose="location">
4632 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4633 <context context-type="linenumber">301</context>
4634 </context-group>
4635 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4636 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4637 <context-group purpose="location">
4638 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4639 <context context-type="linenumber">306</context>
4640 </context-group>
4641 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4642 <source>Message</source><target state="new">Message</target>
4643 <context-group purpose="location">
4644 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4645 <context context-type="linenumber">318</context>
4646 </context-group>
4554 </trans-unit> 4647 </trans-unit>
4555 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4648 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4556 <source>NEW USERS</source> 4649 <source>NEW USERS</source>
4557 <target state="new">NEW USERS</target> 4650 <target state="new">NEW USERS</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">281</context></context-group> 4651
4559 </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">333</context></context-group></trans-unit>
4560 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4653 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4561 <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> 4654 <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>
4562 <target state="new"> 4655 <target state="new">
4563 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. 4656 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 </target> 4657 </target>
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">282</context></context-group> 4658
4566 </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">334</context></context-group></trans-unit>
4567 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4660 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4568 <source>Signup enabled</source> 4661 <source>Signup enabled</source>
4569 <target>Rexistro activado</target> 4662 <target>Rexistro activado</target>
4570 <context-group name="null"> 4663 <context-group name="null">
4571 <context context-type="linenumber">235</context> 4664 <context context-type="linenumber">235</context>
4572 </context-group> 4665 </context-group>
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">293</context></context-group> 4666
4574 </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">345</context></context-group></trans-unit>
4575 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4668 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4576 <source>Signup requires email verification</source> 4669 <source>Signup requires email verification</source>
4577 <target state="new">Signup requires email verification</target> 4670 <target state="new">Signup requires email verification</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">301</context></context-group> 4671
4579 </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">353</context></context-group></trans-unit>
4580 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4673 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4581 <source>Signup limit</source> 4674 <source>Signup limit</source>
4582 <target>Rexistro limitado</target> 4675 <target>Rexistro limitado</target>
4583 <context-group name="null"> 4676 <context-group name="null">
4584 <context context-type="linenumber">247</context> 4677 <context context-type="linenumber">247</context>
4585 </context-group> 4678 </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">305</context></context-group> 4679
4587 </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">357</context></context-group></trans-unit>
4588 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4681 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4589 <source>Users</source> 4682 <source>Users</source>
4590 <target>Usuarias</target> 4683 <target>Usuarias</target>
@@ -4689,100 +4782,94 @@
4689 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4782 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4690 <source>Default video quota per user</source> 4783 <source>Default video quota per user</source>
4691 <target state="new">Default video quota per user</target> 4784 <target state="new">Default video quota per user</target>
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">320</context></context-group> 4785
4693 </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">372</context></context-group></trans-unit>
4694 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4787 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4695 <source>Default daily upload limit per user</source> 4788 <source>Default daily upload limit per user</source>
4696 <target state="new">Default daily upload limit per user</target> 4789 <target state="new">Default daily upload limit per user</target>
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">332</context></context-group> 4790
4698 </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">384</context></context-group></trans-unit>
4699 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4792 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4700 <source>NEW VIDEOS</source> 4793 <source>NEW VIDEOS</source>
4701 <target state="new">NEW VIDEOS</target> 4794 <target state="new">NEW VIDEOS</target>
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">349</context></context-group> 4795
4703 </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">401</context></context-group></trans-unit>
4704 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4797 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4705 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4798 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4706 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4799 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
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">360</context></context-group> 4800
4708 </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">412</context></context-group></trans-unit>
4709 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4802 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4710 <source>Allow import with a torrent file or a magnet URI</source> 4803 <source>Allow import with a torrent file or a magnet URI</source>
4711 <target state="new">Allow import with a torrent file or a magnet URI</target> 4804 <target state="new">Allow import with a torrent file or a magnet URI</target>
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">367</context></context-group> 4805
4713 </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">419</context></context-group></trans-unit>
4714 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4807 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4715 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4808 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4716 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4809 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</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">384</context></context-group> 4810
4718 </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">436</context></context-group></trans-unit>
4719 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4812 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4720 <source>Blacklist new videos automatically</source> 4813 <source>Blacklist new videos automatically</source>
4721 <target state="new">Blacklist new videos automatically</target> 4814 <target state="new">Blacklist new videos automatically</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">381</context></context-group> 4815
4723 </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">433</context></context-group></trans-unit>
4724 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4817 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4725 <source>FEDERATION</source> 4818 <source>FEDERATION</source>
4726 <target state="new">FEDERATION</target> 4819 <target state="new">FEDERATION</target>
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">398</context></context-group> 4820
4728 </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">450</context></context-group></trans-unit>
4729 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4822 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4730 <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> 4823 <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>
4731 <target state="new"> 4824 <target state="new">
4732 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. 4825 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.
4733 </target> 4826 </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">399</context></context-group> 4827
4735 </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">451</context></context-group></trans-unit>
4736 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4829 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4737 <source>Other instances can follow yours</source> 4830 <source>Other instances can follow yours</source>
4738 <target state="new">Other instances can follow yours</target> 4831 <target state="new">Other instances can follow yours</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">412</context></context-group> 4832
4740 </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">464</context></context-group></trans-unit>
4741 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4834 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4742 <source>Manually approve new instance followers</source> 4835 <source>Manually approve new instance followers</source>
4743 <target state="new">Manually approve new instance followers</target> 4836 <target state="new">Manually approve new instance followers</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">419</context></context-group> 4837
4745 </trans-unit> 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">471</context></context-group></trans-unit>
4746 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4839 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4747 <source>Automatically follow back instances</source> 4840 <source>Automatically follow back instances</source>
4748 <target state="new">Automatically follow back instances</target> 4841 <target state="new">Automatically follow back instances</target>
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">432</context></context-group> 4842
4750 </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">484</context></context-group></trans-unit>
4751 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4844 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4752 <source>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;"/>. </source> 4845 <source>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>"/>. </source>
4753 <target state="new"> 4846 <target state="new">
4754 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;"/>. 4847 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>"/>.
4755 </target> 4848 </target>
4756 <context-group purpose="location"> 4849
4757 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4758 <context context-type="linenumber">450</context>
4759 </context-group>
4760 </trans-unit>
4761 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4851 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4762 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4852 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4763 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4853 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</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">296</context></context-group> 4854
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">435</context></context-group> 4855
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">448</context></context-group> 4856
4767 </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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4768 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4858 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4769 <source>Index URL</source> 4859 <source>Index URL</source>
4770 <target state="new">Index URL</target> 4860 <target state="new">Index URL</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">457</context></context-group> 4861
4772 </trans-unit> 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">509</context></context-group></trans-unit>
4773 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4863 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4774 <source>Automatically follow instances of a public index</source> 4864 <source>Automatically follow instances of a public index</source>
4775 <target state="new">Automatically follow instances of a public index</target> 4865 <target state="new">Automatically follow instances of a public index</target>
4776 <context-group purpose="location"> 4866
4777 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4778 <context context-type="linenumber">445</context>
4779 </context-group>
4780 </trans-unit>
4781 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4868 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4782 <source>ADMINISTRATORS</source> 4869 <source>ADMINISTRATORS</source>
4783 <target state="new">ADMINISTRATORS</target> 4870 <target state="new">ADMINISTRATORS</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">477</context></context-group> 4871
4785 </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">529</context></context-group></trans-unit>
4786 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4873 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4787 <source>Administrator</source> 4874 <source>Administrator</source>
4788 <target>Administración</target> 4875 <target>Administración</target>
@@ -4797,13 +4884,13 @@
4797 <context-group name="null"> 4884 <context-group name="null">
4798 <context context-type="linenumber">387</context> 4885 <context context-type="linenumber">387</context>
4799 </context-group> 4886 </context-group>
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">483</context></context-group> 4887
4801 </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">535</context></context-group></trans-unit>
4802 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4889 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4803 <source>Enable contact form</source> 4890 <source>Enable contact form</source>
4804 <target state="new">Enable contact form</target> 4891 <target state="new">Enable contact form</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">494</context></context-group> 4892
4806 </trans-unit> 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">546</context></context-group></trans-unit>
4807 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4894 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4808 <source>Basic configuration</source> 4895 <source>Basic configuration</source>
4809 <target>Configuración básica</target> 4896 <target>Configuración básica</target>
@@ -4815,237 +4902,276 @@
4815 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4902 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4816 <source>TWITTER</source> 4903 <source>TWITTER</source>
4817 <target state="new">TWITTER</target> 4904 <target state="new">TWITTER</target>
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">511</context></context-group> 4905
4819 </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">563</context></context-group></trans-unit>
4820 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4907 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4821 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4908 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4822 <target state="new"> 4909 <target state="new">
4823 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4910 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4824 </target> 4911 </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">512</context></context-group> 4912
4826 </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">564</context></context-group></trans-unit>
4827 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4914 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4828 <source>Your Twitter username</source> 4915 <source>Your Twitter username</source>
4829 <target>O seu alcume na Twitter</target> 4916 <target>O seu alcume na Twitter</target>
4830 <context-group name="null"> 4917 <context-group name="null">
4831 <context context-type="linenumber">413</context> 4918 <context context-type="linenumber">413</context>
4832 </context-group> 4919 </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">523</context></context-group> 4920
4834 </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">575</context></context-group></trans-unit>
4835 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4922 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4836 <source>Instance whitelisted by Twitter</source> 4923 <source>Instance whitelisted by Twitter</source>
4837 <target>Instancia na lista blanca por Twitter</target> 4924 <target>Instancia na lista blanca por Twitter</target>
4838 <context-group name="null"> 4925 <context-group name="null">
4839 <context context-type="linenumber">431</context> 4926 <context context-type="linenumber">431</context>
4840 </context-group> 4927 </context-group>
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">535</context></context-group> 4928
4842 </trans-unit> 4929 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
4843 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4930 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4844 <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> 4931 <source>
4932 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/>"/>
4933 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 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4935 <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>"/>
4936 to see if you instance is whitelisted.
4937 </source>
4845 <target state="new"> 4938 <target state="new">
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/&gt;"/> 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/>"/>
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/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 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/>"/>
4848 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4941 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4849 <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;"/> 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>"/>
4850 to see if you instance is whitelisted. 4943 to see if you instance is whitelisted.
4851 </target> 4944 </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">539</context></context-group> 4945
4853 </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">591</context></context-group></trans-unit>
4854 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4947 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4855 <source>Services</source> 4948 <source>Services</source>
4856 <target>Servizos</target> 4949 <target>Servizos</target>
4857 <context-group name="null"> 4950 <context-group name="null">
4858 <context context-type="linenumber">405</context> 4951 <context context-type="linenumber">405</context>
4859 </context-group> 4952 </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">505</context></context-group> 4953
4861 </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">557</context></context-group></trans-unit>
4862 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4955 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4863 <source>TRANSCODING</source> 4956 <source>TRANSCODING</source>
4864 <target state="new">TRANSCODING</target> 4957 <target state="new">TRANSCODING</target>
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">565</context></context-group> 4958
4866 </trans-unit> 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">617</context></context-group></trans-unit>
4867 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4960 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4868 <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> 4961 <source>
4962 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4963 resources, this is a critical part of PeerTube, so tread carefully.
4964 </source>
4869 <target state="new"> 4965 <target state="new">
4870 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4966 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4871 resources, this is a critical part of PeerTube, so tread carefully. 4967 resources, this is a critical part of PeerTube, so tread carefully.
4872 </target> 4968 </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">566</context></context-group> 4969
4874 </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">618</context></context-group></trans-unit>
4875 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4971 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4876 <source>Transcoding enabled</source> 4972 <source>Transcoding enabled</source>
4877 <target>Recodificación activada</target> 4973 <target>Recodificación activada</target>
4878 <context-group name="null"> 4974 <context-group name="null">
4879 <context context-type="linenumber">461</context> 4975 <context context-type="linenumber">461</context>
4880 </context-group> 4976 </context-group>
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">579</context></context-group> 4977
4882 </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">631</context></context-group></trans-unit>
4883 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4979 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4884 <source>If you disable transcoding, many videos from your users will not work!</source> 4980 <source>If you disable transcoding, many videos from your users will not work!</source>
4885 <target>Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!</target> 4981 <target>Si desactiva a recodificación moitos vídeos das súas usuarias non funcionarán!</target>
4886 <context-group name="null"> 4982 <context-group name="null">
4887 <context context-type="linenumber">465</context> 4983 <context context-type="linenumber">465</context>
4888 </context-group> 4984 </context-group>
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">583</context></context-group> 4985
4890 </trans-unit> 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">635</context></context-group></trans-unit>
4891 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4987 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4892 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4988 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4893 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4989 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
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">594</context></context-group> 4990
4895 </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">646</context></context-group></trans-unit>
4896 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4992 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4897 <source>Allow additional extensions</source> 4993 <source>Allow additional extensions</source>
4898 <target state="new">Allow additional extensions</target> 4994 <target state="new">Allow additional extensions</target>
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">591</context></context-group> 4995
4900 </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">643</context></context-group></trans-unit>
4901 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4997 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4902 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4998 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4903 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4999 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
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">605</context></context-group> 5000
4905 </trans-unit> 5001 <context-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>
4906 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5002 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4907 <source>Allow audio files upload</source> 5003 <source>Allow audio files upload</source>
4908 <target state="new">Allow audio files upload</target> 5004 <target state="new">Allow audio files upload</target>
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">602</context></context-group> 5005
4910 </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">654</context></context-group></trans-unit>
4911 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5007 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4912 <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> 5008 <source>
5009 <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>"/>
5010
5011 <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>"/>
5012
5013 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5014
5015 <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>"/>
5016 </source>
4913 <target state="new"> 5017 <target state="new">
4914 <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;"/> 5018 <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>"/>
4915 5019
4916 <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;"/> 5020 <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>"/>
4917 5021
4918 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5022 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4919 5023
4920 <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;"/> 5024 <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>"/>
4921 </target> 5025 </target>
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">617</context></context-group> 5026
4923 </trans-unit> 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">669</context></context-group></trans-unit>
4924 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5028 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4925 <source>WebTorrent support enabled</source> 5029 <source>WebTorrent support enabled</source>
4926 <target state="new">WebTorrent support enabled</target> 5030 <target state="new">WebTorrent support enabled</target>
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">614</context></context-group> 5031
4928 </trans-unit> 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">666</context></context-group></trans-unit>
4929 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5033 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4930 <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> 5034 <source>
5035 <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>"/>
5036
5037 <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>"/>
5038 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5039 <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>"/>
5040 <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>"/>
5041 <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>"/>
5042 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5043
5044 <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>"/>
5045 </source>
4931 <target state="new"> 5046 <target state="new">
4932 <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;"/> 5047 <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>"/>
4933 5048
4934 <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;"/> 5049 <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>"/>
4935 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5050 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4936 <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;"/> 5051 <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>"/>
4937 <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;"/> 5052 <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>"/>
4938 <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;"/> 5053 <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>"/>
4939 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5054 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4940 5055
4941 <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;"/> 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>"/>
4942 </target> 5057 </target>
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">638</context></context-group> 5058
4944 </trans-unit> 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">690</context></context-group></trans-unit>
4945 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5060 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4946 <source>HLS support enabled</source> 5061 <source>HLS support enabled</source>
4947 <target state="new">HLS support enabled</target> 5062 <target state="new">HLS support enabled</target>
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">635</context></context-group> 5063
4949 </trans-unit> 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">687</context></context-group></trans-unit>
4950 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5065 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4951 <source>Transcoding threads</source> 5066 <source>Transcoding threads</source>
4952 <target>Fíos de recodificación</target> 5067 <target>Fíos de recodificación</target>
4953 <context-group name="null"> 5068 <context-group name="null">
4954 <context context-type="linenumber">517</context> 5069 <context context-type="linenumber">517</context>
4955 </context-group> 5070 </context-group>
4956 <context-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> 5071
4957 </trans-unit> 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">712</context></context-group></trans-unit>
4958 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5073 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4959 <source>Resolutions to generate</source> 5074 <source>Resolutions to generate</source>
4960 <target state="new">Resolutions to generate</target> 5075 <target state="new">Resolutions to generate</target>
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">673</context></context-group> 5076
4962 </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">725</context></context-group></trans-unit>
4963 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5078 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4964 <source>CACHE</source> 5079 <source>CACHE</source>
4965 <target state="new">CACHE</target> 5080 <target state="new">CACHE</target>
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">699</context></context-group> 5081
4967 </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">751</context></context-group></trans-unit>
4968 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5083 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4969 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5084 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4970 <target state="new"> 5085 <target state="new">
4971 Some files are not federated, and fetched when necessary. Define their caching policies. 5086 Some files are not federated, and fetched when necessary. Define their caching policies.
4972 </target> 5087 </target>
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">700</context></context-group> 5088
4974 </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">752</context></context-group></trans-unit>
4975 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5090 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4976 <source>Number of previews to keep in cache</source> 5091 <source>Number of previews to keep in cache</source>
4977 <target state="new">Number of previews to keep in cache</target> 5092 <target state="new">Number of previews to keep in cache</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">709</context></context-group> 5093
4979 </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">761</context></context-group></trans-unit>
4980 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5095 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4981 <source>Number of video captions to keep in cache</source> 5096 <source>Number of video captions to keep in cache</source>
4982 <target state="new">Number of video captions to keep in cache</target> 5097 <target state="new">Number of video captions to keep in cache</target>
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">718</context></context-group> 5098
4984 </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">770</context></context-group></trans-unit>
4985 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5100 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4986 <source>CUSTOMIZATIONS</source> 5101 <source>CUSTOMIZATIONS</source>
4987 <target state="new">CUSTOMIZATIONS</target> 5102 <target state="new">CUSTOMIZATIONS</target>
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">733</context></context-group> 5103
4989 </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">785</context></context-group></trans-unit>
4990 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5105 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4991 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5106 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4992 <target state="new"> 5107 <target state="new">
4993 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5108 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4994 </target> 5109 </target>
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">734</context></context-group> 5110
4996 </trans-unit> 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">786</context></context-group></trans-unit>
4997 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5112 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4998 <source>JavaScript</source> 5113 <source>JavaScript</source>
4999 <target>JavaScript</target> 5114 <target>JavaScript</target>
5000 <context-group name="null"> 5115 <context-group name="null">
5001 <context context-type="linenumber">575</context> 5116 <context context-type="linenumber">575</context>
5002 </context-group> 5117 </context-group>
5003 <context-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> 5118
5004 </trans-unit> 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">796</context></context-group></trans-unit>
5005 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5120 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5006 <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> 5121 <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>
5007 <target state="new"> 5122 <target state="new">
5008 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;"/> 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>"/>
5009 </target> 5124 </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">747</context></context-group> 5125
5011 </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">799</context></context-group></trans-unit>
5012 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5127 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5013 <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> 5128 <source>
5129 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/>"/>
5130 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5131 color: red;
5132 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5133 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5134 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/>"/>
5135 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5136 color: red;
5137 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5138 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5139 </source>
5014 <target state="new"> 5140 <target state="new">
5015 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;"/> 5141 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/>"/>
5016 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5142 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5017 color: red; 5143 color: red;
5018 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5144 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5019 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5145 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5020 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;"/> 5146 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/>"/>
5021 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5147 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5022 color: red; 5148 color: red;
5023 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5149 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5024 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5150 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5025 </target> 5151 </target>
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">766</context></context-group> 5152
5027 </trans-unit> 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">818</context></context-group></trans-unit>
5028 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5154 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5029 <source>Advanced configuration</source> 5155 <source>Advanced configuration</source>
5030 <target>Configuración avanzada</target> 5156 <target>Configuración avanzada</target>
5031 <context-group name="null"> 5157 <context-group name="null">
5032 <context context-type="linenumber">452</context> 5158 <context context-type="linenumber">452</context>
5033 </context-group> 5159 </context-group>
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">559</context></context-group> 5160
5035 </trans-unit> 5161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5036 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5162 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5037 <source>Update configuration</source> 5163 <source>Update configuration</source>
5038 <target>Actualizar configuración</target> 5164 <target>Actualizar configuración</target>
5039 <context-group name="null"> 5165 <context-group name="null">
5040 <context context-type="linenumber">628</context> 5166 <context context-type="linenumber">628</context>
5041 </context-group> 5167 </context-group>
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">804</context></context-group> 5168
5043 </trans-unit> 5169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5044 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5170 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5045 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5171 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5046 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5172 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
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">805</context></context-group> 5173
5048 </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">856</context></context-group></trans-unit>
5049 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5175 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5050 <source>PROFILE</source> 5176 <source>PROFILE</source>
5051 <target state="new">PROFILE</target> 5177 <target state="new">PROFILE</target>
@@ -5209,9 +5335,9 @@
5209 </context-group> 5335 </context-group>
5210 </trans-unit> 5336 </trans-unit>
5211 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5337 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5212 <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> 5338 <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>
5213 <target state="new"> 5339 <target state="new">
5214 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. 5340 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.
5215 </target> 5341 </target>
5216 <context-group purpose="location"> 5342 <context-group purpose="location">
5217 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5343 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -5241,9 +5367,9 @@
5241 <context-group purpose="location"><context context-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> 5367 <context-group purpose="location"><context context-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>
5242 </trans-unit> 5368 </trans-unit>
5243 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5369 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5244 <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> 5370 <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>
5245 <target state="new"> 5371 <target state="new">
5246 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;"/> 5372 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>"/>
5247</target> 5373</target>
5248 <context-group purpose="location"> 5374 <context-group purpose="location">
5249 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5375 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5251,9 +5377,9 @@
5251 </context-group> 5377 </context-group>
5252 </trans-unit> 5378 </trans-unit>
5253 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5379 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5254 <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> 5380 <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>
5255 <target state="new"> 5381 <target state="new">
5256 <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 5382 <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
5257</target> 5383</target>
5258 <context-group purpose="location"> 5384 <context-group purpose="location">
5259 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5385 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5275,23 +5401,23 @@
5275 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5401 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5276 <context context-type="linenumber">17</context> 5402 <context context-type="linenumber">17</context>
5277 </context-group> 5403 </context-group>
5278 </trans-unit> 5404 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5279 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5405 <source>Your current password</source><target state="new">Your current password</target>
5280 <source>Your password</source>
5281 <target state="new">Your password</target>
5282 <context-group purpose="location"> 5406 <context-group purpose="location">
5283 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5407 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5284 <context context-type="linenumber">27</context> 5408 <context context-type="linenumber">26</context>
5285 </context-group> 5409 </context-group>
5286 </trans-unit> 5410 </trans-unit>
5411 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5412 <source>Your password</source>
5413 <target state="new">Your password</target>
5414
5415 <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">28</context></context-group></trans-unit>
5287 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5416 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5288 <source>Change email</source> 5417 <source>Change email</source>
5289 <target state="new">Change email</target> 5418 <target state="new">Change email</target>
5290 <context-group purpose="location"> 5419
5291 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5420 <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">36</context></context-group></trans-unit>
5292 <context context-type="linenumber">35</context>
5293 </context-group>
5294 </trans-unit>
5295 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5421 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5296 <source>Theme</source> 5422 <source>Theme</source>
5297 <target state="new">Theme</target> 5423 <target state="new">Theme</target>
@@ -5323,8 +5449,8 @@
5323 </context-group> 5449 </context-group>
5324 </trans-unit> 5450 </trans-unit>
5325 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5451 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5326 <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> 5452 <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>
5327 <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> 5453 <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>
5328 <context-group purpose="location"> 5454 <context-group purpose="location">
5329 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5455 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5330 <context context-type="linenumber">2</context> 5456 <context context-type="linenumber">2</context>
@@ -5360,10 +5486,13 @@
5360 </context-group> 5486 </context-group>
5361 </trans-unit> 5487 </trans-unit>
5362 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 5488 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
5363 <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> 5489 <source>
5490 Created
5491 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5492 </source>
5364 <target state="new"> 5493 <target state="new">
5365 Created 5494 Created
5366 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5495 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5367 </target> 5496 </target>
5368 <context-group purpose="location"> 5497 <context-group purpose="location">
5369 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 5498 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -5435,8 +5564,9 @@
5435 <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> 5564 <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>
5436 </trans-unit> 5565 </trans-unit>
5437 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5566 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5438 <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> 5567 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5439 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5568 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5569 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5440 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5570 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5441 <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> 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">77</context></context-group>
5442 <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> 5572 <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>
@@ -5519,9 +5649,12 @@
5519 </context-group> 5649 </context-group>
5520 </trans-unit> 5650 </trans-unit>
5521 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5651 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5522 <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> 5652 <source>
5653 <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>"/>
5654 Delete history
5655 </source>
5523 <target state="new"> 5656 <target state="new">
5524 <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;"/> 5657 <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>"/>
5525 Delete history 5658 Delete history
5526 </target> 5659 </target>
5527 <context-group purpose="location"> 5660 <context-group purpose="location">
@@ -5538,9 +5671,12 @@
5538 </context-group> 5671 </context-group>
5539 </trans-unit> 5672 </trans-unit>
5540 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5673 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5541 <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> 5674 <source>
5675 <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>"/>
5676 Notification preferences
5677 </source>
5542 <target state="new"> 5678 <target state="new">
5543 <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;"/> 5679 <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>"/>
5544 Notification preferences 5680 Notification preferences
5545 </target> 5681 </target>
5546 <context-group purpose="location"> 5682 <context-group purpose="location">
@@ -5617,8 +5753,8 @@
5617 <context-group purpose="location"><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> 5753 <context-group purpose="location"><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>
5618 </trans-unit> 5754 </trans-unit>
5619 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5755 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5620 <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> 5756 <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>
5621 <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> 5757 <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>
5622 <context-group purpose="location"> 5758 <context-group purpose="location">
5623 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5759 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5624 <context context-type="linenumber">2</context> 5760 <context context-type="linenumber">2</context>
@@ -5646,9 +5782,9 @@
5646 </context-group> 5782 </context-group>
5647 </trans-unit> 5783 </trans-unit>
5648 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5784 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5649 <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> 5785 <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>
5650 <target state="new"> 5786 <target state="new">
5651 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;"/>. 5787 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>"/>.
5652 </target> 5788 </target>
5653 <context-group purpose="location"> 5789 <context-group purpose="location">
5654 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5790 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -6094,22 +6230,26 @@
6094 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6230 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6095 <context context-type="linenumber">2</context> 6231 <context context-type="linenumber">2</context>
6096 </context-group> 6232 </context-group>
6097 </trans-unit> 6233 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6098 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6234 <source>
6099 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6235 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6100 <target state="new"> 6236 </source><target state="new">
6101 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6237 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6102 </target> 6238 </target>
6103 <context-group purpose="location"> 6239 <context-group purpose="location">
6104 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6240 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6105 <context context-type="linenumber">9</context> 6241 <context context-type="linenumber">9</context>
6106 </context-group> 6242 </context-group>
6107 </trans-unit> 6243 </trans-unit>
6244
6108 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6245 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6109 <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> 6246 <source>
6247 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6248 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6249 </source>
6110 <target state="new"> 6250 <target state="new">
6111 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6251 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6112 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6252 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6113 </target> 6253 </target>
6114 <context-group purpose="location"> 6254 <context-group purpose="location">
6115 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6255 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6117,9 +6257,9 @@
6117 </context-group> 6257 </context-group>
6118 </trans-unit> 6258 </trans-unit>
6119 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6259 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6120 <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> 6260 <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>
6121 <target state="new"> 6261 <target state="new">
6122 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;"/>. 6262 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>"/>.
6123 </target> 6263 </target>
6124 <context-group purpose="location"> 6264 <context-group purpose="location">
6125 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6265 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6127,7 +6267,8 @@
6127 </context-group> 6267 </context-group>
6128 </trans-unit> 6268 </trans-unit>
6129 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6269 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6130 <source>Use PeerTube documentation</source> 6270 <source>Use PeerTube
6271 documentation</source>
6131 <target state="new">Use PeerTube 6272 <target state="new">Use PeerTube
6132 documentation</target> 6273 documentation</target>
6133 <context-group purpose="location"> 6274 <context-group purpose="location">
@@ -6146,7 +6287,8 @@
6146 </context-group> 6287 </context-group>
6147 </trans-unit> 6288 </trans-unit>
6148 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6289 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6149 <source>PeerTube Applications</source> 6290 <source>PeerTube
6291 Applications</source>
6150 <target state="new">PeerTube 6292 <target state="new">PeerTube
6151 Applications</target> 6293 Applications</target>
6152 <context-group purpose="location"> 6294 <context-group purpose="location">
@@ -6165,7 +6307,8 @@
6165 </context-group> 6307 </context-group>
6166 </trans-unit> 6308 </trans-unit>
6167 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6309 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6168 <source>Contribute on PeerTube</source> 6310 <source>Contribute on
6311 PeerTube</source>
6169 <target state="new">Contribute on 6312 <target state="new">Contribute on
6170 PeerTube</target> 6313 PeerTube</target>
6171 <context-group purpose="location"> 6314 <context-group purpose="location">
@@ -6192,7 +6335,11 @@
6192 <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> 6335 <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>
6193 </trans-unit> 6336 </trans-unit>
6194 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6337 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6195 <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> 6338 <source>
6339 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6340 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6341 follows applies only if you want to keep using the P2P mode of PeerTube.
6342 </source>
6196 <target state="new"> 6343 <target state="new">
6197 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6344 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6198 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6345 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6209,7 +6356,10 @@
6209 <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> 6356 <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>
6210 </trans-unit> 6357 </trans-unit>
6211 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6358 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6212 <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> 6359 <source>
6360 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6361 In practice, this is much more difficult because:
6362 </source>
6213 <target state="new"> 6363 <target state="new">
6214 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6364 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6215 In practice, this is much more difficult because: 6365 In practice, this is much more difficult because:
@@ -6217,7 +6367,10 @@
6217 <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> 6367 <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>
6218 </trans-unit> 6368 </trans-unit>
6219 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6369 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6220 <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> 6370 <source>
6371 An HTTP request has to be sent on each tracker for each video to spy.
6372 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6373 </source>
6221 <target state="new"> 6374 <target state="new">
6222 An HTTP request has to be sent on each tracker for each video to spy. 6375 An HTTP request has to be sent on each tracker for each video to spy.
6223 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6376 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6225,7 +6378,11 @@
6225 <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> 6378 <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>
6226 </trans-unit> 6379 </trans-unit>
6227 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6380 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6228 <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> 6381 <source>
6382 For each request sent, the tracker returns random peers at a limited number.
6383 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
6384 requests sent to know every peer in the swarm
6385 </source>
6229 <target state="new"> 6386 <target state="new">
6230 For each request sent, the tracker returns random peers at a limited number. 6387 For each request sent, the tracker returns random peers at a limited number.
6231 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 6388 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
@@ -6244,7 +6401,10 @@
6244 <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> 6401 <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>
6245 </trans-unit> 6402 </trans-unit>
6246 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6403 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6247 <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> 6404 <source>
6405 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
6406 video
6407 </source>
6248 <target state="new"> 6408 <target state="new">
6249 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 6409 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
6250 video 6410 video
@@ -6259,18 +6419,27 @@
6259 <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> 6419 <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>
6260 </trans-unit> 6420 </trans-unit>
6261 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6421 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6262 <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> 6422 <source>
6423 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
6424 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6425 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6426 to forward the information to.
6427 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
6428 </source>
6263 <target state="new"> 6429 <target state="new">
6264 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 6430 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
6265 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6431 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6266 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6432 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6267 to forward the information to. 6433 to forward the information to.
6268 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 6434 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
6269 </target> 6435 </target>
6270 <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> 6436 <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>
6271 </trans-unit> 6437 </trans-unit>
6272 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6438 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6273 <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> 6439 <source>
6440 The worst-case scenario of an average person spying on their friends is quite unlikely.
6441 There are much more effective ways to get that kind of information.
6442 </source>
6274 <target state="new"> 6443 <target state="new">
6275 The worst-case scenario of an average person spying on their friends is quite unlikely. 6444 The worst-case scenario of an average person spying on their friends is quite unlikely.
6276 There are much more effective ways to get that kind of information. 6445 There are much more effective ways to get that kind of information.
@@ -6286,7 +6455,11 @@
6286 <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> 6455 <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>
6287 </trans-unit> 6456 </trans-unit>
6288 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6457 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6289 <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> 6458 <source>
6459 The threats to privacy with YouTube are different from PeerTube's.
6460 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6461 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6462 </source>
6290 <target state="new"> 6463 <target state="new">
6291 The threats to privacy with YouTube are different from PeerTube's. 6464 The threats to privacy with YouTube are different from PeerTube's.
6292 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6465 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6303,7 +6476,12 @@
6303 <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> 6476 <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>
6304 </trans-unit> 6477 </trans-unit>
6305 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6478 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6306 <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> 6479 <source>
6480 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
6481 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6482 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.
6483 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6484 </source>
6307 <target state="new"> 6485 <target state="new">
6308 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 6486 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
6309 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6487 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6321,7 +6499,10 @@
6321 <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> 6499 <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>
6322 </trans-unit> 6500 </trans-unit>
6323 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6501 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6324 <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> 6502 <source>
6503 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6504 and render attacks less likely. Here is what we put in place so far:
6505 </source>
6325 <target state="new"> 6506 <target state="new">
6326 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6507 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6327 and render attacks less likely. Here is what we put in place so far: 6508 and render attacks less likely. Here is what we put in place so far:
@@ -6349,7 +6530,10 @@
6349 <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> 6530 <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>
6350 </trans-unit> 6531 </trans-unit>
6351 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6532 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6352 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6533 <source>
6534 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6535 WebRTC in your browser.
6536 </source>
6353 <target state="new"> 6537 <target state="new">
6354 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6538 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6355 WebRTC in your browser. 6539 WebRTC in your browser.
@@ -6389,8 +6573,8 @@
6389 </context-group> 6573 </context-group>
6390 </trans-unit> 6574 </trans-unit>
6391 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6575 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6392 <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> 6576 <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>
6393 <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> 6577 <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>
6394 <context-group purpose="location"> 6578 <context-group purpose="location">
6395 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6579 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6396 <context context-type="linenumber">3</context> 6580 <context context-type="linenumber">3</context>
@@ -6473,9 +6657,12 @@
6473 </context-group> 6657 </context-group>
6474 </trans-unit> 6658 </trans-unit>
6475 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6659 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6476 <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> 6660 <source>
6661 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/>"/>
6662 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.
6663 </source>
6477 <target state="new"> 6664 <target state="new">
6478 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;"/> 6665 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/>"/>
6479 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. 6666 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.
6480 </target> 6667 </target>
6481 <context-group purpose="location"> 6668 <context-group purpose="location">
@@ -6556,11 +6743,16 @@
6556 </context-group> 6743 </context-group>
6557 </trans-unit> 6744 </trans-unit>
6558 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6745 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6559 <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> 6746 <source>
6747 I am at least 16 years old and agree
6748 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>"/>
6749 <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>"/>
6750 of this instance
6751 </source>
6560 <target state="new"> 6752 <target state="new">
6561 I am at least 16 years old and agree 6753 I am at least 16 years old and agree
6562 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;"/> 6754 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>"/>
6563 <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;"/> 6755 <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>"/>
6564 of this instance 6756 of this instance
6565 </target> 6757 </target>
6566 <context-group purpose="location"> 6758 <context-group purpose="location">
@@ -6662,8 +6854,8 @@
6662 </context-group> 6854 </context-group>
6663 </trans-unit> 6855 </trans-unit>
6664 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6856 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6665 <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> 6857 <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>
6666 <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> 6858 <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>
6667 <context-group purpose="location"> 6859 <context-group purpose="location">
6668 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6860 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6669 <context context-type="linenumber">1</context> 6861 <context context-type="linenumber">1</context>
@@ -8451,8 +8643,8 @@
8451 </context-group> 8643 </context-group>
8452 </trans-unit> 8644 </trans-unit>
8453 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8645 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8454 <source>Long (&gt; 10 min)</source> 8646 <source>Long (> 10 min)</source>
8455 <target state="new">Long (&gt; 10 min)</target> 8647 <target state="new">Long (> 10 min)</target>
8456 <context-group purpose="location"> 8648 <context-group purpose="location">
8457 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8649 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8458 <context context-type="linenumber">1</context> 8650 <context context-type="linenumber">1</context>
@@ -9853,8 +10045,8 @@
9853 </context-group> 10045 </context-group>
9854 </trans-unit> 10046 </trans-unit>
9855 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 10047 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9856 <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> 10048 <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>
9857 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> compatible that supports:</target> 10049 <target state="new"><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</target>
9858 <context-group purpose="location"> 10050 <context-group purpose="location">
9859 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 10051 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9860 <context context-type="linenumber">1</context> 10052 <context context-type="linenumber">1</context>
@@ -10017,6 +10209,24 @@
10017 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10209 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10018 <context context-type="linenumber">1</context> 10210 <context context-type="linenumber">1</context>
10019 </context-group> 10211 </context-group>
10212 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10213 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10214 <context-group purpose="location">
10215 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10216 <context context-type="linenumber">1</context>
10217 </context-group>
10218 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10219 <source>Delete account comments</source><target state="new">Delete account comments</target>
10220 <context-group purpose="location">
10221 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10222 <context context-type="linenumber">1</context>
10223 </context-group>
10224 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10225 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10226 <context-group purpose="location">
10227 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10228 <context context-type="linenumber">1</context>
10229 </context-group>
10020 </trans-unit> 10230 </trans-unit>
10021 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10231 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10022 <source>Edit user</source> 10232 <source>Edit user</source>
@@ -10121,6 +10331,18 @@
10121 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10331 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10122 <context context-type="linenumber">1</context> 10332 <context context-type="linenumber">1</context>
10123 </context-group> 10333 </context-group>
10334 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10335 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10336 <context-group purpose="location">
10337 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10338 <context context-type="linenumber">1</context>
10339 </context-group>
10340 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10341 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10342 <context-group purpose="location">
10343 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10344 <context context-type="linenumber">1</context>
10345 </context-group>
10124 </trans-unit> 10346 </trans-unit>
10125 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 10347 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
10126 <source>Mute this account by your instance</source> 10348 <source>Mute this account by your instance</source>
@@ -10185,6 +10407,18 @@
10185 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10407 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10186 <context context-type="linenumber">1</context> 10408 <context context-type="linenumber">1</context>
10187 </context-group> 10409 </context-group>
10410 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10411 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10412 <context-group purpose="location">
10413 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10414 <context context-type="linenumber">1</context>
10415 </context-group>
10416 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10417 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10418 <context-group purpose="location">
10419 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10420 <context context-type="linenumber">1</context>
10421 </context-group>
10188 </trans-unit> 10422 </trans-unit>
10189 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 10423 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
10190 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10424 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.hu-HU.xlf b/client/src/locale/angular.hu-HU.xlf
index 2cad6d699..fb7b11036 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">
@@ -388,9 +396,9 @@
388 <context-group name="null"> 396 <context-group name="null">
389 <context context-type="linenumber">9</context> 397 <context context-type="linenumber">9</context>
390 </context-group> 398 </context-group>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 399
392 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 400
393 </trans-unit> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 403 <source>Start at</source>
396 <target>Kezdés itt</target> 404 <target>Kezdés itt</target>
@@ -458,9 +466,9 @@
458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
459 <source>video</source> 467 <source>video</source>
460 <target state="translated">videó</target> 468 <target state="translated">videó</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 469
462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 470
463 </trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
464 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
465 <source>subtitles</source> 473 <source>subtitles</source>
466 <target state="translated">felirat</target> 474 <target state="translated">felirat</target>
@@ -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átoranak, <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>és továbbítva lesz a videó eredetéhez is (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<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átoranak, <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>és továbbítva lesz a videó eredetéhez is (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>)<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>
@@ -660,10 +668,10 @@
660 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 668 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
661 <source>Deleted</source> 669 <source>Deleted</source>
662 <target state="translated">Törölve</target> 670 <target state="translated">Törölve</target>
663 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 671
664 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 672
665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 673
666 </trans-unit> 674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 675 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
668 <source>Edit starts/stops at</source> 676 <source>Edit starts/stops at</source>
669 <target state="translated">A szerkesztés itt kezdődik vagy végződik</target> 677 <target state="translated">A szerkesztés itt kezdődik vagy végződik</target>
@@ -710,11 +718,11 @@
710 <context-group name="null"> 718 <context-group name="null">
711 <context context-type="linenumber">13</context> 719 <context context-type="linenumber">13</context>
712 </context-group> 720 </context-group>
713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 721
714 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 722
715 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 723
716 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 724
717 </trans-unit> 725 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
718 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 726 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
719 <source>Edit</source> 727 <source>Edit</source>
720 <target>Szerkesztés</target> 728 <target>Szerkesztés</target>
@@ -815,24 +823,33 @@
815 <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> 823 <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>
816 </trans-unit> 824 </trans-unit>
817 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 825 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
818 <source><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 826 <source>
819 <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> 827 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
828 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
829 </source>
830 <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>
820 <context-group name="null"> 831 <context-group name="null">
821 <context context-type="linenumber">10</context> 832 <context context-type="linenumber">10</context>
822 </context-group> 833 </context-group>
823 <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> 834 <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>
824 </trans-unit> 835 </trans-unit>
825 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 836 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
826 <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> 837 <source>
827 <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> 838 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/>"/>
839 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
840 </source>
841 <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>
828 <context-group purpose="location"> 842 <context-group purpose="location">
829 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 843 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
830 <context context-type="linenumber">17</context> 844 <context context-type="linenumber">17</context>
831 </context-group> 845 </context-group>
832 </trans-unit> 846 </trans-unit>
833 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 847 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
834 <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> 848 <source>
835 <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> 849 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/>"/>
850 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
851 </source>
852 <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>
836 <context-group purpose="location"> 853 <context-group purpose="location">
837 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 854 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
838 <context context-type="linenumber">26</context> 855 <context context-type="linenumber">26</context>
@@ -847,8 +864,11 @@
847 </context-group> 864 </context-group>
848 </trans-unit> 865 </trans-unit>
849 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 866 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
850 <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> 867 <source>
851 <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> 868 <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>"/>
869 <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>"/>
870 </source>
871 <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>
852 <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> 872 <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>
853 </trans-unit> 873 </trans-unit>
854 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html"> 874 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
@@ -894,9 +914,9 @@
894 <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> 914 <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>
895 </trans-unit> 915 </trans-unit>
896 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 916 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
897 <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> 917 <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>
898 <target> 918 <target>
899 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;"/> 919 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>"/>
900 </target> 920 </target>
901 <context-group name="null"> 921 <context-group name="null">
902 <context context-type="linenumber">53</context> 922 <context context-type="linenumber">53</context>
@@ -1086,8 +1106,8 @@
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1106 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1087 </trans-unit> 1107 </trans-unit>
1088 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1108 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1089 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1109 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1090 <target state="translated">Sajnáljuk, de valami hiba történt a külső bejelentkezési folyamattal. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>Lépjen kapcsolatba egy rendszergazdával<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1110 <target state="translated">Sajnáljuk, de valami hiba történt a külső bejelentkezési folyamattal. <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Lépjen kapcsolatba egy rendszergazdával<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">6</context> 1113 <context context-type="linenumber">6</context>
@@ -1102,8 +1122,15 @@
1102 </context-group> 1122 </context-group>
1103 </trans-unit> 1123 </trans-unit>
1104 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1124 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" 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> 1125 <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> 1126 Currently this instance doesn't allow for user registration, but you can find an instance
1127 that gives you the possibility to sign up for an account and upload your videos there.
1128
1129 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1130
1131 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>"/>.
1132 </source>
1133 <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"> 1134 <context-group purpose="location">
1108 <context context-type="sourcefile">src/app/login/login.component.html</context> 1135 <context context-type="sourcefile">src/app/login/login.component.html</context>
1109 <context context-type="linenumber">16</context> 1136 <context context-type="linenumber">16</context>
@@ -1266,9 +1293,9 @@
1266 </context-group> 1293 </context-group>
1267 </trans-unit> 1294 </trans-unit>
1268 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1295 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1269 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1296 <source>for <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
1270 <target> 1297 <target>
1271 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;"/> 1298 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>"/>
1272 </target> 1299 </target>
1273 <context-group name="null"> 1300 <context-group name="null">
1274 <context context-type="linenumber">6</context> 1301 <context context-type="linenumber">6</context>
@@ -1276,10 +1303,13 @@
1276 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1303 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1277 </trans-unit> 1304 </trans-unit>
1278 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1305 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1279 <source>Filters <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> </source> 1306 <source>
1307 Filters
1308 <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>"/>
1309 </source>
1280 <target> 1310 <target>
1281 Szűrők 1311 Szűrők
1282 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 1312 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1283 </target> 1313 </target>
1284 <context-group name="null"> 1314 <context-group name="null">
1285 <context context-type="linenumber">16</context> 1315 <context context-type="linenumber">16</context>
@@ -1313,7 +1343,8 @@
1313 </context-group> 1343 </context-group>
1314 </trans-unit> 1344 </trans-unit>
1315 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1345 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1316 <source>CLI documentation</source> 1346 <source>CLI
1347 documentation</source>
1317 <target state="translated">CLI dokumentáció</target> 1348 <target state="translated">CLI dokumentáció</target>
1318 <context-group purpose="location"> 1349 <context-group purpose="location">
1319 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1350 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1329,7 +1360,8 @@
1329 </context-group> 1360 </context-group>
1330 </trans-unit> 1361 </trans-unit>
1331 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1362 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1332 <source>Administer documentation</source> 1363 <source>Administer
1364 documentation</source>
1333 <target state="translated">Rendszergazda dokumentáció</target> 1365 <target state="translated">Rendszergazda dokumentáció</target>
1334 <context-group purpose="location"> 1366 <context-group purpose="location">
1335 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1367 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1345,7 +1377,8 @@
1345 </context-group> 1377 </context-group>
1346 </trans-unit> 1378 </trans-unit>
1347 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1379 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1348 <source>Use documentation</source> 1380 <source>Use
1381 documentation</source>
1349 <target state="translated">Dokumentáció használata</target> 1382 <target state="translated">Dokumentáció használata</target>
1350 <context-group purpose="location"> 1383 <context-group purpose="location">
1351 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1384 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1369,16 +1402,16 @@
1369 </context-group> 1402 </context-group>
1370 </trans-unit> 1403 </trans-unit>
1371 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1404 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1372 <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> 1405 <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>
1373 <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> 1406 <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>
1374 <context-group purpose="location"> 1407 <context-group purpose="location">
1375 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1408 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1376 <context context-type="linenumber">44</context> 1409 <context context-type="linenumber">44</context>
1377 </context-group> 1410 </context-group>
1378 </trans-unit> 1411 </trans-unit>
1379 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1412 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1380 <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> 1413 <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>
1381 <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> 1414 <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>
1382 <context-group purpose="location"> 1415 <context-group purpose="location">
1383 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1416 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1384 <context context-type="linenumber">47</context> 1417 <context context-type="linenumber">47</context>
@@ -1393,16 +1426,26 @@
1393 </context-group> 1426 </context-group>
1394 </trans-unit> 1427 </trans-unit>
1395 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1428 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1396 <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> 1429 <source>
1397 <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> 1430 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>"/>,
1431 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>"/>
1432 is very important for visitors to understand on what type of instance they are.
1433 </source>
1434 <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>
1398 <context-group purpose="location"> 1435 <context-group purpose="location">
1399 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1436 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1400 <context context-type="linenumber">61</context> 1437 <context context-type="linenumber">61</context>
1401 </context-group> 1438 </context-group>
1402 </trans-unit> 1439 </trans-unit>
1403 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1440 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1404 <source>If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>instance terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube instance. </source> 1441 <source>
1405 <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> 1442 If you want to open registrations, please decide what are <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance
1443 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1444 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the
1445 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1446 PeerTube instance.
1447 </source>
1448 <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>
1406 <context-group purpose="location"> 1449 <context-group purpose="location">
1407 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1450 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1408 <context context-type="linenumber">67</context> 1451 <context context-type="linenumber">67</context>
@@ -1489,15 +1532,20 @@
1489 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1532 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1490 <context context-type="linenumber">21</context> 1533 <context context-type="linenumber">21</context>
1491 </context-group> 1534 </context-group>
1492 </trans-unit> 1535 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1493 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1536 <source>
1494 <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> 1537 Please consider configuring 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>"/>.
1495 <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> 1538 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1539 </source><target state="new">
1540 Please consider configuring 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>"/>.
1541 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1542 </target>
1496 <context-group purpose="location"> 1543 <context-group purpose="location">
1497 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1544 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1498 <context context-type="linenumber">24</context> 1545 <context context-type="linenumber">24</context>
1499 </context-group> 1546 </context-group>
1500 </trans-unit> 1547 </trans-unit>
1548
1501 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1549 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1502 <source>Configure these fields</source> 1550 <source>Configure these fields</source>
1503 <target state="translated">Ezen mezők beállítása</target> 1551 <target state="translated">Ezen mezők beállítása</target>
@@ -1803,79 +1851,49 @@
1803 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1851 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1804 <source>GLOBAL SEARCH</source> 1852 <source>GLOBAL SEARCH</source>
1805 <target state="translated">GLOBÁLIS KERESÉS</target> 1853 <target state="translated">GLOBÁLIS KERESÉS</target>
1806 <context-group purpose="location"> 1854
1807 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1855 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1808 <context context-type="linenumber">16</context>
1809 </context-group>
1810 </trans-unit>
1811 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1856 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1812 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1857 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1813 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/> használatával</target> 1858 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/> használatával</target>
1814 <context-group purpose="location"> 1859
1815 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1860 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1816 <context context-type="linenumber">18</context>
1817 </context-group>
1818 </trans-unit>
1819 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1861 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1820 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1862 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1821 <target state="translated">Az eredmények ki lesznek egészítve a harmadik féltől származó indexekkel. Csak a lekérdezés elkészítéséhez szükséges adatok kerülnek elküldésre.</target> 1863 <target state="translated">Az eredmények ki lesznek egészítve a harmadik féltől származó indexekkel. Csak a lekérdezés elkészítéséhez szükséges adatok kerülnek elküldésre.</target>
1822 <context-group purpose="location"> 1864
1823 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1865 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1824 <context context-type="linenumber">22</context>
1825 </context-group>
1826 </trans-unit>
1827 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1866 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1828 <source>ADVANCED SEARCH</source> 1867 <source>ADVANCED SEARCH</source>
1829 <target state="translated">SPECIÁLIS KERESÉS</target> 1868 <target state="translated">SPECIÁLIS KERESÉS</target>
1830 <context-group purpose="location"> 1869
1831 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1870 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1832 <context context-type="linenumber">29</context>
1833 </context-group>
1834 </trans-unit>
1835 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1871 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1836 <source>any instance</source> 1872 <source>any instance</source>
1837 <target state="translated">bármely példány</target> 1873 <target state="translated">bármely példány</target>
1838 <context-group purpose="location"> 1874
1839 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1875 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1840 <context context-type="linenumber">32</context>
1841 </context-group>
1842 </trans-unit>
1843 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1876 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1844 <source>only followed instances</source> 1877 <source>only followed instances</source>
1845 <target state="translated">csak követett példányok</target> 1878 <target state="translated">csak követett példányok</target>
1846 <context-group purpose="location"> 1879
1847 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1880 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1848 <context context-type="linenumber">33</context>
1849 </context-group>
1850 </trans-unit>
1851 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1881 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1852 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1882 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1853 <target state="translated">Meghatározza, hogy feloldhat-e bármilyen távoli tartalmat, vagy hogy ez a példány csak azoknál a példányoknál teheti ezt meg, amelyeket követ.</target> 1883 <target state="translated">Meghatározza, hogy feloldhat-e bármilyen távoli tartalmat, vagy hogy ez a példány csak azoknál a példányoknál teheti ezt meg, amelyeket követ.</target>
1854 <context-group purpose="location"> 1884
1855 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1885 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1856 <context context-type="linenumber">31</context>
1857 </context-group>
1858 </trans-unit>
1859 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1886 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1860 <source>channel</source> 1887 <source>channel</source>
1861 <target state="translated">csatorna</target> 1888 <target state="translated">csatorna</target>
1862 <context-group purpose="location"> 1889
1863 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1890
1864 <context context-type="linenumber">40</context> 1891 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1865 </context-group>
1866 <context-group purpose="location">
1867 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1868 <context context-type="linenumber">43</context>
1869 </context-group>
1870 </trans-unit>
1871 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1892 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1872 <source>Any other text will return matching video or channel names.</source> 1893 <source>Any other text will return matching video or channel names.</source>
1873 <target state="translated">Bármilyen egyéb szöveg illeszkedő videót vagy csatornaneveket fog visszaadni.</target> 1894 <target state="translated">Bármilyen egyéb szöveg illeszkedő videót vagy csatornaneveket fog visszaadni.</target>
1874 <context-group purpose="location"> 1895
1875 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1896 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1876 <context context-type="linenumber">49</context>
1877 </context-group>
1878 </trans-unit>
1879 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1897 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1880 <source>Search...</source> 1898 <source>Search...</source>
1881 <target>Keresés…</target> 1899 <target>Keresés…</target>
@@ -1917,8 +1935,11 @@
1917 </context-group> 1935 </context-group>
1918 </trans-unit> 1936 </trans-unit>
1919 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1937 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1920 <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> 1938 <source>
1921 <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> 1939 Jump to channel
1940 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1941 </source>
1942 <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>
1922 <context-group purpose="location"> 1943 <context-group purpose="location">
1923 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1944 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1924 <context context-type="linenumber">18</context> 1945 <context context-type="linenumber">18</context>
@@ -2145,8 +2166,12 @@
2145 <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> 2166 <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>
2146 </trans-unit> 2167 </trans-unit>
2147 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2168 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2148 <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> 2169 <source>
2149 <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> 2170 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2171 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2172 Press Enter to add a new tag.
2173 </source>
2174 <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>
2150 <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> 2175 <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>
2151 </trans-unit> 2176 </trans-unit>
2152 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2177 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2306,7 +2331,7 @@
2306 <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> 2331 <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>
2307 </trans-unit> 2332 </trans-unit>
2308 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2333 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2309 <source>Already uploaded ✔</source> 2334 <source>Already uploaded ✔</source>
2310 <target>Már fel van töltve ✔</target> 2335 <target>Már fel van töltve ✔</target>
2311 <context-group name="null"> 2336 <context-group name="null">
2312 <context context-type="linenumber">179</context> 2337 <context context-type="linenumber">179</context>
@@ -2432,8 +2457,12 @@
2432 <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> 2457 <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>
2433 </trans-unit> 2458 </trans-unit>
2434 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2459 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2435 <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> 2460 <source>
2436 <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> 2461 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>"/>
2462 or URL that points to a raw MP4 file.
2463 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.
2464 </source>
2465 <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>
2437 <context-group purpose="location"> 2466 <context-group purpose="location">
2438 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2467 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2439 <context context-type="linenumber">10</context> 2468 <context context-type="linenumber">10</context>
@@ -2490,8 +2519,12 @@
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">31</context></context-group> 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">31</context></context-group>
2491 </trans-unit> 2520 </trans-unit>
2492 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2521 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2493 <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> 2522 <source>
2494 <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> 2523 Image that will be merged with your audio file.
2524 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2525 The chosen image will be definitive and cannot be modified.
2526 </source>
2527 <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>
2495 <context-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> 2528 <context-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>
2496 </trans-unit> 2529 </trans-unit>
2497 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html"> 2530 <trans-unit id="dfd046dad933ba0a50926b9ab3c1b579c802312e" datatype="html">
@@ -2554,7 +2587,10 @@
2554 <context-group 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> 2587 <context-group 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>
2555 </trans-unit> 2588 </trans-unit>
2556 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2589 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2557 <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> 2590 <source>
2591 You can import any torrent file that points to a mp4 file.
2592 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.
2593 </source>
2558 <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> 2594 <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>
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">16</context></context-group> 2595 <context-group 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>
2560 </trans-unit> 2596 </trans-unit>
@@ -2567,8 +2603,12 @@
2567 <context-group 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> 2603 <context-group 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>
2568 </trans-unit> 2604 </trans-unit>
2569 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2605 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2570 <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> 2606 <source>
2571 <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> 2607 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.
2608 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2609 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.
2610 </source>
2611 <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>
2572 <context-group purpose="location"> 2612 <context-group purpose="location">
2573 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2613 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2574 <context context-type="linenumber">2</context> 2614 <context context-type="linenumber">2</context>
@@ -2786,16 +2826,16 @@
2786 <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> 2826 <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>
2787 </trans-unit> 2827 </trans-unit>
2788 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2828 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2789 <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> 2829 <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>
2790 <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> 2830 <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>
2791 <context-group purpose="location"> 2831 <context-group purpose="location">
2792 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2832 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2793 <context context-type="linenumber">45</context> 2833 <context context-type="linenumber">45</context>
2794 </context-group> 2834 </context-group>
2795 </trans-unit> 2835 </trans-unit>
2796 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2836 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2797 <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> 2837 <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>
2798 <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> 2838 <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>
2799 <context-group purpose="location"> 2839 <context-group purpose="location">
2800 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2840 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2801 <context context-type="linenumber">56</context> 2841 <context context-type="linenumber">56</context>
@@ -3086,7 +3126,11 @@
3086 <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> 3126 <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>
3087 </trans-unit> 3127 </trans-unit>
3088 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3128 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3089 <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> 3129 <source>
3130 You can comment using an account on any ActivityPub-compatible instance.
3131 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3132 from within the software's interface.
3133 </source>
3090 <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> 3134 <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>
3091 <context-group purpose="location"> 3135 <context-group purpose="location">
3092 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3136 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3120,13 +3164,13 @@
3120 <context-group name="null"> 3164 <context-group name="null">
3121 <context context-type="linenumber">14</context> 3165 <context context-type="linenumber">14</context>
3122 </context-group> 3166 </context-group>
3123 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3167
3124 </trans-unit> 3168 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3125 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3169 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3126 <source>This comment has been deleted</source> 3170 <source>This comment has been deleted</source>
3127 <target state="translated">Ezt a hozzászólást törölték</target> 3171 <target state="translated">Ezt a hozzászólást törölték</target>
3128 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3172
3129 </trans-unit> 3173 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3130 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3174 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3131 <source>Follows &amp; redundancies</source> 3175 <source>Follows &amp; redundancies</source>
3132 <target state="translated">Követések és redundanciák</target> 3176 <target state="translated">Követések és redundanciák</target>
@@ -3260,8 +3304,8 @@
3260 <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> 3304 <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>
3261 </trans-unit> 3305 </trans-unit>
3262 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3306 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3263 <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>
3264 <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> 3308 <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>
3265 <context-group name="null"> 3309 <context-group name="null">
3266 <context context-type="linenumber">11</context> 3310 <context context-type="linenumber">11</context>
3267 </context-group> 3311 </context-group>
@@ -3345,8 +3389,8 @@
3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3389 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3346 </trans-unit> 3390 </trans-unit>
3347 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3391 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3348 <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> 3392 <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>
3349 <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> 3393 <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 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3351 </trans-unit> 3395 </trans-unit>
3352 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3396 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3465,8 +3509,11 @@
3465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3466 </trans-unit> 3510 </trans-unit>
3467 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3511 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3468 <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> 3512 <source>
3469 <target state="translated">Az átkódolás engedélyezve van. A videokvó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 }}"/> mennyiséget tölthet fel. </target> 3513 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/>"/>
3514 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3515 </source>
3516 <target state="translated">Az átkódolás engedélyezve van. A videokvó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 }}"/> mennyiséget tölthet fel. </target>
3470 <context-group purpose="location"> 3517 <context-group purpose="location">
3471 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3518 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3472 <context context-type="linenumber">148</context> 3519 <context context-type="linenumber">148</context>
@@ -3555,16 +3602,16 @@
3555 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3556 </trans-unit> 3603 </trans-unit>
3557 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3604 <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> 3605 <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> 3606 <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"> 3607 <context-group name="null">
3561 <context context-type="linenumber">40</context> 3608 <context context-type="linenumber">40</context>
3562 </context-group> 3609 </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">45</context></context-group> 3610 <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>
3564 </trans-unit> 3611 </trans-unit>
3565 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3612 <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> 3613 <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> 3614 <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"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3569 </trans-unit> 3616 </trans-unit>
3570 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3617 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
@@ -3612,8 +3659,8 @@
3612 <context-group name="null"> 3659 <context-group name="null">
3613 <context context-type="linenumber">95</context> 3660 <context context-type="linenumber">95</context>
3614 </context-group> 3661 </context-group>
3615 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3662
3616 </trans-unit> 3663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3617 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3664 <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> 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}'}}"/> users</source>
3619 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> felhasználó megjelenítése</target> 3666 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> – <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> / <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> felhasználó megjelenítése</target>
@@ -3672,8 +3719,8 @@
3672 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3719 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3673 </trans-unit> 3720 </trans-unit>
3674 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3721 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3675 <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> 3722 <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>
3676 <target state="translated">Videó <x id="START_TAG_P-SORTICON" ctype="x-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> 3723 <target state="translated">Videó <x id="START_TAG_P-SORTICON" ctype="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"><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> 3724 <context-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>
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">24</context></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">24</context></context-group>
3679 </trans-unit> 3726 </trans-unit>
@@ -3727,8 +3774,8 @@
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">26</context></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">26</context></context-group>
3728 </trans-unit> 3775 </trans-unit>
3729 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3776 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3730 <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> 3777 <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>
3731 <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> 3778 <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>
3732 <context-group name="null"> 3779 <context-group name="null">
3733 <context context-type="linenumber">11</context> 3780 <context context-type="linenumber">11</context>
3734 </context-group> 3781 </context-group>
@@ -3938,8 +3985,8 @@
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">74</context></context-group> 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">74</context></context-group>
3939 </trans-unit> 3986 </trans-unit>
3940 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3987 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3941 <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> 3988 <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>
3942 <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> 3989 <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>
3943 <context-group name="null"> 3990 <context-group name="null">
3944 <context context-type="linenumber">11</context> 3991 <context context-type="linenumber">11</context>
3945 </context-group> 3992 </context-group>
@@ -3948,8 +3995,8 @@
3948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></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">43</context></context-group>
3949 </trans-unit> 3996 </trans-unit>
3950 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 3997 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
3951 <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> 3998 <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>
3952 <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> 3999 <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>
3953 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4000 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
3954 </trans-unit> 4001 </trans-unit>
3955 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4002 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -3969,8 +4016,8 @@
3969 </context-group> 4016 </context-group>
3970 </trans-unit> 4017 </trans-unit>
3971 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4018 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
3972 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4019 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3973 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4020 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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>
3974 <context-group purpose="location"> 4021 <context-group purpose="location">
3975 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4022 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
3976 <context context-type="linenumber">20</context> 4023 <context context-type="linenumber">20</context>
@@ -3993,8 +4040,8 @@
3993 </context-group> 4040 </context-group>
3994 </trans-unit> 4041 </trans-unit>
3995 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4042 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
3996 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4043 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
3997 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4044 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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>
3998 <context-group purpose="location"> 4045 <context-group purpose="location">
3999 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4046 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4000 <context context-type="linenumber">40</context> 4047 <context context-type="linenumber">40</context>
@@ -4041,8 +4088,8 @@
4041 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4088 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4042 </trans-unit> 4089 </trans-unit>
4043 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4090 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4044 <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> 4091 <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>
4045 <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> 4092 <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>
4046 <context-group name="null"> 4093 <context-group name="null">
4047 <context context-type="linenumber">13</context> 4094 <context context-type="linenumber">13</context>
4048 </context-group> 4095 </context-group>
@@ -4163,6 +4210,12 @@
4163 <source>Homepage</source> 4210 <source>Homepage</source>
4164 <target state="translated">Honlap</target> 4211 <target state="translated">Honlap</target>
4165 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4212 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4213 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4214 <source>Close this message</source><target state="new">Close this message</target>
4215 <context-group purpose="location">
4216 <context context-type="sourcefile">src/app/app.component.html</context>
4217 <context context-type="linenumber">34</context>
4218 </context-group>
4166 </trans-unit> 4219 </trans-unit>
4167 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4220 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4168 <source>Go to the plugin homepage</source> 4221 <source>Go to the plugin homepage</source>
@@ -4303,7 +4356,7 @@
4303 </context-group> 4356 </context-group>
4304 </trans-unit> 4357 </trans-unit>
4305 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4358 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4306 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4359 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4307 <target state="translated">Szerző: <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> →</target> 4360 <target state="translated">Szerző: <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> →</target>
4308 <context-group purpose="location"> 4361 <context-group purpose="location">
4309 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4362 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
@@ -4346,8 +4399,8 @@
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">65</context></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">65</context></context-group>
4347 </trans-unit> 4400 </trans-unit>
4348 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4401 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4349 <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> 4402 <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>
4350 <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> 4403 <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>
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">47</context></context-group> 4404 <context-group purpose="location"><context context-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>
4352 </trans-unit> 4405 </trans-unit>
4353 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4406 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4386,8 +4439,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">75</context></context-group> 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">75</context></context-group>
4387 </trans-unit> 4440 </trans-unit>
4388 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4441 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4389 <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> 4442 <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>
4390 <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> 4443 <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>
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">76</context></context-group> 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">76</context></context-group>
4392 </trans-unit> 4445 </trans-unit>
4393 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4446 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4396,8 +4449,11 @@
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">86</context></context-group> 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">86</context></context-group>
4397 </trans-unit> 4450 </trans-unit>
4398 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4451 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4399 <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> 4452 <source>
4400 <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> 4453 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/>"/>
4454 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4455 </source>
4456 <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>
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">90</context></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">90</context></context-group>
4402 </trans-unit> 4458 </trans-unit>
4403 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4459 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4409,8 +4465,8 @@
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">99</context></context-group> 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">99</context></context-group>
4410 </trans-unit> 4466 </trans-unit>
4411 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4467 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4412 <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> 4468 <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>
4413 <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> 4469 <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>
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">103</context></context-group> 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">103</context></context-group>
4415 </trans-unit> 4471 </trans-unit>
4416 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4472 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4546,8 +4602,8 @@
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> 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">240</context></context-group>
4547 </trans-unit> 4603 </trans-unit>
4548 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4604 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4549 <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> 4605 <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>
4550 <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> 4606 <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>
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">241</context></context-group> 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">241</context></context-group>
4552 </trans-unit> 4608 </trans-unit>
4553 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html"> 4609 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
@@ -4587,41 +4643,81 @@
4587 <context context-type="linenumber">223</context> 4643 <context context-type="linenumber">223</context>
4588 </context-group> 4644 </context-group>
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">270</context></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">270</context></context-group>
4646 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4647 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4648 <context-group purpose="location">
4649 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4650 <context context-type="linenumber">281</context>
4651 </context-group>
4652 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4653 <source>
4654 Display a message on your instance
4655 </source><target state="new">
4656 Display a message on your instance
4657 </target>
4658 <context-group purpose="location">
4659 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4660 <context context-type="linenumber">282</context>
4661 </context-group>
4662 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4663 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4664 <context-group purpose="location">
4665 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4666 <context context-type="linenumber">294</context>
4667 </context-group>
4668 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4669 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4670 <context-group purpose="location">
4671 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4672 <context context-type="linenumber">301</context>
4673 </context-group>
4674 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4675 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4676 <context-group purpose="location">
4677 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4678 <context context-type="linenumber">306</context>
4679 </context-group>
4680 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4681 <source>Message</source><target state="new">Message</target>
4682 <context-group purpose="location">
4683 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4684 <context context-type="linenumber">318</context>
4685 </context-group>
4590 </trans-unit> 4686 </trans-unit>
4591 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4687 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4592 <source>NEW USERS</source> 4688 <source>NEW USERS</source>
4593 <target state="translated">ÚJ FELHASZNÁLÓK</target> 4689 <target state="translated">ÚJ FELHASZNÁLÓK</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">281</context></context-group> 4690
4595 </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">333</context></context-group></trans-unit>
4596 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4692 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4597 <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> 4693 <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>
4598 <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> 4694 <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>
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">282</context></context-group> 4695
4600 </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">334</context></context-group></trans-unit>
4601 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4697 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4602 <source>Signup enabled</source> 4698 <source>Signup enabled</source>
4603 <target>Regisztráció engedélyezve</target> 4699 <target>Regisztráció engedélyezve</target>
4604 <context-group name="null"> 4700 <context-group name="null">
4605 <context context-type="linenumber">235</context> 4701 <context context-type="linenumber">235</context>
4606 </context-group> 4702 </context-group>
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">293</context></context-group> 4703
4608 </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">345</context></context-group></trans-unit>
4609 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4705 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4610 <source>Signup requires email verification</source> 4706 <source>Signup requires email verification</source>
4611 <target>A regisztráció e-mail ellenőrzést igényel</target> 4707 <target>A regisztráció e-mail ellenőrzést igényel</target>
4612 <context-group name="null"> 4708 <context-group name="null">
4613 <context context-type="linenumber">242</context> 4709 <context context-type="linenumber">242</context>
4614 </context-group> 4710 </context-group>
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">301</context></context-group> 4711
4616 </trans-unit> 4712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">353</context></context-group></trans-unit>
4617 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4713 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4618 <source>Signup limit</source> 4714 <source>Signup limit</source>
4619 <target>Regisztrációs korlát</target> 4715 <target>Regisztrációs korlát</target>
4620 <context-group name="null"> 4716 <context-group name="null">
4621 <context context-type="linenumber">247</context> 4717 <context context-type="linenumber">247</context>
4622 </context-group> 4718 </context-group>
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">305</context></context-group> 4719
4624 </trans-unit> 4720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
4625 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4721 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4626 <source>Users</source> 4722 <source>Users</source>
4627 <target>Felhasználók</target> 4723 <target>Felhasználók</target>
@@ -4726,96 +4822,90 @@
4726 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4822 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4727 <source>Default video quota per user</source> 4823 <source>Default video quota per user</source>
4728 <target state="translated">Alapértelmezett videokvóta felhasználóként</target> 4824 <target state="translated">Alapértelmezett videokvóta felhasználóként</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">320</context></context-group> 4825
4730 </trans-unit> 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">372</context></context-group></trans-unit>
4731 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4827 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4732 <source>Default daily upload limit per user</source> 4828 <source>Default daily upload limit per user</source>
4733 <target state="translated">Alapértelmezett napi feltöltési korlát felhasználóként</target> 4829 <target state="translated">Alapértelmezett napi feltöltési korlát felhasználóként</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">332</context></context-group> 4830
4735 </trans-unit> 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">384</context></context-group></trans-unit>
4736 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4832 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4737 <source>NEW VIDEOS</source> 4833 <source>NEW VIDEOS</source>
4738 <target state="translated">ÚJ VIDEÓK</target> 4834 <target state="translated">ÚJ VIDEÓK</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">349</context></context-group> 4835
4740 </trans-unit> 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">401</context></context-group></trans-unit>
4741 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4837 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4742 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4838 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4743 <target state="translated">Importálás engedélyezése HTTP URL-lel (azaz YouTube használatával)</target> 4839 <target state="translated">Importálás engedélyezése HTTP URL-lel (azaz YouTube használatával)</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">360</context></context-group> 4840
4745 </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">412</context></context-group></trans-unit>
4746 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4842 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4747 <source>Allow import with a torrent file or a magnet URI</source> 4843 <source>Allow import with a torrent file or a magnet URI</source>
4748 <target state="translated">Importálás engedélyezése torrent-fájllal vagy egy mágnes URI-val</target> 4844 <target state="translated">Importálás engedélyezése torrent-fájllal vagy egy mágnes URI-val</target>
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">367</context></context-group> 4845
4750 </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">419</context></context-group></trans-unit>
4751 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4847 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4752 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4848 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4753 <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> 4849 <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>
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">384</context></context-group> 4850
4755 </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">436</context></context-group></trans-unit>
4756 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4852 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4757 <source>Blacklist new videos automatically</source> 4853 <source>Blacklist new videos automatically</source>
4758 <target state="translated">Új videók feketelistára tétele automatikusan</target> 4854 <target state="translated">Új videók feketelistára tétele automatikusan</target>
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">381</context></context-group> 4855
4760 </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">433</context></context-group></trans-unit>
4761 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4857 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4762 <source>FEDERATION</source> 4858 <source>FEDERATION</source>
4763 <target state="translated">FÖDERÁCIÓ</target> 4859 <target state="translated">FÖDERÁCIÓ</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">398</context></context-group> 4860
4765 </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">450</context></context-group></trans-unit>
4766 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4862 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4767 <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> 4863 <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>
4768 <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> 4864 <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>
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">399</context></context-group> 4865
4770 </trans-unit> 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">451</context></context-group></trans-unit>
4771 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4867 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4772 <source>Other instances can follow yours</source> 4868 <source>Other instances can follow yours</source>
4773 <target state="translated">Más példányok követhetik az Önét</target> 4869 <target state="translated">Más példányok követhetik az Önét</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">412</context></context-group> 4870
4775 </trans-unit> 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">464</context></context-group></trans-unit>
4776 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4872 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4777 <source>Manually approve new instance followers</source> 4873 <source>Manually approve new instance followers</source>
4778 <target state="translated">Új példánykövetők kézi jóváhagyása</target> 4874 <target state="translated">Új példánykövetők kézi jóváhagyása</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">419</context></context-group> 4875
4780 </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">471</context></context-group></trans-unit>
4781 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4877 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4782 <source>Automatically follow back instances</source> 4878 <source>Automatically follow back instances</source>
4783 <target state="translated">Példányok automatikus visszakövetése</target> 4879 <target state="translated">Példányok automatikus visszakövetése</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">432</context></context-group> 4880
4785 </trans-unit> 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">484</context></context-group></trans-unit>
4786 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4882 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4787 <source>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;"/>. </source> 4883 <source>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>"/>. </source>
4788 <target state="translated">Csak azokat az indexeket kell követnie, amelyekben megbízik, vagy <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>készítsen sajátot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 4884 <target state="translated">Csak azokat az indexeket kell követnie, amelyekben megbízik, vagy <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>készítsen sajátot<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
4789 <context-group purpose="location"> 4885
4790 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4791 <context context-type="linenumber">450</context>
4792 </context-group>
4793 </trans-unit>
4794 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4887 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4795 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4888 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4796 <target state="translated">⚠️ Ez a funkció nagyon sok figyelmet és további moderálást igényel.</target> 4889 <target state="translated">⚠️ Ez a funkció nagyon sok figyelmet és további moderálást igényel.</target>
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">296</context></context-group> 4890
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">435</context></context-group> 4891
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">448</context></context-group> 4892
4800 </trans-unit> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4801 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4894 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4802 <source>Index URL</source> 4895 <source>Index URL</source>
4803 <target state="translated">Index URL</target> 4896 <target state="translated">Index URL</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">457</context></context-group> 4897
4805 </trans-unit> 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">509</context></context-group></trans-unit>
4806 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4899 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4807 <source>Automatically follow instances of a public index</source> 4900 <source>Automatically follow instances of a public index</source>
4808 <target state="translated">Egy nyilvános index példányainak automatikus követése</target> 4901 <target state="translated">Egy nyilvános index példányainak automatikus követése</target>
4809 <context-group purpose="location"> 4902
4810 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4811 <context context-type="linenumber">445</context>
4812 </context-group>
4813 </trans-unit>
4814 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4904 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4815 <source>ADMINISTRATORS</source> 4905 <source>ADMINISTRATORS</source>
4816 <target state="translated">RENDSZERGAZDÁK</target> 4906 <target state="translated">RENDSZERGAZDÁK</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">477</context></context-group> 4907
4818 </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">529</context></context-group></trans-unit>
4819 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4909 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4820 <source>Administrator</source> 4910 <source>Administrator</source>
4821 <target>Rendszergazda</target> 4911 <target>Rendszergazda</target>
@@ -4830,16 +4920,16 @@
4830 <context-group name="null"> 4920 <context-group name="null">
4831 <context context-type="linenumber">387</context> 4921 <context context-type="linenumber">387</context>
4832 </context-group> 4922 </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">483</context></context-group> 4923
4834 </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">535</context></context-group></trans-unit>
4835 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4925 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4836 <source>Enable contact form</source> 4926 <source>Enable contact form</source>
4837 <target>Kapcsolatfelvételi űrlap engedélyezése</target> 4927 <target>Kapcsolatfelvételi űrlap engedélyezése</target>
4838 <context-group name="null"> 4928 <context-group name="null">
4839 <context context-type="linenumber">398</context> 4929 <context context-type="linenumber">398</context>
4840 </context-group> 4930 </context-group>
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">494</context></context-group> 4931
4842 </trans-unit> 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">546</context></context-group></trans-unit>
4843 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4933 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4844 <source>Basic configuration</source> 4934 <source>Basic configuration</source>
4845 <target>Alapvető beállítás</target> 4935 <target>Alapvető beállítás</target>
@@ -4851,193 +4941,232 @@
4851 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4941 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4852 <source>TWITTER</source> 4942 <source>TWITTER</source>
4853 <target state="translated">TWITTER</target> 4943 <target state="translated">TWITTER</target>
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">511</context></context-group> 4944
4855 </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">563</context></context-group></trans-unit>
4856 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4946 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4857 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4947 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4858 <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> 4948 <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>
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">512</context></context-group> 4949
4860 </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">564</context></context-group></trans-unit>
4861 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4951 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4862 <source>Your Twitter username</source> 4952 <source>Your Twitter username</source>
4863 <target>A Twitter felhasználóneve</target> 4953 <target>A Twitter felhasználóneve</target>
4864 <context-group name="null"> 4954 <context-group name="null">
4865 <context context-type="linenumber">413</context> 4955 <context context-type="linenumber">413</context>
4866 </context-group> 4956 </context-group>
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">523</context></context-group> 4957
4868 </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">575</context></context-group></trans-unit>
4869 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4959 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4870 <source>Instance whitelisted by Twitter</source> 4960 <source>Instance whitelisted by Twitter</source>
4871 <target>A példány a Twitter fehérlistáján van</target> 4961 <target>A példány a Twitter fehérlistáján van</target>
4872 <context-group name="null"> 4962 <context-group name="null">
4873 <context context-type="linenumber">431</context> 4963 <context context-type="linenumber">431</context>
4874 </context-group> 4964 </context-group>
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">535</context></context-group> 4965
4876 </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">587</context></context-group></trans-unit>
4877 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4967 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4878 <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> 4968 <source>
4879 <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> 4969 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/>"/>
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">539</context></context-group> 4970 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/>"/>
4881 </trans-unit> 4971 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4972 <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>"/>
4973 to see if you instance is whitelisted.
4974 </source>
4975 <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>
4976
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">591</context></context-group></trans-unit>
4882 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4978 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4883 <source>Services</source> 4979 <source>Services</source>
4884 <target>Szolgáltatások</target> 4980 <target>Szolgáltatások</target>
4885 <context-group name="null"> 4981 <context-group name="null">
4886 <context context-type="linenumber">405</context> 4982 <context context-type="linenumber">405</context>
4887 </context-group> 4983 </context-group>
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">505</context></context-group> 4984
4889 </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">557</context></context-group></trans-unit>
4890 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4986 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4891 <source>TRANSCODING</source> 4987 <source>TRANSCODING</source>
4892 <target state="translated">ÁTKÓDOLÁS</target> 4988 <target state="translated">ÁTKÓDOLÁS</target>
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">565</context></context-group> 4989
4894 </trans-unit> 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">617</context></context-group></trans-unit>
4895 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4991 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4896 <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> 4992 <source>
4993 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4994 resources, this is a critical part of PeerTube, so tread carefully.
4995 </source>
4897 <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> 4996 <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>
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">566</context></context-group> 4997
4899 </trans-unit> 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">618</context></context-group></trans-unit>
4900 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4999 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4901 <source>Transcoding enabled</source> 5000 <source>Transcoding enabled</source>
4902 <target>Átkódolás engedélyezve</target> 5001 <target>Átkódolás engedélyezve</target>
4903 <context-group name="null"> 5002 <context-group name="null">
4904 <context context-type="linenumber">461</context> 5003 <context context-type="linenumber">461</context>
4905 </context-group> 5004 </context-group>
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">579</context></context-group> 5005
4907 </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">631</context></context-group></trans-unit>
4908 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5007 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4909 <source>If you disable transcoding, many videos from your users will not work!</source> 5008 <source>If you disable transcoding, many videos from your users will not work!</source>
4910 <target>Ha letiltja az átkódolást, akkor a felhasználók számos videói nem fognak működni!</target> 5009 <target>Ha letiltja az átkódolást, akkor a felhasználók számos videói nem fognak működni!</target>
4911 <context-group name="null"> 5010 <context-group name="null">
4912 <context context-type="linenumber">465</context> 5011 <context context-type="linenumber">465</context>
4913 </context-group> 5012 </context-group>
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">583</context></context-group> 5013
4915 </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">635</context></context-group></trans-unit>
4916 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5015 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4917 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5016 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4918 <target state="translated">Lehetővé teszi a felhasználóknak, hogy .mkv, .mov, .avi és .flv videókat töltsenek fel.</target> 5017 <target state="translated">Lehetővé teszi a felhasználóknak, hogy .mkv, .mov, .avi és .flv videókat töltsenek fel.</target>
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">594</context></context-group> 5018
4920 </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">646</context></context-group></trans-unit>
4921 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5020 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4922 <source>Allow additional extensions</source> 5021 <source>Allow additional extensions</source>
4923 <target>További kiterjesztések engedélyezése</target> 5022 <target>További kiterjesztések engedélyezése</target>
4924 <context-group name="null"> 5023 <context-group name="null">
4925 <context context-type="linenumber">475</context> 5024 <context context-type="linenumber">475</context>
4926 </context-group> 5025 </context-group>
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">591</context></context-group> 5026
4928 </trans-unit> 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">643</context></context-group></trans-unit>
4929 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5028 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4930 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5029 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4931 <target state="translated">Lehetővé teszi a felhasználóknak, hogy olyan hangfájlokat töltsenek fel, amelyek feltöltéskor egyesítve lesznek az előnézeti fájllal.</target> 5030 <target state="translated">Lehetővé teszi a felhasználóknak, hogy olyan hangfájlokat töltsenek fel, amelyek feltöltéskor egyesítve lesznek az előnézeti fájllal.</target>
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">605</context></context-group> 5031
4933 </trans-unit> 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">657</context></context-group></trans-unit>
4934 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5033 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4935 <source>Allow audio files upload</source> 5034 <source>Allow audio files upload</source>
4936 <target state="translated">Hangfájlok feltöltésének engedélyezése</target> 5035 <target state="translated">Hangfájlok feltöltésének engedélyezése</target>
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">602</context></context-group> 5036
4938 </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">654</context></context-group></trans-unit>
4939 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5038 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4940 <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> 5039 <source>
4941 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Kísérleti, azt ajánljuk, hogy most ne tiltsa le a webtorrentet<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 engedélyezte a HLS támogatást is, akkor az a duplájára fogja növelni a videók tárolási igényét<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 tönkre teszi a 2.1-es verziónál régebbi PeerTube példányok föderációját<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> </target> 5040 <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>"/>
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">617</context></context-group> 5041
4943 </trans-unit> 5042 <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>"/>
5043
5044 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5045
5046 <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>"/>
5047 </source>
5048 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Kísérleti, azt ajánljuk, hogy most ne tiltsa le a webtorrentet<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>Ha engedélyezte a HLS támogatást is, akkor az a duplájára fogja növelni a videók tárolási igényét<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 tönkre teszi a 2.1-es verziónál régebbi PeerTube példányok föderációját<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> </target>
5049
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">669</context></context-group></trans-unit>
4944 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5051 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4945 <source>WebTorrent support enabled</source> 5052 <source>WebTorrent support enabled</source>
4946 <target state="translated">WebTorrent támogatás engedélyezve</target> 5053 <target state="translated">WebTorrent támogatás engedélyezve</target>
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">614</context></context-group> 5054
4948 </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">666</context></context-group></trans-unit>
4949 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5056 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4950 <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> 5057 <source>
4951 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Az 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;"/>A HLS lejátszási listák és a tördelt MP4 fájlok előállítása jobb lejátszást eredményez mint a jelenlegi alapértelmezett lejátszó:<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ás megváltoztatása 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, 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 vagy 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 az a duplájára növeli a videó tárolási szükségletét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p&gt;"/> </target> 5058 <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>"/>
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">638</context></context-group> 5059
4953 </trans-unit> 5060 <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>"/>
5061 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5062 <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>"/>
5063 <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>"/>
5064 <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>"/>
5065 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5066
5067 <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>"/>
5068 </source>
5069 <target state="translated"><x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Az 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>"/>A HLS lejátszási listák és a tördelt MP4 fájlok előállítása jobb lejátszást eredményez mint a jelenlegi alapértelmezett lejátszó:<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ás megváltoztatása 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, 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 vagy 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 az a duplájára növeli a videó tárolási szükségletét<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> </target>
5070
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">690</context></context-group></trans-unit>
4954 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5072 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4955 <source>HLS support enabled</source> 5073 <source>HLS support enabled</source>
4956 <target state="translated">HLS támogatás engedélyezve</target> 5074 <target state="translated">HLS támogatás engedélyezve</target>
4957 <context-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> 5075
4958 </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">687</context></context-group></trans-unit>
4959 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5077 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4960 <source>Transcoding threads</source> 5078 <source>Transcoding threads</source>
4961 <target>Átkódolási szálak</target> 5079 <target>Átkódolási szálak</target>
4962 <context-group name="null"> 5080 <context-group name="null">
4963 <context context-type="linenumber">517</context> 5081 <context context-type="linenumber">517</context>
4964 </context-group> 5082 </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">660</context></context-group> 5083
4966 </trans-unit> 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">712</context></context-group></trans-unit>
4967 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5085 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4968 <source>Resolutions to generate</source> 5086 <source>Resolutions to generate</source>
4969 <target state="translated">Előállítandó felbontások</target> 5087 <target state="translated">Előállítandó felbontások</target>
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">673</context></context-group> 5088
4971 </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">725</context></context-group></trans-unit>
4972 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5090 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4973 <source>CACHE</source> 5091 <source>CACHE</source>
4974 <target state="translated">GYORSÍTÓTÁR</target> 5092 <target state="translated">GYORSÍTÓTÁR</target>
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">699</context></context-group> 5093
4976 </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">751</context></context-group></trans-unit>
4977 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5095 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4978 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5096 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4979 <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> 5097 <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>
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">700</context></context-group> 5098
4981 </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">752</context></context-group></trans-unit>
4982 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5100 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4983 <source>Number of previews to keep in cache</source> 5101 <source>Number of previews to keep in cache</source>
4984 <target state="translated">A gyorsítótárban tartandó előnézetek száma</target> 5102 <target state="translated">A gyorsítótárban tartandó előnézetek száma</target>
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">709</context></context-group> 5103
4986 </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">761</context></context-group></trans-unit>
4987 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5105 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4988 <source>Number of video captions to keep in cache</source> 5106 <source>Number of video captions to keep in cache</source>
4989 <target state="translated">A gyorsítótárban tartandó video-képaláírások száma</target> 5107 <target state="translated">A gyorsítótárban tartandó video-képaláírások száma</target>
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">718</context></context-group> 5108
4991 </trans-unit> 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">770</context></context-group></trans-unit>
4992 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5110 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4993 <source>CUSTOMIZATIONS</source> 5111 <source>CUSTOMIZATIONS</source>
4994 <target state="translated">SZEMÉLYRE SZABÁSOK</target> 5112 <target state="translated">SZEMÉLYRE SZABÁSOK</target>
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">733</context></context-group> 5113
4996 </trans-unit> 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">785</context></context-group></trans-unit>
4997 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5115 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4998 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5116 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4999 <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> 5117 <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>
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">734</context></context-group> 5118
5001 </trans-unit> 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">786</context></context-group></trans-unit>
5002 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5120 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5003 <source>JavaScript</source> 5121 <source>JavaScript</source>
5004 <target>JavaScript</target> 5122 <target>JavaScript</target>
5005 <context-group name="null"> 5123 <context-group name="null">
5006 <context context-type="linenumber">575</context> 5124 <context context-type="linenumber">575</context>
5007 </context-group> 5125 </context-group>
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">744</context></context-group> 5126
5009 </trans-unit> 5127 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5010 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5128 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5011 <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> 5129 <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>
5012 <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> 5130 <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>
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">747</context></context-group> 5131
5014 </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">799</context></context-group></trans-unit>
5015 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5133 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5016 <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> 5134 <source>
5017 <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> 5135 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/>"/>
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">766</context></context-group> 5136 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5019 </trans-unit> 5137 color: red;
5138 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5139 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5140 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/>"/>
5141 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5142 color: red;
5143 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5144 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5145 </source>
5146 <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>
5147
5148 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5020 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5149 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5021 <source>Advanced configuration</source> 5150 <source>Advanced configuration</source>
5022 <target>Speciális beállítás</target> 5151 <target>Speciális beállítás</target>
5023 <context-group name="null"> 5152 <context-group name="null">
5024 <context context-type="linenumber">452</context> 5153 <context context-type="linenumber">452</context>
5025 </context-group> 5154 </context-group>
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">559</context></context-group> 5155
5027 </trans-unit> 5156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5028 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5157 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5029 <source>Update configuration</source> 5158 <source>Update configuration</source>
5030 <target>Beállítás frissítése</target> 5159 <target>Beállítás frissítése</target>
5031 <context-group name="null"> 5160 <context-group name="null">
5032 <context context-type="linenumber">628</context> 5161 <context context-type="linenumber">628</context>
5033 </context-group> 5162 </context-group>
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">804</context></context-group> 5163
5035 </trans-unit> 5164 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5036 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5165 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5037 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5166 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5038 <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> 5167 <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>
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">805</context></context-group> 5168
5040 </trans-unit> 5169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5041 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5170 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5042 <source>PROFILE</source> 5171 <source>PROFILE</source>
5043 <target state="translated">PROFIL</target> 5172 <target state="translated">PROFIL</target>
@@ -5204,8 +5333,8 @@
5204 <context-group purpose="location"><context context-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> 5333 <context-group purpose="location"><context context-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>
5205 </trans-unit> 5334 </trans-unit>
5206 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5335 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5207 <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> 5336 <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>
5208 <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> 5337 <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>
5209 <context-group purpose="location"> 5338 <context-group purpose="location">
5210 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5339 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5211 <context context-type="linenumber">6</context> 5340 <context context-type="linenumber">6</context>
@@ -5234,16 +5363,16 @@
5234 <context-group purpose="location"><context context-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> 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>
5235 </trans-unit> 5364 </trans-unit>
5236 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5365 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5237 <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> 5366 <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>
5238 <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> 5367 <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>
5239 <context-group purpose="location"> 5368 <context-group purpose="location">
5240 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5369 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5241 <context context-type="linenumber">4</context> 5370 <context context-type="linenumber">4</context>
5242 </context-group> 5371 </context-group>
5243 </trans-unit> 5372 </trans-unit>
5244 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5373 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5245 <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> 5374 <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>
5246 <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> 5375 <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>
5247 <context-group purpose="location"> 5376 <context-group purpose="location">
5248 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5377 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5249 <context context-type="linenumber">8</context> 5378 <context context-type="linenumber">8</context>
@@ -5264,23 +5393,23 @@
5264 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5393 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5265 <context context-type="linenumber">17</context> 5394 <context context-type="linenumber">17</context>
5266 </context-group> 5395 </context-group>
5267 </trans-unit> 5396 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5268 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5397 <source>Your current password</source><target state="new">Your current password</target>
5269 <source>Your password</source>
5270 <target state="translated">A jelszava</target>
5271 <context-group purpose="location"> 5398 <context-group purpose="location">
5272 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5399 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5273 <context context-type="linenumber">27</context> 5400 <context context-type="linenumber">26</context>
5274 </context-group> 5401 </context-group>
5275 </trans-unit> 5402 </trans-unit>
5403 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5404 <source>Your password</source>
5405 <target state="translated">A jelszava</target>
5406
5407 <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">28</context></context-group></trans-unit>
5276 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5408 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5277 <source>Change email</source> 5409 <source>Change email</source>
5278 <target state="translated">E-mail megváltoztatása</target> 5410 <target state="translated">E-mail megváltoztatása</target>
5279 <context-group purpose="location"> 5411
5280 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5412 <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">36</context></context-group></trans-unit>
5281 <context context-type="linenumber">35</context>
5282 </context-group>
5283 </trans-unit>
5284 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5413 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5285 <source>Theme</source> 5414 <source>Theme</source>
5286 <target state="translated">Téma</target> 5415 <target state="translated">Téma</target>
@@ -5315,8 +5444,8 @@
5315 <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> 5444 <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>
5316 </trans-unit> 5445 </trans-unit>
5317 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5446 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5318 <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> 5447 <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>
5319 <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> 5448 <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>
5320 <context-group purpose="location"> 5449 <context-group purpose="location">
5321 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5450 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5322 <context context-type="linenumber">2</context> 5451 <context context-type="linenumber">2</context>
@@ -5352,8 +5481,11 @@
5352 <context-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> 5481 <context-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>
5353 </trans-unit> 5482 </trans-unit>
5354 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5483 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5355 <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> 5484 <source>
5356 <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> 5485 Created
5486 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5487 </source>
5488 <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>
5357 <context-group name="null"> 5489 <context-group name="null">
5358 <context context-type="linenumber">15</context> 5490 <context context-type="linenumber">15</context>
5359 </context-group> 5491 </context-group>
@@ -5424,8 +5556,9 @@
5424 <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> 5556 <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>
5425 </trans-unit> 5557 </trans-unit>
5426 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5558 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5427 <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> 5559 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5428 <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> 5560 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5561 <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>
5429 <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> 5562 <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>
5430 <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> 5563 <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>
5431 </trans-unit> 5564 </trans-unit>
@@ -5519,9 +5652,12 @@
5519 </context-group> 5652 </context-group>
5520 </trans-unit> 5653 </trans-unit>
5521 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5654 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5522 <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> 5655 <source>
5656 <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>"/>
5657 Delete history
5658 </source>
5523 <target> 5659 <target>
5524 <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;"/> 5660 <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>"/>
5525 Előzmények törlése 5661 Előzmények törlése
5526 </target> 5662 </target>
5527 <context-group name="null"> 5663 <context-group name="null">
@@ -5538,9 +5674,12 @@
5538 </context-group> 5674 </context-group>
5539 </trans-unit> 5675 </trans-unit>
5540 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5676 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5541 <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> 5677 <source>
5678 <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>"/>
5679 Notification preferences
5680 </source>
5542 <target> 5681 <target>
5543 <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;"/> 5682 <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>"/>
5544 Értesítési beállítások 5683 Értesítési beállítások
5545 </target> 5684 </target>
5546 <context-group name="null"> 5685 <context-group name="null">
@@ -5617,8 +5756,8 @@
5617 <context-group purpose="location"><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> 5756 <context-group purpose="location"><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>
5618 </trans-unit> 5757 </trans-unit>
5619 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5758 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5620 <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> 5759 <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>
5621 <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> 5760 <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>
5622 <context-group purpose="location"> 5761 <context-group purpose="location">
5623 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5762 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5624 <context context-type="linenumber">2</context> 5763 <context context-type="linenumber">2</context>
@@ -5646,8 +5785,8 @@
5646 </context-group> 5785 </context-group>
5647 </trans-unit> 5786 </trans-unit>
5648 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5787 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5649 <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> 5788 <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>
5650 <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> 5789 <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>
5651 <context-group purpose="location"> 5790 <context-group purpose="location">
5652 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 5791 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
5653 <context context-type="linenumber">13</context> 5792 <context context-type="linenumber">13</context>
@@ -6083,33 +6222,40 @@
6083 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6222 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6084 <context context-type="linenumber">2</context> 6223 <context context-type="linenumber">2</context>
6085 </context-group> 6224 </context-group>
6086 </trans-unit> 6225 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6087 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6226 <source>
6088 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6227 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6089 <target state="translated">A PeerTube egy saját kiszolgálású, föderált (ActivityPub) videomegosztó platform, amely egyenrangú hálózatot használ közvetlenül a webböngészőben.</target> 6228 </source><target state="new">
6229 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6230 </target>
6090 <context-group purpose="location"> 6231 <context-group purpose="location">
6091 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6232 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6092 <context context-type="linenumber">9</context> 6233 <context context-type="linenumber">9</context>
6093 </context-group> 6234 </context-group>
6094 </trans-unit> 6235 </trans-unit>
6236
6095 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6237 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6096 <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> 6238 <source>
6097 <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> 6239 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6240 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6241 </source>
6242 <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>
6098 <context-group purpose="location"> 6243 <context-group purpose="location">
6099 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6244 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6100 <context context-type="linenumber">13</context> 6245 <context context-type="linenumber">13</context>
6101 </context-group> 6246 </context-group>
6102 </trans-unit> 6247 </trans-unit>
6103 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6248 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6104 <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> 6249 <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>
6105 <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> 6250 <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>
6106 <context-group purpose="location"> 6251 <context-group purpose="location">
6107 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6252 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6108 <context context-type="linenumber">18</context> 6253 <context context-type="linenumber">18</context>
6109 </context-group> 6254 </context-group>
6110 </trans-unit> 6255 </trans-unit>
6111 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6256 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6112 <source>Use PeerTube documentation</source> 6257 <source>Use PeerTube
6258 documentation</source>
6113 <target state="translated">A PeerTube dokumentáció használata</target> 6259 <target state="translated">A PeerTube dokumentáció használata</target>
6114 <context-group purpose="location"> 6260 <context-group purpose="location">
6115 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6261 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6125,7 +6271,8 @@
6125 </context-group> 6271 </context-group>
6126 </trans-unit> 6272 </trans-unit>
6127 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6273 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6128 <source>PeerTube Applications</source> 6274 <source>PeerTube
6275 Applications</source>
6129 <target state="translated">PeerTube alkalmazások</target> 6276 <target state="translated">PeerTube alkalmazások</target>
6130 <context-group purpose="location"> 6277 <context-group purpose="location">
6131 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6278 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6141,7 +6288,8 @@
6141 </context-group> 6288 </context-group>
6142 </trans-unit> 6289 </trans-unit>
6143 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6290 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6144 <source>Contribute on PeerTube</source> 6291 <source>Contribute on
6292 PeerTube</source>
6145 <target state="translated">Közreműködés a PeerTube fejlesztésében</target> 6293 <target state="translated">Közreműködés a PeerTube fejlesztésében</target>
6146 <context-group purpose="location"> 6294 <context-group purpose="location">
6147 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6295 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6165,7 +6313,11 @@
6165 <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> 6313 <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>
6166 </trans-unit> 6314 </trans-unit>
6167 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6315 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6168 <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> 6316 <source>
6317 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6318 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6319 follows applies only if you want to keep using the P2P mode of PeerTube.
6320 </source>
6169 <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> 6321 <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>
6170 <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> 6322 <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>
6171 </trans-unit> 6323 </trans-unit>
@@ -6178,17 +6330,27 @@
6178 <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> 6330 <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>
6179 </trans-unit> 6331 </trans-unit>
6180 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6332 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6181 <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> 6333 <source>
6334 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6335 In practice, this is much more difficult because:
6336 </source>
6182 <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> 6337 <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>
6183 <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> 6338 <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>
6184 </trans-unit> 6339 </trans-unit>
6185 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6340 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6186 <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> 6341 <source>
6342 An HTTP request has to be sent on each tracker for each video to spy.
6343 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6344 </source>
6187 <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> 6345 <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>
6188 <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> 6346 <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>
6189 </trans-unit> 6347 </trans-unit>
6190 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6348 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6191 <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> 6349 <source>
6350 For each request sent, the tracker returns random peers at a limited number.
6351 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
6352 requests sent to know every peer in the swarm
6353 </source>
6192 <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> 6354 <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>
6193 <context-group purpose="location"> 6355 <context-group purpose="location">
6194 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6356 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6201,7 +6363,10 @@
6201 <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> 6363 <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>
6202 </trans-unit> 6364 </trans-unit>
6203 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6365 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6204 <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> 6366 <source>
6367 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
6368 video
6369 </source>
6205 <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> 6370 <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>
6206 <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> 6371 <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>
6207 </trans-unit> 6372 </trans-unit>
@@ -6211,12 +6376,21 @@
6211 <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> 6376 <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>
6212 </trans-unit> 6377 </trans-unit>
6213 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6378 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6214 <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> 6379 <source>
6215 <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> 6380 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
6381 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6382 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6383 to forward the information to.
6384 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
6385 </source>
6386 <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>
6216 <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> 6387 <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>
6217 </trans-unit> 6388 </trans-unit>
6218 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6389 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6219 <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> 6390 <source>
6391 The worst-case scenario of an average person spying on their friends is quite unlikely.
6392 There are much more effective ways to get that kind of information.
6393 </source>
6220 <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> 6394 <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>
6221 <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> 6395 <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>
6222 </trans-unit> 6396 </trans-unit>
@@ -6229,7 +6403,11 @@
6229 <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> 6403 <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>
6230 </trans-unit> 6404 </trans-unit>
6231 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6405 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6232 <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> 6406 <source>
6407 The threats to privacy with YouTube are different from PeerTube's.
6408 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6409 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6410 </source>
6233 <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> 6411 <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>
6234 <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> 6412 <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>
6235 </trans-unit> 6413 </trans-unit>
@@ -6242,7 +6420,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> 6420 <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> 6421 </trans-unit>
6244 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6422 <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> 6423 <source>
6424 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
6425 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6426 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.
6427 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6428 </source>
6246 <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> 6429 <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>
6247 <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> 6430 <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>
6248 </trans-unit> 6431 </trans-unit>
@@ -6252,7 +6435,10 @@
6252 <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> 6435 <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>
6253 </trans-unit> 6436 </trans-unit>
6254 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6437 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6255 <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> 6438 <source>
6439 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6440 and render attacks less likely. Here is what we put in place so far:
6441 </source>
6256 <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> 6442 <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>
6257 <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> 6443 <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>
6258 </trans-unit> 6444 </trans-unit>
@@ -6277,7 +6463,10 @@
6277 <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> 6463 <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>
6278 </trans-unit> 6464 </trans-unit>
6279 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6465 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6280 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6466 <source>
6467 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6468 WebRTC in your browser.
6469 </source>
6281 <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> 6470 <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>
6282 <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> 6471 <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>
6283 </trans-unit> 6472 </trans-unit>
@@ -6314,8 +6503,8 @@
6314 </context-group> 6503 </context-group>
6315 </trans-unit> 6504 </trans-unit>
6316 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6505 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6317 <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> 6506 <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>
6318 <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> 6507 <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>
6319 <context-group purpose="location"> 6508 <context-group purpose="location">
6320 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6509 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6321 <context context-type="linenumber">3</context> 6510 <context context-type="linenumber">3</context>
@@ -6396,8 +6585,11 @@
6396 </context-group> 6585 </context-group>
6397 </trans-unit> 6586 </trans-unit>
6398 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6587 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6399 <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> 6588 <source>
6400 <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> 6589 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/>"/>
6590 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.
6591 </source>
6592 <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>
6401 <context-group purpose="location"> 6593 <context-group purpose="location">
6402 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context> 6594 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
6403 <context context-type="linenumber">4</context> 6595 <context context-type="linenumber">4</context>
@@ -6468,8 +6660,13 @@
6468 </context-group> 6660 </context-group>
6469 </trans-unit> 6661 </trans-unit>
6470 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6662 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6471 <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> 6663 <source>
6472 <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> 6664 I am at least 16 years old and agree
6665 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>"/>
6666 <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>"/>
6667 of this instance
6668 </source>
6669 <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>
6473 <context-group purpose="location"> 6670 <context-group purpose="location">
6474 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 6671 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6475 <context context-type="linenumber">65</context> 6672 <context context-type="linenumber">65</context>
@@ -6564,8 +6761,8 @@
6564 </context-group> 6761 </context-group>
6565 </trans-unit> 6762 </trans-unit>
6566 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 6763 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6567 <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> 6764 <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>
6568 <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> 6765 <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>
6569 <context-group purpose="location"> 6766 <context-group purpose="location">
6570 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 6767 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6571 <context context-type="linenumber">1</context> 6768 <context context-type="linenumber">1</context>
@@ -8352,8 +8549,8 @@
8352 </context-group> 8549 </context-group>
8353 </trans-unit> 8550 </trans-unit>
8354 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html"> 8551 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
8355 <source>Long (&gt; 10 min)</source> 8552 <source>Long (> 10 min)</source>
8356 <target state="translated">Hosszú (&gt; 10 perc)</target> 8553 <target state="translated">Hosszú (> 10 perc)</target>
8357 <context-group purpose="location"> 8554 <context-group purpose="location">
8358 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context> 8555 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
8359 <context context-type="linenumber">1</context> 8556 <context context-type="linenumber">1</context>
@@ -9754,8 +9951,8 @@
9754 </context-group> 9951 </context-group>
9755 </trans-unit> 9952 </trans-unit>
9756 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 9953 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
9757 <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> 9954 <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>
9758 <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> 9955 <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>
9759 <context-group purpose="location"> 9956 <context-group purpose="location">
9760 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 9957 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
9761 <context context-type="linenumber">1</context> 9958 <context context-type="linenumber">1</context>
@@ -9918,6 +10115,24 @@
9918 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10115 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9919 <context context-type="linenumber">1</context> 10116 <context context-type="linenumber">1</context>
9920 </context-group> 10117 </context-group>
10118 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10119 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10120 <context-group purpose="location">
10121 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10122 <context context-type="linenumber">1</context>
10123 </context-group>
10124 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10125 <source>Delete account comments</source><target state="new">Delete account comments</target>
10126 <context-group purpose="location">
10127 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10128 <context context-type="linenumber">1</context>
10129 </context-group>
10130 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10131 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10132 <context-group purpose="location">
10133 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10134 <context context-type="linenumber">1</context>
10135 </context-group>
9921 </trans-unit> 10136 </trans-unit>
9922 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10137 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9923 <source>Edit user</source> 10138 <source>Edit user</source>
@@ -10022,6 +10237,18 @@
10022 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10237 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10023 <context context-type="linenumber">1</context> 10238 <context context-type="linenumber">1</context>
10024 </context-group> 10239 </context-group>
10240 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10241 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10242 <context-group purpose="location">
10243 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10244 <context context-type="linenumber">1</context>
10245 </context-group>
10246 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10247 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10248 <context-group purpose="location">
10249 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10250 <context context-type="linenumber">1</context>
10251 </context-group>
10025 </trans-unit> 10252 </trans-unit>
10026 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 10253 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
10027 <source>Mute this account by your instance</source> 10254 <source>Mute this account by your instance</source>
@@ -10086,6 +10313,18 @@
10086 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10313 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10087 <context context-type="linenumber">1</context> 10314 <context context-type="linenumber">1</context>
10088 </context-group> 10315 </context-group>
10316 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10317 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10318 <context-group purpose="location">
10319 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10320 <context context-type="linenumber">1</context>
10321 </context-group>
10322 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10323 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10324 <context-group purpose="location">
10325 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10326 <context context-type="linenumber">1</context>
10327 </context-group>
10089 </trans-unit> 10328 </trans-unit>
10090 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 10329 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
10091 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10330 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index 7b80d5662..1c265544b 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.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 }}"/> ha pubblicato un nuovo 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 }}"/> ha pubblicato un nuovo 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,33 +280,33 @@
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">Il tuo 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;"/> è stato rimosso dalla blacklist. </target> 284 <target state="translated">Il tuo 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>"/> è stato rimosso dalla blacklist. </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">Il tuo 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;"/> è stato inserito nella lista nera. </target> 289 <target state="translated">Il tuo 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>"/> è stato inserito nella lista nera. </target>
290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group> 290 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">40</context></context-group>
291 </trans-unit> 291 </trans-unit>
292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html"> 292 <trans-unit id="b5e2152dd5b4222093fcec9c8289f12308a598e7" datatype="html">
293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 293 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
294 <target state="new"> 294 <target state="new">
295 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 295 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
296 </target> 296 </target>
297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group> 297 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">48</context></context-group>
298 </trans-unit> 298 </trans-unit>
299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html"> 299 <trans-unit id="8b6534c6f0dab443bd67f7d6b51f5347b115b9af" datatype="html">
300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 300 <source>The recently added video <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
301 <target state="new"> 301 <target state="new">
302 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;"/> 302 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>"/>
303 </target> 303 </target>
304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group> 304 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">56</context></context-group>
305 </trans-unit> 305 </trans-unit>
306 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html"> 306 <trans-unit id="bb62d9c0e9059be1f08d6a03a946bdae8623e04a" datatype="html">
307 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </source> 307 <source><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </source>
308 <target state="new"> 308 <target state="new">
309 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> 309 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
310 </target> 310 </target>
311 <context-group purpose="location"> 311 <context-group purpose="location">
312 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 312 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -324,30 +324,30 @@
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="new"> 328 <target state="new">
329 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 329 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
330 </target> 330 </target>
331 <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> 331 <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>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 333 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
334 <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> 334 <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>
335 <target state="new"> 335 <target state="new">
336 <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 336 <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
337 </target> 337 </target>
338 <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> 338 <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>
339 </trans-unit> 339 </trans-unit>
340 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 340 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
341 <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> 341 <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>
342 <target state="new"> 342 <target state="new">
343 <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 343 <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
344 </target> 344 </target>
345 <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> 345 <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>
346 </trans-unit> 346 </trans-unit>
347 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 347 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
348 <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> 348 <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>
349 <target state="new"> 349 <target state="new">
350 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 350 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
351 </target> 351 </target>
352 <context-group purpose="location"> 352 <context-group purpose="location">
353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -355,34 +355,42 @@
355 </context-group> 355 </context-group>
356 </trans-unit> 356 </trans-unit>
357 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 357 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
358 <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> 358 <source>
359 <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
360
361 <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>"/>
362 <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>"/>
363 </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.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 365 <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
361 366
362 <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;"/> 367 <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>"/>
363 <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;"/> 368 <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>"/>
364 </target> 369 </target>
365 <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> 370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
366 </trans-unit> 371 </trans-unit>
367 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 372 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
368 <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> 373 <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>
369 <target state="new"> 374 <target state="new">
370 <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;"/> 375 <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>"/>
371 </target> 376 </target>
372 <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> 377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
373 </trans-unit> 378 </trans-unit>
374 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 379 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
375 <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> 380 <source>
381 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
382 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
383 </source>
376 <target state="new"> 384 <target state="new">
377 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 }}"/>) 385 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
378 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 386 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
379 </target> 387 </target>
380 <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> 388 <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>
381 </trans-unit> 389 </trans-unit>
382 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 390 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
383 <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> 391 <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>
384 <target state="new"> 392 <target state="new">
385 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;"/> 393 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>"/>
386 </target> 394 </target>
387 <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> 395 <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>
388 </trans-unit> 396 </trans-unit>
@@ -418,9 +426,9 @@
418 <context-group name="null"> 426 <context-group name="null">
419 <context context-type="linenumber">9</context> 427 <context context-type="linenumber">9</context>
420 </context-group> 428 </context-group>
421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 429
422 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 430
423 </trans-unit> 431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
424 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 432 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
425 <source>Start at</source> 433 <source>Start at</source>
426 <target>Parti da</target> 434 <target>Parti da</target>
@@ -488,9 +496,9 @@
488 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 496 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
489 <source>video</source> 497 <source>video</source>
490 <target state="new">video</target> 498 <target state="new">video</target>
491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 499
492 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 500
493 </trans-unit> 501 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
494 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 502 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
495 <source>subtitles</source> 503 <source>subtitles</source>
496 <target state="translated">sottotitoli</target> 504 <target state="translated">sottotitoli</target>
@@ -565,9 +573,9 @@
565 <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> 573 <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>
566 </trans-unit> 574 </trans-unit>
567 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 575 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
568 <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> 576 <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>
569 <target state="new"> 577 <target state="new">
570 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;"/>. 578 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>"/>.
571 </target> 579 </target>
572 <context-group purpose="location"> 580 <context-group purpose="location">
573 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 581 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -703,10 +711,10 @@
703 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 711 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
704 <source>Deleted</source> 712 <source>Deleted</source>
705 <target state="translated">Cancellato</target> 713 <target state="translated">Cancellato</target>
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">34</context></context-group> 714
707 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 715
708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 716
709 </trans-unit> 717 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
710 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 718 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
711 <source>Edit starts/stops at</source> 719 <source>Edit starts/stops at</source>
712 <target>Modifica inizio/fine a</target> 720 <target>Modifica inizio/fine a</target>
@@ -756,11 +764,11 @@
756 <context-group name="null"> 764 <context-group name="null">
757 <context context-type="linenumber">13</context> 765 <context context-type="linenumber">13</context>
758 </context-group> 766 </context-group>
759 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 767
760 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 768
761 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 769
762 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 770
763 </trans-unit> 771 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
764 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 772 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
765 <source>Edit</source> 773 <source>Edit</source>
766 <target>Modifica</target> 774 <target>Modifica</target>
@@ -861,10 +869,13 @@
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> 869 <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>
862 </trans-unit> 870 </trans-unit>
863 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 871 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
864 <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> 872 <source>
873 <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>"/>
874 <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>"/>
875 </source>
865 <target> 876 <target>
866 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span&gt;"/>Iscrizione remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 877 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Iscrizione remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
867 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span&gt;"/>Interazione remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span&gt;"/> 878 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interazione remota<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
868 </target> 879 </target>
869 <context-group name="null"> 880 <context-group name="null">
870 <context context-type="linenumber">10</context> 881 <context context-type="linenumber">10</context>
@@ -872,9 +883,12 @@
872 <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> 883 <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>
873 </trans-unit> 884 </trans-unit>
874 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 885 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
875 <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> 886 <source>
887 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/>"/>
888 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
889 </source>
876 <target state="new"> 890 <target state="new">
877 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;"/> 891 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/>"/>
878 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 892 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
879 </target> 893 </target>
880 <context-group purpose="location"> 894 <context-group purpose="location">
@@ -883,9 +897,12 @@
883 </context-group> 897 </context-group>
884 </trans-unit> 898 </trans-unit>
885 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 899 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
886 <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> 900 <source>
901 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/>"/>
902 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
903 </source>
887 <target state="new"> 904 <target state="new">
888 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;"/> 905 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/>"/>
889 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 906 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
890 </target> 907 </target>
891 <context-group purpose="location"> 908 <context-group purpose="location">
@@ -902,10 +919,13 @@
902 </context-group> 919 </context-group>
903 </trans-unit> 920 </trans-unit>
904 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 921 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
905 <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> 922 <source>
923 <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>"/>
924 <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>"/>
925 </source>
906 <target state="new"> 926 <target state="new">
907 <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;"/> 927 <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>"/>
908 <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;"/> 928 <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>"/>
909 </target> 929 </target>
910 <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> 930 <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>
911 </trans-unit> 931 </trans-unit>
@@ -952,9 +972,9 @@
952 <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> 972 <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>
953 </trans-unit> 973 </trans-unit>
954 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 974 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
955 <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> 975 <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>
956 <target> 976 <target>
957 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> giornaliera illimitata)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 977 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> giornaliera illimitata)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
958 </target> 978 </target>
959 <context-group name="null"> 979 <context-group name="null">
960 <context context-type="linenumber">53</context> 980 <context context-type="linenumber">53</context>
@@ -1152,9 +1172,9 @@
1152 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1172 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1153 </trans-unit> 1173 </trans-unit>
1154 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1174 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1155 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1175 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1156 <target state="new"> 1176 <target state="new">
1157 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1177 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1158 </target> 1178 </target>
1159 <context-group purpose="location"> 1179 <context-group purpose="location">
1160 <context context-type="sourcefile">src/app/login/login.component.html</context> 1180 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1170,14 +1190,21 @@
1170 </context-group> 1190 </context-group>
1171 </trans-unit> 1191 </trans-unit>
1172 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1192 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1173 <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> 1193 <source>
1194 Currently this instance doesn't allow for user registration, but you can find an instance
1195 that gives you the possibility to sign up for an account and upload your videos there.
1196
1197 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1198
1199 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>"/>.
1200 </source>
1174 <target state="new"> 1201 <target state="new">
1175 Currently this instance doesn't allow for user registration, but you can find an instance 1202 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. 1203 that gives you the possibility to sign up for an account and upload your videos there.
1177 1204
1178 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1205 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1179 1206
1180 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;"/>. 1207 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 </target> 1208 </target>
1182 <context-group purpose="location"> 1209 <context-group purpose="location">
1183 <context context-type="sourcefile">src/app/login/login.component.html</context> 1210 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1343,9 +1370,9 @@
1343 </context-group> 1370 </context-group>
1344 </trans-unit> 1371 </trans-unit>
1345 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1372 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1346 <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> 1373 <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>
1347 <target> 1374 <target>
1348 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;"/> 1375 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>"/>
1349 </target> 1376 </target>
1350 <context-group name="null"> 1377 <context-group name="null">
1351 <context context-type="linenumber">6</context> 1378 <context context-type="linenumber">6</context>
@@ -1353,10 +1380,13 @@
1353 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1380 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1354 </trans-unit> 1381 </trans-unit>
1355 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1382 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1356 <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> 1383 <source>
1384 Filters
1385 <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>"/>
1386 </source>
1357 <target> 1387 <target>
1358 Filtri 1388 Filtri
1359 <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;"/> 1389 <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>"/>
1360 </target> 1390 </target>
1361 <context-group name="null"> 1391 <context-group name="null">
1362 <context context-type="linenumber">16</context> 1392 <context context-type="linenumber">16</context>
@@ -1390,7 +1420,8 @@
1390 </context-group> 1420 </context-group>
1391 </trans-unit> 1421 </trans-unit>
1392 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1422 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1393 <source>CLI documentation</source> 1423 <source>CLI
1424 documentation</source>
1394 <target state="translated">Documentazione CLI</target> 1425 <target state="translated">Documentazione CLI</target>
1395 <context-group purpose="location"> 1426 <context-group purpose="location">
1396 <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>
@@ -1406,7 +1437,8 @@
1406 </context-group> 1437 </context-group>
1407 </trans-unit> 1438 </trans-unit>
1408 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1439 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1409 <source>Administer documentation</source> 1440 <source>Administer
1441 documentation</source>
1410 <target state="translated">Documentazione per l'amministrazione</target> 1442 <target state="translated">Documentazione per l'amministrazione</target>
1411 <context-group purpose="location"> 1443 <context-group purpose="location">
1412 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1444 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1422,7 +1454,8 @@
1422 </context-group> 1454 </context-group>
1423 </trans-unit> 1455 </trans-unit>
1424 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1456 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1425 <source>Use documentation</source> 1457 <source>Use
1458 documentation</source>
1426 <target state="new">Use 1459 <target state="new">Use
1427 documentation</target> 1460 documentation</target>
1428 <context-group purpose="location"> 1461 <context-group purpose="location">
@@ -1447,16 +1480,16 @@
1447 </context-group> 1480 </context-group>
1448 </trans-unit> 1481 </trans-unit>
1449 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1482 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1450 <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> 1483 <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>
1451 <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> 1484 <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>
1452 <context-group purpose="location"> 1485 <context-group purpose="location">
1453 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1486 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1454 <context context-type="linenumber">44</context> 1487 <context context-type="linenumber">44</context>
1455 </context-group> 1488 </context-group>
1456 </trans-unit> 1489 </trans-unit>
1457 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1490 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1458 <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> 1491 <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>
1459 <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;"/> 1492 <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>"/>
1460 </target> 1493 </target>
1461 <context-group purpose="location"> 1494 <context-group purpose="location">
1462 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1495 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1472,20 +1505,30 @@
1472 </context-group> 1505 </context-group>
1473 </trans-unit> 1506 </trans-unit>
1474 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1507 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1475 <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> 1508 <source>
1476 <target state="translated">Scegli <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>il nome della tua istanza<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;"/>imposta una descrizione<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, specificando <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>chi sei<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>, perché <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>hai creato la tua istanza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> e <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>per quanto tempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>hai intenzione di <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;"/>è molto importante per i visitatori capire in quale tipo di istanza si trovano. </target> 1509 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>"/>,
1510 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>"/>
1511 is very important for visitors to understand on what type of instance they are.
1512 </source>
1513 <target state="translated">Scegli <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>il nome della tua istanza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>imposta una descrizione<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specificando <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>chi sei<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, perché <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>hai creato la tua istanza<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> e <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>per quanto tempo<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>hai intenzione di <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>"/>è molto importante per i visitatori capire in quale tipo di istanza si trovano. </target>
1477 <context-group purpose="location"> 1514 <context-group purpose="location">
1478 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1515 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1479 <context context-type="linenumber">61</context> 1516 <context context-type="linenumber">61</context>
1480 </context-group> 1517 </context-group>
1481 </trans-unit> 1518 </trans-unit>
1482 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1519 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1483 <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> 1520 <source>
1521 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
1522 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1523 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
1524 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1525 PeerTube instance.
1526 </source>
1484 <target state="new"> 1527 <target state="new">
1485 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 1528 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
1486 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1529 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1487 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 1530 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
1488 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1531 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1489 PeerTube instance. 1532 PeerTube instance.
1490 </target> 1533 </target>
1491 <context-group purpose="location"> 1534 <context-group purpose="location">
@@ -1574,18 +1617,20 @@
1574 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1617 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1575 <context context-type="linenumber">21</context> 1618 <context context-type="linenumber">21</context>
1576 </context-group> 1619 </context-group>
1577 </trans-unit> 1620 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1578 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1621 <source>
1579 <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> 1622 Please consider configuring 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>"/>.
1580 <target state="new"> 1623 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1581 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;"/>. 1624 </source><target state="new">
1582 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;"/>. 1625 Please consider configuring 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>"/>.
1626 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1583 </target> 1627 </target>
1584 <context-group purpose="location"> 1628 <context-group purpose="location">
1585 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1629 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1586 <context context-type="linenumber">24</context> 1630 <context context-type="linenumber">24</context>
1587 </context-group> 1631 </context-group>
1588 </trans-unit> 1632 </trans-unit>
1633
1589 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1634 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1590 <source>Configure these fields</source> 1635 <source>Configure these fields</source>
1591 <target state="translated">Configura questi campi</target> 1636 <target state="translated">Configura questi campi</target>
@@ -1895,79 +1940,49 @@
1895 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1940 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1896 <source>GLOBAL SEARCH</source> 1941 <source>GLOBAL SEARCH</source>
1897 <target state="translated">RICERCA GLOBALE</target> 1942 <target state="translated">RICERCA GLOBALE</target>
1898 <context-group purpose="location"> 1943
1899 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1944 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1900 <context context-type="linenumber">16</context>
1901 </context-group>
1902 </trans-unit>
1903 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1945 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1904 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1946 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1905 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1947 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1906 <context-group purpose="location"> 1948
1907 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1949 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1908 <context context-type="linenumber">18</context>
1909 </context-group>
1910 </trans-unit>
1911 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1950 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1912 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1951 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1913 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1952 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1914 <context-group purpose="location"> 1953
1915 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1954 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1916 <context context-type="linenumber">22</context>
1917 </context-group>
1918 </trans-unit>
1919 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1955 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1920 <source>ADVANCED SEARCH</source> 1956 <source>ADVANCED SEARCH</source>
1921 <target state="translated">RICERCA AVANZATA</target> 1957 <target state="translated">RICERCA AVANZATA</target>
1922 <context-group purpose="location"> 1958
1923 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1959 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1924 <context context-type="linenumber">29</context>
1925 </context-group>
1926 </trans-unit>
1927 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1960 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1928 <source>any instance</source> 1961 <source>any instance</source>
1929 <target state="translated">tutte le istanze</target> 1962 <target state="translated">tutte le istanze</target>
1930 <context-group purpose="location"> 1963
1931 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1964 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1932 <context context-type="linenumber">32</context>
1933 </context-group>
1934 </trans-unit>
1935 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1965 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1936 <source>only followed instances</source> 1966 <source>only followed instances</source>
1937 <target state="new">only followed instances</target> 1967 <target state="new">only followed instances</target>
1938 <context-group purpose="location"> 1968
1939 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1969 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1940 <context context-type="linenumber">33</context>
1941 </context-group>
1942 </trans-unit>
1943 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1970 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1944 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1971 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1945 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1972 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1946 <context-group purpose="location"> 1973
1947 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1974 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1948 <context context-type="linenumber">31</context>
1949 </context-group>
1950 </trans-unit>
1951 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1975 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1952 <source>channel</source> 1976 <source>channel</source>
1953 <target state="new">channel</target> 1977 <target state="new">channel</target>
1954 <context-group purpose="location"> 1978
1955 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1979
1956 <context context-type="linenumber">40</context> 1980 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1957 </context-group>
1958 <context-group purpose="location">
1959 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1960 <context context-type="linenumber">43</context>
1961 </context-group>
1962 </trans-unit>
1963 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1981 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1964 <source>Any other text will return matching video or channel names.</source> 1982 <source>Any other text will return matching video or channel names.</source>
1965 <target state="new">Any other text will return matching video or channel names.</target> 1983 <target state="new">Any other text will return matching video or channel names.</target>
1966 <context-group purpose="location"> 1984
1967 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1985 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1968 <context context-type="linenumber">49</context>
1969 </context-group>
1970 </trans-unit>
1971 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1986 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1972 <source>Search...</source> 1987 <source>Search...</source>
1973 <target>Cerca...</target> 1988 <target>Cerca...</target>
@@ -2009,10 +2024,13 @@
2009 </context-group> 2024 </context-group>
2010 </trans-unit> 2025 </trans-unit>
2011 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2026 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2012 <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> 2027 <source>
2028 Jump to channel
2029 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2030 </source>
2013 <target state="new"> 2031 <target state="new">
2014 Jump to channel 2032 Jump to channel
2015 <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;"/> 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>"/>
2016 </target> 2034 </target>
2017 <context-group purpose="location"> 2035 <context-group purpose="location">
2018 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2036 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2257,10 +2275,14 @@
2257 <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>
2258 </trans-unit> 2276 </trans-unit>
2259 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2277 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2260 <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>
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>
2261 <target state="new"> 2283 <target state="new">
2262 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2284 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2263 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2285 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2264 Press Enter to add a new tag. 2286 Press Enter to add a new tag.
2265 </target> 2287 </target>
2266 <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> 2288 <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>
@@ -2424,7 +2446,7 @@
2424 <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> 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>
2425 </trans-unit> 2447 </trans-unit>
2426 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2448 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2427 <source>Already uploaded ✔</source> 2449 <source>Already uploaded ✔</source>
2428 <target>Già caricato ✔</target> 2450 <target>Già caricato ✔</target>
2429 <context-group name="null"> 2451 <context-group name="null">
2430 <context context-type="linenumber">179</context> 2452 <context context-type="linenumber">179</context>
@@ -2552,9 +2574,13 @@
2552 <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> 2574 <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>
2553 </trans-unit> 2575 </trans-unit>
2554 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2576 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2555 <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> 2577 <source>
2578 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>"/>
2579 or URL that points to a raw MP4 file.
2580 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.
2581 </source>
2556 <target state="new"> 2582 <target state="new">
2557 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;"/> 2583 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>"/>
2558 or URL that points to a raw MP4 file. 2584 or URL that points to a raw MP4 file.
2559 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 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.
2560 </target> 2586 </target>
@@ -2616,10 +2642,14 @@
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> 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">31</context></context-group>
2617 </trans-unit> 2643 </trans-unit>
2618 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2644 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2619 <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> 2645 <source>
2646 Image that will be merged with your audio file.
2647 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2648 The chosen image will be definitive and cannot be modified.
2649 </source>
2620 <target state="new"> 2650 <target state="new">
2621 Image that will be merged with your audio file. 2651 Image that will be merged with your audio file.
2622 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2652 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2623 The chosen image will be definitive and cannot be modified. 2653 The chosen image will be definitive and cannot be modified.
2624 </target> 2654 </target>
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">33</context></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">33</context></context-group>
@@ -2686,7 +2716,10 @@
2686 <context-group 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> 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">13</context></context-group>
2687 </trans-unit> 2717 </trans-unit>
2688 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2718 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2689 <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> 2719 <source>
2720 You can import any torrent file that points to a mp4 file.
2721 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.
2722 </source>
2690 <target state="new"> 2723 <target state="new">
2691 You can import any torrent file that points to a mp4 file. 2724 You can import any torrent file that points to a mp4 file.
2692 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. 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.
@@ -2704,11 +2737,15 @@
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">56</context></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">56</context></context-group>
2705 </trans-unit> 2738 </trans-unit>
2706 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2739 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2707 <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> 2740 <source>
2741 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.
2742 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2743 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.
2744 </source>
2708 <target state="new"> 2745 <target state="new">
2709 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. 2746 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.
2710 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2747 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2711 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. 2748 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.
2712 </target> 2749 </target>
2713 <context-group purpose="location"> 2750 <context-group purpose="location">
2714 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2751 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2941,9 +2978,9 @@
2941 <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> 2978 <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>
2942 </trans-unit> 2979 </trans-unit>
2943 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2980 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2944 <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> 2981 <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>
2945 <target state="new"> 2982 <target state="new">
2946 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;"/> 2983 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>"/>
2947 </target> 2984 </target>
2948 <context-group purpose="location"> 2985 <context-group purpose="location">
2949 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2986 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2951,9 +2988,9 @@
2951 </context-group> 2988 </context-group>
2952 </trans-unit> 2989 </trans-unit>
2953 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2990 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2954 <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> 2991 <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>
2955 <target state="new"> 2992 <target state="new">
2956 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;"/> 2993 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>"/>
2957 </target> 2994 </target>
2958 <context-group purpose="location"> 2995 <context-group purpose="location">
2959 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2996 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3259,7 +3296,11 @@
3259 <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> 3296 <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>
3260 </trans-unit> 3297 </trans-unit>
3261 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3298 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3262 <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> 3299 <source>
3300 You can comment using an account on any ActivityPub-compatible instance.
3301 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3302 from within the software's interface.
3303 </source>
3263 <target state="new"> 3304 <target state="new">
3264 You can comment using an account on any ActivityPub-compatible instance. 3305 You can comment using an account on any ActivityPub-compatible instance.
3265 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3306 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3299,13 +3340,13 @@
3299 <context-group name="null"> 3340 <context-group name="null">
3300 <context context-type="linenumber">14</context> 3341 <context context-type="linenumber">14</context>
3301 </context-group> 3342 </context-group>
3302 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3343
3303 </trans-unit> 3344 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3304 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3345 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3305 <source>This comment has been deleted</source> 3346 <source>This comment has been deleted</source>
3306 <target state="new">This comment has been deleted</target> 3347 <target state="new">This comment has been deleted</target>
3307 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3348
3308 </trans-unit> 3349 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3309 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3350 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3310 <source>Follows &amp; redundancies</source> 3351 <source>Follows &amp; redundancies</source>
3311 <target state="new">Follows &amp; redundancies</target> 3352 <target state="new">Follows &amp; redundancies</target>
@@ -3442,8 +3483,8 @@
3442 <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> 3483 <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>
3443 </trans-unit> 3484 </trans-unit>
3444 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3485 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3445 <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> 3486 <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>
3446 <target>Creato <x id="START_TAG_P-SORTICON" ctype="x-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> 3487 <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>
3447 <context-group name="null"> 3488 <context-group name="null">
3448 <context context-type="linenumber">11</context> 3489 <context context-type="linenumber">11</context>
3449 </context-group> 3490 </context-group>
@@ -3533,8 +3574,8 @@
3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3534 </trans-unit> 3575 </trans-unit>
3535 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3576 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3536 <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> 3577 <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>
3537 <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> 3578 <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>
3538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3539 </trans-unit> 3580 </trans-unit>
3540 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3581 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3655,9 +3696,12 @@
3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></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">48</context></context-group>
3656 </trans-unit> 3697 </trans-unit>
3657 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3698 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3658 <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> 3699 <source>
3700 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/>"/>
3701 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3702 </source>
3659 <target state="new"> 3703 <target state="new">
3660 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;"/> 3704 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/>"/>
3661 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3705 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3662 </target> 3706 </target>
3663 <context-group purpose="location"> 3707 <context-group purpose="location">
@@ -3751,16 +3795,16 @@
3751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3752 </trans-unit> 3796 </trans-unit>
3753 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3797 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3754 <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> 3798 <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>
3755 <target>Nome utente <x id="START_TAG_P-SORTICON" ctype="x-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> 3799 <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>
3756 <context-group name="null"> 3800 <context-group name="null">
3757 <context context-type="linenumber">40</context> 3801 <context context-type="linenumber">40</context>
3758 </context-group> 3802 </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">45</context></context-group> 3803 <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>
3760 </trans-unit> 3804 </trans-unit>
3761 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3805 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3762 <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> 3806 <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>
3763 <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> 3807 <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>
3764 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3808 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3765 </trans-unit> 3809 </trans-unit>
3766 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3810 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
@@ -3808,8 +3852,8 @@
3808 <context-group name="null"> 3852 <context-group name="null">
3809 <context context-type="linenumber">95</context> 3853 <context context-type="linenumber">95</context>
3810 </context-group> 3854 </context-group>
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3855
3812 </trans-unit> 3856 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3813 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3857 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3814 <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> 3858 <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>
3815 <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> 3859 <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>
@@ -3868,8 +3912,8 @@
3868 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3912 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3869 </trans-unit> 3913 </trans-unit>
3870 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3914 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3871 <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> 3915 <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>
3872 <target state="new">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> 3916 <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>
3873 <context-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> 3917 <context-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>
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">24</context></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">24</context></context-group>
3875 </trans-unit> 3919 </trans-unit>
@@ -3928,8 +3972,8 @@
3928 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group> 3972 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3929 </trans-unit> 3973 </trans-unit>
3930 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3974 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3931 <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> 3975 <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>
3932 <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> 3976 <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>
3933 <context-group name="null"> 3977 <context-group name="null">
3934 <context context-type="linenumber">11</context> 3978 <context context-type="linenumber">11</context>
3935 </context-group> 3979 </context-group>
@@ -4141,8 +4185,8 @@
4141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4185 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4142 </trans-unit> 4186 </trans-unit>
4143 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4187 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4144 <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> 4188 <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>
4145 <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> 4189 <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>
4146 <context-group name="null"> 4190 <context-group name="null">
4147 <context context-type="linenumber">11</context> 4191 <context context-type="linenumber">11</context>
4148 </context-group> 4192 </context-group>
@@ -4151,8 +4195,8 @@
4151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4152 </trans-unit> 4196 </trans-unit>
4153 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4197 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4154 <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> 4198 <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>
4155 <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> 4199 <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>
4156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4157 </trans-unit> 4201 </trans-unit>
4158 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4202 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4172,9 +4216,9 @@
4172 </context-group> 4216 </context-group>
4173 </trans-unit> 4217 </trans-unit>
4174 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4218 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4175 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4219 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4176 <target state="new"> 4220 <target state="new">
4177 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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;"/> 4221 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4178 </target> 4222 </target>
4179 <context-group purpose="location"> 4223 <context-group purpose="location">
4180 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4224 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4198,9 +4242,9 @@
4198 </context-group> 4242 </context-group>
4199 </trans-unit> 4243 </trans-unit>
4200 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4244 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4201 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4245 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4202 <target state="new"> 4246 <target state="new">
4203 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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;"/> 4247 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4204 </target> 4248 </target>
4205 <context-group purpose="location"> 4249 <context-group purpose="location">
4206 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4250 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4248,8 +4292,8 @@
4248 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4292 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4249 </trans-unit> 4293 </trans-unit>
4250 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4294 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4251 <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> 4295 <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>
4252 <target>Silenziato a <x id="START_TAG_P-SORTICON" ctype="x-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> 4296 <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>
4253 <context-group name="null"> 4297 <context-group name="null">
4254 <context context-type="linenumber">13</context> 4298 <context context-type="linenumber">13</context>
4255 </context-group> 4299 </context-group>
@@ -4375,6 +4419,12 @@
4375 <source>Homepage</source> 4419 <source>Homepage</source>
4376 <target state="new">Homepage</target> 4420 <target state="new">Homepage</target>
4377 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4421 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4422 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4423 <source>Close this message</source><target state="new">Close this message</target>
4424 <context-group purpose="location">
4425 <context context-type="sourcefile">src/app/app.component.html</context>
4426 <context context-type="linenumber">34</context>
4427 </context-group>
4378 </trans-unit> 4428 </trans-unit>
4379 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4429 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4380 <source>Go to the plugin homepage</source> 4430 <source>Go to the plugin homepage</source>
@@ -4526,8 +4576,8 @@
4526 </context-group> 4576 </context-group>
4527 </trans-unit> 4577 </trans-unit>
4528 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4578 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4529 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4579 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4530 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4580 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4531 <context-group purpose="location"> 4581 <context-group purpose="location">
4532 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4582 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4533 <context context-type="linenumber">32</context> 4583 <context context-type="linenumber">32</context>
@@ -4569,8 +4619,8 @@
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">65</context></context-group> 4619 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4570 </trans-unit> 4620 </trans-unit>
4571 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4621 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4572 <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> 4622 <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>
4573 <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> 4623 <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>
4574 <context-group purpose="location"><context context-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> 4624 <context-group purpose="location"><context context-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>
4575 </trans-unit> 4625 </trans-unit>
4576 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4626 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4609,9 +4659,9 @@
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">75</context></context-group> 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">75</context></context-group>
4610 </trans-unit> 4660 </trans-unit>
4611 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4661 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4612 <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> 4662 <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>
4613 <target state="new"> 4663 <target state="new">
4614 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. 4664 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.
4615 </target> 4665 </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">76</context></context-group> 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">76</context></context-group>
4617 </trans-unit> 4667 </trans-unit>
@@ -4621,9 +4671,12 @@
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">86</context></context-group> 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">86</context></context-group>
4622 </trans-unit> 4672 </trans-unit>
4623 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4673 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4624 <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> 4674 <source>
4675 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/>"/>
4676 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4677 </source>
4625 <target state="new"> 4678 <target state="new">
4626 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;"/> 4679 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/>"/>
4627 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4680 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4628 </target> 4681 </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">90</context></context-group> 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">90</context></context-group>
@@ -4637,9 +4690,9 @@
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">99</context></context-group> 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">99</context></context-group>
4638 </trans-unit> 4691 </trans-unit>
4639 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4692 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4640 <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> 4693 <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>
4641 <target state="new"> 4694 <target state="new">
4642 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. 4695 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.
4643 </target> 4696 </target>
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">103</context></context-group> 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">103</context></context-group>
4645 </trans-unit> 4698 </trans-unit>
@@ -4776,9 +4829,9 @@
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">240</context></context-group> 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">240</context></context-group>
4777 </trans-unit> 4830 </trans-unit>
4778 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4831 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4779 <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> 4832 <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>
4780 <target state="new"> 4833 <target state="new">
4781 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;"/>. 4834 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>"/>.
4782 </target> 4835 </target>
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">241</context></context-group> 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">241</context></context-group>
4784 </trans-unit> 4837 </trans-unit>
@@ -4819,43 +4872,83 @@
4819 <context context-type="linenumber">223</context> 4872 <context context-type="linenumber">223</context>
4820 </context-group> 4873 </context-group>
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">270</context></context-group> 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">270</context></context-group>
4875 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4876 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4877 <context-group purpose="location">
4878 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4879 <context context-type="linenumber">281</context>
4880 </context-group>
4881 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4882 <source>
4883 Display a message on your instance
4884 </source><target state="new">
4885 Display a message on your instance
4886 </target>
4887 <context-group purpose="location">
4888 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4889 <context context-type="linenumber">282</context>
4890 </context-group>
4891 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4892 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4893 <context-group purpose="location">
4894 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4895 <context context-type="linenumber">294</context>
4896 </context-group>
4897 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4898 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4899 <context-group purpose="location">
4900 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4901 <context context-type="linenumber">301</context>
4902 </context-group>
4903 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4904 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4905 <context-group purpose="location">
4906 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4907 <context context-type="linenumber">306</context>
4908 </context-group>
4909 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4910 <source>Message</source><target state="new">Message</target>
4911 <context-group purpose="location">
4912 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4913 <context context-type="linenumber">318</context>
4914 </context-group>
4822 </trans-unit> 4915 </trans-unit>
4823 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4916 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4824 <source>NEW USERS</source> 4917 <source>NEW USERS</source>
4825 <target state="new">NEW USERS</target> 4918 <target state="new">NEW USERS</target>
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">281</context></context-group> 4919
4827 </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">333</context></context-group></trans-unit>
4828 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4921 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4829 <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> 4922 <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>
4830 <target state="new"> 4923 <target state="new">
4831 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. 4924 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.
4832 </target> 4925 </target>
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">282</context></context-group> 4926
4834 </trans-unit> 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">334</context></context-group></trans-unit>
4835 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4928 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4836 <source>Signup enabled</source> 4929 <source>Signup enabled</source>
4837 <target>Registrazione abilitata</target> 4930 <target>Registrazione abilitata</target>
4838 <context-group name="null"> 4931 <context-group name="null">
4839 <context context-type="linenumber">235</context> 4932 <context context-type="linenumber">235</context>
4840 </context-group> 4933 </context-group>
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">293</context></context-group> 4934
4842 </trans-unit> 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">345</context></context-group></trans-unit>
4843 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4936 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4844 <source>Signup requires email verification</source> 4937 <source>Signup requires email verification</source>
4845 <target>La registrazione richiede una verifica via email</target> 4938 <target>La registrazione richiede una verifica via email</target>
4846 <context-group name="null"> 4939 <context-group name="null">
4847 <context context-type="linenumber">242</context> 4940 <context context-type="linenumber">242</context>
4848 </context-group> 4941 </context-group>
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">301</context></context-group> 4942
4850 </trans-unit> 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">353</context></context-group></trans-unit>
4851 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4944 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4852 <source>Signup limit</source> 4945 <source>Signup limit</source>
4853 <target>Limite registrazioni</target> 4946 <target>Limite registrazioni</target>
4854 <context-group name="null"> 4947 <context-group name="null">
4855 <context context-type="linenumber">247</context> 4948 <context context-type="linenumber">247</context>
4856 </context-group> 4949 </context-group>
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">305</context></context-group> 4950
4858 </trans-unit> 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">357</context></context-group></trans-unit>
4859 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4952 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4860 <source>Users</source> 4953 <source>Users</source>
4861 <target>Utenti</target> 4954 <target>Utenti</target>
@@ -4960,100 +5053,94 @@
4960 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 5053 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4961 <source>Default video quota per user</source> 5054 <source>Default video quota per user</source>
4962 <target state="new">Default video quota per user</target> 5055 <target state="new">Default video quota per user</target>
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">320</context></context-group> 5056
4964 </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">372</context></context-group></trans-unit>
4965 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 5058 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4966 <source>Default daily upload limit per user</source> 5059 <source>Default daily upload limit per user</source>
4967 <target state="new">Default daily upload limit per user</target> 5060 <target state="new">Default daily upload limit per user</target>
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">332</context></context-group> 5061
4969 </trans-unit> 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">384</context></context-group></trans-unit>
4970 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5063 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4971 <source>NEW VIDEOS</source> 5064 <source>NEW VIDEOS</source>
4972 <target state="new">NEW VIDEOS</target> 5065 <target state="new">NEW VIDEOS</target>
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">349</context></context-group> 5066
4974 </trans-unit> 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">401</context></context-group></trans-unit>
4975 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5068 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4976 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5069 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4977 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 5070 <target state="new">Allow import with HTTP URL (i.e. YouTube)</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">360</context></context-group> 5071
4979 </trans-unit> 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">412</context></context-group></trans-unit>
4980 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5073 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4981 <source>Allow import with a torrent file or a magnet URI</source> 5074 <source>Allow import with a torrent file or a magnet URI</source>
4982 <target state="new">Allow import with a torrent file or a magnet URI</target> 5075 <target state="new">Allow import with a torrent file or a magnet URI</target>
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">367</context></context-group> 5076
4984 </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">419</context></context-group></trans-unit>
4985 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5078 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4986 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5079 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4987 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 5080 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">384</context></context-group> 5081
4989 </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">436</context></context-group></trans-unit>
4990 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5083 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4991 <source>Blacklist new videos automatically</source> 5084 <source>Blacklist new videos automatically</source>
4992 <target state="new">Blacklist new videos automatically</target> 5085 <target state="new">Blacklist new videos automatically</target>
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">381</context></context-group> 5086
4994 </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">433</context></context-group></trans-unit>
4995 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5088 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4996 <source>FEDERATION</source> 5089 <source>FEDERATION</source>
4997 <target state="new">FEDERATION</target> 5090 <target state="new">FEDERATION</target>
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">398</context></context-group> 5091
4999 </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">450</context></context-group></trans-unit>
5000 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5093 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5001 <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> 5094 <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>
5002 <target state="new"> 5095 <target state="new">
5003 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. 5096 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.
5004 </target> 5097 </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">399</context></context-group> 5098
5006 </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">451</context></context-group></trans-unit>
5007 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5100 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5008 <source>Other instances can follow yours</source> 5101 <source>Other instances can follow yours</source>
5009 <target state="new">Other instances can follow yours</target> 5102 <target state="new">Other instances can follow yours</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">412</context></context-group> 5103
5011 </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">464</context></context-group></trans-unit>
5012 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5105 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
5013 <source>Manually approve new instance followers</source> 5106 <source>Manually approve new instance followers</source>
5014 <target state="new">Manually approve new instance followers</target> 5107 <target state="new">Manually approve new instance followers</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">419</context></context-group> 5108
5016 </trans-unit> 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">471</context></context-group></trans-unit>
5017 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5110 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
5018 <source>Automatically follow back instances</source> 5111 <source>Automatically follow back instances</source>
5019 <target state="new">Automatically follow back instances</target> 5112 <target state="new">Automatically follow back instances</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">432</context></context-group> 5113
5021 </trans-unit> 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">484</context></context-group></trans-unit>
5022 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5115 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5023 <source>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;"/>. </source> 5116 <source>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>"/>. </source>
5024 <target state="new"> 5117 <target state="new">
5025 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;"/>. 5118 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>"/>.
5026 </target> 5119 </target>
5027 <context-group purpose="location"> 5120
5028 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
5029 <context context-type="linenumber">450</context>
5030 </context-group>
5031 </trans-unit>
5032 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5122 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
5033 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5123 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
5034 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 5124 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</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">296</context></context-group> 5125
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">435</context></context-group> 5126
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">448</context></context-group> 5127
5038 </trans-unit> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
5039 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 5129 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
5040 <source>Index URL</source> 5130 <source>Index URL</source>
5041 <target state="new">Index URL</target> 5131 <target state="new">Index URL</target>
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">457</context></context-group> 5132
5043 </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">509</context></context-group></trans-unit>
5044 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5134 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5045 <source>Automatically follow instances of a public index</source> 5135 <source>Automatically follow instances of a public index</source>
5046 <target state="new">Automatically follow instances of a public index</target> 5136 <target state="new">Automatically follow instances of a public index</target>
5047 <context-group purpose="location"> 5137
5048 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5138 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">497</context></context-group></trans-unit>
5049 <context context-type="linenumber">445</context>
5050 </context-group>
5051 </trans-unit>
5052 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5139 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5053 <source>ADMINISTRATORS</source> 5140 <source>ADMINISTRATORS</source>
5054 <target state="new">ADMINISTRATORS</target> 5141 <target state="new">ADMINISTRATORS</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">477</context></context-group> 5142
5056 </trans-unit> 5143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
5057 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5144 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
5058 <source>Administrator</source> 5145 <source>Administrator</source>
5059 <target>Amministratore</target> 5146 <target>Amministratore</target>
@@ -5068,16 +5155,16 @@
5068 <context-group name="null"> 5155 <context-group name="null">
5069 <context context-type="linenumber">387</context> 5156 <context context-type="linenumber">387</context>
5070 </context-group> 5157 </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">483</context></context-group> 5158
5072 </trans-unit> 5159 <context-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>
5073 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5160 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
5074 <source>Enable contact form</source> 5161 <source>Enable contact form</source>
5075 <target>Abilita modulo di contatto</target> 5162 <target>Abilita modulo di contatto</target>
5076 <context-group name="null"> 5163 <context-group name="null">
5077 <context context-type="linenumber">398</context> 5164 <context context-type="linenumber">398</context>
5078 </context-group> 5165 </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">494</context></context-group> 5166
5080 </trans-unit> 5167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
5081 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5168 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
5082 <source>Basic configuration</source> 5169 <source>Basic configuration</source>
5083 <target>Configurazione di base</target> 5170 <target>Configurazione di base</target>
@@ -5089,240 +5176,279 @@
5089 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5176 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5090 <source>TWITTER</source> 5177 <source>TWITTER</source>
5091 <target state="new">TWITTER</target> 5178 <target state="new">TWITTER</target>
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">511</context></context-group> 5179
5093 </trans-unit> 5180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit>
5094 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5181 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5095 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5182 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5096 <target state="new"> 5183 <target state="new">
5097 Optional. If any, provide the Twitter account representing your instance to improve link previews. 5184 Optional. If any, provide the Twitter account representing your instance to improve link previews.
5098 </target> 5185 </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">512</context></context-group> 5186
5100 </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">564</context></context-group></trans-unit>
5101 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5188 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5102 <source>Your Twitter username</source> 5189 <source>Your Twitter username</source>
5103 <target>Il tuo username Twitter</target> 5190 <target>Il tuo username Twitter</target>
5104 <context-group name="null"> 5191 <context-group name="null">
5105 <context context-type="linenumber">413</context> 5192 <context context-type="linenumber">413</context>
5106 </context-group> 5193 </context-group>
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">523</context></context-group> 5194
5108 </trans-unit> 5195 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
5109 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5196 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5110 <source>Instance whitelisted by Twitter</source> 5197 <source>Instance whitelisted by Twitter</source>
5111 <target>Istanza inserita in white list da Twitter</target> 5198 <target>Istanza inserita in white list da Twitter</target>
5112 <context-group name="null"> 5199 <context-group name="null">
5113 <context context-type="linenumber">431</context> 5200 <context context-type="linenumber">431</context>
5114 </context-group> 5201 </context-group>
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">535</context></context-group> 5202
5116 </trans-unit> 5203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
5117 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5204 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5118 <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> 5205 <source>
5206 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/>"/>
5207 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/>"/>
5208 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5209 <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>"/>
5210 to see if you instance is whitelisted.
5211 </source>
5119 <target state="new"> 5212 <target state="new">
5120 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;"/> 5213 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/>"/>
5121 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;"/> 5214 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/>"/>
5122 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5215 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5123 <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;"/> 5216 <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>"/>
5124 to see if you instance is whitelisted. 5217 to see if you instance is whitelisted.
5125 </target> 5218 </target>
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">539</context></context-group> 5219
5127 </trans-unit> 5220 <context-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>
5128 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5221 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5129 <source>Services</source> 5222 <source>Services</source>
5130 <target>Servizi</target> 5223 <target>Servizi</target>
5131 <context-group name="null"> 5224 <context-group name="null">
5132 <context context-type="linenumber">405</context> 5225 <context context-type="linenumber">405</context>
5133 </context-group> 5226 </context-group>
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">505</context></context-group> 5227
5135 </trans-unit> 5228 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5136 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5229 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5137 <source>TRANSCODING</source> 5230 <source>TRANSCODING</source>
5138 <target state="new">TRANSCODING</target> 5231 <target state="new">TRANSCODING</target>
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">565</context></context-group> 5232
5140 </trans-unit> 5233 <context-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>
5141 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5234 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5142 <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> 5235 <source>
5236 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5237 resources, this is a critical part of PeerTube, so tread carefully.
5238 </source>
5143 <target state="new"> 5239 <target state="new">
5144 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5240 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5145 resources, this is a critical part of PeerTube, so tread carefully. 5241 resources, this is a critical part of PeerTube, so tread carefully.
5146 </target> 5242 </target>
5147 <context-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> 5243
5148 </trans-unit> 5244 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5149 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5245 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5150 <source>Transcoding enabled</source> 5246 <source>Transcoding enabled</source>
5151 <target>Trascodifca attivata</target> 5247 <target>Trascodifca attivata</target>
5152 <context-group name="null"> 5248 <context-group name="null">
5153 <context context-type="linenumber">461</context> 5249 <context context-type="linenumber">461</context>
5154 </context-group> 5250 </context-group>
5155 <context-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> 5251
5156 </trans-unit> 5252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5157 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5253 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5158 <source>If you disable transcoding, many videos from your users will not work!</source> 5254 <source>If you disable transcoding, many videos from your users will not work!</source>
5159 <target>Se si disattiva la trascodifica, molti video degli utenti non funzioneranno.</target> 5255 <target>Se si disattiva la trascodifica, molti video degli utenti non funzioneranno.</target>
5160 <context-group name="null"> 5256 <context-group name="null">
5161 <context context-type="linenumber">465</context> 5257 <context context-type="linenumber">465</context>
5162 </context-group> 5258 </context-group>
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">583</context></context-group> 5259
5164 </trans-unit> 5260 <context-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>
5165 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5261 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5166 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5262 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5167 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 5263 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
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">594</context></context-group> 5264
5169 </trans-unit> 5265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5170 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5266 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5171 <source>Allow additional extensions</source> 5267 <source>Allow additional extensions</source>
5172 <target>Permettere estensioni aggiuntive</target> 5268 <target>Permettere estensioni aggiuntive</target>
5173 <context-group name="null"> 5269 <context-group name="null">
5174 <context context-type="linenumber">475</context> 5270 <context context-type="linenumber">475</context>
5175 </context-group> 5271 </context-group>
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">591</context></context-group> 5272
5177 </trans-unit> 5273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5178 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5274 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5179 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5275 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5180 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5276 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
5181 <context-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> 5277
5182 </trans-unit> 5278 <context-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>
5183 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5279 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
5184 <source>Allow audio files upload</source> 5280 <source>Allow audio files upload</source>
5185 <target state="new">Allow audio files upload</target> 5281 <target state="new">Allow audio files upload</target>
5186 <context-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> 5282
5187 </trans-unit> 5283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit>
5188 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5284 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5189 <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> 5285 <source>
5286 <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>"/>
5287
5288 <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>"/>
5289
5290 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5291
5292 <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>"/>
5293 </source>
5190 <target state="new"> 5294 <target state="new">
5191 <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;"/> 5295 <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>"/>
5192 5296
5193 <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;"/> 5297 <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>"/>
5194 5298
5195 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5299 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5196 5300
5197 <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;"/> 5301 <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>"/>
5198 </target> 5302 </target>
5199 <context-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> 5303
5200 </trans-unit> 5304 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit>
5201 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5305 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5202 <source>WebTorrent support enabled</source> 5306 <source>WebTorrent support enabled</source>
5203 <target state="new">WebTorrent support enabled</target> 5307 <target state="new">WebTorrent support enabled</target>
5204 <context-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> 5308
5205 </trans-unit> 5309 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5206 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5310 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5207 <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> 5311 <source>
5312 <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>"/>
5313
5314 <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>"/>
5315 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5316 <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>"/>
5317 <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>"/>
5318 <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>"/>
5319 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5320
5321 <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>"/>
5322 </source>
5208 <target state="new"> 5323 <target state="new">
5209 <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;"/> 5324 <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>"/>
5210 5325
5211 <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;"/> 5326 <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>"/>
5212 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5327 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5213 <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;"/> 5328 <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>"/>
5214 <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;"/> 5329 <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>"/>
5215 <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;"/> 5330 <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>"/>
5216 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5331 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5217 5332
5218 <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;"/> 5333 <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>"/>
5219 </target> 5334 </target>
5220 <context-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> 5335
5221 </trans-unit> 5336 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5222 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5337 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5223 <source>HLS support enabled</source> 5338 <source>HLS support enabled</source>
5224 <target state="new">HLS support enabled</target> 5339 <target state="new">HLS support enabled</target>
5225 <context-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> 5340
5226 </trans-unit> 5341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5227 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5342 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5228 <source>Transcoding threads</source> 5343 <source>Transcoding threads</source>
5229 <target>Numero thread di trascodifica</target> 5344 <target>Numero thread di trascodifica</target>
5230 <context-group name="null"> 5345 <context-group name="null">
5231 <context context-type="linenumber">517</context> 5346 <context context-type="linenumber">517</context>
5232 </context-group> 5347 </context-group>
5233 <context-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> 5348
5234 </trans-unit> 5349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5235 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5350 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5236 <source>Resolutions to generate</source> 5351 <source>Resolutions to generate</source>
5237 <target state="new">Resolutions to generate</target> 5352 <target state="new">Resolutions to generate</target>
5238 <context-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> 5353
5239 </trans-unit> 5354 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5240 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5355 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5241 <source>CACHE</source> 5356 <source>CACHE</source>
5242 <target state="new">CACHE</target> 5357 <target state="new">CACHE</target>
5243 <context-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> 5358
5244 </trans-unit> 5359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5245 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5360 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5246 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5361 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5247 <target state="new"> 5362 <target state="new">
5248 Some files are not federated, and fetched when necessary. Define their caching policies. 5363 Some files are not federated, and fetched when necessary. Define their caching policies.
5249 </target> 5364 </target>
5250 <context-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> 5365
5251 </trans-unit> 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">752</context></context-group></trans-unit>
5252 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5367 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5253 <source>Number of previews to keep in cache</source> 5368 <source>Number of previews to keep in cache</source>
5254 <target state="new">Number of previews to keep in cache</target> 5369 <target state="new">Number of previews to keep in cache</target>
5255 <context-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> 5370
5256 </trans-unit> 5371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5257 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5372 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5258 <source>Number of video captions to keep in cache</source> 5373 <source>Number of video captions to keep in cache</source>
5259 <target state="new">Number of video captions to keep in cache</target> 5374 <target state="new">Number of video captions to keep in cache</target>
5260 <context-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> 5375
5261 </trans-unit> 5376 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5262 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5377 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5263 <source>CUSTOMIZATIONS</source> 5378 <source>CUSTOMIZATIONS</source>
5264 <target state="new">CUSTOMIZATIONS</target> 5379 <target state="new">CUSTOMIZATIONS</target>
5265 <context-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> 5380
5266 </trans-unit> 5381 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5267 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5382 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5268 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5383 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5269 <target state="new"> 5384 <target state="new">
5270 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5385 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5271 </target> 5386 </target>
5272 <context-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> 5387
5273 </trans-unit> 5388 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5274 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5389 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5275 <source>JavaScript</source> 5390 <source>JavaScript</source>
5276 <target>JavaScript</target> 5391 <target>JavaScript</target>
5277 <context-group name="null"> 5392 <context-group name="null">
5278 <context context-type="linenumber">575</context> 5393 <context context-type="linenumber">575</context>
5279 </context-group> 5394 </context-group>
5280 <context-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> 5395
5281 </trans-unit> 5396 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5282 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5397 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5283 <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> 5398 <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>
5284 <target state="new"> 5399 <target state="new">
5285 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;"/> 5400 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5286 </target> 5401 </target>
5287 <context-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> 5402
5288 </trans-unit> 5403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5289 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5404 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5290 <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> 5405 <source>
5406 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/>"/>
5407 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5408 color: red;
5409 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5410 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5411 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/>"/>
5412 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5413 color: red;
5414 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5415 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5416 </source>
5291 <target state="new"> 5417 <target state="new">
5292 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;"/> 5418 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/>"/>
5293 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5419 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5294 color: red; 5420 color: red;
5295 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5421 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5296 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5422 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5297 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;"/> 5423 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/>"/>
5298 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5424 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5299 color: red; 5425 color: red;
5300 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5426 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5301 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5427 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5302 </target> 5428 </target>
5303 <context-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> 5429
5304 </trans-unit> 5430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5305 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5431 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5306 <source>Advanced configuration</source> 5432 <source>Advanced configuration</source>
5307 <target>Configurazione avanzata</target> 5433 <target>Configurazione avanzata</target>
5308 <context-group name="null"> 5434 <context-group name="null">
5309 <context context-type="linenumber">452</context> 5435 <context context-type="linenumber">452</context>
5310 </context-group> 5436 </context-group>
5311 <context-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> 5437
5312 </trans-unit> 5438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5313 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5439 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5314 <source>Update configuration</source> 5440 <source>Update configuration</source>
5315 <target>Aggiorna configurazione</target> 5441 <target>Aggiorna configurazione</target>
5316 <context-group name="null"> 5442 <context-group name="null">
5317 <context context-type="linenumber">628</context> 5443 <context context-type="linenumber">628</context>
5318 </context-group> 5444 </context-group>
5319 <context-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> 5445
5320 </trans-unit> 5446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5321 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5447 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5322 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5448 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5323 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5449 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5324 <context-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> 5450
5325 </trans-unit> 5451 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5326 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5452 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5327 <source>PROFILE</source> 5453 <source>PROFILE</source>
5328 <target state="new">PROFILE</target> 5454 <target state="new">PROFILE</target>
@@ -5489,9 +5615,9 @@
5489 <context-group purpose="location"><context context-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> 5615 <context-group purpose="location"><context context-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>
5490 </trans-unit> 5616 </trans-unit>
5491 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5617 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5492 <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> 5618 <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>
5493 <target state="new"> 5619 <target state="new">
5494 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. 5620 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.
5495 </target> 5621 </target>
5496 <context-group purpose="location"> 5622 <context-group purpose="location">
5497 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5623 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -5521,9 +5647,9 @@
5521 <context-group purpose="location"><context context-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> 5647 <context-group purpose="location"><context context-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>
5522 </trans-unit> 5648 </trans-unit>
5523 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5649 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5524 <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> 5650 <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>
5525 <target state="new"> 5651 <target state="new">
5526 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;"/> 5652 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>"/>
5527</target> 5653</target>
5528 <context-group purpose="location"> 5654 <context-group purpose="location">
5529 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5655 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5531,9 +5657,9 @@
5531 </context-group> 5657 </context-group>
5532 </trans-unit> 5658 </trans-unit>
5533 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5659 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5534 <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> 5660 <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>
5535 <target state="new"> 5661 <target state="new">
5536 <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 5662 <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
5537</target> 5663</target>
5538 <context-group purpose="location"> 5664 <context-group purpose="location">
5539 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5665 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5555,23 +5681,23 @@
5555 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5681 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5556 <context context-type="linenumber">17</context> 5682 <context context-type="linenumber">17</context>
5557 </context-group> 5683 </context-group>
5558 </trans-unit> 5684 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5559 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5685 <source>Your current password</source><target state="new">Your current password</target>
5560 <source>Your password</source>
5561 <target state="new">Your password</target>
5562 <context-group purpose="location"> 5686 <context-group purpose="location">
5563 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5687 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5564 <context context-type="linenumber">27</context> 5688 <context context-type="linenumber">26</context>
5565 </context-group> 5689 </context-group>
5566 </trans-unit> 5690 </trans-unit>
5691 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5692 <source>Your password</source>
5693 <target state="new">Your password</target>
5694
5695 <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">28</context></context-group></trans-unit>
5567 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5696 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5568 <source>Change email</source> 5697 <source>Change email</source>
5569 <target state="new">Change email</target> 5698 <target state="new">Change email</target>
5570 <context-group purpose="location"> 5699
5571 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5700 <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">36</context></context-group></trans-unit>
5572 <context context-type="linenumber">35</context>
5573 </context-group>
5574 </trans-unit>
5575 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5701 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5576 <source>Theme</source> 5702 <source>Theme</source>
5577 <target state="new">Theme</target> 5703 <target state="new">Theme</target>
@@ -5606,8 +5732,8 @@
5606 <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> 5732 <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>
5607 </trans-unit> 5733 </trans-unit>
5608 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5734 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5609 <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> 5735 <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>
5610 <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> 5736 <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>
5611 <context-group purpose="location"> 5737 <context-group purpose="location">
5612 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5738 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5613 <context context-type="linenumber">2</context> 5739 <context context-type="linenumber">2</context>
@@ -5643,10 +5769,13 @@
5643 <context-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> 5769 <context-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>
5644 </trans-unit> 5770 </trans-unit>
5645 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5771 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5646 <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> 5772 <source>
5773 Created
5774 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5775 </source>
5647 <target> 5776 <target>
5648 Creato 5777 Creato
5649 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5778 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5650 </target> 5779 </target>
5651 <context-group name="null"> 5780 <context-group name="null">
5652 <context context-type="linenumber">15</context> 5781 <context context-type="linenumber">15</context>
@@ -5718,8 +5847,9 @@
5718 <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> 5847 <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>
5719 </trans-unit> 5848 </trans-unit>
5720 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5849 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5721 <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> 5850 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5722 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5851 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5852 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5723 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5853 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5724 <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> 5854 <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>
5725 <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> 5855 <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>
@@ -5814,9 +5944,12 @@
5814 </context-group> 5944 </context-group>
5815 </trans-unit> 5945 </trans-unit>
5816 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5946 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5817 <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> 5947 <source>
5948 <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>"/>
5949 Delete history
5950 </source>
5818 <target> 5951 <target>
5819 <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;"/> 5952 <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>"/>
5820 Elimina cronologia 5953 Elimina cronologia
5821 </target> 5954 </target>
5822 <context-group name="null"> 5955 <context-group name="null">
@@ -5833,9 +5966,12 @@
5833 </context-group> 5966 </context-group>
5834 </trans-unit> 5967 </trans-unit>
5835 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5968 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5836 <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> 5969 <source>
5970 <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>"/>
5971 Notification preferences
5972 </source>
5837 <target> 5973 <target>
5838 <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;"/> 5974 <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>"/>
5839 Preferenze per le notifiche 5975 Preferenze per le notifiche
5840 </target> 5976 </target>
5841 <context-group name="null"> 5977 <context-group name="null">
@@ -5912,8 +6048,8 @@
5912 <context-group purpose="location"><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> 6048 <context-group purpose="location"><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>
5913 </trans-unit> 6049 </trans-unit>
5914 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6050 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5915 <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> 6051 <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>
5916 <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> 6052 <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>
5917 <context-group purpose="location"> 6053 <context-group purpose="location">
5918 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6054 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5919 <context context-type="linenumber">2</context> 6055 <context context-type="linenumber">2</context>
@@ -5941,9 +6077,9 @@
5941 </context-group> 6077 </context-group>
5942 </trans-unit> 6078 </trans-unit>
5943 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 6079 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5944 <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> 6080 <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>
5945 <target state="new"> 6081 <target state="new">
5946 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;"/>. 6082 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>"/>.
5947 </target> 6083 </target>
5948 <context-group purpose="location"> 6084 <context-group purpose="location">
5949 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 6085 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -6401,22 +6537,26 @@
6401 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6537 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6402 <context context-type="linenumber">2</context> 6538 <context context-type="linenumber">2</context>
6403 </context-group> 6539 </context-group>
6404 </trans-unit> 6540 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6405 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6541 <source>
6406 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6542 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6407 <target state="new"> 6543 </source><target state="new">
6408 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6544 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6409 </target> 6545 </target>
6410 <context-group purpose="location"> 6546 <context-group purpose="location">
6411 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6547 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6412 <context context-type="linenumber">9</context> 6548 <context context-type="linenumber">9</context>
6413 </context-group> 6549 </context-group>
6414 </trans-unit> 6550 </trans-unit>
6551
6415 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6552 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6416 <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> 6553 <source>
6554 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6555 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6556 </source>
6417 <target state="new"> 6557 <target state="new">
6418 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6558 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6419 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6559 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6420 </target> 6560 </target>
6421 <context-group purpose="location"> 6561 <context-group purpose="location">
6422 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6562 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6424,9 +6564,9 @@
6424 </context-group> 6564 </context-group>
6425 </trans-unit> 6565 </trans-unit>
6426 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6566 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6427 <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> 6567 <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>
6428 <target state="new"> 6568 <target state="new">
6429 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;"/>. 6569 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>"/>.
6430 </target> 6570 </target>
6431 <context-group purpose="location"> 6571 <context-group purpose="location">
6432 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6572 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6434,7 +6574,8 @@
6434 </context-group> 6574 </context-group>
6435 </trans-unit> 6575 </trans-unit>
6436 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6576 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6437 <source>Use PeerTube documentation</source> 6577 <source>Use PeerTube
6578 documentation</source>
6438 <target state="new">Use PeerTube 6579 <target state="new">Use PeerTube
6439 documentation</target> 6580 documentation</target>
6440 <context-group purpose="location"> 6581 <context-group purpose="location">
@@ -6453,7 +6594,8 @@
6453 </context-group> 6594 </context-group>
6454 </trans-unit> 6595 </trans-unit>
6455 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6596 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6456 <source>PeerTube Applications</source> 6597 <source>PeerTube
6598 Applications</source>
6457 <target state="new">PeerTube 6599 <target state="new">PeerTube
6458 Applications</target> 6600 Applications</target>
6459 <context-group purpose="location"> 6601 <context-group purpose="location">
@@ -6472,7 +6614,8 @@
6472 </context-group> 6614 </context-group>
6473 </trans-unit> 6615 </trans-unit>
6474 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6616 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6475 <source>Contribute on PeerTube</source> 6617 <source>Contribute on
6618 PeerTube</source>
6476 <target state="new">Contribute on 6619 <target state="new">Contribute on
6477 PeerTube</target> 6620 PeerTube</target>
6478 <context-group purpose="location"> 6621 <context-group purpose="location">
@@ -6499,7 +6642,11 @@
6499 <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> 6642 <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>
6500 </trans-unit> 6643 </trans-unit>
6501 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6644 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6502 <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> 6645 <source>
6646 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6647 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6648 follows applies only if you want to keep using the P2P mode of PeerTube.
6649 </source>
6503 <target state="new"> 6650 <target state="new">
6504 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6651 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6505 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6652 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6516,7 +6663,10 @@
6516 <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> 6663 <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>
6517 </trans-unit> 6664 </trans-unit>
6518 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6665 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6519 <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> 6666 <source>
6667 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6668 In practice, this is much more difficult because:
6669 </source>
6520 <target state="new"> 6670 <target state="new">
6521 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6671 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6522 In practice, this is much more difficult because: 6672 In practice, this is much more difficult because:
@@ -6524,7 +6674,10 @@
6524 <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> 6674 <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>
6525 </trans-unit> 6675 </trans-unit>
6526 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6676 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6527 <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> 6677 <source>
6678 An HTTP request has to be sent on each tracker for each video to spy.
6679 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6680 </source>
6528 <target state="new"> 6681 <target state="new">
6529 An HTTP request has to be sent on each tracker for each video to spy. 6682 An HTTP request has to be sent on each tracker for each video to spy.
6530 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6683 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6532,7 +6685,11 @@
6532 <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> 6685 <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>
6533 </trans-unit> 6686 </trans-unit>
6534 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6687 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6535 <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> 6688 <source>
6689 For each request sent, the tracker returns random peers at a limited number.
6690 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
6691 requests sent to know every peer in the swarm
6692 </source>
6536 <target state="new"> 6693 <target state="new">
6537 For each request sent, the tracker returns random peers at a limited number. 6694 For each request sent, the tracker returns random peers at a limited number.
6538 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 6695 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
@@ -6551,7 +6708,10 @@
6551 <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> 6708 <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>
6552 </trans-unit> 6709 </trans-unit>
6553 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6710 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6554 <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> 6711 <source>
6712 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
6713 video
6714 </source>
6555 <target state="new"> 6715 <target state="new">
6556 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 6716 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
6557 video 6717 video
@@ -6566,18 +6726,27 @@
6566 <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> 6726 <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>
6567 </trans-unit> 6727 </trans-unit>
6568 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6728 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6569 <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> 6729 <source>
6730 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
6731 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6732 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6733 to forward the information to.
6734 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
6735 </source>
6570 <target state="new"> 6736 <target state="new">
6571 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 6737 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
6572 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6738 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6573 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6739 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6574 to forward the information to. 6740 to forward the information to.
6575 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 6741 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
6576 </target> 6742 </target>
6577 <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> 6743 <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>
6578 </trans-unit> 6744 </trans-unit>
6579 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6745 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6580 <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> 6746 <source>
6747 The worst-case scenario of an average person spying on their friends is quite unlikely.
6748 There are much more effective ways to get that kind of information.
6749 </source>
6581 <target state="new"> 6750 <target state="new">
6582 The worst-case scenario of an average person spying on their friends is quite unlikely. 6751 The worst-case scenario of an average person spying on their friends is quite unlikely.
6583 There are much more effective ways to get that kind of information. 6752 There are much more effective ways to get that kind of information.
@@ -6593,7 +6762,11 @@
6593 <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> 6762 <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>
6594 </trans-unit> 6763 </trans-unit>
6595 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6764 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6596 <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> 6765 <source>
6766 The threats to privacy with YouTube are different from PeerTube's.
6767 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6768 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6769 </source>
6597 <target state="new"> 6770 <target state="new">
6598 The threats to privacy with YouTube are different from PeerTube's. 6771 The threats to privacy with YouTube are different from PeerTube's.
6599 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6772 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6610,7 +6783,12 @@
6610 <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> 6783 <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>
6611 </trans-unit> 6784 </trans-unit>
6612 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6785 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6613 <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> 6786 <source>
6787 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
6788 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6789 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.
6790 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6791 </source>
6614 <target state="new"> 6792 <target state="new">
6615 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 6793 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
6616 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6794 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6628,7 +6806,10 @@
6628 <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> 6806 <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>
6629 </trans-unit> 6807 </trans-unit>
6630 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6808 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6631 <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> 6809 <source>
6810 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6811 and render attacks less likely. Here is what we put in place so far:
6812 </source>
6632 <target state="new"> 6813 <target state="new">
6633 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6814 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6634 and render attacks less likely. Here is what we put in place so far: 6815 and render attacks less likely. Here is what we put in place so far:
@@ -6656,7 +6837,10 @@
6656 <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> 6837 <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>
6657 </trans-unit> 6838 </trans-unit>
6658 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6839 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6659 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6840 <source>
6841 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6842 WebRTC in your browser.
6843 </source>
6660 <target state="new"> 6844 <target state="new">
6661 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6845 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6662 WebRTC in your browser. 6846 WebRTC in your browser.
@@ -6696,8 +6880,8 @@
6696 </context-group> 6880 </context-group>
6697 </trans-unit> 6881 </trans-unit>
6698 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6882 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6699 <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> 6883 <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>
6700 <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> 6884 <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>
6701 <context-group purpose="location"> 6885 <context-group purpose="location">
6702 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6886 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6703 <context context-type="linenumber">3</context> 6887 <context context-type="linenumber">3</context>
@@ -6780,9 +6964,12 @@
6780 </context-group> 6964 </context-group>
6781 </trans-unit> 6965 </trans-unit>
6782 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6966 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6783 <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> 6967 <source>
6968 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/>"/>
6969 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.
6970 </source>
6784 <target state="new"> 6971 <target state="new">
6785 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;"/> 6972 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/>"/>
6786 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. 6973 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.
6787 </target> 6974 </target>
6788 <context-group purpose="location"> 6975 <context-group purpose="location">
@@ -6863,11 +7050,16 @@
6863 </context-group> 7050 </context-group>
6864 </trans-unit> 7051 </trans-unit>
6865 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 7052 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6866 <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> 7053 <source>
7054 I am at least 16 years old and agree
7055 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>"/>
7056 <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>"/>
7057 of this instance
7058 </source>
6867 <target state="new"> 7059 <target state="new">
6868 I am at least 16 years old and agree 7060 I am at least 16 years old and agree
6869 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;"/> 7061 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>"/>
6870 <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;"/> 7062 <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>"/>
6871 of this instance 7063 of this instance
6872 </target> 7064 </target>
6873 <context-group purpose="location"> 7065 <context-group purpose="location">
@@ -6966,8 +7158,8 @@
6966 </context-group> 7158 </context-group>
6967 </trans-unit> 7159 </trans-unit>
6968 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7160 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6969 <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> 7161 <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>
6970 <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> 7162 <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>
6971 <context-group purpose="location"> 7163 <context-group purpose="location">
6972 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7164 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6973 <context context-type="linenumber">1</context> 7165 <context context-type="linenumber">1</context>
@@ -8680,8 +8872,8 @@
8680 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8872 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8681 </trans-unit> 8873 </trans-unit>
8682 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8874 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8683 <source>Long (&gt; 10 min)</source> 8875 <source>Long (> 10 min)</source>
8684 <target>Lungo (&gt; 10 min)</target> 8876 <target>Lungo (> 10 min)</target>
8685 <context-group name="null"> 8877 <context-group name="null">
8686 <context context-type="linenumber">1</context> 8878 <context context-type="linenumber">1</context>
8687 </context-group> 8879 </context-group>
@@ -10040,8 +10232,8 @@
10040 <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> 10232 <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>
10041 </trans-unit> 10233 </trans-unit>
10042 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10234 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
10043 <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> 10235 <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>
10044 <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;"/> compatibile che supporta:</target> 10236 <target><x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatibile che supporta:</target>
10045 <context-group name="null"> 10237 <context-group name="null">
10046 <context context-type="linenumber">1</context> 10238 <context context-type="linenumber">1</context>
10047 </context-group> 10239 </context-group>
@@ -10207,6 +10399,24 @@
10207 <context context-type="linenumber">1</context> 10399 <context context-type="linenumber">1</context>
10208 </context-group> 10400 </context-group>
10209 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10402 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10403 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10404 <context-group purpose="location">
10405 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10406 <context context-type="linenumber">1</context>
10407 </context-group>
10408 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10409 <source>Delete account comments</source><target state="new">Delete account comments</target>
10410 <context-group purpose="location">
10411 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10412 <context context-type="linenumber">1</context>
10413 </context-group>
10414 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10415 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10416 <context-group purpose="location">
10417 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10418 <context context-type="linenumber">1</context>
10419 </context-group>
10210 </trans-unit> 10420 </trans-unit>
10211 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10421 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10212 <source>Edit user</source> 10422 <source>Edit user</source>
@@ -10311,6 +10521,18 @@
10311 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10521 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10312 <context context-type="linenumber">1</context> 10522 <context context-type="linenumber">1</context>
10313 </context-group> 10523 </context-group>
10524 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10525 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10526 <context-group purpose="location">
10527 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10528 <context context-type="linenumber">1</context>
10529 </context-group>
10530 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10531 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10532 <context-group purpose="location">
10533 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10534 <context context-type="linenumber">1</context>
10535 </context-group>
10314 </trans-unit> 10536 </trans-unit>
10315 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10537 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10316 <source>Mute this account by your instance</source> 10538 <source>Mute this account by your instance</source>
@@ -10375,6 +10597,18 @@
10375 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10597 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10376 <context context-type="linenumber">1</context> 10598 <context context-type="linenumber">1</context>
10377 </context-group> 10599 </context-group>
10600 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10601 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10602 <context-group purpose="location">
10603 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10604 <context context-type="linenumber">1</context>
10605 </context-group>
10606 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10607 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10608 <context-group purpose="location">
10609 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10610 <context context-type="linenumber">1</context>
10611 </context-group>
10378 </trans-unit> 10612 </trans-unit>
10379 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10613 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10380 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10614 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.ja-JP.xlf b/client/src/locale/angular.ja-JP.xlf
index b70dd9d56..3baaa6e66 100644
--- a/client/src/locale/angular.ja-JP.xlf
+++ b/client/src/locale/angular.ja-JP.xlf
@@ -426,9 +426,9 @@
426 <context-group name="null"> 426 <context-group name="null">
427 <context context-type="linenumber">9</context> 427 <context context-type="linenumber">9</context>
428 </context-group> 428 </context-group>
429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 429
430 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 430
431 </trans-unit> 431 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
432 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 432 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
433 <source>Start at</source> 433 <source>Start at</source>
434 <target>再生位置 (~から再生)</target> 434 <target>再生位置 (~から再生)</target>
@@ -490,7 +490,7 @@
490 <target state="new">video</target> 490 <target state="new">video</target>
491 491
492 492
493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 493 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
494 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 494 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
495 <source>subtitles</source> 495 <source>subtitles</source>
496 <target state="new">subtitles</target> 496 <target state="new">subtitles</target>
@@ -696,7 +696,7 @@
696 <target state="new">Deleted</target> 696 <target state="new">Deleted</target>
697 697
698 698
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 700 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
701 <source>Edit starts/stops at</source> 701 <source>Edit starts/stops at</source>
702 <target>Edit starts/stops at</target> 702 <target>Edit starts/stops at</target>
@@ -750,7 +750,7 @@
750 750
751 751
752 752
753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 753 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
754 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 754 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
755 <source>Edit</source> 755 <source>Edit</source>
756 <target>編集</target> 756 <target>編集</target>
@@ -1596,13 +1596,13 @@
1596 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1596 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1597 <context context-type="linenumber">21</context> 1597 <context context-type="linenumber">21</context>
1598 </context-group> 1598 </context-group>
1599 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1599 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1600 <source> 1600 <source>
1601 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>"/>. 1601 Please consider configuring 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>"/>.
1602 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>"/>. 1602 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1603 </source><target state="new"> 1603 </source><target state="new">
1604 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>"/>. 1604 Please consider configuring 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>"/>.
1605 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>"/>. 1605 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1606 </target> 1606 </target>
1607 <context-group purpose="location"> 1607 <context-group purpose="location">
1608 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1608 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1901,63 +1901,33 @@
1901 1901
1902 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1902 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1903 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1903 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1904 <context-group purpose="location"> 1904
1905 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1905 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1906 <context context-type="linenumber">16</context>
1907 </context-group>
1908 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1909 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1906 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1910 <context-group purpose="location"> 1907
1911 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1908 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1912 <context context-type="linenumber">18</context>
1913 </context-group>
1914 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1915 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1909 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1916 <context-group purpose="location"> 1910
1917 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1911 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1918 <context context-type="linenumber">22</context>
1919 </context-group>
1920 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1921 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1912 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1922 <context-group purpose="location"> 1913
1923 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1914 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1924 <context context-type="linenumber">29</context>
1925 </context-group>
1926 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1927 <source>any instance</source><target state="new">any instance</target> 1915 <source>any instance</source><target state="new">any instance</target>
1928 <context-group purpose="location"> 1916
1929 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1917 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1930 <context context-type="linenumber">32</context>
1931 </context-group>
1932 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1933 <source>only followed instances</source><target state="new">only followed instances</target> 1918 <source>only followed instances</source><target state="new">only followed instances</target>
1934 <context-group purpose="location"> 1919
1935 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1920 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1936 <context context-type="linenumber">33</context>
1937 </context-group>
1938 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1939 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1921 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1940 <context-group purpose="location"> 1922
1941 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1923 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1942 <context context-type="linenumber">31</context>
1943 </context-group>
1944 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1945 <source>channel</source><target state="new">channel</target> 1924 <source>channel</source><target state="new">channel</target>
1946 <context-group purpose="location"> 1925
1947 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1926
1948 <context context-type="linenumber">40</context> 1927 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1949 </context-group>
1950 <context-group purpose="location">
1951 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1952 <context context-type="linenumber">43</context>
1953 </context-group>
1954 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1955 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1928 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1956 <context-group purpose="location"> 1929
1957 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1930 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1958 <context context-type="linenumber">49</context>
1959 </context-group>
1960 </trans-unit>
1961 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1931 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1962 <source>Search...</source> 1932 <source>Search...</source>
1963 <target>検索…</target> 1933 <target>検索…</target>
@@ -3285,13 +3255,13 @@
3285 <context-group name="null"> 3255 <context-group name="null">
3286 <context context-type="linenumber">14</context> 3256 <context context-type="linenumber">14</context>
3287 </context-group> 3257 </context-group>
3288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3258
3289 </trans-unit> 3259 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3290 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3260 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3291 <source>This comment has been deleted</source> 3261 <source>This comment has been deleted</source>
3292 <target state="translated">このコメントが削除されました</target> 3262 <target state="translated">このコメントが削除されました</target>
3293 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3263
3294 </trans-unit> 3264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3295 3265
3296 3266
3297 3267
@@ -3772,7 +3742,7 @@
3772 <context context-type="linenumber">95</context> 3742 <context context-type="linenumber">95</context>
3773 </context-group> 3743 </context-group>
3774 3744
3775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3776 <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> 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>
3777 <context-group purpose="location"> 3747 <context-group purpose="location">
3778 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3748 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -4272,7 +4242,13 @@
4272 <target state="new">Homepage</target> 4242 <target state="new">Homepage</target>
4273 4243
4274 4244
4275 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 4245 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4246 <source>Close this message</source><target state="new">Close this message</target>
4247 <context-group purpose="location">
4248 <context context-type="sourcefile">src/app/app.component.html</context>
4249 <context context-type="linenumber">34</context>
4250 </context-group>
4251 </trans-unit>
4276 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4252 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4277 <source>Go to the plugin homepage</source> 4253 <source>Go to the plugin homepage</source>
4278 <target state="new">Go to the plugin homepage</target> 4254 <target state="new">Go to the plugin homepage</target>
@@ -4691,17 +4667,57 @@
4691 <context context-type="linenumber">223</context> 4667 <context context-type="linenumber">223</context>
4692 </context-group> 4668 </context-group>
4693 4669
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4671 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4672 <context-group purpose="location">
4673 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4674 <context context-type="linenumber">281</context>
4675 </context-group>
4676 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4677 <source>
4678 Display a message on your instance
4679 </source><target state="new">
4680 Display a message on your instance
4681 </target>
4682 <context-group purpose="location">
4683 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4684 <context context-type="linenumber">282</context>
4685 </context-group>
4686 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4687 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4688 <context-group purpose="location">
4689 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4690 <context context-type="linenumber">294</context>
4691 </context-group>
4692 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4693 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4694 <context-group purpose="location">
4695 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4696 <context context-type="linenumber">301</context>
4697 </context-group>
4698 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4699 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4700 <context-group purpose="location">
4701 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4702 <context context-type="linenumber">306</context>
4703 </context-group>
4704 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4705 <source>Message</source><target state="new">Message</target>
4706 <context-group purpose="location">
4707 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4708 <context context-type="linenumber">318</context>
4709 </context-group>
4710 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4695 <source>NEW USERS</source><target state="new">NEW USERS</target> 4711 <source>NEW USERS</source><target state="new">NEW USERS</target>
4696 4712
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4698 <source> 4714 <source>
4699 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. 4715 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.
4700 </source><target state="new"> 4716 </source><target state="new">
4701 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. 4717 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.
4702 </target> 4718 </target>
4703 4719
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">282</context></context-group></trans-unit> 4720 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">334</context></context-group></trans-unit>
4705 4721
4706 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4722 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4707 <source>Signup enabled</source> 4723 <source>Signup enabled</source>
@@ -4710,7 +4726,7 @@
4710 <context context-type="linenumber">235</context> 4726 <context context-type="linenumber">235</context>
4711 </context-group> 4727 </context-group>
4712 4728
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">293</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">345</context></context-group></trans-unit>
4714 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4730 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4715 <source>Signup requires email verification</source> 4731 <source>Signup requires email verification</source>
4716 <target>登録にはメールの確認が必須</target> 4732 <target>登録にはメールの確認が必須</target>
@@ -4718,7 +4734,7 @@
4718 <context context-type="linenumber">242</context> 4734 <context context-type="linenumber">242</context>
4719 </context-group> 4735 </context-group>
4720 4736
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">301</context></context-group></trans-unit> 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">353</context></context-group></trans-unit>
4722 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4738 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4723 <source>Signup limit</source> 4739 <source>Signup limit</source>
4724 <target>登録可能ユーザー数</target> 4740 <target>登録可能ユーザー数</target>
@@ -4726,7 +4742,7 @@
4726 <context context-type="linenumber">247</context> 4742 <context context-type="linenumber">247</context>
4727 </context-group> 4743 </context-group>
4728 4744
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">305</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">357</context></context-group></trans-unit>
4730 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4746 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4731 <source>Users</source> 4747 <source>Users</source>
4732 <target>ユーザー</target> 4748 <target>ユーザー</target>
@@ -4815,69 +4831,66 @@
4815 <source>Default video quota per user</source> 4831 <source>Default video quota per user</source>
4816 <target state="new">Default video quota per user</target> 4832 <target state="new">Default video quota per user</target>
4817 4833
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">320</context></context-group></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">372</context></context-group></trans-unit>
4819 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4835 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4820 <source>Default daily upload limit per user</source> 4836 <source>Default daily upload limit per user</source>
4821 <target state="new">Default daily upload limit per user</target> 4837 <target state="new">Default daily upload limit per user</target>
4822 4838
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4824 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4840 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4825 4841
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">349</context></context-group></trans-unit> 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">401</context></context-group></trans-unit>
4827 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4843 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4828 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4844 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4829 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4845 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4830 4846
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">360</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4832 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4848 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4833 <source>Allow import with a torrent file or a magnet URI</source> 4849 <source>Allow import with a torrent file or a magnet URI</source>
4834 <target state="new">Allow import with a torrent file or a magnet URI</target> 4850 <target state="new">Allow import with a torrent file or a magnet URI</target>
4835 4851
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">367</context></context-group></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">419</context></context-group></trans-unit>
4837 4853
4838 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4854 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4839 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4855 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4840 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4856 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4841 4857
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">384</context></context-group></trans-unit> 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">436</context></context-group></trans-unit>
4843 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4859 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4844 <source>Blacklist new videos automatically</source> 4860 <source>Blacklist new videos automatically</source>
4845 <target state="new">Blacklist new videos automatically</target> 4861 <target state="new">Blacklist new videos automatically</target>
4846 4862
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4848 <source>FEDERATION</source><target state="new">FEDERATION</target> 4864 <source>FEDERATION</source><target state="new">FEDERATION</target>
4849 4865
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4851 <source> 4867 <source>
4852 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. 4868 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.
4853 </source><target state="new"> 4869 </source><target state="new">
4854 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. 4870 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.
4855 </target> 4871 </target>
4856 4872
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4858 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4874 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4859 4875
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">412</context></context-group></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">464</context></context-group></trans-unit>
4861 4877
4862 4878
4863 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4879 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4864 <source>Manually approve new instance followers</source> 4880 <source>Manually approve new instance followers</source>
4865 <target state="new">Manually approve new instance followers</target> 4881 <target state="new">Manually approve new instance followers</target>
4866 4882
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4868 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4884 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4869 4885
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4871 <source> 4887 <source>
4872 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>"/>. 4888 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>"/>.
4873 </source><target state="new"> 4889 </source><target state="new">
4874 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>"/>. 4890 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>"/>.
4875 </target> 4891 </target>
4876 <context-group purpose="location"> 4892
4877 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4878 <context context-type="linenumber">450</context>
4879 </context-group>
4880 </trans-unit>
4881 4894
4882 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4895 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4883 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4896 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4885,23 +4898,20 @@
4885 4898
4886 4899
4887 4900
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4889 4902
4890 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4903 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4891 <source>Index URL</source> 4904 <source>Index URL</source>
4892 <target state="new">Index URL</target> 4905 <target state="new">Index URL</target>
4893 4906
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4895 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4908 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4896 <context-group purpose="location"> 4909
4897 <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">497</context></context-group></trans-unit>
4898 <context context-type="linenumber">445</context>
4899 </context-group>
4900 </trans-unit>
4901 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4911 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4902 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4912 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4903 4913
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">477</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">529</context></context-group></trans-unit>
4905 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4915 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4906 <source>Administrator</source> 4916 <source>Administrator</source>
4907 <target>管理者</target> 4917 <target>管理者</target>
@@ -4917,7 +4927,7 @@
4917 <context context-type="linenumber">387</context> 4927 <context context-type="linenumber">387</context>
4918 </context-group> 4928 </context-group>
4919 4929
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">483</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">535</context></context-group></trans-unit>
4921 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4931 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4922 <source>Enable contact form</source> 4932 <source>Enable contact form</source>
4923 <target>問い合わせフォームを有効にする</target> 4933 <target>問い合わせフォームを有効にする</target>
@@ -4925,7 +4935,7 @@
4925 <context context-type="linenumber">398</context> 4935 <context context-type="linenumber">398</context>
4926 </context-group> 4936 </context-group>
4927 4937
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">494</context></context-group></trans-unit> 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">546</context></context-group></trans-unit>
4929 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4939 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4930 <source>Basic configuration</source> 4940 <source>Basic configuration</source>
4931 <target>基本設定</target> 4941 <target>基本設定</target>
@@ -4936,14 +4946,14 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4937 <source>TWITTER</source><target state="new">TWITTER</target> 4947 <source>TWITTER</source><target state="new">TWITTER</target>
4938 4948
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4940 <source> 4950 <source>
4941 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4951 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4942 </source><target state="new"> 4952 </source><target state="new">
4943 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4953 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4944 </target> 4954 </target>
4945 4955
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">512</context></context-group></trans-unit> 4956 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit>
4947 4957
4948 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4958 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4949 <source>Your Twitter username</source> 4959 <source>Your Twitter username</source>
@@ -4952,7 +4962,7 @@
4952 <context context-type="linenumber">413</context> 4962 <context context-type="linenumber">413</context>
4953 </context-group> 4963 </context-group>
4954 4964
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">523</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">575</context></context-group></trans-unit>
4956 4966
4957 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4967 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4958 <source>Instance whitelisted by Twitter</source> 4968 <source>Instance whitelisted by Twitter</source>
@@ -4961,7 +4971,7 @@
4961 <context context-type="linenumber">431</context> 4971 <context context-type="linenumber">431</context>
4962 </context-group> 4972 </context-group>
4963 4973
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4965 <source> 4975 <source>
4966 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/>"/> 4976 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/>"/>
4967 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/>"/> 4977 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/>"/>
@@ -4976,7 +4986,7 @@
4976 to see if you instance is whitelisted. 4986 to see if you instance is whitelisted.
4977 </target> 4987 </target>
4978 4988
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">539</context></context-group></trans-unit> 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">591</context></context-group></trans-unit>
4980 4990
4981 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4991 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4982 <source>Services</source> 4992 <source>Services</source>
@@ -4985,10 +4995,10 @@
4985 <context context-type="linenumber">405</context> 4995 <context context-type="linenumber">405</context>
4986 </context-group> 4996 </context-group>
4987 4997
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4989 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4999 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4990 5000
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5001 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4992 <source> 5002 <source>
4993 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5003 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4994 resources, this is a critical part of PeerTube, so tread carefully. 5004 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4997,7 +5007,7 @@
4997 resources, this is a critical part of PeerTube, so tread carefully. 5007 resources, this is a critical part of PeerTube, so tread carefully.
4998 </target> 5008 </target>
4999 5009
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">566</context></context-group></trans-unit> 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">618</context></context-group></trans-unit>
5001 5011
5002 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5012 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5003 <source>Transcoding enabled</source> 5013 <source>Transcoding enabled</source>
@@ -5006,7 +5016,7 @@
5006 <context context-type="linenumber">461</context> 5016 <context context-type="linenumber">461</context>
5007 </context-group> 5017 </context-group>
5008 5018
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">579</context></context-group></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">631</context></context-group></trans-unit>
5010 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5020 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5011 <source>If you disable transcoding, many videos from your users will not work!</source> 5021 <source>If you disable transcoding, many videos from your users will not work!</source>
5012 <target>トランスコーディングを無効にすると、ユーザーからの動画の多くが機能しなくなります。</target> 5022 <target>トランスコーディングを無効にすると、ユーザーからの動画の多くが機能しなくなります。</target>
@@ -5014,10 +5024,10 @@
5014 <context context-type="linenumber">465</context> 5024 <context context-type="linenumber">465</context>
5015 </context-group> 5025 </context-group>
5016 5026
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5018 <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> 5028 <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>
5019 5029
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">594</context></context-group></trans-unit> 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">646</context></context-group></trans-unit>
5021 5031
5022 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5032 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5023 <source>Allow additional extensions</source> 5033 <source>Allow additional extensions</source>
@@ -5026,16 +5036,16 @@
5026 <context context-type="linenumber">475</context> 5036 <context context-type="linenumber">475</context>
5027 </context-group> 5037 </context-group>
5028 5038
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5030 <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> 5040 <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>
5031 5041
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">605</context></context-group></trans-unit> 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">657</context></context-group></trans-unit>
5033 5043
5034 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5044 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
5035 <source>Allow audio files upload</source> 5045 <source>Allow audio files upload</source>
5036 <target state="new">Allow audio files upload</target> 5046 <target state="new">Allow audio files upload</target>
5037 5047
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5039 <source> 5049 <source>
5040 <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>"/> 5050 <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>"/>
5041 5051
@@ -5054,13 +5064,13 @@
5054 <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>"/> 5064 <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>"/>
5055 </target> 5065 </target>
5056 5066
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">617</context></context-group></trans-unit> 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">669</context></context-group></trans-unit>
5058 5068
5059 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5069 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5060 <source>WebTorrent support enabled</source> 5070 <source>WebTorrent support enabled</source>
5061 <target state="new">WebTorrent support enabled</target> 5071 <target state="new">WebTorrent support enabled</target>
5062 5072
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5064 <source> 5074 <source>
5065 <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>"/> 5075 <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>"/>
5066 5076
@@ -5085,13 +5095,13 @@
5085 <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>"/> 5095 <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>"/>
5086 </target> 5096 </target>
5087 5097
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">638</context></context-group></trans-unit> 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">690</context></context-group></trans-unit>
5089 5099
5090 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5100 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5091 <source>HLS support enabled</source> 5101 <source>HLS support enabled</source>
5092 <target state="new">HLS support enabled</target> 5102 <target state="new">HLS support enabled</target>
5093 5103
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">635</context></context-group></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">687</context></context-group></trans-unit>
5095 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5105 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5096 <source>Transcoding threads</source> 5106 <source>Transcoding threads</source>
5097 <target>トランスコードスレッド</target> 5107 <target>トランスコードスレッド</target>
@@ -5099,41 +5109,41 @@
5099 <context context-type="linenumber">517</context> 5109 <context context-type="linenumber">517</context>
5100 </context-group> 5110 </context-group>
5101 5111
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5103 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 5113 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
5104 5114
5105 <context-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> 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">725</context></context-group></trans-unit>
5106 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5116 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5107 <source>CACHE</source><target state="new">CACHE</target> 5117 <source>CACHE</source><target state="new">CACHE</target>
5108 5118
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5110 <source> 5120 <source>
5111 Some files are not federated, and fetched when necessary. Define their caching policies. 5121 Some files are not federated, and fetched when necessary. Define their caching policies.
5112 </source><target state="new"> 5122 </source><target state="new">
5113 Some files are not federated, and fetched when necessary. Define their caching policies. 5123 Some files are not federated, and fetched when necessary. Define their caching policies.
5114 </target> 5124 </target>
5115 5125
5116 <context-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"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5117 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 5127 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
5118 5128
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5129 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5120 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 5130 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
5121 5131
5122 <context-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> 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">770</context></context-group></trans-unit>
5123 5133
5124 5134
5125 5135
5126 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5136 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5127 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 5137 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
5128 5138
5129 <context-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"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5130 <source> 5140 <source>
5131 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5141 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5132 </source><target state="new"> 5142 </source><target state="new">
5133 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5143 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5134 </target> 5144 </target>
5135 5145
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">734</context></context-group></trans-unit> 5146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5137 5147
5138 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5148 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5139 <source>JavaScript</source> 5149 <source>JavaScript</source>
@@ -5142,14 +5152,14 @@
5142 <context context-type="linenumber">575</context> 5152 <context context-type="linenumber">575</context>
5143 </context-group> 5153 </context-group>
5144 5154
5145 <context-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"> 5155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5146 <source> 5156 <source>
5147 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5157 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5148 </source><target state="new"> 5158 </source><target state="new">
5149 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5159 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5150 </target> 5160 </target>
5151 5161
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5153 <source> 5163 <source>
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/>"/> 5164 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/>"/>
5155 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5165 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5174,7 +5184,7 @@
5174 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5184 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5175 </target> 5185 </target>
5176 5186
5177 <context-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> 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">818</context></context-group></trans-unit>
5178 5188
5179 5189
5180 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5190 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5184,7 +5194,7 @@
5184 <context context-type="linenumber">452</context> 5194 <context context-type="linenumber">452</context>
5185 </context-group> 5195 </context-group>
5186 5196
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">559</context></context-group></trans-unit> 5197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5188 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5198 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5189 <source>Update configuration</source> 5199 <source>Update configuration</source>
5190 <target>設定を更新</target> 5200 <target>設定を更新</target>
@@ -5192,12 +5202,12 @@
5192 <context context-type="linenumber">628</context> 5202 <context context-type="linenumber">628</context>
5193 </context-group> 5203 </context-group>
5194 5204
5195 <context-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> 5205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5196 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5206 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5197 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5207 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5198 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5208 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5199 5209
5200 <context-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"> 5210 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5201 <source>PROFILE</source><target state="new">PROFILE</target> 5211 <source>PROFILE</source><target state="new">PROFILE</target>
5202 <context-group purpose="location"> 5212 <context-group purpose="location">
5203 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5213 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5407,23 +5417,23 @@
5407 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5417 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5408 <context context-type="linenumber">17</context> 5418 <context context-type="linenumber">17</context>
5409 </context-group> 5419 </context-group>
5410 </trans-unit> 5420 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5411 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5421 <source>Your current password</source><target state="new">Your current password</target>
5412 <source>Your password</source>
5413 <target state="new">Your password</target>
5414 <context-group purpose="location"> 5422 <context-group purpose="location">
5415 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5423 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5416 <context context-type="linenumber">27</context> 5424 <context context-type="linenumber">26</context>
5417 </context-group> 5425 </context-group>
5418 </trans-unit> 5426 </trans-unit>
5427 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5428 <source>Your password</source>
5429 <target state="new">Your password</target>
5430
5431 <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">28</context></context-group></trans-unit>
5419 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5432 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5420 <source>Change email</source> 5433 <source>Change email</source>
5421 <target state="new">Change email</target> 5434 <target state="new">Change email</target>
5422 <context-group purpose="location"> 5435
5423 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5436 <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">36</context></context-group></trans-unit>
5424 <context context-type="linenumber">35</context>
5425 </context-group>
5426 </trans-unit>
5427 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5437 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5428 <source>Theme</source> 5438 <source>Theme</source>
5429 <target state="translated">テーマ</target> 5439 <target state="translated">テーマ</target>
@@ -6242,17 +6252,18 @@
6242 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6252 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6243 <context context-type="linenumber">2</context> 6253 <context context-type="linenumber">2</context>
6244 </context-group> 6254 </context-group>
6245 </trans-unit> 6255 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6246 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6256 <source>
6247 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6257 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6248 <target state="new"> 6258 </source><target state="new">
6249 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6259 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6250 </target> 6260 </target>
6251 <context-group purpose="location"> 6261 <context-group purpose="location">
6252 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6262 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6253 <context context-type="linenumber">9</context> 6263 <context context-type="linenumber">9</context>
6254 </context-group> 6264 </context-group>
6255 </trans-unit> 6265 </trans-unit>
6266
6256 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6267 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6257 <source> 6268 <source>
6258 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6269 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -10048,6 +10059,24 @@
10048 <context context-type="linenumber">1</context> 10059 <context context-type="linenumber">1</context>
10049 </context-group> 10060 </context-group>
10050 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10061 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10062 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10063 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10064 <context-group purpose="location">
10065 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10066 <context context-type="linenumber">1</context>
10067 </context-group>
10068 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10069 <source>Delete account comments</source><target state="new">Delete account comments</target>
10070 <context-group purpose="location">
10071 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10072 <context context-type="linenumber">1</context>
10073 </context-group>
10074 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10075 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10076 <context-group purpose="location">
10077 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10078 <context context-type="linenumber">1</context>
10079 </context-group>
10051 </trans-unit> 10080 </trans-unit>
10052 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10081 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10053 <source>Edit user</source> 10082 <source>Edit user</source>
@@ -10152,6 +10181,18 @@
10152 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10181 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10153 <context context-type="linenumber">1</context> 10182 <context context-type="linenumber">1</context>
10154 </context-group> 10183 </context-group>
10184 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10185 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10186 <context-group purpose="location">
10187 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10188 <context context-type="linenumber">1</context>
10189 </context-group>
10190 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10191 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10192 <context-group purpose="location">
10193 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10194 <context context-type="linenumber">1</context>
10195 </context-group>
10155 </trans-unit> 10196 </trans-unit>
10156 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10197 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10157 <source>Mute this account by your instance</source> 10198 <source>Mute this account by your instance</source>
@@ -10216,6 +10257,18 @@
10216 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10257 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10217 <context context-type="linenumber">1</context> 10258 <context context-type="linenumber">1</context>
10218 </context-group> 10259 </context-group>
10260 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10261 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10262 <context-group purpose="location">
10263 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10264 <context context-type="linenumber">1</context>
10265 </context-group>
10266 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10267 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10268 <context-group purpose="location">
10269 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10270 <context context-type="linenumber">1</context>
10271 </context-group>
10219 </trans-unit> 10272 </trans-unit>
10220 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10273 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10221 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10274 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.jbo.xlf b/client/src/locale/angular.jbo.xlf
index 0cefca6a2..9a1765767 100644
--- a/client/src/locale/angular.jbo.xlf
+++ b/client/src/locale/angular.jbo.xlf
@@ -374,7 +374,7 @@
374 <context-group name="null"> 374 <context-group name="null">
375 <context context-type="linenumber">9</context> 375 <context context-type="linenumber">9</context>
376 </context-group> 376 </context-group>
377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
378 <source>Start at</source><target state="new">Start at</target> 378 <source>Start at</source><target state="new">Start at</target>
379 379
380 380
@@ -414,7 +414,7 @@
414 <source>video</source><target state="new">video</target> 414 <source>video</source><target state="new">video</target>
415 415
416 416
417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
418 <source>subtitles</source><target state="new">subtitles</target> 418 <source>subtitles</source><target state="new">subtitles</target>
419 <context-group purpose="location"> 419 <context-group purpose="location">
420 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 420 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -571,7 +571,7 @@
571 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 571 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
572 <source>Deleted</source><target state="new">Deleted</target> 572 <source>Deleted</source><target state="new">Deleted</target>
573 573
574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 574 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
575 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 575 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
576 576
577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 577 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
@@ -598,7 +598,7 @@
598 <context-group name="null"> 598 <context-group name="null">
599 <context context-type="linenumber">13</context> 599 <context context-type="linenumber">13</context>
600 </context-group> 600 </context-group>
601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 601 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
602 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 602 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
603 <source>Edit</source> 603 <source>Edit</source>
604 <target>nu bixygau</target> 604 <target>nu bixygau</target>
@@ -1223,13 +1223,13 @@ galfi le mi japyvla</target>
1223 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1223 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1224 <context context-type="linenumber">21</context> 1224 <context context-type="linenumber">21</context>
1225 </context-group> 1225 </context-group>
1226 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1226 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1227 <source> 1227 <source>
1228 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>"/>. 1228 Please consider configuring 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>"/>.
1229 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>"/>. 1229 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1230 </source><target state="new"> 1230 </source><target state="new">
1231 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>"/>. 1231 Please consider configuring 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>"/>.
1232 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>"/>. 1232 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1233 </target> 1233 </target>
1234 <context-group purpose="location"> 1234 <context-group purpose="location">
1235 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1235 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1469,63 +1469,33 @@ galfi le mi japyvla</target>
1469 1469
1470 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1470 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1471 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1471 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1472 <context-group purpose="location"> 1472
1473 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1473 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1474 <context context-type="linenumber">16</context>
1475 </context-group>
1476 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1477 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1474 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1478 <context-group purpose="location"> 1475
1479 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1476 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1480 <context context-type="linenumber">18</context>
1481 </context-group>
1482 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1483 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1477 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1484 <context-group purpose="location"> 1478
1485 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1479 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1486 <context context-type="linenumber">22</context>
1487 </context-group>
1488 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1489 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1480 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1490 <context-group purpose="location"> 1481
1491 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1482 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1492 <context context-type="linenumber">29</context>
1493 </context-group>
1494 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1495 <source>any instance</source><target state="new">any instance</target> 1483 <source>any instance</source><target state="new">any instance</target>
1496 <context-group purpose="location"> 1484
1497 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1485 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1498 <context context-type="linenumber">32</context>
1499 </context-group>
1500 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1501 <source>only followed instances</source><target state="new">only followed instances</target> 1486 <source>only followed instances</source><target state="new">only followed instances</target>
1502 <context-group purpose="location"> 1487
1503 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1488 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1504 <context context-type="linenumber">33</context>
1505 </context-group>
1506 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1507 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1489 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1508 <context-group purpose="location"> 1490
1509 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1491 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1510 <context context-type="linenumber">31</context>
1511 </context-group>
1512 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1513 <source>channel</source><target state="new">channel</target> 1492 <source>channel</source><target state="new">channel</target>
1514 <context-group purpose="location"> 1493
1515 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1494
1516 <context context-type="linenumber">40</context> 1495 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1517 </context-group>
1518 <context-group purpose="location">
1519 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1520 <context context-type="linenumber">43</context>
1521 </context-group>
1522 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1523 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1496 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1524 <context-group purpose="location"> 1497
1525 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1498 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1526 <context context-type="linenumber">49</context>
1527 </context-group>
1528 </trans-unit>
1529 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1499 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1530 <source>Search...</source> 1500 <source>Search...</source>
1531 <target>nu sisku</target> 1501 <target>nu sisku</target>
@@ -2480,10 +2450,10 @@ galfi le mi japyvla</target>
2480 <context-group name="null"> 2450 <context-group name="null">
2481 <context context-type="linenumber">14</context> 2451 <context context-type="linenumber">14</context>
2482 </context-group> 2452 </context-group>
2483 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2453 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2484 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2454 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2485 2455
2486 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 2456 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2487 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2457 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2488 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 2458 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target>
2489 <context-group purpose="location"> 2459 <context-group purpose="location">
@@ -2800,7 +2770,7 @@ galfi le mi japyvla</target>
2800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2770 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2801 <source>Ban reason:</source><target state="new">Ban reason:</target> 2771 <source>Ban reason:</source><target state="new">Ban reason:</target>
2802 2772
2803 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2804 <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> 2774 <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>
2805 <context-group purpose="location"> 2775 <context-group purpose="location">
2806 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2776 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3205,7 +3175,13 @@ galfi le mi japyvla</target>
3205 <source>Homepage</source><target state="new">Homepage</target> 3175 <source>Homepage</source><target state="new">Homepage</target>
3206 3176
3207 3177
3208 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3178 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3179 <source>Close this message</source><target state="new">Close this message</target>
3180 <context-group purpose="location">
3181 <context context-type="sourcefile">src/app/app.component.html</context>
3182 <context context-type="linenumber">34</context>
3183 </context-group>
3184 </trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3209 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target> 3185 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target>
3210 3186
3211 3187
@@ -3507,27 +3483,67 @@ galfi le mi japyvla</target>
3507 <context-group name="null"> 3483 <context-group name="null">
3508 <context context-type="linenumber">223</context> 3484 <context context-type="linenumber">223</context>
3509 </context-group> 3485 </context-group>
3510 <context-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"> 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
3487 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
3488 <context-group purpose="location">
3489 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3490 <context context-type="linenumber">281</context>
3491 </context-group>
3492 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
3493 <source>
3494 Display a message on your instance
3495 </source><target state="new">
3496 Display a message on your instance
3497 </target>
3498 <context-group purpose="location">
3499 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3500 <context context-type="linenumber">282</context>
3501 </context-group>
3502 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
3503 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
3504 <context-group purpose="location">
3505 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3506 <context context-type="linenumber">294</context>
3507 </context-group>
3508 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
3509 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
3510 <context-group purpose="location">
3511 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3512 <context context-type="linenumber">301</context>
3513 </context-group>
3514 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
3515 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
3516 <context-group purpose="location">
3517 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3518 <context context-type="linenumber">306</context>
3519 </context-group>
3520 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
3521 <source>Message</source><target state="new">Message</target>
3522 <context-group purpose="location">
3523 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3524 <context context-type="linenumber">318</context>
3525 </context-group>
3526 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3511 <source>NEW USERS</source><target state="new">NEW USERS</target> 3527 <source>NEW USERS</source><target state="new">NEW USERS</target>
3512 3528
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3514 <source> 3530 <source>
3515 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. 3531 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.
3516 </source><target state="new"> 3532 </source><target state="new">
3517 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. 3533 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.
3518 </target> 3534 </target>
3519 3535
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">282</context></context-group></trans-unit> 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">334</context></context-group></trans-unit>
3521 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3537 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3522 <source>Signup enabled</source><target state="new">Signup enabled</target> 3538 <source>Signup enabled</source><target state="new">Signup enabled</target>
3523 3539
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">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" 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">345</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3525 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3541 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3526 3542
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">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" 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">353</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3528 <source>Signup limit</source><target state="new">Signup limit</target> 3544 <source>Signup limit</source><target state="new">Signup limit</target>
3529 3545
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">305</context></context-group></trans-unit> 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">357</context></context-group></trans-unit>
3531 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 3547 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
3532 <source>Users</source> 3548 <source>Users</source>
3533 <target>pilno</target> 3549 <target>pilno</target>
@@ -3613,98 +3629,92 @@ galfi le mi japyvla</target>
3613 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3629 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3614 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3630 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3615 3631
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">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 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">372</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3617 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3633 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3618 3634
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3620 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3636 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3621 3637
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3623 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3639 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3624 3640
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3626 <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> 3642 <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>
3627 3643
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">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3629 <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> 3645 <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>
3630 3646
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3632 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3648 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3633 3649
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3635 <source>FEDERATION</source><target state="new">FEDERATION</target> 3651 <source>FEDERATION</source><target state="new">FEDERATION</target>
3636 3652
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3638 <source> 3654 <source>
3639 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. 3655 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.
3640 </source><target state="new"> 3656 </source><target state="new">
3641 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. 3657 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.
3642 </target> 3658 </target>
3643 3659
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3645 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3661 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3646 3662
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">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 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">464</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3648 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3664 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3649 3665
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3651 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3667 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3652 3668
3653 <context-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"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3654 <source> 3670 <source>
3655 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>"/>. 3671 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>"/>.
3656 </source><target state="new"> 3672 </source><target state="new">
3657 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>"/>. 3673 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>"/>.
3658 </target> 3674 </target>
3659 <context-group purpose="location"> 3675
3660 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3661 <context context-type="linenumber">450</context>
3662 </context-group>
3663 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3664 <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> 3677 <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>
3665 3678
3666 3679
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">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"> 3680 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3668 <source>Index URL</source><target state="new">Index URL</target> 3681 <source>Index URL</source><target state="new">Index URL</target>
3669 3682
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3671 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 3684 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3672 <context-group purpose="location"> 3685
3673 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3674 <context context-type="linenumber">445</context>
3675 </context-group>
3676 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3677 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3687 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3678 3688
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">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3680 <source>Administrator</source><target state="new">Administrator</target> 3690 <source>Administrator</source><target state="new">Administrator</target>
3681 3691
3682 <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"> 3692 <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">
3683 <source>Admin email</source><target state="new">Admin email</target> 3693 <source>Admin email</source><target state="new">Admin email</target>
3684 3694
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">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 3695 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3686 <source>Enable contact form</source><target state="new">Enable contact form</target> 3696 <source>Enable contact form</source><target state="new">Enable contact form</target>
3687 3697
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">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3689 <source>Basic configuration</source><target state="new">Basic configuration</target> 3699 <source>Basic configuration</source><target state="new">Basic configuration</target>
3690 3700
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3692 <source>TWITTER</source><target state="new">TWITTER</target> 3702 <source>TWITTER</source><target state="new">TWITTER</target>
3693 3703
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3695 <source> 3705 <source>
3696 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3706 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3697 </source><target state="new"> 3707 </source><target state="new">
3698 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3708 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3699 </target> 3709 </target>
3700 3710
3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 3711 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3702 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3712 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3703 3713
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">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 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">575</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3705 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3715 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3706 3716
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 3717 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3708 <source> 3718 <source>
3709 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/>"/> 3719 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/>"/>
3710 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/>"/> 3720 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/>"/>
@@ -3719,13 +3729,13 @@ galfi le mi japyvla</target>
3719 to see if you instance is whitelisted. 3729 to see if you instance is whitelisted.
3720 </target> 3730 </target>
3721 3731
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">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3732 <context-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="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3723 <source>Services</source><target state="new">Services</target> 3733 <source>Services</source><target state="new">Services</target>
3724 3734
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3726 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3736 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3727 3737
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3729 <source> 3739 <source>
3730 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3740 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3731 resources, this is a critical part of PeerTube, so tread carefully. 3741 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3734,25 +3744,25 @@ galfi le mi japyvla</target>
3734 resources, this is a critical part of PeerTube, so tread carefully. 3744 resources, this is a critical part of PeerTube, so tread carefully.
3735 </target> 3745 </target>
3736 3746
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">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" 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">618</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3738 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3748 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3739 3749
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">579</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" 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">631</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3741 <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> 3751 <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>
3742 3752
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3744 <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> 3754 <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>
3745 3755
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">594</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" 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">646</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3747 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3757 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3748 3758
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3750 <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> 3760 <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>
3751 3761
3752 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">605</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 3762 <context-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="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3753 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3763 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3754 3764
3755 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3756 <source> 3766 <source>
3757 <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>"/> 3767 <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>"/>
3758 3768
@@ -3771,10 +3781,10 @@ galfi le mi japyvla</target>
3771 <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>"/> 3781 <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>"/>
3772 </target> 3782 </target>
3773 3783
3774 <context-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"> 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3775 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3785 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3776 3786
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3778 <source> 3788 <source>
3779 <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>"/> 3789 <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>"/>
3780 3790
@@ -3799,56 +3809,56 @@ galfi le mi japyvla</target>
3799 <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>"/> 3809 <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>"/>
3800 </target> 3810 </target>
3801 3811
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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" 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">690</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3803 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3813 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3804 3814
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">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" 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">687</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3806 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3816 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3807 3817
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3809 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3819 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3810 3820
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">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" 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">725</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3812 <source>CACHE</source><target state="new">CACHE</target> 3822 <source>CACHE</source><target state="new">CACHE</target>
3813 3823
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3815 <source> 3825 <source>
3816 Some files are not federated, and fetched when necessary. Define their caching policies. 3826 Some files are not federated, and fetched when necessary. Define their caching policies.
3817 </source><target state="new"> 3827 </source><target state="new">
3818 Some files are not federated, and fetched when necessary. Define their caching policies. 3828 Some files are not federated, and fetched when necessary. Define their caching policies.
3819 </target> 3829 </target>
3820 3830
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3822 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3832 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3823 3833
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3825 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3835 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3826 3836
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">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" 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">770</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3828 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3838 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3829 3839
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3831 <source> 3841 <source>
3832 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3842 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3833 </source><target state="new"> 3843 </source><target state="new">
3834 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3844 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3835 </target> 3845 </target>
3836 3846
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">734</context></context-group></trans-unit> 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">786</context></context-group></trans-unit>
3838 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3848 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3839 <source>JavaScript</source> 3849 <source>JavaScript</source>
3840 <target>la .djavascript.</target> 3850 <target>la .djavascript.</target>
3841 <context-group name="null"> 3851 <context-group name="null">
3842 <context context-type="linenumber">575</context> 3852 <context context-type="linenumber">575</context>
3843 </context-group> 3853 </context-group>
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3845 <source> 3855 <source>
3846 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3856 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3847 </source><target state="new"> 3857 </source><target state="new">
3848 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3858 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3849 </target> 3859 </target>
3850 3860
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3852 <source> 3862 <source>
3853 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/>"/> 3863 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/>"/>
3854 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3864 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3873,20 +3883,20 @@ galfi le mi japyvla</target>
3873 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3883 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3874 </target> 3884 </target>
3875 3885
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">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" 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">818</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3877 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3887 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3878 3888
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">559</context></context-group></trans-unit> 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">611</context></context-group></trans-unit>
3880 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 3890 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
3881 <source>Update configuration</source> 3891 <source>Update configuration</source>
3882 <target>nu basti fi lo ka ce'u te tcimi'e</target> 3892 <target>nu basti fi lo ka ce'u te tcimi'e</target>
3883 <context-group name="null"> 3893 <context-group name="null">
3884 <context context-type="linenumber">628</context> 3894 <context context-type="linenumber">628</context>
3885 </context-group> 3895 </context-group>
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">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 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">858</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3887 <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> 3897 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source><target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
3888 3898
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3890 <source>PROFILE</source><target state="new">PROFILE</target> 3900 <source>PROFILE</source><target state="new">PROFILE</target>
3891 <context-group purpose="location"> 3901 <context-group purpose="location">
3892 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3902 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4073,19 +4083,19 @@ galfi le mi japyvla</target>
4073 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4083 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4074 <context context-type="linenumber">17</context> 4084 <context context-type="linenumber">17</context>
4075 </context-group> 4085 </context-group>
4076 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4086 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4077 <source>Your password</source><target state="new">Your password</target> 4087 <source>Your current password</source><target state="new">Your current password</target>
4078 <context-group purpose="location"> 4088 <context-group purpose="location">
4079 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4089 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4080 <context context-type="linenumber">27</context> 4090 <context context-type="linenumber">26</context>
4081 </context-group> 4091 </context-group>
4082 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 4092 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4093 <source>Your password</source><target state="new">Your password</target>
4094
4095 <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">28</context></context-group></trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4083 <source>Change email</source><target state="new">Change email</target> 4096 <source>Change email</source><target state="new">Change email</target>
4084 <context-group purpose="location"> 4097
4085 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4098 <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">36</context></context-group></trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4086 <context context-type="linenumber">35</context>
4087 </context-group>
4088 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4089 <source>Theme</source><target state="new">Theme</target> 4099 <source>Theme</source><target state="new">Theme</target>
4090 4100
4091 <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"> 4101 <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">
@@ -4743,11 +4753,11 @@ galfi le mi japyvla</target>
4743 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4753 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4744 <context context-type="linenumber">2</context> 4754 <context context-type="linenumber">2</context>
4745 </context-group> 4755 </context-group>
4746 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 4756 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
4747 <source> 4757 <source>
4748 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4758 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4749 </source><target state="new"> 4759 </source><target state="new">
4750 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4760 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4751 </target> 4761 </target>
4752 <context-group purpose="location"> 4762 <context-group purpose="location">
4753 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4763 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -7845,6 +7855,24 @@ zbasu lo pilno</target>
7845 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7855 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7846 <context context-type="linenumber">1</context> 7856 <context context-type="linenumber">1</context>
7847 </context-group> 7857 </context-group>
7858 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
7859 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
7860 <context-group purpose="location">
7861 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7862 <context context-type="linenumber">1</context>
7863 </context-group>
7864 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
7865 <source>Delete account comments</source><target state="new">Delete account comments</target>
7866 <context-group purpose="location">
7867 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7868 <context context-type="linenumber">1</context>
7869 </context-group>
7870 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
7871 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
7872 <context-group purpose="location">
7873 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7874 <context context-type="linenumber">1</context>
7875 </context-group>
7848 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 7876 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
7849 <source>Edit user</source><target state="new">Edit user</target> 7877 <source>Edit user</source><target state="new">Edit user</target>
7850 <context-group purpose="location"> 7878 <context-group purpose="location">
@@ -7923,6 +7951,18 @@ zbasu lo pilno</target>
7923 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7951 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7924 <context context-type="linenumber">1</context> 7952 <context context-type="linenumber">1</context>
7925 </context-group> 7953 </context-group>
7954 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
7955 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
7956 <context-group purpose="location">
7957 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7958 <context context-type="linenumber">1</context>
7959 </context-group>
7960 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
7961 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
7962 <context-group purpose="location">
7963 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7964 <context context-type="linenumber">1</context>
7965 </context-group>
7926 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 7966 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
7927 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target> 7967 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target>
7928 <context-group purpose="location"> 7968 <context-group purpose="location">
@@ -7971,6 +8011,18 @@ zbasu lo pilno</target>
7971 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8011 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7972 <context context-type="linenumber">1</context> 8012 <context context-type="linenumber">1</context>
7973 </context-group> 8013 </context-group>
8014 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
8015 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
8016 <context-group purpose="location">
8017 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8018 <context context-type="linenumber">1</context>
8019 </context-group>
8020 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
8021 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
8022 <context-group purpose="location">
8023 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8024 <context context-type="linenumber">1</context>
8025 </context-group>
7974 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 8026 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
7975 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 8027 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
7976 <context-group purpose="location"> 8028 <context-group purpose="location">
diff --git a/client/src/locale/angular.ko-KR.xlf b/client/src/locale/angular.ko-KR.xlf
index 12bf336ef..46b2c07de 100644
--- a/client/src/locale/angular.ko-KR.xlf
+++ b/client/src/locale/angular.ko-KR.xlf
@@ -422,9 +422,9 @@
422 <context-group name="null"> 422 <context-group name="null">
423 <context context-type="linenumber">9</context> 423 <context context-type="linenumber">9</context>
424 </context-group> 424 </context-group>
425 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 425
426 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 426
427 </trans-unit> 427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
428 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 428 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
429 <source>Start at</source> 429 <source>Start at</source>
430 <target>시작 위치</target> 430 <target>시작 위치</target>
@@ -486,7 +486,7 @@
486 <target state="translated">동영상</target> 486 <target state="translated">동영상</target>
487 487
488 488
489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
490 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 490 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
491 <source>subtitles</source> 491 <source>subtitles</source>
492 <target state="new">subtitles</target> 492 <target state="new">subtitles</target>
@@ -690,7 +690,7 @@
690 <target state="translated">삭제됨</target> 690 <target state="translated">삭제됨</target>
691 691
692 692
693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 693 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
694 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 694 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
695 <source>Edit starts/stops at</source> 695 <source>Edit starts/stops at</source>
696 <target>시작 / 종료 지점 수정</target> 696 <target>시작 / 종료 지점 수정</target>
@@ -741,7 +741,7 @@
741 741
742 742
743 743
744 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 744 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
745 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 745 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
746 <source>Edit</source> 746 <source>Edit</source>
747 <target>편집</target> 747 <target>편집</target>
@@ -1572,13 +1572,13 @@
1572 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1572 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1573 <context context-type="linenumber">21</context> 1573 <context context-type="linenumber">21</context>
1574 </context-group> 1574 </context-group>
1575 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1575 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1576 <source> 1576 <source>
1577 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>"/>. 1577 Please consider configuring 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>"/>.
1578 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>"/>. 1578 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1579 </source><target state="new"> 1579 </source><target state="new">
1580 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>"/>. 1580 Please consider configuring 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>"/>.
1581 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>"/>. 1581 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1582 </target> 1582 </target>
1583 <context-group purpose="location"> 1583 <context-group purpose="location">
1584 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1584 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1877,63 +1877,33 @@
1877 1877
1878 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1878 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1879 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1879 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1880 <context-group purpose="location"> 1880
1881 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1881 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1882 <context context-type="linenumber">16</context>
1883 </context-group>
1884 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1885 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1882 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1886 <context-group purpose="location"> 1883
1887 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1884 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1888 <context context-type="linenumber">18</context>
1889 </context-group>
1890 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1891 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1885 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1892 <context-group purpose="location"> 1886
1893 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1887 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1894 <context context-type="linenumber">22</context>
1895 </context-group>
1896 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1897 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1888 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1898 <context-group purpose="location"> 1889
1899 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1890 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1900 <context context-type="linenumber">29</context>
1901 </context-group>
1902 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1903 <source>any instance</source><target state="new">any instance</target> 1891 <source>any instance</source><target state="new">any instance</target>
1904 <context-group purpose="location"> 1892
1905 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1893 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1906 <context context-type="linenumber">32</context>
1907 </context-group>
1908 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1909 <source>only followed instances</source><target state="new">only followed instances</target> 1894 <source>only followed instances</source><target state="new">only followed instances</target>
1910 <context-group purpose="location"> 1895
1911 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1896 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1912 <context context-type="linenumber">33</context>
1913 </context-group>
1914 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1915 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1897 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1916 <context-group purpose="location"> 1898
1917 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1899 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1918 <context context-type="linenumber">31</context>
1919 </context-group>
1920 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1921 <source>channel</source><target state="new">channel</target> 1900 <source>channel</source><target state="new">channel</target>
1922 <context-group purpose="location"> 1901
1923 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1902
1924 <context context-type="linenumber">40</context> 1903 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1925 </context-group>
1926 <context-group purpose="location">
1927 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1928 <context context-type="linenumber">43</context>
1929 </context-group>
1930 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1931 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1904 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1932 <context-group purpose="location"> 1905
1933 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1906 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1934 <context context-type="linenumber">49</context>
1935 </context-group>
1936 </trans-unit>
1937 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1907 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1938 <source>Search...</source> 1908 <source>Search...</source>
1939 <target>검색...</target> 1909 <target>검색...</target>
@@ -3088,13 +3058,13 @@
3088 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 3058 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
3089 <source>Reply</source> 3059 <source>Reply</source>
3090 <target state="new">Reply</target> 3060 <target state="new">Reply</target>
3091 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3061
3092 </trans-unit> 3062 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3093 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3063 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3094 <source>This comment has been deleted</source> 3064 <source>This comment has been deleted</source>
3095 <target state="new">This comment has been deleted</target> 3065 <target state="new">This comment has been deleted</target>
3096 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3066
3097 </trans-unit> 3067 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3098 3068
3099 3069
3100 3070
@@ -3493,7 +3463,7 @@
3493 <source>Ban reason:</source> 3463 <source>Ban reason:</source>
3494 <target state="new">Ban reason:</target> 3464 <target state="new">Ban reason:</target>
3495 3465
3496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3497 <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> 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>
3498 <context-group purpose="location"> 3468 <context-group purpose="location">
3499 <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>
@@ -3943,7 +3913,13 @@
3943 <target state="new">Homepage</target> 3913 <target state="new">Homepage</target>
3944 3914
3945 3915
3946 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3916 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3917 <source>Close this message</source><target state="new">Close this message</target>
3918 <context-group purpose="location">
3919 <context context-type="sourcefile">src/app/app.component.html</context>
3920 <context context-type="linenumber">34</context>
3921 </context-group>
3922 </trans-unit>
3947 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3923 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3948 <source>Go to the plugin homepage</source> 3924 <source>Go to the plugin homepage</source>
3949 <target state="new">Go to the plugin homepage</target> 3925 <target state="new">Go to the plugin homepage</target>
@@ -4319,33 +4295,73 @@
4319 <source>Local videos</source> 4295 <source>Local videos</source>
4320 <target state="new">Local videos</target> 4296 <target state="new">Local videos</target>
4321 4297
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4299 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4300 <context-group purpose="location">
4301 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4302 <context context-type="linenumber">281</context>
4303 </context-group>
4304 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4305 <source>
4306 Display a message on your instance
4307 </source><target state="new">
4308 Display a message on your instance
4309 </target>
4310 <context-group purpose="location">
4311 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4312 <context context-type="linenumber">282</context>
4313 </context-group>
4314 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4315 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4316 <context-group purpose="location">
4317 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4318 <context context-type="linenumber">294</context>
4319 </context-group>
4320 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4321 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4322 <context-group purpose="location">
4323 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4324 <context context-type="linenumber">301</context>
4325 </context-group>
4326 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4327 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4328 <context-group purpose="location">
4329 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4330 <context context-type="linenumber">306</context>
4331 </context-group>
4332 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4333 <source>Message</source><target state="new">Message</target>
4334 <context-group purpose="location">
4335 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4336 <context context-type="linenumber">318</context>
4337 </context-group>
4338 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4323 <source>NEW USERS</source><target state="new">NEW USERS</target> 4339 <source>NEW USERS</source><target state="new">NEW USERS</target>
4324 4340
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4326 <source> 4342 <source>
4327 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. 4343 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.
4328 </source><target state="new"> 4344 </source><target state="new">
4329 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. 4345 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.
4330 </target> 4346 </target>
4331 4347
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">282</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">334</context></context-group></trans-unit>
4333 4349
4334 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4350 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4335 <source>Signup enabled</source> 4351 <source>Signup enabled</source>
4336 <target state="new">Signup enabled</target> 4352 <target state="new">Signup enabled</target>
4337 4353
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">293</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">345</context></context-group></trans-unit>
4339 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4355 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4340 <source>Signup requires email verification</source> 4356 <source>Signup requires email verification</source>
4341 <target state="new">Signup requires email verification</target> 4357 <target state="new">Signup requires email verification</target>
4342 4358
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">301</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">353</context></context-group></trans-unit>
4344 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4360 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4345 <source>Signup limit</source> 4361 <source>Signup limit</source>
4346 <target state="new">Signup limit</target> 4362 <target state="new">Signup limit</target>
4347 4363
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">305</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">357</context></context-group></trans-unit>
4349 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4365 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4350 <source>Users</source> 4366 <source>Users</source>
4351 <target state="new">Users</target> 4367 <target state="new">Users</target>
@@ -4431,91 +4447,85 @@
4431 <source>Default video quota per user</source> 4447 <source>Default video quota per user</source>
4432 <target state="new">Default video quota per user</target> 4448 <target state="new">Default video quota per user</target>
4433 4449
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">320</context></context-group></trans-unit> 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">372</context></context-group></trans-unit>
4435 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4451 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4436 <source>Default daily upload limit per user</source> 4452 <source>Default daily upload limit per user</source>
4437 <target state="new">Default daily upload limit per user</target> 4453 <target state="new">Default daily upload limit per user</target>
4438 4454
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4440 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4456 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4441 4457
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">349</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">401</context></context-group></trans-unit>
4443 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4459 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4444 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4460 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4445 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4461 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4446 4462
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">360</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">412</context></context-group></trans-unit>
4448 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4464 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4449 <source>Allow import with a torrent file or a magnet URI</source> 4465 <source>Allow import with a torrent file or a magnet URI</source>
4450 <target state="new">Allow import with a torrent file or a magnet URI</target> 4466 <target state="new">Allow import with a torrent file or a magnet URI</target>
4451 4467
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">367</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">419</context></context-group></trans-unit>
4453 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4469 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4454 <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> 4470 <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>
4455 4471
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">384</context></context-group></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">436</context></context-group></trans-unit>
4457 4473
4458 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4474 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4459 <source>Blacklist new videos automatically</source> 4475 <source>Blacklist new videos automatically</source>
4460 <target state="new">Blacklist new videos automatically</target> 4476 <target state="new">Blacklist new videos automatically</target>
4461 4477
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"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4463 <source>FEDERATION</source><target state="new">FEDERATION</target> 4479 <source>FEDERATION</source><target state="new">FEDERATION</target>
4464 4480
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"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4466 <source> 4482 <source>
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. 4483 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.
4468 </source><target state="new"> 4484 </source><target state="new">
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. 4485 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.
4470 </target> 4486 </target>
4471 4487
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"> 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4473 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4489 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4474 4490
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> 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">464</context></context-group></trans-unit>
4476 4492
4477 4493
4478 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4494 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4479 <source>Manually approve new instance followers</source> 4495 <source>Manually approve new instance followers</source>
4480 <target state="new">Manually approve new instance followers</target> 4496 <target state="new">Manually approve new instance followers</target>
4481 4497
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4483 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4499 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4484 4500
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4486 <source> 4502 <source>
4487 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>"/>. 4503 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>"/>.
4488 </source><target state="new"> 4504 </source><target state="new">
4489 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>"/>. 4505 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>"/>.
4490 </target> 4506 </target>
4491 <context-group purpose="location"> 4507
4492 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4493 <context context-type="linenumber">450</context>
4494 </context-group>
4495 </trans-unit>
4496 4509
4497 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4510 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4498 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4511 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4499 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4512 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4500 4513
4501 4514
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">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 <context-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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4503 4516
4504 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4517 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4505 <source>Index URL</source> 4518 <source>Index URL</source>
4506 <target state="new">Index URL</target> 4519 <target state="new">Index URL</target>
4507 4520
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4509 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4522 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4510 <context-group purpose="location"> 4523
4511 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4512 <context context-type="linenumber">445</context>
4513 </context-group>
4514 </trans-unit>
4515 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4525 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4516 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4526 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4517 4527
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">477</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">529</context></context-group></trans-unit>
4519 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4529 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4520 <source>Administrator</source> 4530 <source>Administrator</source>
4521 <target state="new">Administrator</target> 4531 <target state="new">Administrator</target>
@@ -4525,12 +4535,12 @@
4525 <source>Admin email</source> 4535 <source>Admin email</source>
4526 <target state="new">Admin email</target> 4536 <target state="new">Admin email</target>
4527 4537
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">483</context></context-group></trans-unit> 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">535</context></context-group></trans-unit>
4529 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4539 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4530 <source>Enable contact form</source> 4540 <source>Enable contact form</source>
4531 <target state="new">Enable contact form</target> 4541 <target state="new">Enable contact form</target>
4532 4542
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">494</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">546</context></context-group></trans-unit>
4534 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4544 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4535 <source>Basic configuration</source> 4545 <source>Basic configuration</source>
4536 <target state="new">Basic configuration</target> 4546 <target state="new">Basic configuration</target>
@@ -4538,26 +4548,26 @@
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">234</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">
4539 <source>TWITTER</source><target state="new">TWITTER</target> 4549 <source>TWITTER</source><target state="new">TWITTER</target>
4540 4550
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">511</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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4542 <source> 4552 <source>
4543 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.
4544 </source><target state="new"> 4554 </source><target state="new">
4545 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.
4546 </target> 4556 </target>
4547 4557
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">512</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">564</context></context-group></trans-unit>
4549 4559
4550 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4560 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4551 <source>Your Twitter username</source> 4561 <source>Your Twitter username</source>
4552 <target state="new">Your Twitter username</target> 4562 <target state="new">Your Twitter username</target>
4553 4563
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">523</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">575</context></context-group></trans-unit>
4555 4565
4556 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4566 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4557 <source>Instance whitelisted by Twitter</source> 4567 <source>Instance whitelisted by Twitter</source>
4558 <target state="new">Instance whitelisted by Twitter</target> 4568 <target state="new">Instance whitelisted by Twitter</target>
4559 4569
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4561 <source> 4571 <source>
4562 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/>"/> 4572 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/>"/>
4563 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/>"/> 4573 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/>"/>
@@ -4572,16 +4582,16 @@
4572 to see if you instance is whitelisted. 4582 to see if you instance is whitelisted.
4573 </target> 4583 </target>
4574 4584
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">539</context></context-group></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">591</context></context-group></trans-unit>
4576 4586
4577 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4587 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4578 <source>Services</source> 4588 <source>Services</source>
4579 <target state="new">Services</target> 4589 <target state="new">Services</target>
4580 4590
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4582 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4592 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4583 4593
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4585 <source> 4595 <source>
4586 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4596 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4587 resources, this is a critical part of PeerTube, so tread carefully. 4597 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4590,36 +4600,36 @@
4590 resources, this is a critical part of PeerTube, so tread carefully. 4600 resources, this is a critical part of PeerTube, so tread carefully.
4591 </target> 4601 </target>
4592 4602
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">566</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">618</context></context-group></trans-unit>
4594 4604
4595 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4605 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4596 <source>Transcoding enabled</source> 4606 <source>Transcoding enabled</source>
4597 <target state="new">Transcoding enabled</target> 4607 <target state="new">Transcoding enabled</target>
4598 4608
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">579</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">631</context></context-group></trans-unit>
4600 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4610 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4601 <source>If you disable transcoding, many videos from your users will not work!</source> 4611 <source>If you disable transcoding, many videos from your users will not work!</source>
4602 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4612 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4603 4613
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4605 <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> 4615 <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>
4606 4616
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">594</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">646</context></context-group></trans-unit>
4608 4618
4609 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4619 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4610 <source>Allow additional extensions</source> 4620 <source>Allow additional extensions</source>
4611 <target state="new">Allow additional extensions</target> 4621 <target state="new">Allow additional extensions</target>
4612 4622
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4614 <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> 4624 <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>
4615 4625
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">605</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">657</context></context-group></trans-unit>
4617 4627
4618 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4628 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4619 <source>Allow audio files upload</source> 4629 <source>Allow audio files upload</source>
4620 <target state="new">Allow audio files upload</target> 4630 <target state="new">Allow audio files upload</target>
4621 4631
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4623 <source> 4633 <source>
4624 <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>"/> 4634 <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>"/>
4625 4635
@@ -4638,13 +4648,13 @@
4638 <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>"/> 4648 <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>"/>
4639 </target> 4649 </target>
4640 4650
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">617</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">669</context></context-group></trans-unit>
4642 4652
4643 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4653 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4644 <source>WebTorrent support enabled</source> 4654 <source>WebTorrent support enabled</source>
4645 <target state="new">WebTorrent support enabled</target> 4655 <target state="new">WebTorrent support enabled</target>
4646 4656
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4648 <source> 4658 <source>
4649 <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>"/> 4659 <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>"/>
4650 4660
@@ -4669,65 +4679,65 @@
4669 <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>"/> 4679 <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>"/>
4670 </target> 4680 </target>
4671 4681
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">638</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">690</context></context-group></trans-unit>
4673 4683
4674 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4684 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4675 <source>HLS support enabled</source> 4685 <source>HLS support enabled</source>
4676 <target state="new">HLS support enabled</target> 4686 <target state="new">HLS support enabled</target>
4677 4687
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">635</context></context-group></trans-unit> 4688 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
4679 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4689 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4680 <source>Transcoding threads</source> 4690 <source>Transcoding threads</source>
4681 <target state="new">Transcoding threads</target> 4691 <target state="new">Transcoding threads</target>
4682 4692
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4684 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4694 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4685 4695
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">673</context></context-group></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">725</context></context-group></trans-unit>
4687 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4697 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4688 <source>CACHE</source><target state="new">CACHE</target> 4698 <source>CACHE</source><target state="new">CACHE</target>
4689 4699
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4691 <source> 4701 <source>
4692 Some files are not federated, and fetched when necessary. Define their caching policies. 4702 Some files are not federated, and fetched when necessary. Define their caching policies.
4693 </source><target state="new"> 4703 </source><target state="new">
4694 Some files are not federated, and fetched when necessary. Define their caching policies. 4704 Some files are not federated, and fetched when necessary. Define their caching policies.
4695 </target> 4705 </target>
4696 4706
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4698 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4708 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4699 4709
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4701 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4711 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4702 4712
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">718</context></context-group></trans-unit> 4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
4704 4714
4705 4715
4706 4716
4707 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4717 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4708 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4718 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4709 4719
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4711 <source> 4721 <source>
4712 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4722 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4713 </source><target state="new"> 4723 </source><target state="new">
4714 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4724 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4715 </target> 4725 </target>
4716 4726
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">734</context></context-group></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">786</context></context-group></trans-unit>
4718 4728
4719 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4729 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4720 <source>JavaScript</source> 4730 <source>JavaScript</source>
4721 <target state="new">JavaScript</target> 4731 <target state="new">JavaScript</target>
4722 4732
4723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4724 <source> 4734 <source>
4725 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4735 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="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 </source><target state="new"> 4736 </source><target state="new">
4727 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4737 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="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 </target> 4738 </target>
4729 4739
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4731 <source> 4741 <source>
4732 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4742 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4733 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4743 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4752,24 +4762,24 @@
4752 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4762 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4753 </target> 4763 </target>
4754 4764
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">766</context></context-group></trans-unit> 4765 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
4756 4766
4757 4767
4758 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4768 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4759 <source>Advanced configuration</source> 4769 <source>Advanced configuration</source>
4760 <target state="new">Advanced configuration</target> 4770 <target state="new">Advanced configuration</target>
4761 4771
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">559</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">611</context></context-group></trans-unit>
4763 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4773 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4764 <source>Update configuration</source> 4774 <source>Update configuration</source>
4765 <target state="new">Update configuration</target> 4775 <target state="new">Update configuration</target>
4766 4776
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> 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">858</context></context-group></trans-unit>
4768 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4778 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4769 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4779 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4770 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4780 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4771 4781
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4773 <source>PROFILE</source><target state="new">PROFILE</target> 4783 <source>PROFILE</source><target state="new">PROFILE</target>
4774 <context-group purpose="location"> 4784 <context-group purpose="location">
4775 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4785 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4976,23 +4986,23 @@
4976 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4986 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4977 <context context-type="linenumber">17</context> 4987 <context context-type="linenumber">17</context>
4978 </context-group> 4988 </context-group>
4979 </trans-unit> 4989 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4980 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4990 <source>Your current password</source><target state="new">Your current password</target>
4981 <source>Your password</source>
4982 <target state="new">Your password</target>
4983 <context-group purpose="location"> 4991 <context-group purpose="location">
4984 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4992 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4985 <context context-type="linenumber">27</context> 4993 <context context-type="linenumber">26</context>
4986 </context-group> 4994 </context-group>
4987 </trans-unit> 4995 </trans-unit>
4996 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4997 <source>Your password</source>
4998 <target state="new">Your password</target>
4999
5000 <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">28</context></context-group></trans-unit>
4988 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5001 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4989 <source>Change email</source> 5002 <source>Change email</source>
4990 <target state="new">Change email</target> 5003 <target state="new">Change email</target>
4991 <context-group purpose="location"> 5004
4992 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5005 <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">36</context></context-group></trans-unit>
4993 <context context-type="linenumber">35</context>
4994 </context-group>
4995 </trans-unit>
4996 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5006 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4997 <source>Theme</source> 5007 <source>Theme</source>
4998 <target state="new">Theme</target> 5008 <target state="new">Theme</target>
@@ -5782,17 +5792,18 @@
5782 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5792 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5783 <context context-type="linenumber">2</context> 5793 <context context-type="linenumber">2</context>
5784 </context-group> 5794 </context-group>
5785 </trans-unit> 5795 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5786 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5796 <source>
5787 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 5797 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5788 <target state="new"> 5798 </source><target state="new">
5789 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5799 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5790 </target> 5800 </target>
5791 <context-group purpose="location"> 5801 <context-group purpose="location">
5792 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5802 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5793 <context context-type="linenumber">9</context> 5803 <context context-type="linenumber">9</context>
5794 </context-group> 5804 </context-group>
5795 </trans-unit> 5805 </trans-unit>
5806
5796 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5807 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5797 <source> 5808 <source>
5798 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 5809 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9673,6 +9684,24 @@
9673 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9684 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9674 <context context-type="linenumber">1</context> 9685 <context context-type="linenumber">1</context>
9675 </context-group> 9686 </context-group>
9687 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9688 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9689 <context-group purpose="location">
9690 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9691 <context context-type="linenumber">1</context>
9692 </context-group>
9693 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9694 <source>Delete account comments</source><target state="new">Delete account comments</target>
9695 <context-group purpose="location">
9696 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9697 <context context-type="linenumber">1</context>
9698 </context-group>
9699 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9700 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9701 <context-group purpose="location">
9702 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9703 <context context-type="linenumber">1</context>
9704 </context-group>
9676 </trans-unit> 9705 </trans-unit>
9677 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9706 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9678 <source>Edit user</source> 9707 <source>Edit user</source>
@@ -9766,6 +9795,18 @@
9766 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9795 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9767 <context context-type="linenumber">1</context> 9796 <context context-type="linenumber">1</context>
9768 </context-group> 9797 </context-group>
9798 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9799 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9800 <context-group purpose="location">
9801 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9802 <context context-type="linenumber">1</context>
9803 </context-group>
9804 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9805 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9806 <context-group purpose="location">
9807 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9808 <context context-type="linenumber">1</context>
9809 </context-group>
9769 </trans-unit> 9810 </trans-unit>
9770 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9811 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9771 <source>Mute this account by your instance</source> 9812 <source>Mute this account by your instance</source>
@@ -9822,6 +9863,18 @@
9822 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9863 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9823 <context context-type="linenumber">1</context> 9864 <context context-type="linenumber">1</context>
9824 </context-group> 9865 </context-group>
9866 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9867 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
9868 <context-group purpose="location">
9869 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9870 <context context-type="linenumber">1</context>
9871 </context-group>
9872 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9873 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
9874 <context-group purpose="location">
9875 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9876 <context context-type="linenumber">1</context>
9877 </context-group>
9825 </trans-unit> 9878 </trans-unit>
9826 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 9879 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9827 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 9880 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.lt-LT.xlf b/client/src/locale/angular.lt-LT.xlf
index 653f25a39..0607053b7 100644
--- a/client/src/locale/angular.lt-LT.xlf
+++ b/client/src/locale/angular.lt-LT.xlf
@@ -392,9 +392,9 @@
392 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 392 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
393 <source>Options</source> 393 <source>Options</source>
394 <target state="new">Options</target> 394 <target state="new">Options</target>
395 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 395
396 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 396
397 </trans-unit> 397 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
398 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 398 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
399 <source>Start at</source> 399 <source>Start at</source>
400 <target state="new">Start at</target> 400 <target state="new">Start at</target>
@@ -447,7 +447,7 @@
447 447
448 448
449 449
450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 450 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
451 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 451 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
452 <source>subtitles</source> 452 <source>subtitles</source>
453 <target state="new">subtitles</target> 453 <target state="new">subtitles</target>
@@ -634,7 +634,7 @@
634 <target state="new">Deleted</target> 634 <target state="new">Deleted</target>
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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
638 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 638 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
639 <source>Edit starts/stops at</source> 639 <source>Edit starts/stops at</source>
640 <target state="new">Edit starts/stops at</target> 640 <target state="new">Edit starts/stops at</target>
@@ -673,7 +673,7 @@
673 673
674 674
675 675
676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 676 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
677 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> 677 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
678 <source>Edit</source> 678 <source>Edit</source>
679 <target state="new">Edit</target> 679 <target state="new">Edit</target>
@@ -1437,21 +1437,20 @@
1437 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1437 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1438 <context context-type="linenumber">21</context> 1438 <context context-type="linenumber">21</context>
1439 </context-group> 1439 </context-group>
1440 </trans-unit> 1440 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1441 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1442 <source> 1441 <source>
1443 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>"/>. 1442 Please consider configuring 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>"/>.
1444 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>"/>. 1443 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1445 </source> 1444 </source><target state="new">
1446 <target state="new"> 1445 Please consider configuring 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>"/>.
1447 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>"/>. 1446 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1448 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>"/>.
1449 </target> 1447 </target>
1450 <context-group purpose="location"> 1448 <context-group purpose="location">
1451 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1449 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1452 <context context-type="linenumber">24</context> 1450 <context context-type="linenumber">24</context>
1453 </context-group> 1451 </context-group>
1454 </trans-unit> 1452 </trans-unit>
1453
1455 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1454 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1456 <source>Configure these fields</source> 1455 <source>Configure these fields</source>
1457 <target state="new">Configure these fields</target> 1456 <target state="new">Configure these fields</target>
@@ -1714,79 +1713,49 @@
1714 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1713 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1715 <source>GLOBAL SEARCH</source> 1714 <source>GLOBAL SEARCH</source>
1716 <target state="new">GLOBAL SEARCH</target> 1715 <target state="new">GLOBAL SEARCH</target>
1717 <context-group purpose="location"> 1716
1718 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1717 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1719 <context context-type="linenumber">16</context>
1720 </context-group>
1721 </trans-unit>
1722 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1718 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1723 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1719 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1724 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1720 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1725 <context-group purpose="location"> 1721
1726 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1722 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1727 <context context-type="linenumber">18</context>
1728 </context-group>
1729 </trans-unit>
1730 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1723 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1731 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1724 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1732 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1725 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1733 <context-group purpose="location"> 1726
1734 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1727 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1735 <context context-type="linenumber">22</context>
1736 </context-group>
1737 </trans-unit>
1738 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1728 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1739 <source>ADVANCED SEARCH</source> 1729 <source>ADVANCED SEARCH</source>
1740 <target state="new">ADVANCED SEARCH</target> 1730 <target state="new">ADVANCED SEARCH</target>
1741 <context-group purpose="location"> 1731
1742 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1732 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1743 <context context-type="linenumber">29</context>
1744 </context-group>
1745 </trans-unit>
1746 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1733 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1747 <source>any instance</source> 1734 <source>any instance</source>
1748 <target state="new">any instance</target> 1735 <target state="new">any instance</target>
1749 <context-group purpose="location"> 1736
1750 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1737 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1751 <context context-type="linenumber">32</context>
1752 </context-group>
1753 </trans-unit>
1754 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1738 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1755 <source>only followed instances</source> 1739 <source>only followed instances</source>
1756 <target state="new">only followed instances</target> 1740 <target state="new">only followed instances</target>
1757 <context-group purpose="location"> 1741
1758 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1742 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1759 <context context-type="linenumber">33</context>
1760 </context-group>
1761 </trans-unit>
1762 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1743 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1763 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1744 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1764 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1745 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1765 <context-group purpose="location"> 1746
1766 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1747 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1767 <context context-type="linenumber">31</context>
1768 </context-group>
1769 </trans-unit>
1770 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1748 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1771 <source>channel</source> 1749 <source>channel</source>
1772 <target state="new">channel</target> 1750 <target state="new">channel</target>
1773 <context-group purpose="location"> 1751
1774 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1752
1775 <context context-type="linenumber">40</context> 1753 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1776 </context-group>
1777 <context-group purpose="location">
1778 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1779 <context context-type="linenumber">43</context>
1780 </context-group>
1781 </trans-unit>
1782 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1754 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1783 <source>Any other text will return matching video or channel names.</source> 1755 <source>Any other text will return matching video or channel names.</source>
1784 <target state="new">Any other text will return matching video or channel names.</target> 1756 <target state="new">Any other text will return matching video or channel names.</target>
1785 <context-group purpose="location"> 1757
1786 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1758 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1787 <context context-type="linenumber">49</context>
1788 </context-group>
1789 </trans-unit>
1790 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html"> 1759 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1791 <source>Search...</source> 1760 <source>Search...</source>
1792 <target state="new">Search...</target> 1761 <target state="new">Search...</target>
@@ -2895,13 +2864,13 @@
2895 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 2864 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2896 <source>Reply</source> 2865 <source>Reply</source>
2897 <target state="new">Reply</target> 2866 <target state="new">Reply</target>
2898 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 2867
2899 </trans-unit> 2868 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2900 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2869 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2901 <source>This comment has been deleted</source> 2870 <source>This comment has been deleted</source>
2902 <target state="new">This comment has been deleted</target> 2871 <target state="new">This comment has been deleted</target>
2903 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 2872
2904 </trans-unit> 2873 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2905 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2874 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2906 <source>Follows &amp; redundancies</source> 2875 <source>Follows &amp; redundancies</source>
2907 <target state="new">Follows &amp; redundancies</target> 2876 <target state="new">Follows &amp; redundancies</target>
@@ -3300,7 +3269,7 @@
3300 <source>Ban reason:</source> 3269 <source>Ban reason:</source>
3301 <target state="new">Ban reason:</target> 3270 <target state="new">Ban reason:</target>
3302 3271
3303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3272 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3304 <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> 3273 <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>
3305 <context-group purpose="location"> 3274 <context-group purpose="location">
3306 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3275 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3756,6 +3725,12 @@
3756 <source>Homepage</source> 3725 <source>Homepage</source>
3757 <target state="new">Homepage</target> 3726 <target state="new">Homepage</target>
3758 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 3727 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
3728 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3729 <source>Close this message</source><target state="new">Close this message</target>
3730 <context-group purpose="location">
3731 <context context-type="sourcefile">src/app/app.component.html</context>
3732 <context context-type="linenumber">34</context>
3733 </context-group>
3759 </trans-unit> 3734 </trans-unit>
3760 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3735 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3761 <source>Go to the plugin homepage</source> 3736 <source>Go to the plugin homepage</source>
@@ -4162,34 +4137,74 @@
4162 <source>Local videos</source> 4137 <source>Local videos</source>
4163 <target state="new">Local videos</target> 4138 <target state="new">Local videos</target>
4164 4139
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">270</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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4141 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4142 <context-group purpose="location">
4143 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4144 <context context-type="linenumber">281</context>
4145 </context-group>
4146 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4147 <source>
4148 Display a message on your instance
4149 </source><target state="new">
4150 Display a message on your instance
4151 </target>
4152 <context-group purpose="location">
4153 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4154 <context context-type="linenumber">282</context>
4155 </context-group>
4156 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4157 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4158 <context-group purpose="location">
4159 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4160 <context context-type="linenumber">294</context>
4161 </context-group>
4162 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4163 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4164 <context-group purpose="location">
4165 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4166 <context context-type="linenumber">301</context>
4167 </context-group>
4168 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4169 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4170 <context-group purpose="location">
4171 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4172 <context context-type="linenumber">306</context>
4173 </context-group>
4174 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4175 <source>Message</source><target state="new">Message</target>
4176 <context-group purpose="location">
4177 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4178 <context context-type="linenumber">318</context>
4179 </context-group>
4180 </trans-unit>
4166 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4181 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4167 <source>NEW USERS</source> 4182 <source>NEW USERS</source>
4168 <target state="new">NEW USERS</target> 4183 <target state="new">NEW USERS</target>
4169 4184
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> 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">333</context></context-group></trans-unit>
4171 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4186 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4172 <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> 4187 <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>
4173 <target state="new"> 4188 <target state="new">
4174 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. 4189 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.
4175 </target> 4190 </target>
4176 4191
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">282</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">334</context></context-group></trans-unit>
4178 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4193 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4179 <source>Signup enabled</source> 4194 <source>Signup enabled</source>
4180 <target state="new">Signup enabled</target> 4195 <target state="new">Signup enabled</target>
4181 4196
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">293</context></context-group></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">345</context></context-group></trans-unit>
4183 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4198 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4184 <source>Signup requires email verification</source> 4199 <source>Signup requires email verification</source>
4185 <target state="new">Signup requires email verification</target> 4200 <target state="new">Signup requires email verification</target>
4186 4201
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">301</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">353</context></context-group></trans-unit>
4188 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4203 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4189 <source>Signup limit</source> 4204 <source>Signup limit</source>
4190 <target state="new">Signup limit</target> 4205 <target state="new">Signup limit</target>
4191 4206
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">305</context></context-group></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">357</context></context-group></trans-unit>
4193 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4208 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4194 <source>Users</source> 4209 <source>Users</source>
4195 <target state="new">Users</target> 4210 <target state="new">Users</target>
@@ -4277,98 +4292,92 @@
4277 <source>Default video quota per user</source> 4292 <source>Default video quota per user</source>
4278 <target state="new">Default video quota per user</target> 4293 <target state="new">Default video quota per user</target>
4279 4294
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">320</context></context-group></trans-unit> 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">372</context></context-group></trans-unit>
4281 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4296 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4282 <source>Default daily upload limit per user</source> 4297 <source>Default daily upload limit per user</source>
4283 <target state="new">Default daily upload limit per user</target> 4298 <target state="new">Default daily upload limit per user</target>
4284 4299
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">332</context></context-group></trans-unit> 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">384</context></context-group></trans-unit>
4286 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4301 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4287 <source>NEW VIDEOS</source> 4302 <source>NEW VIDEOS</source>
4288 <target state="new">NEW VIDEOS</target> 4303 <target state="new">NEW VIDEOS</target>
4289 4304
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">349</context></context-group></trans-unit> 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">401</context></context-group></trans-unit>
4291 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4306 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4292 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4307 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4293 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4308 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4294 4309
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">360</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">412</context></context-group></trans-unit>
4296 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4311 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4297 <source>Allow import with a torrent file or a magnet URI</source> 4312 <source>Allow import with a torrent file or a magnet URI</source>
4298 <target state="new">Allow import with a torrent file or a magnet URI</target> 4313 <target state="new">Allow import with a torrent file or a magnet URI</target>
4299 4314
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">367</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">419</context></context-group></trans-unit>
4301 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4316 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4302 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4317 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4303 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4318 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4304 4319
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">384</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">436</context></context-group></trans-unit>
4306 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4321 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4307 <source>Blacklist new videos automatically</source> 4322 <source>Blacklist new videos automatically</source>
4308 <target state="new">Blacklist new videos automatically</target> 4323 <target state="new">Blacklist new videos automatically</target>
4309 4324
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">381</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">433</context></context-group></trans-unit>
4311 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4326 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4312 <source>FEDERATION</source> 4327 <source>FEDERATION</source>
4313 <target state="new">FEDERATION</target> 4328 <target state="new">FEDERATION</target>
4314 4329
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">398</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">450</context></context-group></trans-unit>
4316 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4331 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4317 <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> 4332 <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>
4318 <target state="new"> 4333 <target state="new">
4319 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. 4334 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.
4320 </target> 4335 </target>
4321 4336
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">399</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">451</context></context-group></trans-unit>
4323 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4338 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4324 <source>Other instances can follow yours</source> 4339 <source>Other instances can follow yours</source>
4325 <target state="new">Other instances can follow yours</target> 4340 <target state="new">Other instances can follow yours</target>
4326 4341
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">412</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">464</context></context-group></trans-unit>
4328 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4343 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4329 <source>Manually approve new instance followers</source> 4344 <source>Manually approve new instance followers</source>
4330 <target state="new">Manually approve new instance followers</target> 4345 <target state="new">Manually approve new instance followers</target>
4331 4346
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">419</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">471</context></context-group></trans-unit>
4333 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4348 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4334 <source>Automatically follow back instances</source> 4349 <source>Automatically follow back instances</source>
4335 <target state="new">Automatically follow back instances</target> 4350 <target state="new">Automatically follow back instances</target>
4336 4351
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4338 <source> 4353 <source>
4339 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>"/>. 4354 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>"/>.
4340 </source><target state="new"> 4355 </source><target state="new">
4341 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>"/>. 4356 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>"/>.
4342 </target> 4357 </target>
4343 <context-group purpose="location"> 4358
4344 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4345 <context context-type="linenumber">450</context>
4346 </context-group>
4347 </trans-unit>
4348 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4360 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4349 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4361 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4350 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4362 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4351 4363
4352 4364
4353 4365
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4355 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4367 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4356 <source>Index URL</source> 4368 <source>Index URL</source>
4357 <target state="new">Index URL</target> 4369 <target state="new">Index URL</target>
4358 4370
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4360 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4372 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4361 <context-group purpose="location"> 4373
4362 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4363 <context context-type="linenumber">445</context>
4364 </context-group>
4365 </trans-unit>
4366 4375
4367 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4376 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4368 <source>ADMINISTRATORS</source> 4377 <source>ADMINISTRATORS</source>
4369 <target state="new">ADMINISTRATORS</target> 4378 <target state="new">ADMINISTRATORS</target>
4370 4379
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">477</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">529</context></context-group></trans-unit>
4372 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4381 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4373 <source>Administrator</source> 4382 <source>Administrator</source>
4374 <target state="new">Administrator</target> 4383 <target state="new">Administrator</target>
@@ -4378,12 +4387,12 @@
4378 <source>Admin email</source> 4387 <source>Admin email</source>
4379 <target state="new">Admin email</target> 4388 <target state="new">Admin email</target>
4380 4389
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">483</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">535</context></context-group></trans-unit>
4382 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4391 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4383 <source>Enable contact form</source> 4392 <source>Enable contact form</source>
4384 <target state="new">Enable contact form</target> 4393 <target state="new">Enable contact form</target>
4385 4394
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">494</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">546</context></context-group></trans-unit>
4387 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4396 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4388 <source>Basic configuration</source> 4397 <source>Basic configuration</source>
4389 <target state="new">Basic configuration</target> 4398 <target state="new">Basic configuration</target>
@@ -4393,24 +4402,24 @@
4393 <source>TWITTER</source> 4402 <source>TWITTER</source>
4394 <target state="new">TWITTER</target> 4403 <target state="new">TWITTER</target>
4395 4404
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">511</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">563</context></context-group></trans-unit>
4397 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4406 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4398 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4407 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4399 <target state="new"> 4408 <target state="new">
4400 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4409 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4401 </target> 4410 </target>
4402 4411
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">512</context></context-group></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">564</context></context-group></trans-unit>
4404 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4413 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4405 <source>Your Twitter username</source> 4414 <source>Your Twitter username</source>
4406 <target state="new">Your Twitter username</target> 4415 <target state="new">Your Twitter username</target>
4407 4416
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">523</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">575</context></context-group></trans-unit>
4409 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4418 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4410 <source>Instance whitelisted by Twitter</source> 4419 <source>Instance whitelisted by Twitter</source>
4411 <target state="new">Instance whitelisted by Twitter</target> 4420 <target state="new">Instance whitelisted by Twitter</target>
4412 4421
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">535</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">587</context></context-group></trans-unit>
4414 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4423 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4415 <source> 4424 <source>
4416 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/>"/> 4425 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/>"/>
@@ -4427,17 +4436,17 @@
4427 to see if you instance is whitelisted. 4436 to see if you instance is whitelisted.
4428 </target> 4437 </target>
4429 4438
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">539</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">591</context></context-group></trans-unit>
4431 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4440 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4432 <source>Services</source> 4441 <source>Services</source>
4433 <target state="new">Services</target> 4442 <target state="new">Services</target>
4434 4443
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">505</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">557</context></context-group></trans-unit>
4436 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4445 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4437 <source>TRANSCODING</source> 4446 <source>TRANSCODING</source>
4438 <target state="new">TRANSCODING</target> 4447 <target state="new">TRANSCODING</target>
4439 4448
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">565</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">617</context></context-group></trans-unit>
4441 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4450 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4442 <source> 4451 <source>
4443 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4452 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -4448,35 +4457,35 @@
4448 resources, this is a critical part of PeerTube, so tread carefully. 4457 resources, this is a critical part of PeerTube, so tread carefully.
4449 </target> 4458 </target>
4450 4459
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">566</context></context-group></trans-unit> 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">618</context></context-group></trans-unit>
4452 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4461 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4453 <source>Transcoding enabled</source> 4462 <source>Transcoding enabled</source>
4454 <target state="new">Transcoding enabled</target> 4463 <target state="new">Transcoding enabled</target>
4455 4464
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">579</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">631</context></context-group></trans-unit>
4457 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4466 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4458 <source>If you disable transcoding, many videos from your users will not work!</source> 4467 <source>If you disable transcoding, many videos from your users will not work!</source>
4459 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4468 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4460 4469
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4462 <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> 4471 <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>
4463 4472
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">594</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">646</context></context-group></trans-unit>
4465 4474
4466 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4475 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4467 <source>Allow additional extensions</source> 4476 <source>Allow additional extensions</source>
4468 <target state="new">Allow additional extensions</target> 4477 <target state="new">Allow additional extensions</target>
4469 4478
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4471 <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> 4480 <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>
4472 4481
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">605</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">657</context></context-group></trans-unit>
4474 4483
4475 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4484 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4476 <source>Allow audio files upload</source> 4485 <source>Allow audio files upload</source>
4477 <target state="new">Allow audio files upload</target> 4486 <target state="new">Allow audio files upload</target>
4478 4487
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4480 <source> 4489 <source>
4481 <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>"/> 4490 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4482 4491
@@ -4495,13 +4504,13 @@
4495 <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>"/> 4504 <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>"/>
4496 </target> 4505 </target>
4497 4506
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">617</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">669</context></context-group></trans-unit>
4499 4508
4500 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4509 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4501 <source>WebTorrent support enabled</source> 4510 <source>WebTorrent support enabled</source>
4502 <target state="new">WebTorrent support enabled</target> 4511 <target state="new">WebTorrent support enabled</target>
4503 4512
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4505 <source> 4514 <source>
4506 <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>"/> 4515 <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>"/>
4507 4516
@@ -4526,69 +4535,69 @@
4526 <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>"/> 4535 <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>"/>
4527 </target> 4536 </target>
4528 4537
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">638</context></context-group></trans-unit> 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">690</context></context-group></trans-unit>
4530 4539
4531 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4540 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4532 <source>HLS support enabled</source> 4541 <source>HLS support enabled</source>
4533 <target state="new">HLS support enabled</target> 4542 <target state="new">HLS support enabled</target>
4534 4543
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">635</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">687</context></context-group></trans-unit>
4536 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4545 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4537 <source>Transcoding threads</source> 4546 <source>Transcoding threads</source>
4538 <target state="new">Transcoding threads</target> 4547 <target state="new">Transcoding threads</target>
4539 4548
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">660</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">712</context></context-group></trans-unit>
4541 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4550 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4542 <source>Resolutions to generate</source> 4551 <source>Resolutions to generate</source>
4543 <target state="new">Resolutions to generate</target> 4552 <target state="new">Resolutions to generate</target>
4544 4553
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">673</context></context-group></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">725</context></context-group></trans-unit>
4546 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4555 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4547 <source>CACHE</source> 4556 <source>CACHE</source>
4548 <target state="new">CACHE</target> 4557 <target state="new">CACHE</target>
4549 4558
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">699</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">751</context></context-group></trans-unit>
4551 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4560 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4552 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4561 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4553 <target state="new"> 4562 <target state="new">
4554 Some files are not federated, and fetched when necessary. Define their caching policies. 4563 Some files are not federated, and fetched when necessary. Define their caching policies.
4555 </target> 4564 </target>
4556 4565
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">700</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">752</context></context-group></trans-unit>
4558 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4567 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4559 <source>Number of previews to keep in cache</source> 4568 <source>Number of previews to keep in cache</source>
4560 <target state="new">Number of previews to keep in cache</target> 4569 <target state="new">Number of previews to keep in cache</target>
4561 4570
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">709</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">761</context></context-group></trans-unit>
4563 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4572 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4564 <source>Number of video captions to keep in cache</source> 4573 <source>Number of video captions to keep in cache</source>
4565 <target state="new">Number of video captions to keep in cache</target> 4574 <target state="new">Number of video captions to keep in cache</target>
4566 4575
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">718</context></context-group></trans-unit> 4576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
4568 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4577 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4569 <source>CUSTOMIZATIONS</source> 4578 <source>CUSTOMIZATIONS</source>
4570 <target state="new">CUSTOMIZATIONS</target> 4579 <target state="new">CUSTOMIZATIONS</target>
4571 4580
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">733</context></context-group></trans-unit> 4581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
4573 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4582 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4574 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4583 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4575 <target state="new"> 4584 <target state="new">
4576 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4585 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4577 </target> 4586 </target>
4578 4587
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">734</context></context-group></trans-unit> 4588 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
4580 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4589 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4581 <source>JavaScript</source> 4590 <source>JavaScript</source>
4582 <target state="new">JavaScript</target> 4591 <target state="new">JavaScript</target>
4583 4592
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">744</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">796</context></context-group></trans-unit>
4585 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4594 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4586 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source> 4595 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4587 <target state="new"> 4596 <target state="new">
4588 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4597 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4589 </target> 4598 </target>
4590 4599
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">747</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">799</context></context-group></trans-unit>
4592 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4601 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4593 <source> 4602 <source>
4594 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/>"/> 4603 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/>"/>
@@ -4615,22 +4624,22 @@
4615 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4624 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4616 </target> 4625 </target>
4617 4626
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">766</context></context-group></trans-unit> 4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
4619 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4628 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4620 <source>Advanced configuration</source> 4629 <source>Advanced configuration</source>
4621 <target state="new">Advanced configuration</target> 4630 <target state="new">Advanced configuration</target>
4622 4631
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">559</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">611</context></context-group></trans-unit>
4624 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4633 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4625 <source>Update configuration</source> 4634 <source>Update configuration</source>
4626 <target state="new">Update configuration</target> 4635 <target state="new">Update configuration</target>
4627 4636
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">804</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">858</context></context-group></trans-unit>
4629 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4638 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4630 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4639 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4631 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4640 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4632 4641
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">805</context></context-group></trans-unit> 4642 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
4634 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4643 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4635 <source>PROFILE</source> 4644 <source>PROFILE</source>
4636 <target state="new">PROFILE</target> 4645 <target state="new">PROFILE</target>
@@ -4859,23 +4868,23 @@
4859 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4868 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4860 <context context-type="linenumber">17</context> 4869 <context context-type="linenumber">17</context>
4861 </context-group> 4870 </context-group>
4862 </trans-unit> 4871 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4863 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4872 <source>Your current password</source><target state="new">Your current password</target>
4864 <source>Your password</source>
4865 <target state="new">Your password</target>
4866 <context-group purpose="location"> 4873 <context-group purpose="location">
4867 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4874 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4868 <context context-type="linenumber">27</context> 4875 <context context-type="linenumber">26</context>
4869 </context-group> 4876 </context-group>
4870 </trans-unit> 4877 </trans-unit>
4878 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4879 <source>Your password</source>
4880 <target state="new">Your password</target>
4881
4882 <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">28</context></context-group></trans-unit>
4871 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 4883 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4872 <source>Change email</source> 4884 <source>Change email</source>
4873 <target state="new">Change email</target> 4885 <target state="new">Change email</target>
4874 <context-group purpose="location"> 4886
4875 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4887 <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">36</context></context-group></trans-unit>
4876 <context context-type="linenumber">35</context>
4877 </context-group>
4878 </trans-unit>
4879 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 4888 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4880 <source>Theme</source> 4889 <source>Theme</source>
4881 <target state="new">Theme</target> 4890 <target state="new">Theme</target>
@@ -5677,17 +5686,18 @@
5677 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5686 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5678 <context context-type="linenumber">2</context> 5687 <context context-type="linenumber">2</context>
5679 </context-group> 5688 </context-group>
5680 </trans-unit> 5689 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5681 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5690 <source>
5682 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 5691 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5683 <target state="new"> 5692 </source><target state="new">
5684 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5693 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5685 </target> 5694 </target>
5686 <context-group purpose="location"> 5695 <context-group purpose="location">
5687 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5696 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5688 <context context-type="linenumber">9</context> 5697 <context context-type="linenumber">9</context>
5689 </context-group> 5698 </context-group>
5690 </trans-unit> 5699 </trans-unit>
5700
5691 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5701 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5692 <source> 5702 <source>
5693 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 5703 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9608,6 +9618,24 @@
9608 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9618 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9609 <context context-type="linenumber">1</context> 9619 <context context-type="linenumber">1</context>
9610 </context-group> 9620 </context-group>
9621 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9622 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9623 <context-group purpose="location">
9624 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9625 <context context-type="linenumber">1</context>
9626 </context-group>
9627 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9628 <source>Delete account comments</source><target state="new">Delete account comments</target>
9629 <context-group purpose="location">
9630 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9631 <context context-type="linenumber">1</context>
9632 </context-group>
9633 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9634 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9635 <context-group purpose="location">
9636 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9637 <context context-type="linenumber">1</context>
9638 </context-group>
9611 </trans-unit> 9639 </trans-unit>
9612 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9640 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9613 <source>Edit user</source> 9641 <source>Edit user</source>
@@ -9712,6 +9740,18 @@
9712 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9740 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9713 <context context-type="linenumber">1</context> 9741 <context context-type="linenumber">1</context>
9714 </context-group> 9742 </context-group>
9743 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9744 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9745 <context-group purpose="location">
9746 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9747 <context context-type="linenumber">1</context>
9748 </context-group>
9749 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9750 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9751 <context-group purpose="location">
9752 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9753 <context context-type="linenumber">1</context>
9754 </context-group>
9715 </trans-unit> 9755 </trans-unit>
9716 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9756 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9717 <source>Mute this account by your instance</source> 9757 <source>Mute this account by your instance</source>
@@ -9776,6 +9816,18 @@
9776 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9816 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9777 <context context-type="linenumber">1</context> 9817 <context context-type="linenumber">1</context>
9778 </context-group> 9818 </context-group>
9819 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9820 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
9821 <context-group purpose="location">
9822 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9823 <context context-type="linenumber">1</context>
9824 </context-group>
9825 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9826 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
9827 <context-group purpose="location">
9828 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9829 <context context-type="linenumber">1</context>
9830 </context-group>
9779 </trans-unit> 9831 </trans-unit>
9780 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 9832 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9781 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 9833 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.nb-NO.xlf b/client/src/locale/angular.nb-NO.xlf
index 48beb1e99..7bc6c9a90 100644
--- a/client/src/locale/angular.nb-NO.xlf
+++ b/client/src/locale/angular.nb-NO.xlf
@@ -310,7 +310,7 @@
310 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 310 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
311 <source>Options</source><target state="new">Options</target> 311 <source>Options</source><target state="new">Options</target>
312 312
313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 313 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
314 <source>Start at</source><target state="new">Start at</target> 314 <source>Start at</source><target state="new">Start at</target>
315 315
316 316
@@ -348,7 +348,7 @@
348 <source>video</source><target state="new">video</target> 348 <source>video</source><target state="new">video</target>
349 349
350 350
351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 351 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
352 <source>subtitles</source><target state="new">subtitles</target> 352 <source>subtitles</source><target state="new">subtitles</target>
353 <context-group purpose="location"> 353 <context-group purpose="location">
354 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 354 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -488,7 +488,7 @@
488 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 488 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
489 <source>Deleted</source><target state="new">Deleted</target> 489 <source>Deleted</source><target state="new">Deleted</target>
490 490
491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
492 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 492 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
493 493
494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 494 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
@@ -517,7 +517,7 @@
517 517
518 518
519 519
520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> 520 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
521 <source>Edit</source><target state="new">Edit</target> 521 <source>Edit</source><target state="new">Edit</target>
522 522
523 523
@@ -1124,13 +1124,13 @@
1124 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1124 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1125 <context context-type="linenumber">21</context> 1125 <context context-type="linenumber">21</context>
1126 </context-group> 1126 </context-group>
1127 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1127 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1128 <source> 1128 <source>
1129 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>"/>. 1129 Please consider configuring 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>"/>.
1130 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>"/>. 1130 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1131 </source><target state="new"> 1131 </source><target state="new">
1132 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>"/>. 1132 Please consider configuring 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>"/>.
1133 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>"/>. 1133 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1134 </target> 1134 </target>
1135 <context-group purpose="location"> 1135 <context-group purpose="location">
1136 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1136 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1324,63 +1324,33 @@
1324 1324
1325 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1325 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1326 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1326 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1327 <context-group purpose="location"> 1327
1328 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1328 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1329 <context context-type="linenumber">16</context>
1330 </context-group>
1331 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1332 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1329 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1333 <context-group purpose="location"> 1330
1334 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1331 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1335 <context context-type="linenumber">18</context>
1336 </context-group>
1337 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1338 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1332 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1339 <context-group purpose="location"> 1333
1340 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1334 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1341 <context context-type="linenumber">22</context>
1342 </context-group>
1343 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1344 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1335 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1345 <context-group purpose="location"> 1336
1346 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1337 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1347 <context context-type="linenumber">29</context>
1348 </context-group>
1349 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1350 <source>any instance</source><target state="new">any instance</target> 1338 <source>any instance</source><target state="new">any instance</target>
1351 <context-group purpose="location"> 1339
1352 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1340 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1353 <context context-type="linenumber">32</context>
1354 </context-group>
1355 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1356 <source>only followed instances</source><target state="new">only followed instances</target> 1341 <source>only followed instances</source><target state="new">only followed instances</target>
1357 <context-group purpose="location"> 1342
1358 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1343 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1359 <context context-type="linenumber">33</context>
1360 </context-group>
1361 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1362 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1344 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1363 <context-group purpose="location"> 1345
1364 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1346 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1365 <context context-type="linenumber">31</context>
1366 </context-group>
1367 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1368 <source>channel</source><target state="new">channel</target> 1347 <source>channel</source><target state="new">channel</target>
1369 <context-group purpose="location"> 1348
1370 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1349
1371 <context context-type="linenumber">40</context> 1350 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1372 </context-group>
1373 <context-group purpose="location">
1374 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1375 <context context-type="linenumber">43</context>
1376 </context-group>
1377 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1378 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1351 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1379 <context-group purpose="location"> 1352
1380 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1353 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1381 <context context-type="linenumber">49</context>
1382 </context-group>
1383 </trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1384 <source>Search...</source><target state="new">Search...</target> 1354 <source>Search...</source><target state="new">Search...</target>
1385 1355
1386 1356
@@ -2216,10 +2186,10 @@
2216 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 2186 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2217 <source>Reply</source><target state="new">Reply</target> 2187 <source>Reply</source><target state="new">Reply</target>
2218 2188
2219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2189 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2220 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2190 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2221 2191
2222 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2192 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2223 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 2193 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target>
2224 <context-group purpose="location"> 2194 <context-group purpose="location">
2225 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2195 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
@@ -2533,7 +2503,7 @@
2533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2503 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2534 <source>Ban reason:</source><target state="new">Ban reason:</target> 2504 <source>Ban reason:</source><target state="new">Ban reason:</target>
2535 2505
2536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2537 <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> 2507 <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>
2538 <context-group purpose="location"> 2508 <context-group purpose="location">
2539 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2509 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2922,7 +2892,13 @@
2922 <source>Homepage</source><target state="new">Homepage</target> 2892 <source>Homepage</source><target state="new">Homepage</target>
2923 2893
2924 2894
2925 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 2895 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
2896 <source>Close this message</source><target state="new">Close this message</target>
2897 <context-group purpose="location">
2898 <context context-type="sourcefile">src/app/app.component.html</context>
2899 <context context-type="linenumber">34</context>
2900 </context-group>
2901 </trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
2926 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target> 2902 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target>
2927 2903
2928 2904
@@ -3210,26 +3186,66 @@
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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" 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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3211 <source>Local videos</source><target state="new">Local videos</target> 3187 <source>Local videos</source><target state="new">Local videos</target>
3212 3188
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
3190 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
3191 <context-group purpose="location">
3192 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3193 <context context-type="linenumber">281</context>
3194 </context-group>
3195 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
3196 <source>
3197 Display a message on your instance
3198 </source><target state="new">
3199 Display a message on your instance
3200 </target>
3201 <context-group purpose="location">
3202 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3203 <context context-type="linenumber">282</context>
3204 </context-group>
3205 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
3206 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
3207 <context-group purpose="location">
3208 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3209 <context context-type="linenumber">294</context>
3210 </context-group>
3211 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
3212 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
3213 <context-group purpose="location">
3214 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3215 <context context-type="linenumber">301</context>
3216 </context-group>
3217 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
3218 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
3219 <context-group purpose="location">
3220 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3221 <context context-type="linenumber">306</context>
3222 </context-group>
3223 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
3224 <source>Message</source><target state="new">Message</target>
3225 <context-group purpose="location">
3226 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3227 <context context-type="linenumber">318</context>
3228 </context-group>
3229 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3214 <source>NEW USERS</source><target state="new">NEW USERS</target> 3230 <source>NEW USERS</source><target state="new">NEW USERS</target>
3215 3231
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3217 <source> 3233 <source>
3218 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. 3234 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.
3219 </source><target state="new"> 3235 </source><target state="new">
3220 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. 3236 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.
3221 </target> 3237 </target>
3222 3238
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">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 3239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">334</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3224 <source>Signup enabled</source><target state="new">Signup enabled</target> 3240 <source>Signup enabled</source><target state="new">Signup enabled</target>
3225 3241
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">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 3242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">345</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3227 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3243 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3228 3244
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">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 3245 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">353</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3230 <source>Signup limit</source><target state="new">Signup limit</target> 3246 <source>Signup limit</source><target state="new">Signup limit</target>
3231 3247
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">305</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 3248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3233 <source>Users</source><target state="new">Users</target> 3249 <source>Users</source><target state="new">Users</target>
3234 3250
3235 <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"> 3251 <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">
@@ -3311,98 +3327,92 @@
3311 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3327 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3312 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3328 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3313 3329
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">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 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">372</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3315 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3331 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3316 3332
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3318 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3334 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3319 3335
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3321 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3337 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3322 3338
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3324 <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> 3340 <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>
3325 3341
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">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 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">419</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3327 <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> 3343 <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>
3328 3344
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 3345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3330 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3346 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3331 3347
3332 <context-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"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3333 <source>FEDERATION</source><target state="new">FEDERATION</target> 3349 <source>FEDERATION</source><target state="new">FEDERATION</target>
3334 3350
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3336 <source> 3352 <source>
3337 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. 3353 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 </source><target state="new"> 3354 </source><target state="new">
3339 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. 3355 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.
3340 </target> 3356 </target>
3341 3357
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 3358 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3343 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3359 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3344 3360
3345 <context-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"> 3361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3346 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3362 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3347 3363
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3349 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3365 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3350 3366
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3352 <source> 3368 <source>
3353 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>"/>. 3369 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>"/>.
3354 </source><target state="new"> 3370 </source><target state="new">
3355 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>"/>. 3371 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>"/>.
3356 </target> 3372 </target>
3357 <context-group purpose="location"> 3373
3358 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3359 <context context-type="linenumber">450</context>
3360 </context-group>
3361 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3362 <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> 3375 <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>
3363 3376
3364 3377
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">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"> 3378 <context-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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3366 <source>Index URL</source><target state="new">Index URL</target> 3379 <source>Index URL</source><target state="new">Index URL</target>
3367 3380
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3369 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 3382 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3370 <context-group purpose="location"> 3383
3371 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3372 <context context-type="linenumber">445</context>
3373 </context-group>
3374 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3375 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3385 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3376 3386
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">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 3387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3378 <source>Administrator</source><target state="new">Administrator</target> 3388 <source>Administrator</source><target state="new">Administrator</target>
3379 3389
3380 <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"> 3390 <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">
3381 <source>Admin email</source><target state="new">Admin email</target> 3391 <source>Admin email</source><target state="new">Admin email</target>
3382 3392
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">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3384 <source>Enable contact form</source><target state="new">Enable contact form</target> 3394 <source>Enable contact form</source><target state="new">Enable contact form</target>
3385 3395
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">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 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">546</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3387 <source>Basic configuration</source><target state="new">Basic configuration</target> 3397 <source>Basic configuration</source><target state="new">Basic configuration</target>
3388 3398
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3390 <source>TWITTER</source><target state="new">TWITTER</target> 3400 <source>TWITTER</source><target state="new">TWITTER</target>
3391 3401
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3393 <source> 3403 <source>
3394 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3404 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3395 </source><target state="new"> 3405 </source><target state="new">
3396 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3406 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3397 </target> 3407 </target>
3398 3408
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">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" 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">564</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3400 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3410 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3401 3411
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">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" 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">575</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3403 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3413 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3404 3414
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3406 <source> 3416 <source>
3407 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/>"/> 3417 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/>"/>
3408 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/>"/> 3418 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/>"/>
@@ -3417,13 +3427,13 @@
3417 to see if you instance is whitelisted. 3427 to see if you instance is whitelisted.
3418 </target> 3428 </target>
3419 3429
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">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 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">591</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3421 <source>Services</source><target state="new">Services</target> 3431 <source>Services</source><target state="new">Services</target>
3422 3432
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3424 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3434 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3425 3435
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3427 <source> 3437 <source>
3428 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3438 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3429 resources, this is a critical part of PeerTube, so tread carefully. 3439 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3432,25 +3442,25 @@
3432 resources, this is a critical part of PeerTube, so tread carefully. 3442 resources, this is a critical part of PeerTube, so tread carefully.
3433 </target> 3443 </target>
3434 3444
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">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 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">618</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3436 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3446 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3437 3447
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">579</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" 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">631</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3439 <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> 3449 <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>
3440 3450
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3442 <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> 3452 <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>
3443 3453
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">594</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" 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">646</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3445 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3455 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3446 3456
3447 <context-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"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3448 <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> 3458 <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>
3449 3459
3450 <context-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"> 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">657</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3451 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3461 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3452 3462
3453 <context-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"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3454 <source> 3464 <source>
3455 <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>"/> 3465 <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>"/>
3456 3466
@@ -3469,10 +3479,10 @@
3469 <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>"/> 3479 <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>"/>
3470 </target> 3480 </target>
3471 3481
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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3473 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3483 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3474 3484
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3476 <source> 3486 <source>
3477 <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>"/> 3487 <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>"/>
3478 3488
@@ -3497,52 +3507,52 @@
3497 <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>"/> 3507 <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>"/>
3498 </target> 3508 </target>
3499 3509
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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3501 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3511 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3502 3512
3503 <context-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"> 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">687</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3504 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3514 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3505 3515
3506 <context-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"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3507 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3517 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3508 3518
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">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" 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">725</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3510 <source>CACHE</source><target state="new">CACHE</target> 3520 <source>CACHE</source><target state="new">CACHE</target>
3511 3521
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3513 <source> 3523 <source>
3514 Some files are not federated, and fetched when necessary. Define their caching policies. 3524 Some files are not federated, and fetched when necessary. Define their caching policies.
3515 </source><target state="new"> 3525 </source><target state="new">
3516 Some files are not federated, and fetched when necessary. Define their caching policies. 3526 Some files are not federated, and fetched when necessary. Define their caching policies.
3517 </target> 3527 </target>
3518 3528
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3520 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3530 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3521 3531
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3523 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3533 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3524 3534
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">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" 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">770</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3526 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3536 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3527 3537
3528 <context-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"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3529 <source> 3539 <source>
3530 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3540 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3531 </source><target state="new"> 3541 </source><target state="new">
3532 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3542 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3533 </target> 3543 </target>
3534 3544
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">734</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" 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">786</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3536 <source>JavaScript</source><target state="new">JavaScript</target> 3546 <source>JavaScript</source><target state="new">JavaScript</target>
3537 3547
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3539 <source> 3549 <source>
3540 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3550 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3541 </source><target state="new"> 3551 </source><target state="new">
3542 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3552 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3543 </target> 3553 </target>
3544 3554
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3546 <source> 3556 <source>
3547 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/>"/> 3557 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/>"/>
3548 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3558 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3567,16 +3577,16 @@
3567 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3577 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3568 </target> 3578 </target>
3569 3579
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">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 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">818</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3571 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3581 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3572 3582
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">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 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">611</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3574 <source>Update configuration</source><target state="new">Update configuration</target> 3584 <source>Update configuration</source><target state="new">Update configuration</target>
3575 3585
3576 <context-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"> 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">858</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3577 <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> 3587 <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>
3578 3588
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3580 <source>PROFILE</source><target state="new">PROFILE</target> 3590 <source>PROFILE</source><target state="new">PROFILE</target>
3581 <context-group purpose="location"> 3591 <context-group purpose="location">
3582 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3592 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3752,19 +3762,19 @@
3752 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3762 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
3753 <context context-type="linenumber">17</context> 3763 <context context-type="linenumber">17</context>
3754 </context-group> 3764 </context-group>
3755 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 3765 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
3756 <source>Your password</source><target state="new">Your password</target> 3766 <source>Your current password</source><target state="new">Your current password</target>
3757 <context-group purpose="location"> 3767 <context-group purpose="location">
3758 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3768 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
3759 <context context-type="linenumber">27</context> 3769 <context context-type="linenumber">26</context>
3760 </context-group> 3770 </context-group>
3761 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 3771 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
3772 <source>Your password</source><target state="new">Your password</target>
3773
3774 <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">28</context></context-group></trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
3762 <source>Change email</source><target state="new">Change email</target> 3775 <source>Change email</source><target state="new">Change email</target>
3763 <context-group purpose="location"> 3776
3764 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3777 <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">36</context></context-group></trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3765 <context context-type="linenumber">35</context>
3766 </context-group>
3767 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3768 <source>Theme</source><target state="new">Theme</target> 3778 <source>Theme</source><target state="new">Theme</target>
3769 3779
3770 <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"> 3780 <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">
@@ -4405,11 +4415,11 @@
4405 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4415 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4406 <context context-type="linenumber">2</context> 4416 <context context-type="linenumber">2</context>
4407 </context-group> 4417 </context-group>
4408 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 4418 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
4409 <source> 4419 <source>
4410 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4420 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4411 </source><target state="new"> 4421 </source><target state="new">
4412 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4422 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4413 </target> 4423 </target>
4414 <context-group purpose="location"> 4424 <context-group purpose="location">
4415 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4425 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -7475,6 +7485,24 @@
7475 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7485 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7476 <context context-type="linenumber">1</context> 7486 <context context-type="linenumber">1</context>
7477 </context-group> 7487 </context-group>
7488 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
7489 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
7490 <context-group purpose="location">
7491 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7492 <context context-type="linenumber">1</context>
7493 </context-group>
7494 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
7495 <source>Delete account comments</source><target state="new">Delete account comments</target>
7496 <context-group purpose="location">
7497 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7498 <context context-type="linenumber">1</context>
7499 </context-group>
7500 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
7501 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
7502 <context-group purpose="location">
7503 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7504 <context context-type="linenumber">1</context>
7505 </context-group>
7478 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 7506 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
7479 <source>Edit user</source><target state="new">Edit user</target> 7507 <source>Edit user</source><target state="new">Edit user</target>
7480 <context-group purpose="location"> 7508 <context-group purpose="location">
@@ -7553,6 +7581,18 @@
7553 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7581 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7554 <context context-type="linenumber">1</context> 7582 <context context-type="linenumber">1</context>
7555 </context-group> 7583 </context-group>
7584 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
7585 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
7586 <context-group purpose="location">
7587 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7588 <context context-type="linenumber">1</context>
7589 </context-group>
7590 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
7591 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
7592 <context-group purpose="location">
7593 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7594 <context context-type="linenumber">1</context>
7595 </context-group>
7556 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 7596 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
7557 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target> 7597 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target>
7558 <context-group purpose="location"> 7598 <context-group purpose="location">
@@ -7601,6 +7641,18 @@
7601 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7641 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7602 <context context-type="linenumber">1</context> 7642 <context context-type="linenumber">1</context>
7603 </context-group> 7643 </context-group>
7644 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
7645 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
7646 <context-group purpose="location">
7647 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7648 <context context-type="linenumber">1</context>
7649 </context-group>
7650 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
7651 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
7652 <context-group purpose="location">
7653 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7654 <context context-type="linenumber">1</context>
7655 </context-group>
7604 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 7656 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
7605 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 7657 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
7606 <context-group purpose="location"> 7658 <context-group purpose="location">
diff --git a/client/src/locale/angular.nl-NL.xlf b/client/src/locale/angular.nl-NL.xlf
index 01a5b1bf5..aab57b01b 100644
--- a/client/src/locale/angular.nl-NL.xlf
+++ b/client/src/locale/angular.nl-NL.xlf
@@ -416,9 +416,9 @@
416 <context-group name="null"> 416 <context-group name="null">
417 <context context-type="linenumber">9</context> 417 <context context-type="linenumber">9</context>
418 </context-group> 418 </context-group>
419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 419
420 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 420
421 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
423 <source>Start at</source> 423 <source>Start at</source>
424 <target>Beginnen bij</target> 424 <target>Beginnen bij</target>
@@ -486,9 +486,9 @@
486 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 486 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
487 <source>video</source> 487 <source>video</source>
488 <target state="new">video</target> 488 <target state="new">video</target>
489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 489
490 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 490
491 </trans-unit> 491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
492 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 492 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
493 <source>subtitles</source> 493 <source>subtitles</source>
494 <target state="new">subtitles</target> 494 <target state="new">subtitles</target>
@@ -700,10 +700,10 @@ Annuleren</target>
700 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 700 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
701 <source>Deleted</source> 701 <source>Deleted</source>
702 <target state="new">Deleted</target> 702 <target state="new">Deleted</target>
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">34</context></context-group> 703
704 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 704
705 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 705
706 </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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
707 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 707 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
708 <source>Edit starts/stops at</source> 708 <source>Edit starts/stops at</source>
709 <target>Bewerk beginnen/stoppen bij</target> 709 <target>Bewerk beginnen/stoppen bij</target>
@@ -753,11 +753,11 @@ Annuleren</target>
753 <context-group name="null"> 753 <context-group name="null">
754 <context context-type="linenumber">13</context> 754 <context context-type="linenumber">13</context>
755 </context-group> 755 </context-group>
756 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 756
757 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 757
758 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 758
759 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 759
760 </trans-unit> 760 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
761 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 761 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
762 <source>Edit</source> 762 <source>Edit</source>
763 <target>Bewerken</target> 763 <target>Bewerken</target>
@@ -1620,21 +1620,20 @@ Geen resultaten gevonden</target>
1620 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1620 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1621 <context context-type="linenumber">21</context> 1621 <context context-type="linenumber">21</context>
1622 </context-group> 1622 </context-group>
1623 </trans-unit> 1623 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1624 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1625 <source> 1624 <source>
1626 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>"/>. 1625 Please consider configuring 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>"/>.
1627 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>"/>. 1626 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1628 </source> 1627 </source><target state="new">
1629 <target state="new"> 1628 Please consider configuring 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>"/>.
1630 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>"/>. 1629 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1631 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>"/>.
1632 </target> 1630 </target>
1633 <context-group purpose="location"> 1631 <context-group purpose="location">
1634 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1632 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1635 <context context-type="linenumber">24</context> 1633 <context context-type="linenumber">24</context>
1636 </context-group> 1634 </context-group>
1637 </trans-unit> 1635 </trans-unit>
1636
1638 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1637 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1639 <source>Configure these fields</source> 1638 <source>Configure these fields</source>
1640 <target state="new">Configure these fields</target> 1639 <target state="new">Configure these fields</target>
@@ -1947,79 +1946,49 @@ Geen resultaten gevonden</target>
1947 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1946 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1948 <source>GLOBAL SEARCH</source> 1947 <source>GLOBAL SEARCH</source>
1949 <target state="new">GLOBAL SEARCH</target> 1948 <target state="new">GLOBAL SEARCH</target>
1950 <context-group purpose="location"> 1949
1951 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1950 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1952 <context context-type="linenumber">16</context>
1953 </context-group>
1954 </trans-unit>
1955 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1951 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1956 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1952 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1957 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1953 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1958 <context-group purpose="location"> 1954
1959 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1955 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1960 <context context-type="linenumber">18</context>
1961 </context-group>
1962 </trans-unit>
1963 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1956 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1964 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1957 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1965 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1958 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1966 <context-group purpose="location"> 1959
1967 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1960 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1968 <context context-type="linenumber">22</context>
1969 </context-group>
1970 </trans-unit>
1971 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1961 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1972 <source>ADVANCED SEARCH</source> 1962 <source>ADVANCED SEARCH</source>
1973 <target state="new">ADVANCED SEARCH</target> 1963 <target state="new">ADVANCED SEARCH</target>
1974 <context-group purpose="location"> 1964
1975 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1965 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1976 <context context-type="linenumber">29</context>
1977 </context-group>
1978 </trans-unit>
1979 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1966 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1980 <source>any instance</source> 1967 <source>any instance</source>
1981 <target state="new">any instance</target> 1968 <target state="new">any instance</target>
1982 <context-group purpose="location"> 1969
1983 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1970 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1984 <context context-type="linenumber">32</context>
1985 </context-group>
1986 </trans-unit>
1987 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1971 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1988 <source>only followed instances</source> 1972 <source>only followed instances</source>
1989 <target state="new">only followed instances</target> 1973 <target state="new">only followed instances</target>
1990 <context-group purpose="location"> 1974
1991 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1975 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1992 <context context-type="linenumber">33</context>
1993 </context-group>
1994 </trans-unit>
1995 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1976 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1996 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1977 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1997 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1978 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1998 <context-group purpose="location"> 1979
1999 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1980 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
2000 <context context-type="linenumber">31</context>
2001 </context-group>
2002 </trans-unit>
2003 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1981 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
2004 <source>channel</source> 1982 <source>channel</source>
2005 <target state="new">channel</target> 1983 <target state="new">channel</target>
2006 <context-group purpose="location"> 1984
2007 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1985
2008 <context context-type="linenumber">40</context> 1986 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2009 </context-group>
2010 <context-group purpose="location">
2011 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2012 <context context-type="linenumber">43</context>
2013 </context-group>
2014 </trans-unit>
2015 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1987 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
2016 <source>Any other text will return matching video or channel names.</source> 1988 <source>Any other text will return matching video or channel names.</source>
2017 <target state="new">Any other text will return matching video or channel names.</target> 1989 <target state="new">Any other text will return matching video or channel names.</target>
2018 <context-group purpose="location"> 1990
2019 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1991 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
2020 <context context-type="linenumber">49</context>
2021 </context-group>
2022 </trans-unit>
2023 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1992 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
2024 <source>Search...</source> 1993 <source>Search...</source>
2025 <target>Zoeken …</target> 1994 <target>Zoeken …</target>
@@ -3404,13 +3373,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3404 <context-group name="null"> 3373 <context-group name="null">
3405 <context context-type="linenumber">14</context> 3374 <context context-type="linenumber">14</context>
3406 </context-group> 3375 </context-group>
3407 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3376
3408 </trans-unit> 3377 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3409 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3378 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3410 <source>This comment has been deleted</source> 3379 <source>This comment has been deleted</source>
3411 <target state="new">This comment has been deleted</target> 3380 <target state="new">This comment has been deleted</target>
3412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3381
3413 </trans-unit> 3382 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3414 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3383 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3415 <source>Follows &amp; redundancies</source> 3384 <source>Follows &amp; redundancies</source>
3416 <target state="new">Follows &amp; redundancies</target> 3385 <target state="new">Follows &amp; redundancies</target>
@@ -3919,7 +3888,7 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
3919 <context context-type="linenumber">95</context> 3888 <context context-type="linenumber">95</context>
3920 </context-group> 3889 </context-group>
3921 3890
3922 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 3891 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3923 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3892 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3924 <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> 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}'}}"/> users</source>
3925 <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> 3894 <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>
@@ -4488,6 +4457,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4488 <context context-type="linenumber">51</context> 4457 <context context-type="linenumber">51</context>
4489 </context-group> 4458 </context-group>
4490 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4459 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4460 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4461 <source>Close this message</source><target state="new">Close this message</target>
4462 <context-group purpose="location">
4463 <context context-type="sourcefile">src/app/app.component.html</context>
4464 <context context-type="linenumber">34</context>
4465 </context-group>
4491 </trans-unit> 4466 </trans-unit>
4492 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4467 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4493 <source>Go to the plugin homepage</source> 4468 <source>Go to the plugin homepage</source>
@@ -4956,43 +4931,83 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
4956 <context context-type="linenumber">223</context> 4931 <context context-type="linenumber">223</context>
4957 </context-group> 4932 </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">270</context></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">270</context></context-group>
4934 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4935 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4936 <context-group purpose="location">
4937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4938 <context context-type="linenumber">281</context>
4939 </context-group>
4940 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4941 <source>
4942 Display a message on your instance
4943 </source><target state="new">
4944 Display a message on your instance
4945 </target>
4946 <context-group purpose="location">
4947 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4948 <context context-type="linenumber">282</context>
4949 </context-group>
4950 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4951 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4952 <context-group purpose="location">
4953 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4954 <context context-type="linenumber">294</context>
4955 </context-group>
4956 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4957 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4958 <context-group purpose="location">
4959 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4960 <context context-type="linenumber">301</context>
4961 </context-group>
4962 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4963 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4964 <context-group purpose="location">
4965 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4966 <context context-type="linenumber">306</context>
4967 </context-group>
4968 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4969 <source>Message</source><target state="new">Message</target>
4970 <context-group purpose="location">
4971 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4972 <context context-type="linenumber">318</context>
4973 </context-group>
4959 </trans-unit> 4974 </trans-unit>
4960 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4975 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4961 <source>NEW USERS</source> 4976 <source>NEW USERS</source>
4962 <target state="new">NEW USERS</target> 4977 <target state="new">NEW USERS</target>
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">281</context></context-group> 4978
4964 </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">333</context></context-group></trans-unit>
4965 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4980 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4966 <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> 4981 <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>
4967 <target state="new"> 4982 <target state="new">
4968 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. 4983 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.
4969 </target> 4984 </target>
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">282</context></context-group> 4985
4971 </trans-unit> 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">334</context></context-group></trans-unit>
4972 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4987 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4973 <source>Signup enabled</source> 4988 <source>Signup enabled</source>
4974 <target>Registratie mogelijk</target> 4989 <target>Registratie mogelijk</target>
4975 <context-group name="null"> 4990 <context-group name="null">
4976 <context context-type="linenumber">235</context> 4991 <context context-type="linenumber">235</context>
4977 </context-group> 4992 </context-group>
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">293</context></context-group> 4993
4979 </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">345</context></context-group></trans-unit>
4980 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4995 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4981 <source>Signup requires email verification</source> 4996 <source>Signup requires email verification</source>
4982 <target>E-mailverificatie nodig bij registratie</target> 4997 <target>E-mailverificatie nodig bij registratie</target>
4983 <context-group name="null"> 4998 <context-group name="null">
4984 <context context-type="linenumber">242</context> 4999 <context context-type="linenumber">242</context>
4985 </context-group> 5000 </context-group>
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">301</context></context-group> 5001
4987 </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">353</context></context-group></trans-unit>
4988 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 5003 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4989 <source>Signup limit</source> 5004 <source>Signup limit</source>
4990 <target>Registratielimiet</target> 5005 <target>Registratielimiet</target>
4991 <context-group name="null"> 5006 <context-group name="null">
4992 <context context-type="linenumber">247</context> 5007 <context context-type="linenumber">247</context>
4993 </context-group> 5008 </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">305</context></context-group> 5009
4995 </trans-unit> 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">357</context></context-group></trans-unit>
4996 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 5011 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4997 <source>Users</source> 5012 <source>Users</source>
4998 <target>Gebruikers</target> 5013 <target>Gebruikers</target>
@@ -5097,100 +5112,94 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5097 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 5112 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
5098 <source>Default video quota per user</source> 5113 <source>Default video quota per user</source>
5099 <target state="new">Default video quota per user</target> 5114 <target state="new">Default video quota per user</target>
5100 <context-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> 5115
5101 </trans-unit> 5116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">372</context></context-group></trans-unit>
5102 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 5117 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
5103 <source>Default daily upload limit per user</source> 5118 <source>Default daily upload limit per user</source>
5104 <target state="new">Default daily upload limit per user</target> 5119 <target state="new">Default daily upload limit per user</target>
5105 <context-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> 5120
5106 </trans-unit> 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">384</context></context-group></trans-unit>
5107 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5122 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
5108 <source>NEW VIDEOS</source> 5123 <source>NEW VIDEOS</source>
5109 <target state="new">NEW VIDEOS</target> 5124 <target state="new">NEW VIDEOS</target>
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">349</context></context-group> 5125
5111 </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">401</context></context-group></trans-unit>
5112 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5127 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
5113 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5128 <source>Allow import with HTTP URL (i.e. YouTube)</source>
5114 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 5129 <target state="new">Allow import with HTTP URL (i.e. YouTube)</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">360</context></context-group> 5130
5116 </trans-unit> 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">412</context></context-group></trans-unit>
5117 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5132 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
5118 <source>Allow import with a torrent file or a magnet URI</source> 5133 <source>Allow import with a torrent file or a magnet URI</source>
5119 <target state="new">Allow import with a torrent file or a magnet URI</target> 5134 <target state="new">Allow import with a torrent file or a magnet URI</target>
5120 <context-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> 5135
5121 </trans-unit> 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">419</context></context-group></trans-unit>
5122 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5137 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
5123 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5138 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
5124 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 5139 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">384</context></context-group> 5140
5126 </trans-unit> 5141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">436</context></context-group></trans-unit>
5127 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5142 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
5128 <source>Blacklist new videos automatically</source> 5143 <source>Blacklist new videos automatically</source>
5129 <target state="new">Blacklist new videos automatically</target> 5144 <target state="new">Blacklist new videos automatically</target>
5130 <context-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> 5145
5131 </trans-unit> 5146 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">433</context></context-group></trans-unit>
5132 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5147 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
5133 <source>FEDERATION</source> 5148 <source>FEDERATION</source>
5134 <target state="new">FEDERATION</target> 5149 <target state="new">FEDERATION</target>
5135 <context-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> 5150
5136 </trans-unit> 5151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">450</context></context-group></trans-unit>
5137 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5152 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5138 <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> 5153 <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>
5139 <target state="new"> 5154 <target state="new">
5140 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. 5155 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.
5141 </target> 5156 </target>
5142 <context-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> 5157
5143 </trans-unit> 5158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit>
5144 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5159 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5145 <source>Other instances can follow yours</source> 5160 <source>Other instances can follow yours</source>
5146 <target state="new">Other instances can follow yours</target> 5161 <target state="new">Other instances can follow yours</target>
5147 <context-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> 5162
5148 </trans-unit> 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">464</context></context-group></trans-unit>
5149 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5164 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
5150 <source>Manually approve new instance followers</source> 5165 <source>Manually approve new instance followers</source>
5151 <target state="new">Manually approve new instance followers</target> 5166 <target state="new">Manually approve new instance followers</target>
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">419</context></context-group> 5167
5153 </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">471</context></context-group></trans-unit>
5154 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5169 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
5155 <source>Automatically follow back instances</source> 5170 <source>Automatically follow back instances</source>
5156 <target state="new">Automatically follow back instances</target> 5171 <target state="new">Automatically follow back instances</target>
5157 <context-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> 5172
5158 </trans-unit> 5173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">484</context></context-group></trans-unit>
5159 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5174 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5160 <source>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>"/>. </source> 5175 <source>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>"/>. </source>
5161 <target state="new"> 5176 <target state="new">
5162 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>"/>. 5177 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>"/>.
5163 </target> 5178 </target>
5164 <context-group purpose="location"> 5179
5165 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">502</context></context-group></trans-unit>
5166 <context context-type="linenumber">450</context>
5167 </context-group>
5168 </trans-unit>
5169 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5181 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
5170 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5182 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
5171 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 5183 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
5172 <context-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> 5184
5173 <context-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> 5185
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">448</context></context-group> 5186
5175 </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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
5176 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 5188 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
5177 <source>Index URL</source> 5189 <source>Index URL</source>
5178 <target state="new">Index URL</target> 5190 <target state="new">Index URL</target>
5179 <context-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> 5191
5180 </trans-unit> 5192 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">509</context></context-group></trans-unit>
5181 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5193 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5182 <source>Automatically follow instances of a public index</source> 5194 <source>Automatically follow instances of a public index</source>
5183 <target state="new">Automatically follow instances of a public index</target> 5195 <target state="new">Automatically follow instances of a public index</target>
5184 <context-group purpose="location"> 5196
5185 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5197 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">497</context></context-group></trans-unit>
5186 <context context-type="linenumber">445</context>
5187 </context-group>
5188 </trans-unit>
5189 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5198 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5190 <source>ADMINISTRATORS</source> 5199 <source>ADMINISTRATORS</source>
5191 <target state="new">ADMINISTRATORS</target> 5200 <target state="new">ADMINISTRATORS</target>
5192 <context-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> 5201
5193 </trans-unit> 5202 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
5194 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5203 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
5195 <source>Administrator</source> 5204 <source>Administrator</source>
5196 <target>Administrator</target> 5205 <target>Administrator</target>
@@ -5205,16 +5214,16 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5205 <context-group name="null"> 5214 <context-group name="null">
5206 <context context-type="linenumber">387</context> 5215 <context context-type="linenumber">387</context>
5207 </context-group> 5216 </context-group>
5208 <context-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> 5217
5209 </trans-unit> 5218 <context-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>
5210 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5219 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
5211 <source>Enable contact form</source> 5220 <source>Enable contact form</source>
5212 <target>Schakel contactformulier in</target> 5221 <target>Schakel contactformulier in</target>
5213 <context-group name="null"> 5222 <context-group name="null">
5214 <context context-type="linenumber">398</context> 5223 <context context-type="linenumber">398</context>
5215 </context-group> 5224 </context-group>
5216 <context-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> 5225
5217 </trans-unit> 5226 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
5218 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5227 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
5219 <source>Basic configuration</source> 5228 <source>Basic configuration</source>
5220 <target>Basisconfiguratie</target> 5229 <target>Basisconfiguratie</target>
@@ -5226,31 +5235,31 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5226 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5235 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5227 <source>TWITTER</source> 5236 <source>TWITTER</source>
5228 <target state="new">TWITTER</target> 5237 <target state="new">TWITTER</target>
5229 <context-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> 5238
5230 </trans-unit> 5239 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit>
5231 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5240 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5232 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5241 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5233 <target state="new"> 5242 <target state="new">
5234 Optional. If any, provide the Twitter account representing your instance to improve link previews. 5243 Optional. If any, provide the Twitter account representing your instance to improve link previews.
5235 </target> 5244 </target>
5236 <context-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> 5245
5237 </trans-unit> 5246 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit>
5238 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5247 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5239 <source>Your Twitter username</source> 5248 <source>Your Twitter username</source>
5240 <target>Je Twitter-gebruikersnaam</target> 5249 <target>Je Twitter-gebruikersnaam</target>
5241 <context-group name="null"> 5250 <context-group name="null">
5242 <context context-type="linenumber">413</context> 5251 <context context-type="linenumber">413</context>
5243 </context-group> 5252 </context-group>
5244 <context-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> 5253
5245 </trans-unit> 5254 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
5246 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5255 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5247 <source>Instance whitelisted by Twitter</source> 5256 <source>Instance whitelisted by Twitter</source>
5248 <target>Instantie gewhitelist door Twitter</target> 5257 <target>Instantie gewhitelist door Twitter</target>
5249 <context-group name="null"> 5258 <context-group name="null">
5250 <context context-type="linenumber">431</context> 5259 <context context-type="linenumber">431</context>
5251 </context-group> 5260 </context-group>
5252 <context-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> 5261
5253 </trans-unit> 5262 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
5254 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5263 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5255 <source> 5264 <source>
5256 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/>"/> 5265 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/>"/>
@@ -5266,21 +5275,21 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5266 <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>"/> 5275 <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>"/>
5267 to see if you instance is whitelisted. 5276 to see if you instance is whitelisted.
5268 </target> 5277 </target>
5269 <context-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> 5278
5270 </trans-unit> 5279 <context-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>
5271 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5280 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5272 <source>Services</source> 5281 <source>Services</source>
5273 <target>Diensten</target> 5282 <target>Diensten</target>
5274 <context-group name="null"> 5283 <context-group name="null">
5275 <context context-type="linenumber">405</context> 5284 <context context-type="linenumber">405</context>
5276 </context-group> 5285 </context-group>
5277 <context-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> 5286
5278 </trans-unit> 5287 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5279 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5288 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5280 <source>TRANSCODING</source> 5289 <source>TRANSCODING</source>
5281 <target state="new">TRANSCODING</target> 5290 <target state="new">TRANSCODING</target>
5282 <context-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> 5291
5283 </trans-unit> 5292 <context-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>
5284 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5293 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5285 <source> 5294 <source>
5286 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5295 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -5290,50 +5299,50 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5290 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5299 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5291 resources, this is a critical part of PeerTube, so tread carefully. 5300 resources, this is a critical part of PeerTube, so tread carefully.
5292 </target> 5301 </target>
5293 <context-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> 5302
5294 </trans-unit> 5303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5295 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5304 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5296 <source>Transcoding enabled</source> 5305 <source>Transcoding enabled</source>
5297 <target>Transcoding ingeschakeld</target> 5306 <target>Transcoding ingeschakeld</target>
5298 <context-group name="null"> 5307 <context-group name="null">
5299 <context context-type="linenumber">461</context> 5308 <context context-type="linenumber">461</context>
5300 </context-group> 5309 </context-group>
5301 <context-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> 5310
5302 </trans-unit> 5311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5303 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5312 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5304 <source>If you disable transcoding, many videos from your users will not work!</source> 5313 <source>If you disable transcoding, many videos from your users will not work!</source>
5305 <target>Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken!</target> 5314 <target>Als je transcoding niet inschakelt, zullen veel video's die je gebruikers uploaden niet werken!</target>
5306 <context-group name="null"> 5315 <context-group name="null">
5307 <context context-type="linenumber">465</context> 5316 <context context-type="linenumber">465</context>
5308 </context-group> 5317 </context-group>
5309 <context-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> 5318
5310 </trans-unit> 5319 <context-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>
5311 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5320 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5312 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5321 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5313 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 5322 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
5314 <context-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> 5323
5315 </trans-unit> 5324 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5316 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5325 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5317 <source>Allow additional extensions</source> 5326 <source>Allow additional extensions</source>
5318 <target>Sta extra bestandsextensies toe</target> 5327 <target>Sta extra bestandsextensies toe</target>
5319 <context-group name="null"> 5328 <context-group name="null">
5320 <context context-type="linenumber">475</context> 5329 <context context-type="linenumber">475</context>
5321 </context-group> 5330 </context-group>
5322 <context-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> 5331
5323 </trans-unit> 5332 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5324 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5333 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5325 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5334 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5326 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5335 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
5327 <context-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> 5336
5328 </trans-unit> 5337 <context-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>
5329 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5338 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5330 <source>Allow audio files upload</source> 5339 <source>Allow audio files upload</source>
5331 <target>Audiobestanden uploaden toestaan</target> 5340 <target>Audiobestanden uploaden toestaan</target>
5332 <context-group name="null"> 5341 <context-group name="null">
5333 <context context-type="linenumber">486</context> 5342 <context context-type="linenumber">486</context>
5334 </context-group> 5343 </context-group>
5335 <context-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> 5344
5336 </trans-unit> 5345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit>
5337 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5346 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5338 <source> 5347 <source>
5339 <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>"/> 5348 <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>"/>
@@ -5353,13 +5362,13 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5353 5362
5354 <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>"/> 5363 <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>"/>
5355 </target> 5364 </target>
5356 <context-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> 5365
5357 </trans-unit> 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">669</context></context-group></trans-unit>
5358 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5367 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5359 <source>WebTorrent support enabled</source> 5368 <source>WebTorrent support enabled</source>
5360 <target state="new">WebTorrent support enabled</target> 5369 <target state="new">WebTorrent support enabled</target>
5361 <context-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> 5370
5362 </trans-unit> 5371 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5363 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5372 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5364 <source> 5373 <source>
5365 <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>"/> 5374 <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>"/>
@@ -5385,75 +5394,75 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5385 5394
5386 <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>"/> 5395 <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>"/>
5387 </target> 5396 </target>
5388 <context-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> 5397
5389 </trans-unit> 5398 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5390 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5399 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5391 <source>HLS support enabled</source> 5400 <source>HLS support enabled</source>
5392 <target state="new">HLS support enabled</target> 5401 <target state="new">HLS support enabled</target>
5393 <context-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> 5402
5394 </trans-unit> 5403 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5395 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5404 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5396 <source>Transcoding threads</source> 5405 <source>Transcoding threads</source>
5397 <target>Threads gebruikt voor transcoding</target> 5406 <target>Threads gebruikt voor transcoding</target>
5398 <context-group name="null"> 5407 <context-group name="null">
5399 <context context-type="linenumber">517</context> 5408 <context context-type="linenumber">517</context>
5400 </context-group> 5409 </context-group>
5401 <context-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> 5410
5402 </trans-unit> 5411 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5403 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5412 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5404 <source>Resolutions to generate</source> 5413 <source>Resolutions to generate</source>
5405 <target state="new">Resolutions to generate</target> 5414 <target state="new">Resolutions to generate</target>
5406 <context-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> 5415
5407 </trans-unit> 5416 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5408 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5417 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5409 <source>CACHE</source> 5418 <source>CACHE</source>
5410 <target state="new">CACHE</target> 5419 <target state="new">CACHE</target>
5411 <context-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> 5420
5412 </trans-unit> 5421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5413 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5422 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5414 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5423 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5415 <target state="new"> 5424 <target state="new">
5416 Some files are not federated, and fetched when necessary. Define their caching policies. 5425 Some files are not federated, and fetched when necessary. Define their caching policies.
5417 </target> 5426 </target>
5418 <context-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> 5427
5419 </trans-unit> 5428 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit>
5420 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5429 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5421 <source>Number of previews to keep in cache</source> 5430 <source>Number of previews to keep in cache</source>
5422 <target state="new">Number of previews to keep in cache</target> 5431 <target state="new">Number of previews to keep in cache</target>
5423 <context-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> 5432
5424 </trans-unit> 5433 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5425 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5434 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5426 <source>Number of video captions to keep in cache</source> 5435 <source>Number of video captions to keep in cache</source>
5427 <target state="new">Number of video captions to keep in cache</target> 5436 <target state="new">Number of video captions to keep in cache</target>
5428 <context-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> 5437
5429 </trans-unit> 5438 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5430 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5439 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5431 <source>CUSTOMIZATIONS</source> 5440 <source>CUSTOMIZATIONS</source>
5432 <target state="new">CUSTOMIZATIONS</target> 5441 <target state="new">CUSTOMIZATIONS</target>
5433 <context-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> 5442
5434 </trans-unit> 5443 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5435 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5444 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5436 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5445 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5437 <target state="new"> 5446 <target state="new">
5438 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5447 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5439 </target> 5448 </target>
5440 <context-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> 5449
5441 </trans-unit> 5450 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5442 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5451 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5443 <source>JavaScript</source> 5452 <source>JavaScript</source>
5444 <target>JavaScript</target> 5453 <target>JavaScript</target>
5445 <context-group name="null"> 5454 <context-group name="null">
5446 <context context-type="linenumber">575</context> 5455 <context context-type="linenumber">575</context>
5447 </context-group> 5456 </context-group>
5448 <context-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> 5457
5449 </trans-unit> 5458 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5450 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5459 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5451 <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> 5460 <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>
5452 <target state="new"> 5461 <target state="new">
5453 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5462 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5454 </target> 5463 </target>
5455 <context-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> 5464
5456 </trans-unit> 5465 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5457 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5466 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5458 <source> 5467 <source>
5459 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/>"/> 5468 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/>"/>
@@ -5479,29 +5488,29 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5479 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5488 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5480 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5489 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5481 </target> 5490 </target>
5482 <context-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> 5491
5483 </trans-unit> 5492 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5484 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5493 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5485 <source>Advanced configuration</source> 5494 <source>Advanced configuration</source>
5486 <target>Geavanceerde configuratie</target> 5495 <target>Geavanceerde configuratie</target>
5487 <context-group name="null"> 5496 <context-group name="null">
5488 <context context-type="linenumber">452</context> 5497 <context context-type="linenumber">452</context>
5489 </context-group> 5498 </context-group>
5490 <context-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> 5499
5491 </trans-unit> 5500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5492 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5501 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5493 <source>Update configuration</source> 5502 <source>Update configuration</source>
5494 <target>Bijwerkingsconfiguratie</target> 5503 <target>Bijwerkingsconfiguratie</target>
5495 <context-group name="null"> 5504 <context-group name="null">
5496 <context context-type="linenumber">628</context> 5505 <context context-type="linenumber">628</context>
5497 </context-group> 5506 </context-group>
5498 <context-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> 5507
5499 </trans-unit> 5508 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5500 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5509 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5501 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5510 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5502 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5511 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5503 <context-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> 5512
5504 </trans-unit> 5513 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5505 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5514 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5506 <source>PROFILE</source> 5515 <source>PROFILE</source>
5507 <target state="new">PROFILE</target> 5516 <target state="new">PROFILE</target>
@@ -5734,6 +5743,12 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5734 <context context-type="linenumber">17</context> 5743 <context context-type="linenumber">17</context>
5735 </context-group> 5744 </context-group>
5736 <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">17</context></context-group> 5745 <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">17</context></context-group>
5746 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5747 <source>Your current password</source><target state="new">Your current password</target>
5748 <context-group purpose="location">
5749 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5750 <context context-type="linenumber">26</context>
5751 </context-group>
5737 </trans-unit> 5752 </trans-unit>
5738 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5753 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5739 <source>Your password</source> 5754 <source>Your password</source>
@@ -5741,16 +5756,16 @@ Als je een account op Mastodon of Pleroma hebt, kan je het direct openen vanuit
5741 <context-group name="null"> 5756 <context-group name="null">
5742 <context context-type="linenumber">27</context> 5757 <context context-type="linenumber">27</context>
5743 </context-group> 5758 </context-group>
5744 <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">27</context></context-group> 5759
5745 </trans-unit> 5760 <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">28</context></context-group></trans-unit>
5746 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5761 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5747 <source>Change email</source> 5762 <source>Change email</source>
5748 <target>Verander e-mail</target> 5763 <target>Verander e-mail</target>
5749 <context-group name="null"> 5764 <context-group name="null">
5750 <context context-type="linenumber">35</context> 5765 <context context-type="linenumber">35</context>
5751 </context-group> 5766 </context-group>
5752 <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">35</context></context-group> 5767
5753 </trans-unit> 5768 <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">36</context></context-group></trans-unit>
5754 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5769 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5755 <source>Theme</source> 5770 <source>Theme</source>
5756 <target>Thema</target> 5771 <target>Thema</target>
@@ -6603,17 +6618,18 @@ Vraag e-mail voor accountverificatie aan</target>
6603 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6618 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6604 <context context-type="linenumber">2</context> 6619 <context context-type="linenumber">2</context>
6605 </context-group> 6620 </context-group>
6606 </trans-unit> 6621 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6607 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6622 <source>
6608 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6623 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6609 <target state="new"> 6624 </source><target state="new">
6610 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6625 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6611 </target> 6626 </target>
6612 <context-group purpose="location"> 6627 <context-group purpose="location">
6613 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6628 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6614 <context context-type="linenumber">9</context> 6629 <context context-type="linenumber">9</context>
6615 </context-group> 6630 </context-group>
6616 </trans-unit> 6631 </trans-unit>
6632
6617 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6633 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6618 <source> 6634 <source>
6619 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6635 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -10463,6 +10479,24 @@ Account aanmaken</target>
10463 <context context-type="linenumber">1</context> 10479 <context context-type="linenumber">1</context>
10464 </context-group> 10480 </context-group>
10465 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10481 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10482 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10483 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10484 <context-group purpose="location">
10485 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10486 <context context-type="linenumber">1</context>
10487 </context-group>
10488 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10489 <source>Delete account comments</source><target state="new">Delete account comments</target>
10490 <context-group purpose="location">
10491 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10492 <context context-type="linenumber">1</context>
10493 </context-group>
10494 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10495 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10496 <context-group purpose="location">
10497 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10498 <context context-type="linenumber">1</context>
10499 </context-group>
10466 </trans-unit> 10500 </trans-unit>
10467 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10501 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10468 <source>Edit user</source> 10502 <source>Edit user</source>
@@ -10567,6 +10601,18 @@ Account aanmaken</target>
10567 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10601 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10568 <context context-type="linenumber">1</context> 10602 <context context-type="linenumber">1</context>
10569 </context-group> 10603 </context-group>
10604 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10605 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10606 <context-group purpose="location">
10607 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10608 <context context-type="linenumber">1</context>
10609 </context-group>
10610 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10611 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10612 <context-group purpose="location">
10613 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10614 <context context-type="linenumber">1</context>
10615 </context-group>
10570 </trans-unit> 10616 </trans-unit>
10571 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10617 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10572 <source>Mute this account by your instance</source> 10618 <source>Mute this account by your instance</source>
@@ -10631,6 +10677,18 @@ Account aanmaken</target>
10631 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10677 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10632 <context context-type="linenumber">1</context> 10678 <context context-type="linenumber">1</context>
10633 </context-group> 10679 </context-group>
10680 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10681 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10682 <context-group purpose="location">
10683 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10684 <context context-type="linenumber">1</context>
10685 </context-group>
10686 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10687 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10688 <context-group purpose="location">
10689 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10690 <context context-type="linenumber">1</context>
10691 </context-group>
10634 </trans-unit> 10692 </trans-unit>
10635 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10693 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10636 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10694 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.oc.xlf b/client/src/locale/angular.oc.xlf
index 7b29b7c64..59f3ae7f4 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>
@@ -408,9 +416,9 @@
408 <context-group name="null"> 416 <context-group name="null">
409 <context context-type="linenumber">9</context> 417 <context context-type="linenumber">9</context>
410 </context-group> 418 </context-group>
411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 419
412 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 420
413 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
414 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
415 <source>Start at</source> 423 <source>Start at</source>
416 <target>Debuta a</target> 424 <target>Debuta a</target>
@@ -478,9 +486,9 @@
478 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 486 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
479 <source>video</source> 487 <source>video</source>
480 <target state="translated">vidèo</target> 488 <target state="translated">vidèo</target>
481 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 489
482 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 490
483 </trans-unit> 491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
484 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 492 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
485 <source>subtitles</source> 493 <source>subtitles</source>
486 <target state="translated">sostítols</target> 494 <target state="translated">sostítols</target>
@@ -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>
@@ -696,10 +704,10 @@
696 <context-group name="null"> 704 <context-group name="null">
697 <context context-type="linenumber">34</context> 705 <context context-type="linenumber">34</context>
698 </context-group> 706 </context-group>
699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 707
700 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 708
701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 709
702 </trans-unit> 710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
703 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 711 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
704 <source>Edit starts/stops at</source> 712 <source>Edit starts/stops at</source>
705 <target>Modificar la debuta/fin</target> 713 <target>Modificar la debuta/fin</target>
@@ -749,11 +757,11 @@
749 <context-group name="null"> 757 <context-group name="null">
750 <context context-type="linenumber">13</context> 758 <context context-type="linenumber">13</context>
751 </context-group> 759 </context-group>
752 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 760
753 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 761
754 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 762
755 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 763
756 </trans-unit> 764 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
757 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 765 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
758 <source>Edit</source> 766 <source>Edit</source>
759 <target>Modificar</target> 767 <target>Modificar</target>
@@ -854,10 +862,13 @@
854 <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> 862 <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>
855 </trans-unit> 863 </trans-unit>
856 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 864 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
857 <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> 865 <source>
866 <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>"/>
867 <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>"/>
868 </source>
858 <target> 869 <target>
859 <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;"/> 870 <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>"/>
860 <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;"/> 871 <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>"/>
861 </target> 872 </target>
862 <context-group name="null"> 873 <context-group name="null">
863 <context context-type="linenumber">10</context> 874 <context context-type="linenumber">10</context>
@@ -865,16 +876,22 @@
865 <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> 876 <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>
866 </trans-unit> 877 </trans-unit>
867 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 878 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
868 <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> 879 <source>
869 <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> 880 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/>"/>
881 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
882 </source>
883 <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>
870 <context-group purpose="location"> 884 <context-group purpose="location">
871 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 885 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
872 <context context-type="linenumber">17</context> 886 <context context-type="linenumber">17</context>
873 </context-group> 887 </context-group>
874 </trans-unit> 888 </trans-unit>
875 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 889 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
876 <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> 890 <source>
877 <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> 891 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/>"/>
892 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
893 </source>
894 <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>
878 <context-group purpose="location"> 895 <context-group purpose="location">
879 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 896 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
880 <context context-type="linenumber">26</context> 897 <context context-type="linenumber">26</context>
@@ -889,8 +906,11 @@
889 </context-group> 906 </context-group>
890 </trans-unit> 907 </trans-unit>
891 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 908 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
892 <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> 909 <source>
893 <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> 910 <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>"/>
911 <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>"/>
912 </source>
913 <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>
894 <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> 914 <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>
895 </trans-unit> 915 </trans-unit>
896 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c"> 916 <trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c">
@@ -945,9 +965,9 @@
945 <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> 965 <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>
946 </trans-unit> 966 </trans-unit>
947 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 967 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
948 <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> 968 <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>
949 <target> 969 <target>
950 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;"/> 970 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>"/>
951 </target> 971 </target>
952 <context-group name="null"> 972 <context-group name="null">
953 <context context-type="linenumber">53</context> 973 <context context-type="linenumber">53</context>
@@ -1145,9 +1165,9 @@
1145 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1165 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1146 </trans-unit> 1166 </trans-unit>
1147 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1167 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1148 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1168 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1149 <target state="new"> 1169 <target state="new">
1150 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 1170 Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1151 </target> 1171 </target>
1152 <context-group purpose="location"> 1172 <context-group purpose="location">
1153 <context context-type="sourcefile">src/app/login/login.component.html</context> 1173 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1165,14 +1185,21 @@
1165 </context-group> 1185 </context-group>
1166 </trans-unit> 1186 </trans-unit>
1167 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1187 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1168 <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> 1188 <source>
1189 Currently this instance doesn't allow for user registration, but you can find an instance
1190 that gives you the possibility to sign up for an account and upload your videos there.
1191
1192 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1193
1194 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>"/>.
1195 </source>
1169 <target state="new"> 1196 <target state="new">
1170 Currently this instance doesn't allow for user registration, but you can find an instance 1197 Currently this instance doesn't allow for user registration, but you can find an instance
1171 that gives you the possibility to sign up for an account and upload your videos there. 1198 that gives you the possibility to sign up for an account and upload your videos there.
1172 1199
1173 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 1200 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1174 1201
1175 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;"/>. 1202 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>"/>.
1176 </target> 1203 </target>
1177 <context-group purpose="location"> 1204 <context-group purpose="location">
1178 <context context-type="sourcefile">src/app/login/login.component.html</context> 1205 <context context-type="sourcefile">src/app/login/login.component.html</context>
@@ -1338,9 +1365,9 @@
1338 </context-group> 1365 </context-group>
1339 </trans-unit> 1366 </trans-unit>
1340 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1367 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1341 <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> 1368 <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>
1342 <target> 1369 <target>
1343 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;"/> 1370 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>"/>
1344 </target> 1371 </target>
1345 <context-group name="null"> 1372 <context-group name="null">
1346 <context context-type="linenumber">6</context> 1373 <context context-type="linenumber">6</context>
@@ -1348,10 +1375,13 @@
1348 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1375 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1349 </trans-unit> 1376 </trans-unit>
1350 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1377 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1351 <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> 1378 <source>
1379 Filters
1380 <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>"/>
1381 </source>
1352 <target> 1382 <target>
1353 Filtres 1383 Filtres
1354 <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;"/> 1384 <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>"/>
1355 </target> 1385 </target>
1356 <context-group name="null"> 1386 <context-group name="null">
1357 <context context-type="linenumber">16</context> 1387 <context context-type="linenumber">16</context>
@@ -1385,7 +1415,8 @@
1385 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1415 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1386 </trans-unit> 1416 </trans-unit>
1387 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1417 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1388 <source>CLI documentation</source> 1418 <source>CLI
1419 documentation</source>
1389 <target state="translated">Documentacion CLI</target> 1420 <target state="translated">Documentacion CLI</target>
1390 <context-group purpose="location"> 1421 <context-group purpose="location">
1391 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1422 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1401,7 +1432,8 @@
1401 </context-group> 1432 </context-group>
1402 </trans-unit> 1433 </trans-unit>
1403 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1434 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1404 <source>Administer documentation</source> 1435 <source>Administer
1436 documentation</source>
1405 <target state="translated">Documentacion d'Administrator</target> 1437 <target state="translated">Documentacion d'Administrator</target>
1406 <context-group purpose="location"> 1438 <context-group purpose="location">
1407 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1439 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1417,7 +1449,8 @@
1417 </context-group> 1449 </context-group>
1418 </trans-unit> 1450 </trans-unit>
1419 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1451 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1420 <source>Use documentation</source> 1452 <source>Use
1453 documentation</source>
1421 <target state="translated">Documentacion d’utilizacion</target> 1454 <target state="translated">Documentacion d’utilizacion</target>
1422 <context-group purpose="location"> 1455 <context-group purpose="location">
1423 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1456 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1441,16 +1474,16 @@
1441 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1474 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1442 </trans-unit> 1475 </trans-unit>
1443 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1476 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1444 <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> 1477 <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>
1445 <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> 1478 <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>
1446 <context-group purpose="location"> 1479 <context-group purpose="location">
1447 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1480 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1448 <context context-type="linenumber">44</context> 1481 <context context-type="linenumber">44</context>
1449 </context-group> 1482 </context-group>
1450 </trans-unit> 1483 </trans-unit>
1451 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1484 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1452 <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> 1485 <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>
1453 <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> 1486 <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>
1454 <context-group purpose="location"> 1487 <context-group purpose="location">
1455 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1488 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1456 <context context-type="linenumber">47</context> 1489 <context context-type="linenumber">47</context>
@@ -1465,16 +1498,26 @@
1465 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1498 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1466 </trans-unit> 1499 </trans-unit>
1467 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1500 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1468 <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> 1501 <source>
1469 <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> 1502 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>"/>,
1503 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>"/>
1504 is very important for visitors to understand on what type of instance they are.
1505 </source>
1506 <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>
1470 <context-group purpose="location"> 1507 <context-group purpose="location">
1471 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1508 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1472 <context context-type="linenumber">61</context> 1509 <context context-type="linenumber">61</context>
1473 </context-group> 1510 </context-group>
1474 </trans-unit> 1511 </trans-unit>
1475 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1512 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1476 <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> 1513 <source>
1477 <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> 1514 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
1515 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1516 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
1517 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1518 PeerTube instance.
1519 </source>
1520 <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>
1478 <context-group purpose="location"> 1521 <context-group purpose="location">
1479 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1522 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1480 <context context-type="linenumber">67</context> 1523 <context context-type="linenumber">67</context>
@@ -1569,18 +1612,20 @@
1569 <context context-type="linenumber">21</context> 1612 <context context-type="linenumber">21</context>
1570 </context-group> 1613 </context-group>
1571 <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> 1614 <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>
1572 </trans-unit> 1615 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1573 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1616 <source>
1574 <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> 1617 Please consider configuring 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>"/>.
1575 <target state="new"> 1618 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1576 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;"/>. 1619 </source><target state="new">
1577 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;"/>. 1620 Please consider configuring 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>"/>.
1621 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1578 </target> 1622 </target>
1579 <context-group purpose="location"> 1623 <context-group purpose="location">
1580 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1624 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1581 <context context-type="linenumber">24</context> 1625 <context context-type="linenumber">24</context>
1582 </context-group> 1626 </context-group>
1583 </trans-unit> 1627 </trans-unit>
1628
1584 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec"> 1629 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec">
1585 <source>Configure these fields</source> 1630 <source>Configure these fields</source>
1586 <target>Configuratz aquestes camps</target> 1631 <target>Configuratz aquestes camps</target>
@@ -1894,79 +1939,49 @@
1894 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1939 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1895 <source>GLOBAL SEARCH</source> 1940 <source>GLOBAL SEARCH</source>
1896 <target state="translated">RECÈRCA GLOBALA</target> 1941 <target state="translated">RECÈRCA GLOBALA</target>
1897 <context-group purpose="location"> 1942
1898 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1943 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1899 <context context-type="linenumber">16</context>
1900 </context-group>
1901 </trans-unit>
1902 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1944 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1903 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1945 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1904 <target state="translated">en utilizar <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1946 <target state="translated">en utilizar <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1905 <context-group purpose="location"> 1947
1906 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1948 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1907 <context context-type="linenumber">18</context>
1908 </context-group>
1909 </trans-unit>
1910 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1949 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1911 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1950 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1912 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1951 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1913 <context-group purpose="location"> 1952
1914 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1953 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1915 <context context-type="linenumber">22</context>
1916 </context-group>
1917 </trans-unit>
1918 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1954 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1919 <source>ADVANCED SEARCH</source> 1955 <source>ADVANCED SEARCH</source>
1920 <target state="translated">RECÈRCA AVANÇADA</target> 1956 <target state="translated">RECÈRCA AVANÇADA</target>
1921 <context-group purpose="location"> 1957
1922 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1958 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1923 <context context-type="linenumber">29</context>
1924 </context-group>
1925 </trans-unit>
1926 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1959 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1927 <source>any instance</source> 1960 <source>any instance</source>
1928 <target state="translated">quala que siá instància</target> 1961 <target state="translated">quala que siá instància</target>
1929 <context-group purpose="location"> 1962
1930 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1963 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1931 <context context-type="linenumber">32</context>
1932 </context-group>
1933 </trans-unit>
1934 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1964 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1935 <source>only followed instances</source> 1965 <source>only followed instances</source>
1936 <target state="new">only followed instances</target> 1966 <target state="new">only followed instances</target>
1937 <context-group purpose="location"> 1967
1938 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1968 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1939 <context context-type="linenumber">33</context>
1940 </context-group>
1941 </trans-unit>
1942 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1969 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1943 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1970 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1944 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1971 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1945 <context-group purpose="location"> 1972
1946 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1973 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1947 <context context-type="linenumber">31</context>
1948 </context-group>
1949 </trans-unit>
1950 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1974 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1951 <source>channel</source> 1975 <source>channel</source>
1952 <target state="translated">cadena</target> 1976 <target state="translated">cadena</target>
1953 <context-group purpose="location"> 1977
1954 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1978
1955 <context context-type="linenumber">40</context> 1979 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1956 </context-group>
1957 <context-group purpose="location">
1958 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1959 <context context-type="linenumber">43</context>
1960 </context-group>
1961 </trans-unit>
1962 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1980 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1963 <source>Any other text will return matching video or channel names.</source> 1981 <source>Any other text will return matching video or channel names.</source>
1964 <target state="new">Any other text will return matching video or channel names.</target> 1982 <target state="new">Any other text will return matching video or channel names.</target>
1965 <context-group purpose="location"> 1983
1966 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1984 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1967 <context context-type="linenumber">49</context>
1968 </context-group>
1969 </trans-unit>
1970 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1985 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1971 <source>Search...</source> 1986 <source>Search...</source>
1972 <target>Cercar...</target> 1987 <target>Cercar...</target>
@@ -2008,10 +2023,13 @@
2008 </context-group> 2023 </context-group>
2009 </trans-unit> 2024 </trans-unit>
2010 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2025 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
2011 <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> 2026 <source>
2027 Jump to channel
2028 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2029 </source>
2012 <target state="new"> 2030 <target state="new">
2013 Jump to channel 2031 Jump to channel
2014 <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;"/> 2032 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2015 </target> 2033 </target>
2016 <context-group purpose="location"> 2034 <context-group purpose="location">
2017 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2035 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
@@ -2250,10 +2268,14 @@
2250 <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> 2268 <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>
2251 </trans-unit> 2269 </trans-unit>
2252 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2270 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2253 <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> 2271 <source>
2272 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2273 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2274 Press Enter to add a new tag.
2275 </source>
2254 <target state="new"> 2276 <target state="new">
2255 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2277 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2256 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2278 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2257 Press Enter to add a new tag. 2279 Press Enter to add a new tag.
2258 </target> 2280 </target>
2259 <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> 2281 <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>
@@ -2415,7 +2437,7 @@
2415 <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> 2437 <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>
2416 </trans-unit> 2438 </trans-unit>
2417 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2439 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2418 <source>Already uploaded ✔</source> 2440 <source>Already uploaded ✔</source>
2419 <target>Ja enviada ✔</target> 2441 <target>Ja enviada ✔</target>
2420 <context-group name="null"> 2442 <context-group name="null">
2421 <context context-type="linenumber">179</context> 2443 <context context-type="linenumber">179</context>
@@ -2546,8 +2568,12 @@
2546 <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> 2568 <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>
2547 </trans-unit> 2569 </trans-unit>
2548 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2570 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2549 <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> 2571 <source>
2550 <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> 2572 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>"/>
2573 or URL that points to a raw MP4 file.
2574 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2575 </source>
2576 <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>
2551 <context-group purpose="location"> 2577 <context-group purpose="location">
2552 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2578 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2553 <context context-type="linenumber">10</context> 2579 <context context-type="linenumber">10</context>
@@ -2609,10 +2635,14 @@
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">31</context></context-group> 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">31</context></context-group>
2610 </trans-unit> 2636 </trans-unit>
2611 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2637 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2612 <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> 2638 <source>
2639 Image that will be merged with your audio file.
2640 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2641 The chosen image will be definitive and cannot be modified.
2642 </source>
2613 <target> 2643 <target>
2614 L’imatge serà fusionat amb lo fichièr àudio. 2644 L’imatge serà fusionat amb lo fichièr àudio.
2615 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2645 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2616 L’imatge causit serà definitiu e se pòt pas modificar. 2646 L’imatge causit serà definitiu e se pòt pas modificar.
2617 </target> 2647 </target>
2618 <context-group name="null"> 2648 <context-group name="null">
@@ -2682,7 +2712,10 @@
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">13</context></context-group> 2712 <context-group 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>
2683 </trans-unit> 2713 </trans-unit>
2684 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2714 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2685 <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> 2715 <source>
2716 You can import any torrent file that points to a mp4 file.
2717 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.
2718 </source>
2686 <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> 2719 <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>
2687 <context-group 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> 2720 <context-group 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>
2688 </trans-unit> 2721 </trans-unit>
@@ -2697,11 +2730,15 @@
2697 <context-group 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> 2730 <context-group 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>
2698 </trans-unit> 2731 </trans-unit>
2699 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2732 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2700 <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> 2733 <source>
2734 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.
2735 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2736 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.
2737 </source>
2701 <target state="new"> 2738 <target state="new">
2702 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. 2739 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.
2703 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2740 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2704 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. 2741 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.
2705 </target> 2742 </target>
2706 <context-group purpose="location"> 2743 <context-group purpose="location">
2707 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2744 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2944,9 +2981,9 @@
2944 <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> 2981 <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>
2945 </trans-unit> 2982 </trans-unit>
2946 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2983 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2947 <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> 2984 <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>
2948 <target state="new"> 2985 <target state="new">
2949 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;"/> 2986 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>"/>
2950 </target> 2987 </target>
2951 <context-group purpose="location"> 2988 <context-group purpose="location">
2952 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2989 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2954,9 +2991,9 @@
2954 </context-group> 2991 </context-group>
2955 </trans-unit> 2992 </trans-unit>
2956 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2993 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2957 <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>
2958 <target state="new"> 2995 <target state="new">
2959 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;"/> 2996 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>"/>
2960 </target> 2997 </target>
2961 <context-group purpose="location"> 2998 <context-group purpose="location">
2962 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2999 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3256,7 +3293,11 @@
3256 <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> 3293 <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>
3257 </trans-unit> 3294 </trans-unit>
3258 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3295 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3259 <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> 3296 <source>
3297 You can comment using an account on any ActivityPub-compatible instance.
3298 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3299 from within the software's interface.
3300 </source>
3260 <target state="new"> 3301 <target state="new">
3261 You can comment using an account on any ActivityPub-compatible instance. 3302 You can comment using an account on any ActivityPub-compatible instance.
3262 On most platforms, you can find the video by typing its URL in the search bar and then comment it 3303 On most platforms, you can find the video by typing its URL in the search bar and then comment it
@@ -3296,13 +3337,13 @@
3296 <context-group name="null"> 3337 <context-group name="null">
3297 <context context-type="linenumber">14</context> 3338 <context context-type="linenumber">14</context>
3298 </context-group> 3339 </context-group>
3299 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3340
3300 </trans-unit> 3341 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3301 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3342 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3302 <source>This comment has been deleted</source> 3343 <source>This comment has been deleted</source>
3303 <target state="translated">Aqueste comentari es estat escafat</target> 3344 <target state="translated">Aqueste comentari es estat escafat</target>
3304 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3345
3305 </trans-unit> 3346 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3306 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3347 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3307 <source>Follows &amp; redundancies</source> 3348 <source>Follows &amp; redundancies</source>
3308 <target state="translated">Seguidors e redondància</target> 3349 <target state="translated">Seguidors e redondància</target>
@@ -3442,8 +3483,8 @@
3442 <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> 3483 <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>
3443 </trans-unit> 3484 </trans-unit>
3444 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3485 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3445 <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> 3486 <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>
3446 <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> 3487 <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>
3447 <context-group name="null"> 3488 <context-group name="null">
3448 <context context-type="linenumber">11</context> 3489 <context context-type="linenumber">11</context>
3449 </context-group> 3490 </context-group>
@@ -3533,8 +3574,8 @@
3533 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3574 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3534 </trans-unit> 3575 </trans-unit>
3535 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3576 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3536 <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> 3577 <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>
3537 <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> 3578 <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>
3538 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3539 </trans-unit> 3580 </trans-unit>
3540 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3581 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3655,9 +3696,12 @@
3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></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">48</context></context-group>
3656 </trans-unit> 3697 </trans-unit>
3657 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3698 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3658 <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> 3699 <source>
3700 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/>"/>
3701 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3702 </source>
3659 <target state="new"> 3703 <target state="new">
3660 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;"/> 3704 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/>"/>
3661 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3705 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3662 </target> 3706 </target>
3663 <context-group purpose="location"> 3707 <context-group purpose="location">
@@ -3751,16 +3795,16 @@
3751 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3795 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3752 </trans-unit> 3796 </trans-unit>
3753 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3797 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3754 <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> 3798 <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>
3755 <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> 3799 <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>
3756 <context-group name="null"> 3800 <context-group name="null">
3757 <context context-type="linenumber">40</context> 3801 <context context-type="linenumber">40</context>
3758 </context-group> 3802 </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">45</context></context-group> 3803 <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>
3760 </trans-unit> 3804 </trans-unit>
3761 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3805 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3762 <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> 3806 <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>
3763 <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> 3807 <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>
3764 <context-group name="null"> 3808 <context-group name="null">
3765 <context context-type="linenumber">42</context> 3809 <context context-type="linenumber">42</context>
3766 </context-group> 3810 </context-group>
@@ -3811,8 +3855,8 @@
3811 <context-group name="null"> 3855 <context-group name="null">
3812 <context context-type="linenumber">95</context> 3856 <context context-type="linenumber">95</context>
3813 </context-group> 3857 </context-group>
3814 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3858
3815 </trans-unit> 3859 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3816 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3860 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3817 <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> 3861 <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>
3818 <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> 3862 <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>
@@ -3871,8 +3915,8 @@
3871 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3915 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3872 </trans-unit> 3916 </trans-unit>
3873 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3917 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3874 <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> 3918 <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>
3875 <target state="new">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> 3919 <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>
3876 <context-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> 3920 <context-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>
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">24</context></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">24</context></context-group>
3878 </trans-unit> 3922 </trans-unit>
@@ -3931,8 +3975,8 @@
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">26</context></context-group> 3975 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3932 </trans-unit> 3976 </trans-unit>
3933 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3977 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3934 <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> 3978 <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>
3935 <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> 3979 <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>
3936 <context-group name="null"> 3980 <context-group name="null">
3937 <context context-type="linenumber">11</context> 3981 <context context-type="linenumber">11</context>
3938 </context-group> 3982 </context-group>
@@ -4144,8 +4188,8 @@
4144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4145 </trans-unit> 4189 </trans-unit>
4146 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4190 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4147 <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> 4191 <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>
4148 <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> 4192 <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>
4149 <context-group name="null"> 4193 <context-group name="null">
4150 <context context-type="linenumber">11</context> 4194 <context context-type="linenumber">11</context>
4151 </context-group> 4195 </context-group>
@@ -4154,8 +4198,8 @@
4154 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4155 </trans-unit> 4199 </trans-unit>
4156 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4200 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4157 <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> 4201 <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>
4158 <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> 4202 <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>
4159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4203 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4160 </trans-unit> 4204 </trans-unit>
4161 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4205 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4175,9 +4219,9 @@
4175 </context-group> 4219 </context-group>
4176 </trans-unit> 4220 </trans-unit>
4177 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4221 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4178 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4222 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4179 <target state="new"> 4223 <target state="new">
4180 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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;"/> 4224 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4181 </target> 4225 </target>
4182 <context-group purpose="location"> 4226 <context-group purpose="location">
4183 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4227 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4201,9 +4245,9 @@
4201 </context-group> 4245 </context-group>
4202 </trans-unit> 4246 </trans-unit>
4203 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4247 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4204 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4248 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4205 <target state="new"> 4249 <target state="new">
4206 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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;"/> 4250 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4207 </target> 4251 </target>
4208 <context-group purpose="location"> 4252 <context-group purpose="location">
4209 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4253 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4251,8 +4295,8 @@
4251 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4295 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4252 </trans-unit> 4296 </trans-unit>
4253 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4297 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4254 <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> 4298 <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>
4255 <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> 4299 <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>
4256 <context-group name="null"> 4300 <context-group name="null">
4257 <context context-type="linenumber">13</context> 4301 <context context-type="linenumber">13</context>
4258 </context-group> 4302 </context-group>
@@ -4381,6 +4425,12 @@
4381 <context context-type="linenumber">51</context> 4425 <context context-type="linenumber">51</context>
4382 </context-group> 4426 </context-group>
4383 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4427 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4428 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4429 <source>Close this message</source><target state="new">Close this message</target>
4430 <context-group purpose="location">
4431 <context context-type="sourcefile">src/app/app.component.html</context>
4432 <context context-type="linenumber">34</context>
4433 </context-group>
4384 </trans-unit> 4434 </trans-unit>
4385 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4435 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4386 <source>Go to the plugin homepage</source> 4436 <source>Go to the plugin homepage</source>
@@ -4545,8 +4595,8 @@
4545 </context-group> 4595 </context-group>
4546 </trans-unit> 4596 </trans-unit>
4547 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4597 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4548 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4598 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4549 <target state="translated">Per <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4599 <target state="translated">Per <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4550 <context-group purpose="location"> 4600 <context-group purpose="location">
4551 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4601 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4552 <context context-type="linenumber">32</context> 4602 <context context-type="linenumber">32</context>
@@ -4594,8 +4644,8 @@
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">65</context></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">65</context></context-group>
4595 </trans-unit> 4645 </trans-unit>
4596 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4646 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4597 <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> 4647 <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>
4598 <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> 4648 <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>
4599 <context-group purpose="location"><context context-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> 4649 <context-group purpose="location"><context context-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>
4600 </trans-unit> 4650 </trans-unit>
4601 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4651 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4637,9 +4687,9 @@
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">75</context></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">75</context></context-group>
4638 </trans-unit> 4688 </trans-unit>
4639 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4689 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4640 <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> 4690 <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>
4641 <target state="new"> 4691 <target state="new">
4642 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. 4692 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.
4643 </target> 4693 </target>
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">76</context></context-group> 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">76</context></context-group>
4645 </trans-unit> 4695 </trans-unit>
@@ -4649,9 +4699,12 @@
4649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group> 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">86</context></context-group>
4650 </trans-unit> 4700 </trans-unit>
4651 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4701 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4652 <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> 4702 <source>
4703 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/>"/>
4704 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4705 </source>
4653 <target state="new"> 4706 <target state="new">
4654 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;"/> 4707 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/>"/>
4655 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4708 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4656 </target> 4709 </target>
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">90</context></context-group> 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">90</context></context-group>
@@ -4665,9 +4718,9 @@
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">99</context></context-group> 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">99</context></context-group>
4666 </trans-unit> 4719 </trans-unit>
4667 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4720 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4668 <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> 4721 <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>
4669 <target state="new"> 4722 <target state="new">
4670 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. 4723 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.
4671 </target> 4724 </target>
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">103</context></context-group> 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">103</context></context-group>
4673 </trans-unit> 4726 </trans-unit>
@@ -4816,9 +4869,9 @@
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">240</context></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">240</context></context-group>
4817 </trans-unit> 4870 </trans-unit>
4818 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4871 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4819 <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> 4872 <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>
4820 <target state="new"> 4873 <target state="new">
4821 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;"/>. 4874 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>"/>.
4822 </target> 4875 </target>
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">241</context></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">241</context></context-group>
4824 </trans-unit> 4877 </trans-unit>
@@ -4871,43 +4924,83 @@
4871 <context context-type="linenumber">223</context> 4924 <context context-type="linenumber">223</context>
4872 </context-group> 4925 </context-group>
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">270</context></context-group> 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">270</context></context-group>
4927 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4928 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4929 <context-group purpose="location">
4930 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4931 <context context-type="linenumber">281</context>
4932 </context-group>
4933 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4934 <source>
4935 Display a message on your instance
4936 </source><target state="new">
4937 Display a message on your instance
4938 </target>
4939 <context-group purpose="location">
4940 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4941 <context context-type="linenumber">282</context>
4942 </context-group>
4943 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4944 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4945 <context-group purpose="location">
4946 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4947 <context context-type="linenumber">294</context>
4948 </context-group>
4949 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4950 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4951 <context-group purpose="location">
4952 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4953 <context context-type="linenumber">301</context>
4954 </context-group>
4955 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4956 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4957 <context-group purpose="location">
4958 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4959 <context context-type="linenumber">306</context>
4960 </context-group>
4961 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4962 <source>Message</source><target state="new">Message</target>
4963 <context-group purpose="location">
4964 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4965 <context context-type="linenumber">318</context>
4966 </context-group>
4874 </trans-unit> 4967 </trans-unit>
4875 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4968 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4876 <source>NEW USERS</source> 4969 <source>NEW USERS</source>
4877 <target state="translated">NÒU UTILIZAIRES</target> 4970 <target state="translated">NÒU UTILIZAIRES</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">281</context></context-group> 4971
4879 </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">333</context></context-group></trans-unit>
4880 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4973 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4881 <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> 4974 <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>
4882 <target state="new"> 4975 <target state="new">
4883 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. 4976 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.
4884 </target> 4977 </target>
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">282</context></context-group> 4978
4886 </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">334</context></context-group></trans-unit>
4887 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4980 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4888 <source>Signup enabled</source> 4981 <source>Signup enabled</source>
4889 <target>Inscripcions activadas</target> 4982 <target>Inscripcions activadas</target>
4890 <context-group name="null"> 4983 <context-group name="null">
4891 <context context-type="linenumber">235</context> 4984 <context context-type="linenumber">235</context>
4892 </context-group> 4985 </context-group>
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">293</context></context-group> 4986
4894 </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">345</context></context-group></trans-unit>
4895 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4988 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4896 <source>Signup requires email verification</source> 4989 <source>Signup requires email verification</source>
4897 <target>L’inscripcion demanda una verificacion d’adreça electronica</target> 4990 <target>L’inscripcion demanda una verificacion d’adreça electronica</target>
4898 <context-group name="null"> 4991 <context-group name="null">
4899 <context context-type="linenumber">242</context> 4992 <context context-type="linenumber">242</context>
4900 </context-group> 4993 </context-group>
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">301</context></context-group> 4994
4902 </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">353</context></context-group></trans-unit>
4903 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4996 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4904 <source>Signup limit</source> 4997 <source>Signup limit</source>
4905 <target>Limit d’inscripcions</target> 4998 <target>Limit d’inscripcions</target>
4906 <context-group name="null"> 4999 <context-group name="null">
4907 <context context-type="linenumber">247</context> 5000 <context context-type="linenumber">247</context>
4908 </context-group> 5001 </context-group>
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">305</context></context-group> 5002
4910 </trans-unit> 5003 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
4911 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 5004 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4912 <source>Users</source> 5005 <source>Users</source>
4913 <target>Utilizaires</target> 5006 <target>Utilizaires</target>
@@ -5012,103 +5105,97 @@
5012 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 5105 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
5013 <source>Default video quota per user</source> 5106 <source>Default video quota per user</source>
5014 <target state="translated">Quòta vidèo per defaut per utilizaire</target> 5107 <target state="translated">Quòta vidèo per defaut per utilizaire</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">320</context></context-group> 5108
5016 </trans-unit> 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">372</context></context-group></trans-unit>
5017 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 5110 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
5018 <source>Default daily upload limit per user</source> 5111 <source>Default daily upload limit per user</source>
5019 <target state="new">Default daily upload limit per user</target> 5112 <target state="new">Default daily upload limit per user</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">332</context></context-group> 5113
5021 </trans-unit> 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">384</context></context-group></trans-unit>
5022 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5115 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
5023 <source>NEW VIDEOS</source> 5116 <source>NEW VIDEOS</source>
5024 <target state="new">NEW VIDEOS</target> 5117 <target state="new">NEW VIDEOS</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">349</context></context-group> 5118
5026 </trans-unit> 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">401</context></context-group></trans-unit>
5027 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5120 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
5028 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5121 <source>Allow import with HTTP URL (i.e. YouTube)</source>
5029 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 5122 <target state="new">Allow import with HTTP URL (i.e. YouTube)</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">360</context></context-group> 5123
5031 </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">412</context></context-group></trans-unit>
5032 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5125 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
5033 <source>Allow import with a torrent file or a magnet URI</source> 5126 <source>Allow import with a torrent file or a magnet URI</source>
5034 <target state="new">Allow import with a torrent file or a magnet URI</target> 5127 <target state="new">Allow import with a torrent file or a magnet URI</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">367</context></context-group> 5128
5036 </trans-unit> 5129 <context-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>
5037 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5130 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
5038 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5131 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
5039 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 5132 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">384</context></context-group> 5133
5041 </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">436</context></context-group></trans-unit>
5042 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5135 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
5043 <source>Blacklist new videos automatically</source> 5136 <source>Blacklist new videos automatically</source>
5044 <target state="new">Blacklist new videos automatically</target> 5137 <target state="new">Blacklist new videos automatically</target>
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">381</context></context-group> 5138
5046 </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">433</context></context-group></trans-unit>
5047 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5140 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
5048 <source>FEDERATION</source> 5141 <source>FEDERATION</source>
5049 <target state="translated">FEDERACION</target> 5142 <target state="translated">FEDERACION</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">398</context></context-group> 5143
5051 </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">450</context></context-group></trans-unit>
5052 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5145 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5053 <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> 5146 <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>
5054 <target state="new"> 5147 <target state="new">
5055 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. 5148 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.
5056 </target> 5149 </target>
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">399</context></context-group> 5150
5058 </trans-unit> 5151 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit>
5059 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5152 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5060 <source>Other instances can follow yours</source> 5153 <source>Other instances can follow yours</source>
5061 <target state="new">Other instances can follow yours</target> 5154 <target state="new">Other instances can follow yours</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">412</context></context-group> 5155
5063 </trans-unit> 5156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit>
5064 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5157 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
5065 <source>Manually approve new instance followers</source> 5158 <source>Manually approve new instance followers</source>
5066 <target state="new">Manually approve new instance followers</target> 5159 <target state="new">Manually approve new instance followers</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">419</context></context-group> 5160
5068 </trans-unit> 5161 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">471</context></context-group></trans-unit>
5069 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5162 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
5070 <source>Automatically follow back instances</source> 5163 <source>Automatically follow back instances</source>
5071 <target state="new">Automatically follow back instances</target> 5164 <target state="new">Automatically follow back instances</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">432</context></context-group> 5165
5073 </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">484</context></context-group></trans-unit>
5074 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5167 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5075 <source>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;"/>. </source> 5168 <source>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>"/>. </source>
5076 <target state="new"> 5169 <target state="new">
5077 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;"/>. 5170 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>"/>.
5078 </target> 5171 </target>
5079 <context-group purpose="location"> 5172
5080 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">502</context></context-group></trans-unit>
5081 <context context-type="linenumber">450</context>
5082 </context-group>
5083 </trans-unit>
5084 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5174 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
5085 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5175 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
5086 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 5176 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
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">296</context></context-group> 5177
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">435</context></context-group> 5178
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">448</context></context-group> 5179
5090 </trans-unit> 5180 <context-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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
5091 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 5181 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
5092 <source>Index URL</source> 5182 <source>Index URL</source>
5093 <target>URL de l’indèx </target> 5183 <target>URL de l’indèx </target>
5094 <context-group name="null"> 5184 <context-group name="null">
5095 <context context-type="linenumber">371</context> 5185 <context context-type="linenumber">371</context>
5096 </context-group> 5186 </context-group>
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">457</context></context-group> 5187
5098 </trans-unit> 5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">509</context></context-group></trans-unit>
5099 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5189 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5100 <source>Automatically follow instances of a public index</source> 5190 <source>Automatically follow instances of a public index</source>
5101 <target state="new">Automatically follow instances of a public index</target> 5191 <target state="new">Automatically follow instances of a public index</target>
5102 <context-group purpose="location"> 5192
5103 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5193 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">497</context></context-group></trans-unit>
5104 <context context-type="linenumber">445</context>
5105 </context-group>
5106 </trans-unit>
5107 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5194 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5108 <source>ADMINISTRATORS</source> 5195 <source>ADMINISTRATORS</source>
5109 <target state="translated">ADMINISTRATORS</target> 5196 <target state="translated">ADMINISTRATORS</target>
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">477</context></context-group> 5197
5111 </trans-unit> 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">529</context></context-group></trans-unit>
5112 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5199 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
5113 <source>Administrator</source> 5200 <source>Administrator</source>
5114 <target>Administrator</target> 5201 <target>Administrator</target>
@@ -5123,16 +5210,16 @@
5123 <context-group name="null"> 5210 <context-group name="null">
5124 <context context-type="linenumber">387</context> 5211 <context context-type="linenumber">387</context>
5125 </context-group> 5212 </context-group>
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">483</context></context-group> 5213
5127 </trans-unit> 5214 <context-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>
5128 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5215 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
5129 <source>Enable contact form</source> 5216 <source>Enable contact form</source>
5130 <target>Activar lo formulari de contacte</target> 5217 <target>Activar lo formulari de contacte</target>
5131 <context-group name="null"> 5218 <context-group name="null">
5132 <context context-type="linenumber">398</context> 5219 <context context-type="linenumber">398</context>
5133 </context-group> 5220 </context-group>
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">494</context></context-group> 5221
5135 </trans-unit> 5222 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
5136 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5223 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
5137 <source>Basic configuration</source> 5224 <source>Basic configuration</source>
5138 <target>Configuracion de basa</target> 5225 <target>Configuracion de basa</target>
@@ -5144,243 +5231,282 @@
5144 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5231 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5145 <source>TWITTER</source> 5232 <source>TWITTER</source>
5146 <target state="translated">TWITTER</target> 5233 <target state="translated">TWITTER</target>
5147 <context-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> 5234
5148 </trans-unit> 5235 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit>
5149 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5236 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5150 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5237 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5151 <target state="new"> 5238 <target state="new">
5152 Optional. If any, provide the Twitter account representing your instance to improve link previews. 5239 Optional. If any, provide the Twitter account representing your instance to improve link previews.
5153 </target> 5240 </target>
5154 <context-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> 5241
5155 </trans-unit> 5242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit>
5156 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5243 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5157 <source>Your Twitter username</source> 5244 <source>Your Twitter username</source>
5158 <target>Vòstre nom d’utilizaire Twitter</target> 5245 <target>Vòstre nom d’utilizaire Twitter</target>
5159 <context-group name="null"> 5246 <context-group name="null">
5160 <context context-type="linenumber">413</context> 5247 <context context-type="linenumber">413</context>
5161 </context-group> 5248 </context-group>
5162 <context-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> 5249
5163 </trans-unit> 5250 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
5164 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5251 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5165 <source>Instance whitelisted by Twitter</source> 5252 <source>Instance whitelisted by Twitter</source>
5166 <target>Instàncias en lista blanca per Twitter</target> 5253 <target>Instàncias en lista blanca per Twitter</target>
5167 <context-group name="null"> 5254 <context-group name="null">
5168 <context context-type="linenumber">431</context> 5255 <context context-type="linenumber">431</context>
5169 </context-group> 5256 </context-group>
5170 <context-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> 5257
5171 </trans-unit> 5258 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
5172 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5259 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5173 <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> 5260 <source>
5261 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/>"/>
5262 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/>"/>
5263 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5264 <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>"/>
5265 to see if you instance is whitelisted.
5266 </source>
5174 <target state="new"> 5267 <target state="new">
5175 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;"/> 5268 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/>"/>
5176 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;"/> 5269 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/>"/>
5177 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5270 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5178 <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;"/> 5271 <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>"/>
5179 to see if you instance is whitelisted. 5272 to see if you instance is whitelisted.
5180 </target> 5273 </target>
5181 <context-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> 5274
5182 </trans-unit> 5275 <context-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>
5183 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5276 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5184 <source>Services</source> 5277 <source>Services</source>
5185 <target>Servicis</target> 5278 <target>Servicis</target>
5186 <context-group name="null"> 5279 <context-group name="null">
5187 <context context-type="linenumber">405</context> 5280 <context context-type="linenumber">405</context>
5188 </context-group> 5281 </context-group>
5189 <context-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> 5282
5190 </trans-unit> 5283 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5191 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5284 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5192 <source>TRANSCODING</source> 5285 <source>TRANSCODING</source>
5193 <target state="new">TRANSCODING</target> 5286 <target state="new">TRANSCODING</target>
5194 <context-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> 5287
5195 </trans-unit> 5288 <context-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>
5196 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5289 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5197 <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> 5290 <source>
5291 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5292 resources, this is a critical part of PeerTube, so tread carefully.
5293 </source>
5198 <target state="new"> 5294 <target state="new">
5199 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5295 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5200 resources, this is a critical part of PeerTube, so tread carefully. 5296 resources, this is a critical part of PeerTube, so tread carefully.
5201 </target> 5297 </target>
5202 <context-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> 5298
5203 </trans-unit> 5299 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5204 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5300 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5205 <source>Transcoding enabled</source> 5301 <source>Transcoding enabled</source>
5206 <target>Transcodatge activat</target> 5302 <target>Transcodatge activat</target>
5207 <context-group name="null"> 5303 <context-group name="null">
5208 <context context-type="linenumber">461</context> 5304 <context context-type="linenumber">461</context>
5209 </context-group> 5305 </context-group>
5210 <context-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> 5306
5211 </trans-unit> 5307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5212 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5308 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5213 <source>If you disable transcoding, many videos from your users will not work!</source> 5309 <source>If you disable transcoding, many videos from your users will not work!</source>
5214 <target>Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !</target> 5310 <target>Se desactivatz lo transcodatge, un fum de vidèos de vòstres utilizaires foncionaràn pas !</target>
5215 <context-group name="null"> 5311 <context-group name="null">
5216 <context context-type="linenumber">465</context> 5312 <context context-type="linenumber">465</context>
5217 </context-group> 5313 </context-group>
5218 <context-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> 5314
5219 </trans-unit> 5315 <context-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>
5220 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5316 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5221 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5317 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5222 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 5318 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
5223 <context-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> 5319
5224 </trans-unit> 5320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5225 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5321 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5226 <source>Allow additional extensions</source> 5322 <source>Allow additional extensions</source>
5227 <target>Permetre mai d’extensions</target> 5323 <target>Permetre mai d’extensions</target>
5228 <context-group name="null"> 5324 <context-group name="null">
5229 <context context-type="linenumber">475</context> 5325 <context context-type="linenumber">475</context>
5230 </context-group> 5326 </context-group>
5231 <context-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> 5327
5232 </trans-unit> 5328 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5233 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5329 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5234 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5330 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5235 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5331 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
5236 <context-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> 5332
5237 </trans-unit> 5333 <context-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>
5238 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5334 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5239 <source>Allow audio files upload</source> 5335 <source>Allow audio files upload</source>
5240 <target>Autorizar lo mandadís de fichièrs àudio</target> 5336 <target>Autorizar lo mandadís de fichièrs àudio</target>
5241 <context-group name="null"> 5337 <context-group name="null">
5242 <context context-type="linenumber">486</context> 5338 <context context-type="linenumber">486</context>
5243 </context-group> 5339 </context-group>
5244 <context-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> 5340
5245 </trans-unit> 5341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit>
5246 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5342 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5247 <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> 5343 <source>
5344 <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>"/>
5345
5346 <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>"/>
5347
5348 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5349
5350 <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>"/>
5351 </source>
5248 <target state="new"> 5352 <target state="new">
5249 <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;"/> 5353 <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>"/>
5250 5354
5251 <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;"/> 5355 <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>"/>
5252 5356
5253 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5357 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5254 5358
5255 <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;"/> 5359 <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>"/>
5256 </target> 5360 </target>
5257 <context-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> 5361
5258 </trans-unit> 5362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit>
5259 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5363 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5260 <source>WebTorrent support enabled</source> 5364 <source>WebTorrent support enabled</source>
5261 <target state="translated">Compatibilitat WebTorrent activada</target> 5365 <target state="translated">Compatibilitat WebTorrent activada</target>
5262 <context-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> 5366
5263 </trans-unit> 5367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5264 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5368 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5265 <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> 5369 <source>
5370 <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>"/>
5371
5372 <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>"/>
5373 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5374 <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>"/>
5375 <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>"/>
5376 <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>"/>
5377 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5378
5379 <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>"/>
5380 </source>
5266 <target state="new"> 5381 <target state="new">
5267 <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;"/> 5382 <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>"/>
5268 5383
5269 <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;"/> 5384 <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>"/>
5270 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5385 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5271 <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;"/> 5386 <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>"/>
5272 <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;"/> 5387 <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>"/>
5273 <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;"/> 5388 <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>"/>
5274 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5389 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5275 5390
5276 <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;"/> 5391 <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>"/>
5277 </target> 5392 </target>
5278 <context-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> 5393
5279 </trans-unit> 5394 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5280 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5395 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5281 <source>HLS support enabled</source> 5396 <source>HLS support enabled</source>
5282 <target state="translated">Compatibilitat HLS activada</target> 5397 <target state="translated">Compatibilitat HLS activada</target>
5283 <context-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> 5398
5284 </trans-unit> 5399 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5285 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5400 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5286 <source>Transcoding threads</source> 5401 <source>Transcoding threads</source>
5287 <target>Transcodatge dels threads</target> 5402 <target>Transcodatge dels threads</target>
5288 <context-group name="null"> 5403 <context-group name="null">
5289 <context context-type="linenumber">517</context> 5404 <context context-type="linenumber">517</context>
5290 </context-group> 5405 </context-group>
5291 <context-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> 5406
5292 </trans-unit> 5407 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5293 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5408 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5294 <source>Resolutions to generate</source> 5409 <source>Resolutions to generate</source>
5295 <target state="new">Resolutions to generate</target> 5410 <target state="new">Resolutions to generate</target>
5296 <context-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> 5411
5297 </trans-unit> 5412 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5298 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5413 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5299 <source>CACHE</source> 5414 <source>CACHE</source>
5300 <target state="translated">CACHE</target> 5415 <target state="translated">CACHE</target>
5301 <context-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> 5416
5302 </trans-unit> 5417 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5303 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5418 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5304 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5419 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5305 <target state="new"> 5420 <target state="new">
5306 Some files are not federated, and fetched when necessary. Define their caching policies. 5421 Some files are not federated, and fetched when necessary. Define their caching policies.
5307 </target> 5422 </target>
5308 <context-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> 5423
5309 </trans-unit> 5424 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit>
5310 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5425 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5311 <source>Number of previews to keep in cache</source> 5426 <source>Number of previews to keep in cache</source>
5312 <target state="new">Number of previews to keep in cache</target> 5427 <target state="new">Number of previews to keep in cache</target>
5313 <context-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> 5428
5314 </trans-unit> 5429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5315 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5430 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5316 <source>Number of video captions to keep in cache</source> 5431 <source>Number of video captions to keep in cache</source>
5317 <target state="new">Number of video captions to keep in cache</target> 5432 <target state="new">Number of video captions to keep in cache</target>
5318 <context-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> 5433
5319 </trans-unit> 5434 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5320 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5435 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5321 <source>CUSTOMIZATIONS</source> 5436 <source>CUSTOMIZATIONS</source>
5322 <target state="translated">PERSONALIZACIONS</target> 5437 <target state="translated">PERSONALIZACIONS</target>
5323 <context-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> 5438
5324 </trans-unit> 5439 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5325 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5440 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5326 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5441 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5327 <target state="new"> 5442 <target state="new">
5328 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5443 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5329 </target> 5444 </target>
5330 <context-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> 5445
5331 </trans-unit> 5446 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5332 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5447 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5333 <source>JavaScript</source> 5448 <source>JavaScript</source>
5334 <target>JavaScript</target> 5449 <target>JavaScript</target>
5335 <context-group name="null"> 5450 <context-group name="null">
5336 <context context-type="linenumber">575</context> 5451 <context context-type="linenumber">575</context>
5337 </context-group> 5452 </context-group>
5338 <context-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> 5453
5339 </trans-unit> 5454 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5340 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5455 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5341 <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> 5456 <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>
5342 <target state="new"> 5457 <target state="new">
5343 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;"/> 5458 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5344 </target> 5459 </target>
5345 <context-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> 5460
5346 </trans-unit> 5461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5347 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5462 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5348 <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> 5463 <source>
5464 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/>"/>
5465 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5466 color: red;
5467 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5468 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5469 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/>"/>
5470 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5471 color: red;
5472 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5473 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5474 </source>
5349 <target state="new"> 5475 <target state="new">
5350 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;"/> 5476 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/>"/>
5351 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5477 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5352 color: red; 5478 color: red;
5353 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5479 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5354 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5480 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5355 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;"/> 5481 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/>"/>
5356 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5482 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5357 color: red; 5483 color: red;
5358 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5484 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5359 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5485 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5360 </target> 5486 </target>
5361 <context-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> 5487
5362 </trans-unit> 5488 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5363 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5489 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5364 <source>Advanced configuration</source> 5490 <source>Advanced configuration</source>
5365 <target>Configuracion avançada</target> 5491 <target>Configuracion avançada</target>
5366 <context-group name="null"> 5492 <context-group name="null">
5367 <context context-type="linenumber">452</context> 5493 <context context-type="linenumber">452</context>
5368 </context-group> 5494 </context-group>
5369 <context-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> 5495
5370 </trans-unit> 5496 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5371 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5497 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5372 <source>Update configuration</source> 5498 <source>Update configuration</source>
5373 <target>Actualizar la configuracion</target> 5499 <target>Actualizar la configuracion</target>
5374 <context-group name="null"> 5500 <context-group name="null">
5375 <context context-type="linenumber">628</context> 5501 <context context-type="linenumber">628</context>
5376 </context-group> 5502 </context-group>
5377 <context-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> 5503
5378 </trans-unit> 5504 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5379 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5505 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5380 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5506 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5381 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5507 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5382 <context-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> 5508
5383 </trans-unit> 5509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5384 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5510 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5385 <source>PROFILE</source> 5511 <source>PROFILE</source>
5386 <target state="translated">PERFIL</target> 5512 <target state="translated">PERFIL</target>
@@ -5547,8 +5673,8 @@
5547 <context-group purpose="location"><context context-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> 5673 <context-group purpose="location"><context context-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>
5548 </trans-unit> 5674 </trans-unit>
5549 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5675 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5550 <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> 5676 <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>
5551 <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> 5677 <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>
5552 <context-group purpose="location"> 5678 <context-group purpose="location">
5553 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5679 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
5554 <context context-type="linenumber">6</context> 5680 <context context-type="linenumber">6</context>
@@ -5577,9 +5703,9 @@
5577 <context-group purpose="location"><context context-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> 5703 <context-group purpose="location"><context context-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>
5578 </trans-unit> 5704 </trans-unit>
5579 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5705 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5580 <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> 5706 <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>
5581 <target> 5707 <target>
5582 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;"/> 5708 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>"/>
5583</target> 5709</target>
5584 <context-group name="null"> 5710 <context-group name="null">
5585 <context context-type="linenumber">4</context> 5711 <context context-type="linenumber">4</context>
@@ -5587,9 +5713,9 @@
5587 <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> 5713 <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>
5588 </trans-unit> 5714 </trans-unit>
5589 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5715 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5590 <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> 5716 <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>
5591 <target> 5717 <target>
5592 <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 5718 <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
5593</target> 5719</target>
5594 <context-group name="null"> 5720 <context-group name="null">
5595 <context context-type="linenumber">8</context> 5721 <context context-type="linenumber">8</context>
@@ -5611,6 +5737,12 @@
5611 <context context-type="linenumber">17</context> 5737 <context context-type="linenumber">17</context>
5612 </context-group> 5738 </context-group>
5613 <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">17</context></context-group> 5739 <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">17</context></context-group>
5740 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5741 <source>Your current password</source><target state="new">Your current password</target>
5742 <context-group purpose="location">
5743 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5744 <context context-type="linenumber">26</context>
5745 </context-group>
5614 </trans-unit> 5746 </trans-unit>
5615 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5747 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5616 <source>Your password</source> 5748 <source>Your password</source>
@@ -5618,16 +5750,16 @@
5618 <context-group name="null"> 5750 <context-group name="null">
5619 <context context-type="linenumber">27</context> 5751 <context context-type="linenumber">27</context>
5620 </context-group> 5752 </context-group>
5621 <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">27</context></context-group> 5753
5622 </trans-unit> 5754 <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">28</context></context-group></trans-unit>
5623 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5755 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5624 <source>Change email</source> 5756 <source>Change email</source>
5625 <target>Cambiar d’adreça</target> 5757 <target>Cambiar d’adreça</target>
5626 <context-group name="null"> 5758 <context-group name="null">
5627 <context context-type="linenumber">35</context> 5759 <context context-type="linenumber">35</context>
5628 </context-group> 5760 </context-group>
5629 <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">35</context></context-group> 5761
5630 </trans-unit> 5762 <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">36</context></context-group></trans-unit>
5631 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5763 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5632 <source>Theme</source> 5764 <source>Theme</source>
5633 <target>Tèma</target> 5765 <target>Tèma</target>
@@ -5671,8 +5803,8 @@
5671 <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> 5803 <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>
5672 </trans-unit> 5804 </trans-unit>
5673 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5805 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5674 <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> 5806 <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>
5675 <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> 5807 <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>
5676 <context-group purpose="location"> 5808 <context-group purpose="location">
5677 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5809 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5678 <context context-type="linenumber">2</context> 5810 <context context-type="linenumber">2</context>
@@ -5708,10 +5840,13 @@
5708 <context-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> 5840 <context-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>
5709 </trans-unit> 5841 </trans-unit>
5710 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5842 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5711 <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> 5843 <source>
5844 Created
5845 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5846 </source>
5712 <target> 5847 <target>
5713 Creat 5848 Creat
5714 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5849 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5715 </target> 5850 </target>
5716 <context-group name="null"> 5851 <context-group name="null">
5717 <context context-type="linenumber">15</context> 5852 <context context-type="linenumber">15</context>
@@ -5783,8 +5918,9 @@
5783 <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> 5918 <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>
5784 </trans-unit> 5919 </trans-unit>
5785 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5920 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5786 <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> 5921 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5787 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5922 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5923 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5788 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5924 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5789 <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> 5925 <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>
5790 <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> 5926 <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>
@@ -5882,9 +6018,12 @@
5882 </context-group> 6018 </context-group>
5883 </trans-unit> 6019 </trans-unit>
5884 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 6020 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5885 <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> 6021 <source>
6022 <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>"/>
6023 Delete history
6024 </source>
5886 <target> 6025 <target>
5887 <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;"/> 6026 <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>"/>
5888 Suprimir l’istoric 6027 Suprimir l’istoric
5889 </target> 6028 </target>
5890 <context-group name="null"> 6029 <context-group name="null">
@@ -5901,9 +6040,12 @@
5901 </context-group> 6040 </context-group>
5902 </trans-unit> 6041 </trans-unit>
5903 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 6042 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5904 <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> 6043 <source>
6044 <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>"/>
6045 Notification preferences
6046 </source>
5905 <target> 6047 <target>
5906 <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;"/> 6048 <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>"/>
5907 Preferéncias de notificacion 6049 Preferéncias de notificacion
5908 </target> 6050 </target>
5909 <context-group name="null"> 6051 <context-group name="null">
@@ -5983,8 +6125,8 @@
5983 <context-group purpose="location"><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> 6125 <context-group purpose="location"><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>
5984 </trans-unit> 6126 </trans-unit>
5985 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6127 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5986 <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> 6128 <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>
5987 <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> 6129 <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>
5988 <context-group purpose="location"> 6130 <context-group purpose="location">
5989 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6131 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5990 <context context-type="linenumber">2</context> 6132 <context context-type="linenumber">2</context>
@@ -6012,9 +6154,9 @@
6012 <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> 6154 <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>
6013 </trans-unit> 6155 </trans-unit>
6014 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6156 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
6015 <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> 6157 <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>
6016 <target> 6158 <target>
6017 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;"/>. 6159 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>"/>.
6018 </target> 6160 </target>
6019 <context-group name="null"> 6161 <context-group name="null">
6020 <context context-type="linenumber">13</context> 6162 <context context-type="linenumber">13</context>
@@ -6460,22 +6602,26 @@
6460 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6602 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6461 <context context-type="linenumber">2</context> 6603 <context context-type="linenumber">2</context>
6462 </context-group> 6604 </context-group>
6463 </trans-unit> 6605 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6464 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6606 <source>
6465 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6607 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6466 <target state="new"> 6608 </source><target state="new">
6467 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6609 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6468 </target> 6610 </target>
6469 <context-group purpose="location"> 6611 <context-group purpose="location">
6470 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6612 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6471 <context context-type="linenumber">9</context> 6613 <context context-type="linenumber">9</context>
6472 </context-group> 6614 </context-group>
6473 </trans-unit> 6615 </trans-unit>
6616
6474 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6617 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6475 <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> 6618 <source>
6619 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6620 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6621 </source>
6476 <target state="new"> 6622 <target state="new">
6477 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6623 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6478 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6624 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6479 </target> 6625 </target>
6480 <context-group purpose="location"> 6626 <context-group purpose="location">
6481 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6627 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6483,9 +6629,9 @@
6483 </context-group> 6629 </context-group>
6484 </trans-unit> 6630 </trans-unit>
6485 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6631 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6486 <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> 6632 <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>
6487 <target state="new"> 6633 <target state="new">
6488 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;"/>. 6634 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>"/>.
6489 </target> 6635 </target>
6490 <context-group purpose="location"> 6636 <context-group purpose="location">
6491 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6637 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6493,7 +6639,8 @@
6493 </context-group> 6639 </context-group>
6494 </trans-unit> 6640 </trans-unit>
6495 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6641 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6496 <source>Use PeerTube documentation</source> 6642 <source>Use PeerTube
6643 documentation</source>
6497 <target state="new">Use PeerTube 6644 <target state="new">Use PeerTube
6498 documentation</target> 6645 documentation</target>
6499 <context-group purpose="location"> 6646 <context-group purpose="location">
@@ -6512,7 +6659,8 @@
6512 </context-group> 6659 </context-group>
6513 </trans-unit> 6660 </trans-unit>
6514 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6661 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6515 <source>PeerTube Applications</source> 6662 <source>PeerTube
6663 Applications</source>
6516 <target state="translated">Aplicacions PeerTube</target> 6664 <target state="translated">Aplicacions PeerTube</target>
6517 <context-group purpose="location"> 6665 <context-group purpose="location">
6518 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6666 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6530,7 +6678,8 @@
6530 </context-group> 6678 </context-group>
6531 </trans-unit> 6679 </trans-unit>
6532 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6680 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6533 <source>Contribute on PeerTube</source> 6681 <source>Contribute on
6682 PeerTube</source>
6534 <target state="translated">Contribuir a PeerTube</target> 6683 <target state="translated">Contribuir a PeerTube</target>
6535 <context-group purpose="location"> 6684 <context-group purpose="location">
6536 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6685 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6556,7 +6705,11 @@
6556 <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> 6705 <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>
6557 </trans-unit> 6706 </trans-unit>
6558 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6707 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6559 <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> 6708 <source>
6709 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6710 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6711 follows applies only if you want to keep using the P2P mode of PeerTube.
6712 </source>
6560 <target state="new"> 6713 <target state="new">
6561 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6714 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6562 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6715 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6573,7 +6726,10 @@
6573 <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> 6726 <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>
6574 </trans-unit> 6727 </trans-unit>
6575 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6728 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6576 <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> 6729 <source>
6730 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6731 In practice, this is much more difficult because:
6732 </source>
6577 <target state="new"> 6733 <target state="new">
6578 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6734 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6579 In practice, this is much more difficult because: 6735 In practice, this is much more difficult because:
@@ -6581,7 +6737,10 @@
6581 <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> 6737 <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>
6582 </trans-unit> 6738 </trans-unit>
6583 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6739 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6584 <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> 6740 <source>
6741 An HTTP request has to be sent on each tracker for each video to spy.
6742 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6743 </source>
6585 <target state="new"> 6744 <target state="new">
6586 An HTTP request has to be sent on each tracker for each video to spy. 6745 An HTTP request has to be sent on each tracker for each video to spy.
6587 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6746 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6589,7 +6748,11 @@
6589 <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> 6748 <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>
6590 </trans-unit> 6749 </trans-unit>
6591 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6750 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6592 <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> 6751 <source>
6752 For each request sent, the tracker returns random peers at a limited number.
6753 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
6754 requests sent to know every peer in the swarm
6755 </source>
6593 <target state="new"> 6756 <target state="new">
6594 For each request sent, the tracker returns random peers at a limited number. 6757 For each request sent, the tracker returns random peers at a limited number.
6595 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 6758 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
@@ -6608,7 +6771,10 @@
6608 <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> 6771 <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>
6609 </trans-unit> 6772 </trans-unit>
6610 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6773 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6611 <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> 6774 <source>
6775 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
6776 video
6777 </source>
6612 <target state="new"> 6778 <target state="new">
6613 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 6779 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
6614 video 6780 video
@@ -6623,18 +6789,27 @@
6623 <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> 6789 <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>
6624 </trans-unit> 6790 </trans-unit>
6625 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6791 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6626 <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> 6792 <source>
6793 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
6794 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6795 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6796 to forward the information to.
6797 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
6798 </source>
6627 <target state="new"> 6799 <target state="new">
6628 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 6800 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
6629 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6801 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6630 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6802 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6631 to forward the information to. 6803 to forward the information to.
6632 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 6804 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
6633 </target> 6805 </target>
6634 <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> 6806 <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>
6635 </trans-unit> 6807 </trans-unit>
6636 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6808 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6637 <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> 6809 <source>
6810 The worst-case scenario of an average person spying on their friends is quite unlikely.
6811 There are much more effective ways to get that kind of information.
6812 </source>
6638 <target state="new"> 6813 <target state="new">
6639 The worst-case scenario of an average person spying on their friends is quite unlikely. 6814 The worst-case scenario of an average person spying on their friends is quite unlikely.
6640 There are much more effective ways to get that kind of information. 6815 There are much more effective ways to get that kind of information.
@@ -6650,7 +6825,11 @@
6650 <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> 6825 <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>
6651 </trans-unit> 6826 </trans-unit>
6652 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6827 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6653 <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> 6828 <source>
6829 The threats to privacy with YouTube are different from PeerTube's.
6830 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6831 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6832 </source>
6654 <target state="new"> 6833 <target state="new">
6655 The threats to privacy with YouTube are different from PeerTube's. 6834 The threats to privacy with YouTube are different from PeerTube's.
6656 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6835 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6667,7 +6846,12 @@
6667 <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> 6846 <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>
6668 </trans-unit> 6847 </trans-unit>
6669 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6848 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6670 <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> 6849 <source>
6850 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
6851 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6852 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.
6853 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6854 </source>
6671 <target state="new"> 6855 <target state="new">
6672 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 6856 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
6673 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6857 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6685,7 +6869,10 @@
6685 <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> 6869 <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>
6686 </trans-unit> 6870 </trans-unit>
6687 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6871 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6688 <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> 6872 <source>
6873 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6874 and render attacks less likely. Here is what we put in place so far:
6875 </source>
6689 <target state="new"> 6876 <target state="new">
6690 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6877 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6691 and render attacks less likely. Here is what we put in place so far: 6878 and render attacks less likely. Here is what we put in place so far:
@@ -6713,7 +6900,10 @@
6713 <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> 6900 <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>
6714 </trans-unit> 6901 </trans-unit>
6715 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6902 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6716 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6903 <source>
6904 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6905 WebRTC in your browser.
6906 </source>
6717 <target state="new"> 6907 <target state="new">
6718 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6908 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6719 WebRTC in your browser. 6909 WebRTC in your browser.
@@ -6753,8 +6943,8 @@
6753 </context-group> 6943 </context-group>
6754 </trans-unit> 6944 </trans-unit>
6755 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6945 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6756 <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> 6946 <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>
6757 <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> 6947 <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>
6758 <context-group purpose="location"> 6948 <context-group purpose="location">
6759 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6949 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6760 <context context-type="linenumber">3</context> 6950 <context context-type="linenumber">3</context>
@@ -6837,9 +7027,12 @@
6837 </context-group> 7027 </context-group>
6838 </trans-unit> 7028 </trans-unit>
6839 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 7029 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6840 <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> 7030 <source>
7031 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/>"/>
7032 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.
7033 </source>
6841 <target> 7034 <target>
6842 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;"/> 7035 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/>"/>
6843 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. 7036 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.
6844 </target> 7037 </target>
6845 <context-group name="null"> 7038 <context-group name="null">
@@ -6918,8 +7111,13 @@
6918 </context-group> 7111 </context-group>
6919 </trans-unit> 7112 </trans-unit>
6920 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 7113 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6921 <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> 7114 <source>
6922 <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> 7115 I am at least 16 years old and agree
7116 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>"/>
7117 <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>"/>
7118 of this instance
7119 </source>
7120 <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>
6923 <context-group purpose="location"> 7121 <context-group purpose="location">
6924 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context> 7122 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
6925 <context context-type="linenumber">65</context> 7123 <context context-type="linenumber">65</context>
@@ -7022,8 +7220,8 @@
7022 </context-group> 7220 </context-group>
7023 </trans-unit> 7221 </trans-unit>
7024 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7222 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
7025 <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> 7223 <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>
7026 <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> 7224 <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>
7027 <context-group purpose="location"> 7225 <context-group purpose="location">
7028 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7226 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
7029 <context context-type="linenumber">1</context> 7227 <context context-type="linenumber">1</context>
@@ -8730,8 +8928,8 @@
8730 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8928 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8731 </trans-unit> 8929 </trans-unit>
8732 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8930 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8733 <source>Long (&gt; 10 min)</source> 8931 <source>Long (> 10 min)</source>
8734 <target>Longa (&gt; 10 min)</target> 8932 <target>Longa (> 10 min)</target>
8735 <context-group name="null"> 8933 <context-group name="null">
8736 <context context-type="linenumber">1</context> 8934 <context context-type="linenumber">1</context>
8737 </context-group> 8935 </context-group>
@@ -10090,8 +10288,8 @@
10090 <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> 10288 <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>
10091 </trans-unit> 10289 </trans-unit>
10092 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10290 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
10093 <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> 10291 <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>
10094 <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> 10292 <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>
10095 <context-group name="null"> 10293 <context-group name="null">
10096 <context context-type="linenumber">1</context> 10294 <context context-type="linenumber">1</context>
10097 </context-group> 10295 </context-group>
@@ -10257,6 +10455,24 @@
10257 <context context-type="linenumber">1</context> 10455 <context context-type="linenumber">1</context>
10258 </context-group> 10456 </context-group>
10259 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10457 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10458 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10459 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10460 <context-group purpose="location">
10461 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10462 <context context-type="linenumber">1</context>
10463 </context-group>
10464 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10465 <source>Delete account comments</source><target state="new">Delete account comments</target>
10466 <context-group purpose="location">
10467 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10468 <context context-type="linenumber">1</context>
10469 </context-group>
10470 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10471 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10472 <context-group purpose="location">
10473 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10474 <context context-type="linenumber">1</context>
10475 </context-group>
10260 </trans-unit> 10476 </trans-unit>
10261 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10477 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10262 <source>Edit user</source> 10478 <source>Edit user</source>
@@ -10361,6 +10577,18 @@
10361 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10577 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10362 <context context-type="linenumber">1</context> 10578 <context context-type="linenumber">1</context>
10363 </context-group> 10579 </context-group>
10580 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10581 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10582 <context-group purpose="location">
10583 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10584 <context context-type="linenumber">1</context>
10585 </context-group>
10586 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10587 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10588 <context-group purpose="location">
10589 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10590 <context context-type="linenumber">1</context>
10591 </context-group>
10364 </trans-unit> 10592 </trans-unit>
10365 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10593 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10366 <source>Mute this account by your instance</source> 10594 <source>Mute this account by your instance</source>
@@ -10425,6 +10653,18 @@
10425 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10653 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10426 <context context-type="linenumber">1</context> 10654 <context context-type="linenumber">1</context>
10427 </context-group> 10655 </context-group>
10656 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10657 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10658 <context-group purpose="location">
10659 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10660 <context context-type="linenumber">1</context>
10661 </context-group>
10662 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10663 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10664 <context-group purpose="location">
10665 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10666 <context context-type="linenumber">1</context>
10667 </context-group>
10428 </trans-unit> 10668 </trans-unit>
10429 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10669 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10430 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10670 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.pl-PL.xlf b/client/src/locale/angular.pl-PL.xlf
index 43ffa6720..b6def8f3a 100644
--- a/client/src/locale/angular.pl-PL.xlf
+++ b/client/src/locale/angular.pl-PL.xlf
@@ -393,9 +393,9 @@
393 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 393 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
394 <source>Options</source> 394 <source>Options</source>
395 <target state="translated">Opcje</target> 395 <target state="translated">Opcje</target>
396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 396
397 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 397
398 </trans-unit> 398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
400 <source>Start at</source> 400 <source>Start at</source>
401 <target state="translated">Zacznij na</target> 401 <target state="translated">Zacznij na</target>
@@ -457,9 +457,9 @@
457 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 457 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
458 <source>video</source> 458 <source>video</source>
459 <target state="translated">film</target> 459 <target state="translated">film</target>
460 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 460
461 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 461
462 </trans-unit> 462 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
463 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 463 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
464 <source>subtitles</source> 464 <source>subtitles</source>
465 <target state="translated">napisy</target> 465 <target state="translated">napisy</target>
@@ -659,7 +659,7 @@
659 <target state="translated">Usunięte</target> 659 <target state="translated">Usunięte</target>
660 660
661 661
662 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 662 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
663 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 663 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
664 <source>Edit starts/stops at</source> 664 <source>Edit starts/stops at</source>
665 <target state="translated">Edycja zaczyna się/kończy na</target> 665 <target state="translated">Edycja zaczyna się/kończy na</target>
@@ -703,11 +703,11 @@
703 <context-group name="null"> 703 <context-group name="null">
704 <context context-type="linenumber">13</context> 704 <context context-type="linenumber">13</context>
705 </context-group> 705 </context-group>
706 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 706
707 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 707
708 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 708
709 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 709
710 </trans-unit> 710 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
711 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 711 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
712 <source>Edit</source> 712 <source>Edit</source>
713 <target>Edytuj</target> 713 <target>Edytuj</target>
@@ -1516,21 +1516,20 @@
1516 <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>
1517 <context context-type="linenumber">21</context> 1517 <context context-type="linenumber">21</context>
1518 </context-group> 1518 </context-group>
1519 </trans-unit> 1519 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1520 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1521 <source> 1520 <source>
1522 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>"/>. 1521 Please consider configuring 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>"/>.
1523 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>"/>. 1522 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1524 </source> 1523 </source><target state="new">
1525 <target state="new"> 1524 Please consider configuring 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>"/>.
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>"/>. 1525 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
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 </target> 1526 </target>
1529 <context-group purpose="location"> 1527 <context-group purpose="location">
1530 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1528 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1531 <context context-type="linenumber">24</context> 1529 <context context-type="linenumber">24</context>
1532 </context-group> 1530 </context-group>
1533 </trans-unit> 1531 </trans-unit>
1532
1534 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1533 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1535 <source>Configure these fields</source> 1534 <source>Configure these fields</source>
1536 <target state="translated">Skonfiguruj te pola</target> 1535 <target state="translated">Skonfiguruj te pola</target>
@@ -1819,79 +1818,49 @@
1819 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1818 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1820 <source>GLOBAL SEARCH</source> 1819 <source>GLOBAL SEARCH</source>
1821 <target state="translated">WYSZUKIWANIE OGÓLNE</target> 1820 <target state="translated">WYSZUKIWANIE OGÓLNE</target>
1822 <context-group purpose="location"> 1821
1823 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1822 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1824 <context context-type="linenumber">16</context>
1825 </context-group>
1826 </trans-unit>
1827 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1823 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1828 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1824 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1829 <target state="translated">używając <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1825 <target state="translated">używając <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1830 <context-group purpose="location"> 1826
1831 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1827 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1832 <context context-type="linenumber">18</context>
1833 </context-group>
1834 </trans-unit>
1835 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1828 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1836 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1829 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1837 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1830 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1838 <context-group purpose="location"> 1831
1839 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1832 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1840 <context context-type="linenumber">22</context>
1841 </context-group>
1842 </trans-unit>
1843 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1833 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1844 <source>ADVANCED SEARCH</source> 1834 <source>ADVANCED SEARCH</source>
1845 <target state="translated">WYSZUKIWANIE ZAAWANSOWANE</target> 1835 <target state="translated">WYSZUKIWANIE ZAAWANSOWANE</target>
1846 <context-group purpose="location"> 1836
1847 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1837 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1848 <context context-type="linenumber">29</context>
1849 </context-group>
1850 </trans-unit>
1851 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1838 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1852 <source>any instance</source> 1839 <source>any instance</source>
1853 <target state="translated">jakakolwiek instancja</target> 1840 <target state="translated">jakakolwiek instancja</target>
1854 <context-group purpose="location"> 1841
1855 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1842 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1856 <context context-type="linenumber">32</context>
1857 </context-group>
1858 </trans-unit>
1859 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1843 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1860 <source>only followed instances</source> 1844 <source>only followed instances</source>
1861 <target state="translated">tylko obserwowane instancje</target> 1845 <target state="translated">tylko obserwowane instancje</target>
1862 <context-group purpose="location"> 1846
1863 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1847 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1864 <context context-type="linenumber">33</context>
1865 </context-group>
1866 </trans-unit>
1867 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1848 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1868 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1849 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1869 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1850 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1870 <context-group purpose="location"> 1851
1871 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1852 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1872 <context context-type="linenumber">31</context>
1873 </context-group>
1874 </trans-unit>
1875 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1853 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1876 <source>channel</source> 1854 <source>channel</source>
1877 <target state="translated">kanał</target> 1855 <target state="translated">kanał</target>
1878 <context-group purpose="location"> 1856
1879 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1857
1880 <context context-type="linenumber">40</context> 1858 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1881 </context-group>
1882 <context-group purpose="location">
1883 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1884 <context context-type="linenumber">43</context>
1885 </context-group>
1886 </trans-unit>
1887 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1859 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1888 <source>Any other text will return matching video or channel names.</source> 1860 <source>Any other text will return matching video or channel names.</source>
1889 <target state="new">Any other text will return matching video or channel names.</target> 1861 <target state="new">Any other text will return matching video or channel names.</target>
1890 <context-group purpose="location"> 1862
1891 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1863 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1892 <context context-type="linenumber">49</context>
1893 </context-group>
1894 </trans-unit>
1895 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1864 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1896 <source>Search...</source> 1865 <source>Search...</source>
1897 <target>Szukaj…</target> 1866 <target>Szukaj…</target>
@@ -3087,13 +3056,13 @@
3087 <context-group name="null"> 3056 <context-group name="null">
3088 <context context-type="linenumber">14</context> 3057 <context context-type="linenumber">14</context>
3089 </context-group> 3058 </context-group>
3090 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3059
3091 </trans-unit> 3060 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3092 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3061 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3093 <source>This comment has been deleted</source> 3062 <source>This comment has been deleted</source>
3094 <target state="translated">Ten komentarz został usunięty</target> 3063 <target state="translated">Ten komentarz został usunięty</target>
3095 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3064
3096 </trans-unit> 3065 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3097 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3066 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3098 <source>Follows &amp; redundancies</source> 3067 <source>Follows &amp; redundancies</source>
3099 <target state="translated">Obserwowani i redundancje</target> 3068 <target state="translated">Obserwowani i redundancje</target>
@@ -3529,7 +3498,7 @@
3529 <source>Ban reason:</source> 3498 <source>Ban reason:</source>
3530 <target state="translated">Powód bana:</target> 3499 <target state="translated">Powód bana:</target>
3531 3500
3532 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3501 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3533 <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> 3502 <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>
3534 <context-group purpose="location"> 3503 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3504 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -4005,6 +3974,12 @@
4005 <source>Homepage</source> 3974 <source>Homepage</source>
4006 <target state="translated">Strona domowa</target> 3975 <target state="translated">Strona domowa</target>
4007 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 3976 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
3977 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3978 <source>Close this message</source><target state="new">Close this message</target>
3979 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/app.component.html</context>
3981 <context context-type="linenumber">34</context>
3982 </context-group>
4008 </trans-unit> 3983 </trans-unit>
4009 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3984 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4010 <source>Go to the plugin homepage</source> 3985 <source>Go to the plugin homepage</source>
@@ -4442,19 +4417,59 @@
4442 <context context-type="linenumber">223</context> 4417 <context context-type="linenumber">223</context>
4443 </context-group> 4418 </context-group>
4444 4419
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">270</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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4421 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4422 <context-group purpose="location">
4423 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4424 <context context-type="linenumber">281</context>
4425 </context-group>
4426 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4427 <source>
4428 Display a message on your instance
4429 </source><target state="new">
4430 Display a message on your instance
4431 </target>
4432 <context-group purpose="location">
4433 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4434 <context context-type="linenumber">282</context>
4435 </context-group>
4436 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4437 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4438 <context-group purpose="location">
4439 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4440 <context context-type="linenumber">294</context>
4441 </context-group>
4442 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4443 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4444 <context-group purpose="location">
4445 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4446 <context context-type="linenumber">301</context>
4447 </context-group>
4448 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4449 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4450 <context-group purpose="location">
4451 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4452 <context context-type="linenumber">306</context>
4453 </context-group>
4454 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4455 <source>Message</source><target state="new">Message</target>
4456 <context-group purpose="location">
4457 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4458 <context context-type="linenumber">318</context>
4459 </context-group>
4460 </trans-unit>
4446 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4461 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4447 <source>NEW USERS</source> 4462 <source>NEW USERS</source>
4448 <target state="translated">NOWI UŻYTKOWNICY</target> 4463 <target state="translated">NOWI UŻYTKOWNICY</target>
4449 4464
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">281</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">333</context></context-group></trans-unit>
4451 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4466 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4452 <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> 4467 <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>
4453 <target state="new"> 4468 <target state="new">
4454 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. 4469 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.
4455 </target> 4470 </target>
4456 4471
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">282</context></context-group></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">334</context></context-group></trans-unit>
4458 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4473 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4459 <source>Signup enabled</source> 4474 <source>Signup enabled</source>
4460 <target>Wymagana rejestracja</target> 4475 <target>Wymagana rejestracja</target>
@@ -4462,7 +4477,7 @@
4462 <context context-type="linenumber">235</context> 4477 <context context-type="linenumber">235</context>
4463 </context-group> 4478 </context-group>
4464 4479
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">293</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">345</context></context-group></trans-unit>
4466 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4481 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4467 <source>Signup requires email verification</source> 4482 <source>Signup requires email verification</source>
4468 <target>Rejestracja wymaga weryfikacji emaila</target> 4483 <target>Rejestracja wymaga weryfikacji emaila</target>
@@ -4470,7 +4485,7 @@
4470 <context context-type="linenumber">242</context> 4485 <context context-type="linenumber">242</context>
4471 </context-group> 4486 </context-group>
4472 4487
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">301</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">353</context></context-group></trans-unit>
4474 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4489 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4475 <source>Signup limit</source> 4490 <source>Signup limit</source>
4476 <target>Limit rejestracji</target> 4491 <target>Limit rejestracji</target>
@@ -4478,7 +4493,7 @@
4478 <context context-type="linenumber">247</context> 4493 <context context-type="linenumber">247</context>
4479 </context-group> 4494 </context-group>
4480 4495
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">305</context></context-group></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">357</context></context-group></trans-unit>
4482 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4497 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4483 <source>Users</source> 4498 <source>Users</source>
4484 <target>Użytkownicy</target> 4499 <target>Użytkownicy</target>
@@ -4584,98 +4599,92 @@
4584 <source>Default video quota per user</source> 4599 <source>Default video quota per user</source>
4585 <target state="translated">Domyślny rozmiar przestrzeni na filmy na użytkownika</target> 4600 <target state="translated">Domyślny rozmiar przestrzeni na filmy na użytkownika</target>
4586 4601
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">320</context></context-group></trans-unit> 4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">372</context></context-group></trans-unit>
4588 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4603 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4589 <source>Default daily upload limit per user</source> 4604 <source>Default daily upload limit per user</source>
4590 <target state="translated">Dzienny limit rozmiaru filmów na użytkownika</target> 4605 <target state="translated">Dzienny limit rozmiaru filmów na użytkownika</target>
4591 4606
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">332</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">384</context></context-group></trans-unit>
4593 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4608 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4594 <source>NEW VIDEOS</source> 4609 <source>NEW VIDEOS</source>
4595 <target state="translated">NOWE WIDEO</target> 4610 <target state="translated">NOWE WIDEO</target>
4596 4611
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">349</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">401</context></context-group></trans-unit>
4598 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4613 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4599 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4614 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4600 <target state="translated">Zezwól na import z linku HTTP (np. YouTube)</target> 4615 <target state="translated">Zezwól na import z linku HTTP (np. YouTube)</target>
4601 4616
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">360</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">412</context></context-group></trans-unit>
4603 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4618 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4604 <source>Allow import with a torrent file or a magnet URI</source> 4619 <source>Allow import with a torrent file or a magnet URI</source>
4605 <target state="translated">Zezwól na import z plikiem torrent lub linkiem magnet</target> 4620 <target state="translated">Zezwól na import z plikiem torrent lub linkiem magnet</target>
4606 4621
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">367</context></context-group></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">419</context></context-group></trans-unit>
4608 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4623 <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> 4624 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4610 <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> 4625 <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>
4611 4626
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">384</context></context-group></trans-unit> 4627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">436</context></context-group></trans-unit>
4613 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4628 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4614 <source>Blacklist new videos automatically</source> 4629 <source>Blacklist new videos automatically</source>
4615 <target state="translated">Automatycznie dodaj nowe filmy do czarnej listy</target> 4630 <target state="translated">Automatycznie dodaj nowe filmy do czarnej listy</target>
4616 4631
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">381</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">433</context></context-group></trans-unit>
4618 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4633 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4619 <source>FEDERATION</source> 4634 <source>FEDERATION</source>
4620 <target state="translated">FEDERACJA</target> 4635 <target state="translated">FEDERACJA</target>
4621 4636
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">398</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">450</context></context-group></trans-unit>
4623 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4638 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4624 <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> 4639 <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>
4625 <target state="new"> 4640 <target state="new">
4626 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. 4641 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.
4627 </target> 4642 </target>
4628 4643
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">399</context></context-group></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">451</context></context-group></trans-unit>
4630 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4645 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4631 <source>Other instances can follow yours</source> 4646 <source>Other instances can follow yours</source>
4632 <target state="translated">Inne instancje mogą śledzić twoją</target> 4647 <target state="translated">Inne instancje mogą śledzić twoją</target>
4633 4648
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">412</context></context-group></trans-unit> 4649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit>
4635 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4650 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4636 <source>Manually approve new instance followers</source> 4651 <source>Manually approve new instance followers</source>
4637 <target state="translated">Manualnie zatwierdzaj obserwujących instancję</target> 4652 <target state="translated">Manualnie zatwierdzaj obserwujących instancję</target>
4638 4653
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">419</context></context-group></trans-unit> 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">471</context></context-group></trans-unit>
4640 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4655 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4641 <source>Automatically follow back instances</source> 4656 <source>Automatically follow back instances</source>
4642 <target state="translated">Automatycznie śledź instancje które śledzą ciebie</target> 4657 <target state="translated">Automatycznie śledź instancje które śledzą ciebie</target>
4643 4658
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4645 <source> 4660 <source>
4646 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>"/>. 4661 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>"/>.
4647 </source><target state="new"> 4662 </source><target state="new">
4648 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 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>"/>.
4649 </target> 4664 </target>
4650 <context-group purpose="location"> 4665
4651 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4652 <context context-type="linenumber">450</context>
4653 </context-group>
4654 </trans-unit>
4655 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4667 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4656 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4668 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4657 <target state="translated">⚠️ Ta funkcja wymaga wiele uwagi i dodatkowej moderacji.</target> 4669 <target state="translated">⚠️ Ta funkcja wymaga wiele uwagi i dodatkowej moderacji.</target>
4658 4670
4659 4671
4660 4672
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4662 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4674 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4663 <source>Index URL</source> 4675 <source>Index URL</source>
4664 <target state="translated">Indeksuj URL</target> 4676 <target state="translated">Indeksuj URL</target>
4665 4677
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4667 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4679 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4668 <context-group purpose="location"> 4680
4669 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4670 <context context-type="linenumber">445</context>
4671 </context-group>
4672 </trans-unit>
4673 4682
4674 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4683 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4675 <source>ADMINISTRATORS</source> 4684 <source>ADMINISTRATORS</source>
4676 <target state="translated">ADMINISTRATORZY</target> 4685 <target state="translated">ADMINISTRATORZY</target>
4677 4686
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">477</context></context-group></trans-unit> 4687 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
4679 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4688 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4680 <source>Administrator</source> 4689 <source>Administrator</source>
4681 <target>Administrator</target> 4690 <target>Administrator</target>
@@ -4691,12 +4700,12 @@
4691 <context context-type="linenumber">387</context> 4700 <context context-type="linenumber">387</context>
4692 </context-group> 4701 </context-group>
4693 4702
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">483</context></context-group></trans-unit> 4703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4695 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4704 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4696 <source>Enable contact form</source> 4705 <source>Enable contact form</source>
4697 <target state="translated">Włącz formularz kontaktowy</target> 4706 <target state="translated">Włącz formularz kontaktowy</target>
4698 4707
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">494</context></context-group></trans-unit> 4708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
4700 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4709 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4701 <source>Basic configuration</source> 4710 <source>Basic configuration</source>
4702 <target>Podstawowa konfiguracja</target> 4711 <target>Podstawowa konfiguracja</target>
@@ -4709,14 +4718,14 @@
4709 <source>TWITTER</source> 4718 <source>TWITTER</source>
4710 <target state="new">TWITTER</target> 4719 <target state="new">TWITTER</target>
4711 4720
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">511</context></context-group></trans-unit> 4721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit>
4713 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4722 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4714 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4723 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4715 <target state="new"> 4724 <target state="new">
4716 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4725 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4717 </target> 4726 </target>
4718 4727
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">512</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">564</context></context-group></trans-unit>
4720 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4729 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4721 <source>Your Twitter username</source> 4730 <source>Your Twitter username</source>
4722 <target>Twoja nazwa użytkownika na Twitterze</target> 4731 <target>Twoja nazwa użytkownika na Twitterze</target>
@@ -4724,7 +4733,7 @@
4724 <context context-type="linenumber">413</context> 4733 <context context-type="linenumber">413</context>
4725 </context-group> 4734 </context-group>
4726 4735
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">523</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">575</context></context-group></trans-unit>
4728 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4737 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4729 <source>Instance whitelisted by Twitter</source> 4738 <source>Instance whitelisted by Twitter</source>
4730 <target>Instancja jest na białej liście Twittera</target> 4739 <target>Instancja jest na białej liście Twittera</target>
@@ -4732,7 +4741,7 @@
4732 <context context-type="linenumber">431</context> 4741 <context context-type="linenumber">431</context>
4733 </context-group> 4742 </context-group>
4734 4743
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">535</context></context-group></trans-unit> 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">587</context></context-group></trans-unit>
4736 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4745 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4737 <source> 4746 <source>
4738 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/>"/> 4747 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/>"/>
@@ -4749,7 +4758,7 @@
4749 to see if you instance is whitelisted. 4758 to see if you instance is whitelisted.
4750 </target> 4759 </target>
4751 4760
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">539</context></context-group></trans-unit> 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">591</context></context-group></trans-unit>
4753 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4762 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4754 <source>Services</source> 4763 <source>Services</source>
4755 <target>Usługi</target> 4764 <target>Usługi</target>
@@ -4757,12 +4766,12 @@
4757 <context context-type="linenumber">405</context> 4766 <context context-type="linenumber">405</context>
4758 </context-group> 4767 </context-group>
4759 4768
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">505</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">557</context></context-group></trans-unit>
4761 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4770 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4762 <source>TRANSCODING</source> 4771 <source>TRANSCODING</source>
4763 <target state="translated">TRANSKODOWANIE</target> 4772 <target state="translated">TRANSKODOWANIE</target>
4764 4773
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">565</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">617</context></context-group></trans-unit>
4766 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4775 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4767 <source> 4776 <source>
4768 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4777 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -4773,7 +4782,7 @@
4773 resources, this is a critical part of PeerTube, so tread carefully. 4782 resources, this is a critical part of PeerTube, so tread carefully.
4774 </target> 4783 </target>
4775 4784
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">566</context></context-group></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">618</context></context-group></trans-unit>
4777 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4786 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4778 <source>Transcoding enabled</source> 4787 <source>Transcoding enabled</source>
4779 <target>Transkodowanie jest włączone</target> 4788 <target>Transkodowanie jest włączone</target>
@@ -4781,7 +4790,7 @@
4781 <context context-type="linenumber">461</context> 4790 <context context-type="linenumber">461</context>
4782 </context-group> 4791 </context-group>
4783 4792
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">579</context></context-group></trans-unit> 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">631</context></context-group></trans-unit>
4785 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4794 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4786 <source>If you disable transcoding, many videos from your users will not work!</source> 4795 <source>If you disable transcoding, many videos from your users will not work!</source>
4787 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target> 4796 <target>Jeżeli wyłączysz transkodowanie, wiele filmów od użytkowników może nie działać!</target>
@@ -4789,27 +4798,27 @@
4789 <context context-type="linenumber">465</context> 4798 <context context-type="linenumber">465</context>
4790 </context-group> 4799 </context-group>
4791 4800
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">583</context></context-group></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">635</context></context-group></trans-unit>
4793 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4802 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4794 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4803 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4795 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4804 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
4796 4805
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">594</context></context-group></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">646</context></context-group></trans-unit>
4798 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4807 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4799 <source>Allow additional extensions</source> 4808 <source>Allow additional extensions</source>
4800 <target state="translated">Zezwól na dodatkowe wtyczki</target> 4809 <target state="translated">Zezwól na dodatkowe wtyczki</target>
4801 4810
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">591</context></context-group></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">643</context></context-group></trans-unit>
4803 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4812 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4804 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4813 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4805 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4814 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
4806 4815
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">605</context></context-group></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">657</context></context-group></trans-unit>
4808 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4817 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4809 <source>Allow audio files upload</source> 4818 <source>Allow audio files upload</source>
4810 <target state="translated">Zezwól na wrzucanie plików audio</target> 4819 <target state="translated">Zezwól na wrzucanie plików audio</target>
4811 4820
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">602</context></context-group></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">654</context></context-group></trans-unit>
4813 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4822 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4814 <source> 4823 <source>
4815 <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>"/> 4824 <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,12 +4839,12 @@
4830 <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>"/> 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>"/>
4831 </target> 4840 </target>
4832 4841
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">617</context></context-group></trans-unit> 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">669</context></context-group></trans-unit>
4834 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4843 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4835 <source>WebTorrent support enabled</source> 4844 <source>WebTorrent support enabled</source>
4836 <target state="translated">Wsparcie dla WebTorrent włączone</target> 4845 <target state="translated">Wsparcie dla WebTorrent włączone</target>
4837 4846
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">614</context></context-group></trans-unit> 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">666</context></context-group></trans-unit>
4839 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4848 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4840 <source> 4849 <source>
4841 <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>"/> 4850 <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>"/>
@@ -4862,12 +4871,12 @@
4862 <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>"/> 4871 <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>"/>
4863 </target> 4872 </target>
4864 4873
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">638</context></context-group></trans-unit> 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">690</context></context-group></trans-unit>
4866 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4875 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4867 <source>HLS support enabled</source> 4876 <source>HLS support enabled</source>
4868 <target state="translated">Wsparcie dla HLS włączone</target> 4877 <target state="translated">Wsparcie dla HLS włączone</target>
4869 4878
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">635</context></context-group></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">687</context></context-group></trans-unit>
4871 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4880 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4872 <source>Transcoding threads</source> 4881 <source>Transcoding threads</source>
4873 <target>Wątki transkodowania</target> 4882 <target>Wątki transkodowania</target>
@@ -4875,46 +4884,46 @@
4875 <context context-type="linenumber">517</context> 4884 <context context-type="linenumber">517</context>
4876 </context-group> 4885 </context-group>
4877 4886
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">660</context></context-group></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">712</context></context-group></trans-unit>
4879 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4888 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4880 <source>Resolutions to generate</source> 4889 <source>Resolutions to generate</source>
4881 <target state="new">Resolutions to generate</target> 4890 <target state="new">Resolutions to generate</target>
4882 4891
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">673</context></context-group></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">725</context></context-group></trans-unit>
4884 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4893 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4885 <source>CACHE</source> 4894 <source>CACHE</source>
4886 <target state="translated">CACHE</target> 4895 <target state="translated">CACHE</target>
4887 4896
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">699</context></context-group></trans-unit> 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">751</context></context-group></trans-unit>
4889 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4898 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4890 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4899 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4891 <target state="new"> 4900 <target state="new">
4892 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.
4893 </target> 4902 </target>
4894 4903
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">700</context></context-group></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">752</context></context-group></trans-unit>
4896 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4905 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4897 <source>Number of previews to keep in cache</source> 4906 <source>Number of previews to keep in cache</source>
4898 <target state="new">Number of previews to keep in cache</target> 4907 <target state="new">Number of previews to keep in cache</target>
4899 4908
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">709</context></context-group></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">761</context></context-group></trans-unit>
4901 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4910 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4902 <source>Number of video captions to keep in cache</source> 4911 <source>Number of video captions to keep in cache</source>
4903 <target state="new">Number of video captions to keep in cache</target> 4912 <target state="new">Number of video captions to keep in cache</target>
4904 4913
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">718</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">770</context></context-group></trans-unit>
4906 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4915 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4907 <source>CUSTOMIZATIONS</source> 4916 <source>CUSTOMIZATIONS</source>
4908 <target state="translated">DOSTOSOWANIA</target> 4917 <target state="translated">DOSTOSOWANIA</target>
4909 4918
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">733</context></context-group></trans-unit> 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">785</context></context-group></trans-unit>
4911 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4920 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4912 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4921 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4913 <target state="new"> 4922 <target state="new">
4914 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.
4915 </target> 4924 </target>
4916 4925
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">734</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">786</context></context-group></trans-unit>
4918 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4927 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4919 <source>JavaScript</source> 4928 <source>JavaScript</source>
4920 <target>JavaScript</target> 4929 <target>JavaScript</target>
@@ -4922,14 +4931,14 @@
4922 <context context-type="linenumber">575</context> 4931 <context context-type="linenumber">575</context>
4923 </context-group> 4932 </context-group>
4924 4933
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">744</context></context-group></trans-unit> 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">796</context></context-group></trans-unit>
4926 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4935 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4927 <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> 4936 <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>
4928 <target state="new"> 4937 <target state="new">
4929 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 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>"/>
4930 </target> 4939 </target>
4931 4940
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">747</context></context-group></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">799</context></context-group></trans-unit>
4933 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4942 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4934 <source> 4943 <source>
4935 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/>"/>
@@ -4956,7 +4965,7 @@
4956 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4965 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4957 </target> 4966 </target>
4958 4967
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">766</context></context-group></trans-unit> 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">818</context></context-group></trans-unit>
4960 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 4969 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
4961 <source>Advanced configuration</source> 4970 <source>Advanced configuration</source>
4962 <target>Zaawansowana konfiguracja</target> 4971 <target>Zaawansowana konfiguracja</target>
@@ -4964,7 +4973,7 @@
4964 <context context-type="linenumber">452</context> 4973 <context context-type="linenumber">452</context>
4965 </context-group> 4974 </context-group>
4966 4975
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">559</context></context-group></trans-unit> 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">611</context></context-group></trans-unit>
4968 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 4977 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
4969 <source>Update configuration</source> 4978 <source>Update configuration</source>
4970 <target>Aktualizuj konfigurację</target> 4979 <target>Aktualizuj konfigurację</target>
@@ -4972,12 +4981,12 @@
4972 <context context-type="linenumber">628</context> 4981 <context context-type="linenumber">628</context>
4973 </context-group> 4982 </context-group>
4974 4983
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">804</context></context-group></trans-unit> 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">858</context></context-group></trans-unit>
4976 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4985 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4977 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4986 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4978 <target state="translated">Coś jest nie tak z konfiguracją. Poszukaj błędów w innych kartach.</target> 4987 <target state="translated">Coś jest nie tak z konfiguracją. Poszukaj błędów w innych kartach.</target>
4979 4988
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">805</context></context-group></trans-unit> 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">856</context></context-group></trans-unit>
4981 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4990 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4982 <source>PROFILE</source> 4991 <source>PROFILE</source>
4983 <target state="new">PROFILE</target> 4992 <target state="new">PROFILE</target>
@@ -5202,23 +5211,23 @@
5202 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5211 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5203 <context context-type="linenumber">17</context> 5212 <context context-type="linenumber">17</context>
5204 </context-group> 5213 </context-group>
5205 </trans-unit> 5214 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5206 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5215 <source>Your current password</source><target state="new">Your current password</target>
5207 <source>Your password</source>
5208 <target state="translated">Twoje hasło</target>
5209 <context-group purpose="location"> 5216 <context-group purpose="location">
5210 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5217 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5211 <context context-type="linenumber">27</context> 5218 <context context-type="linenumber">26</context>
5212 </context-group> 5219 </context-group>
5213 </trans-unit> 5220 </trans-unit>
5221 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5222 <source>Your password</source>
5223 <target state="translated">Twoje hasło</target>
5224
5225 <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">28</context></context-group></trans-unit>
5214 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5226 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5215 <source>Change email</source> 5227 <source>Change email</source>
5216 <target state="translated">Zmień adres e-mail</target> 5228 <target state="translated">Zmień adres e-mail</target>
5217 <context-group purpose="location"> 5229
5218 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5230 <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">36</context></context-group></trans-unit>
5219 <context context-type="linenumber">35</context>
5220 </context-group>
5221 </trans-unit>
5222 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5231 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5223 <source>Theme</source> 5232 <source>Theme</source>
5224 <target state="translated">Motyw</target> 5233 <target state="translated">Motyw</target>
@@ -6009,15 +6018,18 @@
6009 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6018 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6010 <context context-type="linenumber">2</context> 6019 <context context-type="linenumber">2</context>
6011 </context-group> 6020 </context-group>
6012 </trans-unit> 6021 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6013 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6022 <source>
6014 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6023 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6015 <target state="translated">PeerTube jest platformą do strumieniowania filmów używając P2P z poziomu przeglądarki, z możliwością hostowania jej samemu i federacji (zgodność z protokołem ActivityPub).</target> 6024 </source><target state="new">
6025 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6026 </target>
6016 <context-group purpose="location"> 6027 <context-group purpose="location">
6017 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6028 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6018 <context context-type="linenumber">9</context> 6029 <context context-type="linenumber">9</context>
6019 </context-group> 6030 </context-group>
6020 </trans-unit> 6031 </trans-unit>
6032
6021 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6033 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6022 <source> 6034 <source>
6023 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6035 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9804,6 +9816,24 @@
9804 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9816 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9805 <context context-type="linenumber">1</context> 9817 <context context-type="linenumber">1</context>
9806 </context-group> 9818 </context-group>
9819 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9820 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9821 <context-group purpose="location">
9822 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9823 <context context-type="linenumber">1</context>
9824 </context-group>
9825 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9826 <source>Delete account comments</source><target state="new">Delete account comments</target>
9827 <context-group purpose="location">
9828 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9829 <context context-type="linenumber">1</context>
9830 </context-group>
9831 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9832 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9833 <context-group purpose="location">
9834 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9835 <context context-type="linenumber">1</context>
9836 </context-group>
9807 </trans-unit> 9837 </trans-unit>
9808 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9838 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9809 <source>Edit user</source> 9839 <source>Edit user</source>
@@ -9908,6 +9938,18 @@
9908 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9938 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9909 <context context-type="linenumber">1</context> 9939 <context context-type="linenumber">1</context>
9910 </context-group> 9940 </context-group>
9941 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9942 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9943 <context-group purpose="location">
9944 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9945 <context context-type="linenumber">1</context>
9946 </context-group>
9947 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9948 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9949 <context-group purpose="location">
9950 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9951 <context context-type="linenumber">1</context>
9952 </context-group>
9911 </trans-unit> 9953 </trans-unit>
9912 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9954 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9913 <source>Mute this account by your instance</source> 9955 <source>Mute this account by your instance</source>
@@ -9972,6 +10014,18 @@
9972 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10014 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9973 <context context-type="linenumber">1</context> 10015 <context context-type="linenumber">1</context>
9974 </context-group> 10016 </context-group>
10017 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10018 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10019 <context-group purpose="location">
10020 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10021 <context context-type="linenumber">1</context>
10022 </context-group>
10023 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10024 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10025 <context-group purpose="location">
10026 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10027 <context context-type="linenumber">1</context>
10028 </context-group>
9975 </trans-unit> 10029 </trans-unit>
9976 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10030 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
9977 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10031 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.pt-BR.xlf b/client/src/locale/angular.pt-BR.xlf
index d40601870..e001abc58 100644
--- a/client/src/locale/angular.pt-BR.xlf
+++ b/client/src/locale/angular.pt-BR.xlf
@@ -393,9 +393,9 @@
393 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 393 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
394 <source>Options</source> 394 <source>Options</source>
395 <target state="translated">Opções</target> 395 <target state="translated">Opções</target>
396 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 396
397 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 397
398 </trans-unit> 398 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 399 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
400 <source>Start at</source> 400 <source>Start at</source>
401 <target state="translated">Começa em</target> 401 <target state="translated">Começa em</target>
@@ -451,7 +451,7 @@
451 <target state="translated">vídeo</target> 451 <target state="translated">vídeo</target>
452 452
453 453
454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 454 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
455 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 455 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
456 <source>subtitles</source> 456 <source>subtitles</source>
457 <target state="translated">legendas</target> 457 <target state="translated">legendas</target>
@@ -653,7 +653,7 @@
653 <target state="translated">Apagado</target> 653 <target state="translated">Apagado</target>
654 654
655 655
656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 656 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 657 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
658 <source>Edit starts/stops at</source> 658 <source>Edit starts/stops at</source>
659 <target state="translated">A edição começa /termina em</target> 659 <target state="translated">A edição começa /termina em</target>
@@ -701,7 +701,7 @@
701 701
702 702
703 703
704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
705 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 705 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
706 <source>Edit</source> 706 <source>Edit</source>
707 <target>Editar</target> 707 <target>Editar</target>
@@ -1517,13 +1517,13 @@
1517 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1517 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1518 <context context-type="linenumber">21</context> 1518 <context context-type="linenumber">21</context>
1519 </context-group> 1519 </context-group>
1520 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1520 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1521 <source> 1521 <source>
1522 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>"/>. 1522 Please consider configuring 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>"/>.
1523 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>"/>. 1523 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1524 </source><target state="new"> 1524 </source><target state="new">
1525 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 Please consider configuring 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>"/>.
1526 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 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1527 </target> 1527 </target>
1528 <context-group purpose="location"> 1528 <context-group purpose="location">
1529 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1529 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1813,63 +1813,33 @@
1813 1813
1814 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1814 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1815 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1815 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1816 <context-group purpose="location"> 1816
1817 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1817 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1818 <context context-type="linenumber">16</context>
1819 </context-group>
1820 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1821 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1818 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1822 <context-group purpose="location"> 1819
1823 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1820 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1824 <context context-type="linenumber">18</context>
1825 </context-group>
1826 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1827 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1821 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1828 <context-group purpose="location"> 1822
1829 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1823 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1830 <context context-type="linenumber">22</context>
1831 </context-group>
1832 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1833 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1824 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1834 <context-group purpose="location"> 1825
1835 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1826 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1836 <context context-type="linenumber">29</context>
1837 </context-group>
1838 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1839 <source>any instance</source><target state="new">any instance</target> 1827 <source>any instance</source><target state="new">any instance</target>
1840 <context-group purpose="location"> 1828
1841 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1829 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1842 <context context-type="linenumber">32</context>
1843 </context-group>
1844 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1845 <source>only followed instances</source><target state="new">only followed instances</target> 1830 <source>only followed instances</source><target state="new">only followed instances</target>
1846 <context-group purpose="location"> 1831
1847 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1832 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1848 <context context-type="linenumber">33</context>
1849 </context-group>
1850 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1851 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1833 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1852 <context-group purpose="location"> 1834
1853 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1835 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1854 <context context-type="linenumber">31</context>
1855 </context-group>
1856 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1857 <source>channel</source><target state="new">channel</target> 1836 <source>channel</source><target state="new">channel</target>
1858 <context-group purpose="location"> 1837
1859 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1838
1860 <context context-type="linenumber">40</context> 1839 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1861 </context-group>
1862 <context-group purpose="location">
1863 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1864 <context context-type="linenumber">43</context>
1865 </context-group>
1866 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1867 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1840 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1868 <context-group purpose="location"> 1841
1869 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1842 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1870 <context context-type="linenumber">49</context>
1871 </context-group>
1872 </trans-unit>
1873 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1843 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1874 <source>Search...</source> 1844 <source>Search...</source>
1875 <target>Pesquisar...</target> 1845 <target>Pesquisar...</target>
@@ -3149,13 +3119,13 @@
3149 <context-group name="null"> 3119 <context-group name="null">
3150 <context context-type="linenumber">14</context> 3120 <context context-type="linenumber">14</context>
3151 </context-group> 3121 </context-group>
3152 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3122
3153 </trans-unit> 3123 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3154 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3124 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3155 <source>This comment has been deleted</source> 3125 <source>This comment has been deleted</source>
3156 <target state="translated">Este comentário foi apagado</target> 3126 <target state="translated">Este comentário foi apagado</target>
3157 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3127
3158 </trans-unit> 3128 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3159 3129
3160 3130
3161 3131
@@ -3633,7 +3603,7 @@
3633 <context context-type="linenumber">95</context> 3603 <context context-type="linenumber">95</context>
3634 </context-group> 3604 </context-group>
3635 3605
3636 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3637 <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> 3607 <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>
3638 <context-group purpose="location"> 3608 <context-group purpose="location">
3639 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3609 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -4133,7 +4103,13 @@
4133 <target state="translated">Início</target> 4103 <target state="translated">Início</target>
4134 4104
4135 4105
4136 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 4106 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4107 <source>Close this message</source><target state="new">Close this message</target>
4108 <context-group purpose="location">
4109 <context context-type="sourcefile">src/app/app.component.html</context>
4110 <context context-type="linenumber">34</context>
4111 </context-group>
4112 </trans-unit>
4137 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4113 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4138 <source>Go to the plugin homepage</source> 4114 <source>Go to the plugin homepage</source>
4139 <target state="translated">Ir para o início do plugin</target> 4115 <target state="translated">Ir para o início do plugin</target>
@@ -4541,17 +4517,57 @@
4541 <context context-type="linenumber">223</context> 4517 <context context-type="linenumber">223</context>
4542 </context-group> 4518 </context-group>
4543 4519
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4521 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4522 <context-group purpose="location">
4523 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4524 <context context-type="linenumber">281</context>
4525 </context-group>
4526 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4527 <source>
4528 Display a message on your instance
4529 </source><target state="new">
4530 Display a message on your instance
4531 </target>
4532 <context-group purpose="location">
4533 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4534 <context context-type="linenumber">282</context>
4535 </context-group>
4536 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4537 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4538 <context-group purpose="location">
4539 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4540 <context context-type="linenumber">294</context>
4541 </context-group>
4542 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4543 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4544 <context-group purpose="location">
4545 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4546 <context context-type="linenumber">301</context>
4547 </context-group>
4548 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4549 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4550 <context-group purpose="location">
4551 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4552 <context context-type="linenumber">306</context>
4553 </context-group>
4554 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4555 <source>Message</source><target state="new">Message</target>
4556 <context-group purpose="location">
4557 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4558 <context context-type="linenumber">318</context>
4559 </context-group>
4560 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4545 <source>NEW USERS</source><target state="new">NEW USERS</target> 4561 <source>NEW USERS</source><target state="new">NEW USERS</target>
4546 4562
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4548 <source> 4564 <source>
4549 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. 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.
4550 </source><target state="new"> 4566 </source><target state="new">
4551 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. 4567 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.
4552 </target> 4568 </target>
4553 4569
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">282</context></context-group></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">334</context></context-group></trans-unit>
4555 4571
4556 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4572 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4557 <source>Signup enabled</source> 4573 <source>Signup enabled</source>
@@ -4560,7 +4576,7 @@
4560 <context context-type="linenumber">235</context> 4576 <context context-type="linenumber">235</context>
4561 </context-group> 4577 </context-group>
4562 4578
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">293</context></context-group></trans-unit> 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">345</context></context-group></trans-unit>
4564 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4580 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4565 <source>Signup requires email verification</source> 4581 <source>Signup requires email verification</source>
4566 <target>Inscrição requer verificação de email</target> 4582 <target>Inscrição requer verificação de email</target>
@@ -4568,7 +4584,7 @@
4568 <context context-type="linenumber">242</context> 4584 <context context-type="linenumber">242</context>
4569 </context-group> 4585 </context-group>
4570 4586
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">301</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">353</context></context-group></trans-unit>
4572 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4588 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4573 <source>Signup limit</source> 4589 <source>Signup limit</source>
4574 <target>Limite de inscrições</target> 4590 <target>Limite de inscrições</target>
@@ -4576,7 +4592,7 @@
4576 <context context-type="linenumber">247</context> 4592 <context context-type="linenumber">247</context>
4577 </context-group> 4593 </context-group>
4578 4594
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">305</context></context-group></trans-unit> 4595 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
4580 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4596 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4581 <source>Users</source> 4597 <source>Users</source>
4582 <target>Usuários</target> 4598 <target>Usuários</target>
@@ -4665,69 +4681,66 @@
4665 <source>Default video quota per user</source> 4681 <source>Default video quota per user</source>
4666 <target state="translated">Quota de vídeo padrão por usuário</target> 4682 <target state="translated">Quota de vídeo padrão por usuário</target>
4667 4683
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">320</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">372</context></context-group></trans-unit>
4669 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4685 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4670 <source>Default daily upload limit per user</source> 4686 <source>Default daily upload limit per user</source>
4671 <target state="translated">Limite diário padrão por usuário</target> 4687 <target state="translated">Limite diário padrão por usuário</target>
4672 4688
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4674 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4690 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4675 4691
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">349</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">401</context></context-group></trans-unit>
4677 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4693 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4678 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4694 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4679 <target state="translated">Permitir importar com HTTP URL (ex. YouTube)</target> 4695 <target state="translated">Permitir importar com HTTP URL (ex. YouTube)</target>
4680 4696
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">360</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">412</context></context-group></trans-unit>
4682 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4698 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4683 <source>Allow import with a torrent file or a magnet URI</source> 4699 <source>Allow import with a torrent file or a magnet URI</source>
4684 <target state="translated">Permitir importar com arquivo torrent ou URL de magneto</target> 4700 <target state="translated">Permitir importar com arquivo torrent ou URL de magneto</target>
4685 4701
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">367</context></context-group></trans-unit> 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">419</context></context-group></trans-unit>
4687 4703
4688 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4704 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4689 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4705 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4690 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4706 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4691 4707
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">384</context></context-group></trans-unit> 4708 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">436</context></context-group></trans-unit>
4693 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4709 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4694 <source>Blacklist new videos automatically</source> 4710 <source>Blacklist new videos automatically</source>
4695 <target state="translated">Coloque automaticamente na lista negra os novos vídeos</target> 4711 <target state="translated">Coloque automaticamente na lista negra os novos vídeos</target>
4696 4712
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4698 <source>FEDERATION</source><target state="new">FEDERATION</target> 4714 <source>FEDERATION</source><target state="new">FEDERATION</target>
4699 4715
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4701 <source> 4717 <source>
4702 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. 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.
4703 </source><target state="new"> 4719 </source><target state="new">
4704 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. 4720 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.
4705 </target> 4721 </target>
4706 4722
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4723 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4708 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4724 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4709 4725
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">412</context></context-group></trans-unit> 4726 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit>
4711 4727
4712 4728
4713 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4729 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4714 <source>Manually approve new instance followers</source> 4730 <source>Manually approve new instance followers</source>
4715 <target state="translated">Aprovar manualmente novos seguidores da instância</target> 4731 <target state="translated">Aprovar manualmente novos seguidores da instância</target>
4716 4732
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4718 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4734 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4719 4735
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4721 <source> 4737 <source>
4722 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>"/>. 4738 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>"/>.
4723 </source><target state="new"> 4739 </source><target state="new">
4724 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>"/>. 4740 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>"/>.
4725 </target> 4741 </target>
4726 <context-group purpose="location"> 4742
4727 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4728 <context context-type="linenumber">450</context>
4729 </context-group>
4730 </trans-unit>
4731 4744
4732 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4745 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4733 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4746 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4735,23 +4748,20 @@
4735 4748
4736 4749
4737 4750
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4739 4752
4740 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4753 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4741 <source>Index URL</source> 4754 <source>Index URL</source>
4742 <target state="translated">URL do Índice</target> 4755 <target state="translated">URL do Índice</target>
4743 4756
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4745 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4758 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4746 <context-group purpose="location"> 4759
4747 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4748 <context context-type="linenumber">445</context>
4749 </context-group>
4750 </trans-unit>
4751 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4761 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4752 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4762 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4753 4763
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">477</context></context-group></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">529</context></context-group></trans-unit>
4755 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4765 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4756 <source>Administrator</source> 4766 <source>Administrator</source>
4757 <target>Administrador</target> 4767 <target>Administrador</target>
@@ -4767,7 +4777,7 @@
4767 <context context-type="linenumber">387</context> 4777 <context context-type="linenumber">387</context>
4768 </context-group> 4778 </context-group>
4769 4779
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">483</context></context-group></trans-unit> 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">535</context></context-group></trans-unit>
4771 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4781 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4772 <source>Enable contact form</source> 4782 <source>Enable contact form</source>
4773 <target>Habilitar formulário de contato</target> 4783 <target>Habilitar formulário de contato</target>
@@ -4775,7 +4785,7 @@
4775 <context context-type="linenumber">398</context> 4785 <context context-type="linenumber">398</context>
4776 </context-group> 4786 </context-group>
4777 4787
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">494</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">546</context></context-group></trans-unit>
4779 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4789 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4780 <source>Basic configuration</source> 4790 <source>Basic configuration</source>
4781 <target>Configurações básicas</target> 4791 <target>Configurações básicas</target>
@@ -4786,14 +4796,14 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4787 <source>TWITTER</source><target state="new">TWITTER</target> 4797 <source>TWITTER</source><target state="new">TWITTER</target>
4788 4798
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4790 <source> 4800 <source>
4791 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4801 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4792 </source><target state="new"> 4802 </source><target state="new">
4793 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4803 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4794 </target> 4804 </target>
4795 4805
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">512</context></context-group></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">564</context></context-group></trans-unit>
4797 4807
4798 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4808 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4799 <source>Your Twitter username</source> 4809 <source>Your Twitter username</source>
@@ -4802,7 +4812,7 @@
4802 <context context-type="linenumber">413</context> 4812 <context context-type="linenumber">413</context>
4803 </context-group> 4813 </context-group>
4804 4814
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">523</context></context-group></trans-unit> 4815 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
4806 4816
4807 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4817 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4808 <source>Instance whitelisted by Twitter</source> 4818 <source>Instance whitelisted by Twitter</source>
@@ -4811,7 +4821,7 @@
4811 <context context-type="linenumber">431</context> 4821 <context context-type="linenumber">431</context>
4812 </context-group> 4822 </context-group>
4813 4823
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4815 <source> 4825 <source>
4816 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/>"/> 4826 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/>"/>
4817 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/>"/> 4827 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/>"/>
@@ -4826,7 +4836,7 @@
4826 to see if you instance is whitelisted. 4836 to see if you instance is whitelisted.
4827 </target> 4837 </target>
4828 4838
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">539</context></context-group></trans-unit> 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">591</context></context-group></trans-unit>
4830 4840
4831 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4841 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4832 <source>Services</source> 4842 <source>Services</source>
@@ -4835,10 +4845,10 @@
4835 <context context-type="linenumber">405</context> 4845 <context context-type="linenumber">405</context>
4836 </context-group> 4846 </context-group>
4837 4847
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4839 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4849 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4840 4850
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4842 <source> 4852 <source>
4843 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4853 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4844 resources, this is a critical part of PeerTube, so tread carefully. 4854 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4847,7 +4857,7 @@
4847 resources, this is a critical part of PeerTube, so tread carefully. 4857 resources, this is a critical part of PeerTube, so tread carefully.
4848 </target> 4858 </target>
4849 4859
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">566</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">618</context></context-group></trans-unit>
4851 4861
4852 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4862 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4853 <source>Transcoding enabled</source> 4863 <source>Transcoding enabled</source>
@@ -4856,7 +4866,7 @@
4856 <context context-type="linenumber">461</context> 4866 <context context-type="linenumber">461</context>
4857 </context-group> 4867 </context-group>
4858 4868
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> 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">631</context></context-group></trans-unit>
4860 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4870 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4861 <source>If you disable transcoding, many videos from your users will not work!</source> 4871 <source>If you disable transcoding, many videos from your users will not work!</source>
4862 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target> 4872 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
@@ -4864,10 +4874,10 @@
4864 <context context-type="linenumber">465</context> 4874 <context context-type="linenumber">465</context>
4865 </context-group> 4875 </context-group>
4866 4876
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"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
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> 4878 <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>
4869 4879
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> 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">646</context></context-group></trans-unit>
4871 4881
4872 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 4882 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4873 <source>Allow additional extensions</source> 4883 <source>Allow additional extensions</source>
@@ -4876,16 +4886,16 @@
4876 <context context-type="linenumber">475</context> 4886 <context context-type="linenumber">475</context>
4877 </context-group> 4887 </context-group>
4878 4888
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"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
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> 4890 <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>
4881 4891
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> 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">657</context></context-group></trans-unit>
4883 4893
4884 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4894 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4885 <source>Allow audio files upload</source> 4895 <source>Allow audio files upload</source>
4886 <target state="translated">Permitir envio de arquivos de áudio</target> 4896 <target state="translated">Permitir envio de arquivos de áudio</target>
4887 4897
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4889 <source> 4899 <source>
4890 <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>"/> 4900 <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>"/>
4891 4901
@@ -4904,13 +4914,13 @@
4904 <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>"/> 4914 <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>"/>
4905 </target> 4915 </target>
4906 4916
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">617</context></context-group></trans-unit> 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">669</context></context-group></trans-unit>
4908 4918
4909 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4919 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4910 <source>WebTorrent support enabled</source> 4920 <source>WebTorrent support enabled</source>
4911 <target state="translated">Suporte WebTorrent ativado</target> 4921 <target state="translated">Suporte WebTorrent ativado</target>
4912 4922
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4914 <source> 4924 <source>
4915 <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>"/> 4925 <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>"/>
4916 4926
@@ -4935,13 +4945,13 @@
4935 <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>"/> 4945 <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>"/>
4936 </target> 4946 </target>
4937 4947
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">638</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">690</context></context-group></trans-unit>
4939 4949
4940 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4950 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4941 <source>HLS support enabled</source> 4951 <source>HLS support enabled</source>
4942 <target state="translated">Suporte HLS ativado</target> 4952 <target state="translated">Suporte HLS ativado</target>
4943 4953
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">635</context></context-group></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">687</context></context-group></trans-unit>
4945 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 4955 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
4946 <source>Transcoding threads</source> 4956 <source>Transcoding threads</source>
4947 <target>Threads de transcodificação</target> 4957 <target>Threads de transcodificação</target>
@@ -4949,41 +4959,41 @@
4949 <context context-type="linenumber">517</context> 4959 <context context-type="linenumber">517</context>
4950 </context-group> 4960 </context-group>
4951 4961
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4953 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4963 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4954 4964
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">673</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">725</context></context-group></trans-unit>
4956 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4966 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4957 <source>CACHE</source><target state="new">CACHE</target> 4967 <source>CACHE</source><target state="new">CACHE</target>
4958 4968
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4960 <source> 4970 <source>
4961 Some files are not federated, and fetched when necessary. Define their caching policies. 4971 Some files are not federated, and fetched when necessary. Define their caching policies.
4962 </source><target state="new"> 4972 </source><target state="new">
4963 Some files are not federated, and fetched when necessary. Define their caching policies. 4973 Some files are not federated, and fetched when necessary. Define their caching policies.
4964 </target> 4974 </target>
4965 4975
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4967 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4977 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4968 4978
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4970 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4980 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4971 4981
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">718</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">770</context></context-group></trans-unit>
4973 4983
4974 4984
4975 4985
4976 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4986 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4977 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4987 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4978 4988
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4980 <source> 4990 <source>
4981 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.
4982 </source><target state="new"> 4992 </source><target state="new">
4983 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4993 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4984 </target> 4994 </target>
4985 4995
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">734</context></context-group></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">786</context></context-group></trans-unit>
4987 4997
4988 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 4998 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
4989 <source>JavaScript</source> 4999 <source>JavaScript</source>
@@ -4992,14 +5002,14 @@
4992 <context context-type="linenumber">575</context> 5002 <context context-type="linenumber">575</context>
4993 </context-group> 5003 </context-group>
4994 5004
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4996 <source> 5006 <source>
4997 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5007 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4998 </source><target state="new"> 5008 </source><target state="new">
4999 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5009 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5000 </target> 5010 </target>
5001 5011
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5003 <source> 5013 <source>
5004 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/>"/> 5014 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/>"/>
5005 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5015 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5024,7 +5034,7 @@
5024 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5034 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5025 </target> 5035 </target>
5026 5036
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">766</context></context-group></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">818</context></context-group></trans-unit>
5028 5038
5029 5039
5030 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5040 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5034,7 +5044,7 @@
5034 <context context-type="linenumber">452</context> 5044 <context context-type="linenumber">452</context>
5035 </context-group> 5045 </context-group>
5036 5046
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">559</context></context-group></trans-unit> 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">611</context></context-group></trans-unit>
5038 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5048 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5039 <source>Update configuration</source> 5049 <source>Update configuration</source>
5040 <target>Atualizar configuração</target> 5050 <target>Atualizar configuração</target>
@@ -5042,12 +5052,12 @@
5042 <context context-type="linenumber">628</context> 5052 <context context-type="linenumber">628</context>
5043 </context-group> 5053 </context-group>
5044 5054
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">804</context></context-group></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">858</context></context-group></trans-unit>
5046 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5056 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5047 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5057 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5048 <target state="translated">Parece que a configuração é inválida. Favor procurar por erros eventuais nas diferentes abas.</target> 5058 <target state="translated">Parece que a configuração é inválida. Favor procurar por erros eventuais nas diferentes abas.</target>
5049 5059
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5051 <source>PROFILE</source><target state="new">PROFILE</target> 5061 <source>PROFILE</source><target state="new">PROFILE</target>
5052 <context-group purpose="location"> 5062 <context-group purpose="location">
5053 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5063 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5251,23 +5261,23 @@
5251 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5261 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5252 <context context-type="linenumber">17</context> 5262 <context context-type="linenumber">17</context>
5253 </context-group> 5263 </context-group>
5254 </trans-unit> 5264 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5255 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5265 <source>Your current password</source><target state="new">Your current password</target>
5256 <source>Your password</source>
5257 <target state="translated">Sua senha</target>
5258 <context-group purpose="location"> 5266 <context-group purpose="location">
5259 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5267 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5260 <context context-type="linenumber">27</context> 5268 <context context-type="linenumber">26</context>
5261 </context-group> 5269 </context-group>
5262 </trans-unit> 5270 </trans-unit>
5271 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5272 <source>Your password</source>
5273 <target state="translated">Sua senha</target>
5274
5275 <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">28</context></context-group></trans-unit>
5263 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5276 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5264 <source>Change email</source> 5277 <source>Change email</source>
5265 <target state="translated">Mudar email</target> 5278 <target state="translated">Mudar email</target>
5266 <context-group purpose="location"> 5279
5267 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 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">36</context></context-group></trans-unit>
5268 <context context-type="linenumber">35</context>
5269 </context-group>
5270 </trans-unit>
5271 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5281 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5272 <source>Theme</source> 5282 <source>Theme</source>
5273 <target state="translated">Tema</target> 5283 <target state="translated">Tema</target>
@@ -6074,15 +6084,18 @@
6074 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6084 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6075 <context context-type="linenumber">2</context> 6085 <context context-type="linenumber">2</context>
6076 </context-group> 6086 </context-group>
6077 </trans-unit> 6087 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6078 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6088 <source>
6079 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6089 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6080 <target state="translated">PeerTube é uma plataforma de streaming de vídeo federado (ActivityPub) hospedada usando P2P diretamente no navegador da web.</target> 6090 </source><target state="new">
6091 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6092 </target>
6081 <context-group purpose="location"> 6093 <context-group purpose="location">
6082 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6094 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6083 <context context-type="linenumber">9</context> 6095 <context context-type="linenumber">9</context>
6084 </context-group> 6096 </context-group>
6085 </trans-unit> 6097 </trans-unit>
6098
6086 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6099 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6087 <source> 6100 <source>
6088 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6101 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9807,6 +9820,24 @@
9807 <context context-type="linenumber">1</context> 9820 <context context-type="linenumber">1</context>
9808 </context-group> 9821 </context-group>
9809 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 9822 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
9823 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9824 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9825 <context-group purpose="location">
9826 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9827 <context context-type="linenumber">1</context>
9828 </context-group>
9829 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9830 <source>Delete account comments</source><target state="new">Delete account comments</target>
9831 <context-group purpose="location">
9832 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9833 <context context-type="linenumber">1</context>
9834 </context-group>
9835 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9836 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9837 <context-group purpose="location">
9838 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9839 <context context-type="linenumber">1</context>
9840 </context-group>
9810 </trans-unit> 9841 </trans-unit>
9811 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9842 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9812 <source>Edit user</source> 9843 <source>Edit user</source>
@@ -9911,6 +9942,18 @@
9911 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9942 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9912 <context context-type="linenumber">1</context> 9943 <context context-type="linenumber">1</context>
9913 </context-group> 9944 </context-group>
9945 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9946 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9947 <context-group purpose="location">
9948 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9949 <context context-type="linenumber">1</context>
9950 </context-group>
9951 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9952 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9953 <context-group purpose="location">
9954 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9955 <context context-type="linenumber">1</context>
9956 </context-group>
9914 </trans-unit> 9957 </trans-unit>
9915 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 9958 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
9916 <source>Mute this account by your instance</source> 9959 <source>Mute this account by your instance</source>
@@ -9975,6 +10018,18 @@
9975 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10018 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9976 <context context-type="linenumber">1</context> 10019 <context context-type="linenumber">1</context>
9977 </context-group> 10020 </context-group>
10021 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10022 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10023 <context-group purpose="location">
10024 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10025 <context context-type="linenumber">1</context>
10026 </context-group>
10027 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10028 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10029 <context-group purpose="location">
10030 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10031 <context context-type="linenumber">1</context>
10032 </context-group>
9978 </trans-unit> 10033 </trans-unit>
9979 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10034 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
9980 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10035 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.pt-PT.xlf b/client/src/locale/angular.pt-PT.xlf
index 5b98dfab8..797a4aef7 100644
--- a/client/src/locale/angular.pt-PT.xlf
+++ b/client/src/locale/angular.pt-PT.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 }}"/> publicou um novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> </target> 268 <target state="translated"><x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> publicou um novo vídeo: <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> </target>
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,35 +280,35 @@
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">O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> foi removida da lista negra </target> 284 <target state="translated">O seu vídeo <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> foi removida da 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="new"> 289 <target state="new">
290 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 290 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
291 </target> 291 </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="new"> 310 <target state="new">
311 <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;"/> 311 <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>"/>
312 </target> 312 </target>
313 <context-group purpose="location"> 313 <context-group purpose="location">
314 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 314 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -324,30 +324,30 @@
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="new"> 328 <target state="new">
329 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 329 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
330 </target> 330 </target>
331 <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> 331 <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>
332 </trans-unit> 332 </trans-unit>
333 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html"> 333 <trans-unit id="78dea99c581be394bf509426e114c9cda9f5825d" datatype="html">
334 <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> 334 <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>
335 <target state="new"> 335 <target state="new">
336 <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 336 <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
337 </target> 337 </target>
338 <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> 338 <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>
339 </trans-unit> 339 </trans-unit>
340 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html"> 340 <trans-unit id="dc586a7c70baa9217d98f58f4701fc3a29cd9d4d" datatype="html">
341 <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> 341 <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>
342 <target state="new"> 342 <target state="new">
343 <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 343 <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
344 </target> 344 </target>
345 <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> 345 <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>
346 </trans-unit> 346 </trans-unit>
347 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html"> 347 <trans-unit id="55c81d14a4e11004f0bcda5a47575f316e85e43e" datatype="html">
348 <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> 348 <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>
349 <target state="new"> 349 <target state="new">
350 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 350 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
351 </target> 351 </target>
352 <context-group purpose="location"> 352 <context-group purpose="location">
353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 353 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -355,34 +355,42 @@
355 </context-group> 355 </context-group>
356 </trans-unit> 356 </trans-unit>
357 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html"> 357 <trans-unit id="0f146c0a4152eb93ec2ad119e1dec613864d64c6" datatype="html">
358 <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> 358 <source>
359 <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
360
361 <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>"/>
362 <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>"/>
363 </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.actorFollow.follower.displayName }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> is following 365 <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
361 366
362 <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;"/> 367 <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>"/>
363 <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;"/> 368 <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>"/>
364 </target> 369 </target>
365 <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> 370 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">120</context></context-group>
366 </trans-unit> 371 </trans-unit>
367 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html"> 372 <trans-unit id="dde6b6ff4de622914ba78a2b584d070852eb710d" datatype="html">
368 <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> 373 <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>
369 <target state="new"> 374 <target state="new">
370 <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;"/> 375 <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>"/>
371 </target> 376 </target>
372 <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> 377 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">133</context></context-group>
373 </trans-unit> 378 </trans-unit>
374 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html"> 379 <trans-unit id="790986a06ed0bbab17b7e91c166ea4dfd96e7d3d" datatype="html">
375 <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> 380 <source>
381 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
382 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
383 </source>
376 <target state="new"> 384 <target state="new">
377 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 }}"/>) 385 Your instance has <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (<x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>)
378 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> 386 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
379 </target> 387 </target>
380 <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> 388 <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>
381 </trans-unit> 389 </trans-unit>
382 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html"> 390 <trans-unit id="b5a16cb819b18286a1a85e2a311045b920bfd559" datatype="html">
383 <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> 391 <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>
384 <target state="new"> 392 <target state="new">
385 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;"/> 393 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>"/>
386 </target> 394 </target>
387 <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> 395 <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>
388 </trans-unit> 396 </trans-unit>
@@ -416,9 +424,9 @@
416 <context-group name="null"> 424 <context-group name="null">
417 <context context-type="linenumber">9</context> 425 <context context-type="linenumber">9</context>
418 </context-group> 426 </context-group>
419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 427
420 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 428
421 </trans-unit> 429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 430 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
423 <source>Start at</source> 431 <source>Start at</source>
424 <target state="translated">Iniciar às</target> 432 <target state="translated">Iniciar às</target>
@@ -486,9 +494,9 @@
486 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 494 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
487 <source>video</source> 495 <source>video</source>
488 <target state="new">video</target> 496 <target state="new">video</target>
489 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 497
490 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 498
491 </trans-unit> 499 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
492 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 500 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
493 <source>subtitles</source> 501 <source>subtitles</source>
494 <target state="translated">legendas</target> 502 <target state="translated">legendas</target>
@@ -563,8 +571,8 @@
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> 571 <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>
564 </trans-unit> 572 </trans-unit>
565 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html"> 573 <trans-unit id="9430cb2c6ceed0b2addc7112a40317985e4193e1" datatype="html">
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&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> 574 <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>
567 <target state="translated">O teu relatório irá ser enviado aos moderados de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> e irá ser redirecionado para o video de origem (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>. </target> 575 <target state="translated">O teu relatório irá ser enviado aos moderados de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/><x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> e irá ser redirecionado para o video de origem (<x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>) too<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>. </target>
568 <context-group purpose="location"> 576 <context-group purpose="location">
569 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 577 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
570 <context context-type="linenumber">9</context> 578 <context context-type="linenumber">9</context>
@@ -699,10 +707,10 @@
699 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 707 <trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
700 <source>Deleted</source> 708 <source>Deleted</source>
701 <target state="translated">Eliminado</target> 709 <target state="translated">Eliminado</target>
702 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 710
703 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 711
704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 712
705 </trans-unit> 713 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
706 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 714 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
707 <source>Edit starts/stops at</source> 715 <source>Edit starts/stops at</source>
708 <target state="translated">Editar iniciar/parar às</target> 716 <target state="translated">Editar iniciar/parar às</target>
@@ -752,11 +760,11 @@
752 <context-group name="null"> 760 <context-group name="null">
753 <context context-type="linenumber">13</context> 761 <context context-type="linenumber">13</context>
754 </context-group> 762 </context-group>
755 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 763
756 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 764
757 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 765
758 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 766
759 </trans-unit> 767 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
760 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 768 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
761 <source>Edit</source> 769 <source>Edit</source>
762 <target>Editar</target> 770 <target>Editar</target>
@@ -857,10 +865,13 @@
857 <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> 865 <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>
858 </trans-unit> 866 </trans-unit>
859 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 867 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
860 <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> 868 <source>
869 <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>"/>
870 <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>"/>
871 </source>
861 <target state="new"> 872 <target state="new">
862 <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;"/> 873 <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>"/>
863 <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;"/> 874 <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>"/>
864 </target> 875 </target>
865 <context-group name="null"> 876 <context-group name="null">
866 <context context-type="linenumber">10</context> 877 <context context-type="linenumber">10</context>
@@ -868,9 +879,12 @@
868 <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> 879 <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>
869 </trans-unit> 880 </trans-unit>
870 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 881 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
871 <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> 882 <source>
883 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/>"/>
884 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
885 </source>
872 <target state="new"> 886 <target state="new">
873 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;"/> 887 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/>"/>
874 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 888 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
875 </target> 889 </target>
876 <context-group purpose="location"> 890 <context-group purpose="location">
@@ -879,9 +893,12 @@
879 </context-group> 893 </context-group>
880 </trans-unit> 894 </trans-unit>
881 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 895 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
882 <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> 896 <source>
897 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/>"/>
898 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
899 </source>
883 <target state="new"> 900 <target state="new">
884 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;"/> 901 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/>"/>
885 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 902 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
886 </target> 903 </target>
887 <context-group purpose="location"> 904 <context-group purpose="location">
@@ -898,10 +915,13 @@
898 </context-group> 915 </context-group>
899 </trans-unit> 916 </trans-unit>
900 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 917 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
901 <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> 918 <source>
919 <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>"/>
920 <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>"/>
921 </source>
902 <target state="new"> 922 <target state="new">
903 <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;"/> 923 <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>"/>
904 <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;"/> 924 <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>"/>
905 </target> 925 </target>
906 <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> 926 <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>
907 </trans-unit> 927 </trans-unit>
@@ -948,8 +968,8 @@
948 <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> 968 <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>
949 </trans-unit> 969 </trans-unit>
950 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 970 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
951 <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> 971 <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>
952 <target>Ilimitado <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 dia)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 972 <target>Ilimitado <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(<x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> por dia)<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
953 <context-group name="null"> 973 <context-group name="null">
954 <context context-type="linenumber">53</context> 974 <context context-type="linenumber">53</context>
955 </context-group> 975 </context-group>
@@ -1144,8 +1164,8 @@
1144 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1164 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1145 </trans-unit> 1165 </trans-unit>
1146 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1166 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1147 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1167 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1148 <target state="translated">Desculpe mas houve um problema com o processo de login externo. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contacte um administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1168 <target state="translated">Desculpe mas houve um problema com o processo de login externo. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contacte um administrador<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1149 <context-group purpose="location"> 1169 <context-group purpose="location">
1150 <context context-type="sourcefile">src/app/login/login.component.html</context> 1170 <context context-type="sourcefile">src/app/login/login.component.html</context>
1151 <context context-type="linenumber">6</context> 1171 <context context-type="linenumber">6</context>
@@ -1160,8 +1180,15 @@
1160 </context-group> 1180 </context-group>
1161 </trans-unit> 1181 </trans-unit>
1162 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1182 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1163 <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> 1183 <source>
1164 <target state="translated">Esta instância não está a aceitar registro de utlizadores de momento, mas pode encontrar uma instância que oferece a possibilidade de registro e poderá fazer o carregamento de seus vídeos aí. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Encontre a sua, entre múltiplas instâncias, em <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> 1184 Currently this instance doesn't allow for user registration, but you can find an instance
1185 that gives you the possibility to sign up for an account and upload your videos there.
1186
1187 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1188
1189 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>"/>.
1190 </source>
1191 <target state="translated">Esta instância não está a aceitar registro de utlizadores de momento, mas pode encontrar uma instância que oferece a possibilidade de registro e poderá fazer o carregamento de seus vídeos aí. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Encontre a sua, entre múltiplas instâncias, em <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>
1165 <context-group purpose="location"> 1192 <context-group purpose="location">
1166 <context context-type="sourcefile">src/app/login/login.component.html</context> 1193 <context context-type="sourcefile">src/app/login/login.component.html</context>
1167 <context context-type="linenumber">16</context> 1194 <context context-type="linenumber">16</context>
@@ -1326,9 +1353,9 @@
1326 </context-group> 1353 </context-group>
1327 </trans-unit> 1354 </trans-unit>
1328 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1355 <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> 1356 <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> 1357 <target>
1331 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;"/> 1358 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>"/>
1332 </target> 1359 </target>
1333 <context-group name="null"> 1360 <context-group name="null">
1334 <context context-type="linenumber">6</context> 1361 <context context-type="linenumber">6</context>
@@ -1336,10 +1363,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> 1363 <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> 1364 </trans-unit>
1338 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1365 <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> 1366 <source>
1367 Filters
1368 <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>"/>
1369 </source>
1340 <target state="new"> 1370 <target state="new">
1341 Filters 1371 Filters
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;"/> 1372 <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> 1373 </target>
1344 <context-group name="null"> 1374 <context-group name="null">
1345 <context context-type="linenumber">16</context> 1375 <context context-type="linenumber">16</context>
@@ -1373,7 +1403,8 @@
1373 </context-group> 1403 </context-group>
1374 </trans-unit> 1404 </trans-unit>
1375 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html"> 1405 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1376 <source>CLI documentation</source> 1406 <source>CLI
1407 documentation</source>
1377 <target state="translated">Documentação de CLI</target> 1408 <target state="translated">Documentação de CLI</target>
1378 <context-group purpose="location"> 1409 <context-group purpose="location">
1379 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1410 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1389,7 +1420,8 @@
1389 </context-group> 1420 </context-group>
1390 </trans-unit> 1421 </trans-unit>
1391 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html"> 1422 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1392 <source>Administer documentation</source> 1423 <source>Administer
1424 documentation</source>
1393 <target state="translated">Administrar documentação</target> 1425 <target state="translated">Administrar documentação</target>
1394 <context-group purpose="location"> 1426 <context-group purpose="location">
1395 <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>
@@ -1405,7 +1437,8 @@
1405 </context-group> 1437 </context-group>
1406 </trans-unit> 1438 </trans-unit>
1407 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html"> 1439 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1408 <source>Use documentation</source> 1440 <source>Use
1441 documentation</source>
1409 <target state="translated">Documentação do utilizador</target> 1442 <target state="translated">Documentação do utilizador</target>
1410 <context-group purpose="location"> 1443 <context-group purpose="location">
1411 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1444 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1429,16 +1462,16 @@
1429 </context-group> 1462 </context-group>
1430 </trans-unit> 1463 </trans-unit>
1431 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1464 <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> 1465 <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="translated">''Site'' da web Oficial do PeerTube (notícias, apoio, contribuir...): <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> 1466 <target state="translated">''Site'' da web Oficial do PeerTube (notícias, apoio, contribuir...): <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"> 1467 <context-group purpose="location">
1435 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1468 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1436 <context context-type="linenumber">44</context> 1469 <context context-type="linenumber">44</context>
1437 </context-group> 1470 </context-group>
1438 </trans-unit> 1471 </trans-unit>
1439 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1472 <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> 1473 <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;"/> 1474 <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>"/>
1442 </target> 1475 </target>
1443 <context-group purpose="location"> 1476 <context-group purpose="location">
1444 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1477 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1454,10 +1487,14 @@
1454 </context-group> 1487 </context-group>
1455 </trans-unit> 1488 </trans-unit>
1456 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1489 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1457 <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> 1490 <source>
1491 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>"/>,
1492 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>"/>
1493 is very important for visitors to understand on what type of instance they are.
1494 </source>
1458 <target state="new"> 1495 <target state="new">
1459 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;"/>, 1496 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>"/>,
1460 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;"/> 1497 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>"/>
1461 is very important for visitors to understand on what type of instance they are. 1498 is very important for visitors to understand on what type of instance they are.
1462 </target> 1499 </target>
1463 <context-group purpose="location"> 1500 <context-group purpose="location">
@@ -1466,12 +1503,18 @@
1466 </context-group> 1503 </context-group>
1467 </trans-unit> 1504 </trans-unit>
1468 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1505 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1469 <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> 1506 <source>
1507 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
1508 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1509 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
1510 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1511 PeerTube instance.
1512 </source>
1470 <target state="new"> 1513 <target state="new">
1471 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 1514 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
1472 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1515 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1473 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 1516 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
1474 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> 1517 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1475 PeerTube instance. 1518 PeerTube instance.
1476 </target> 1519 </target>
1477 <context-group purpose="location"> 1520 <context-group purpose="location">
@@ -1560,15 +1603,20 @@
1560 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1603 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1561 <context context-type="linenumber">21</context> 1604 <context context-type="linenumber">21</context>
1562 </context-group> 1605 </context-group>
1563 </trans-unit> 1606 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1564 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1607 <source>
1565 <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> 1608 Please consider configuring 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>"/>.
1566 <target state="translated">Por favor, considere preencher estes campos para ajudar pessoas na escolha <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>da instância apropriada<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. Sem estes campos, a sua instância pode não ser referenciada no <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>website JoinPeerTube<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1609 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1610 </source><target state="new">
1611 Please consider configuring 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>"/>.
1612 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1613 </target>
1567 <context-group purpose="location"> 1614 <context-group purpose="location">
1568 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1615 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1569 <context context-type="linenumber">24</context> 1616 <context context-type="linenumber">24</context>
1570 </context-group> 1617 </context-group>
1571 </trans-unit> 1618 </trans-unit>
1619
1572 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1620 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1573 <source>Configure these fields</source> 1621 <source>Configure these fields</source>
1574 <target state="translated">Configurar estes campos</target> 1622 <target state="translated">Configurar estes campos</target>
@@ -1865,79 +1913,49 @@
1865 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1913 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1866 <source>GLOBAL SEARCH</source> 1914 <source>GLOBAL SEARCH</source>
1867 <target state="new">GLOBAL SEARCH</target> 1915 <target state="new">GLOBAL SEARCH</target>
1868 <context-group purpose="location"> 1916
1869 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1917 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1870 <context context-type="linenumber">16</context>
1871 </context-group>
1872 </trans-unit>
1873 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1918 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1874 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1919 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1875 <target state="translated">a usar <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1920 <target state="translated">a usar <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1876 <context-group purpose="location"> 1921
1877 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1922 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1878 <context context-type="linenumber">18</context>
1879 </context-group>
1880 </trans-unit>
1881 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1923 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1882 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1924 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1883 <target state="translated">Resultados serão aumentados por indexação dos terceiros. Apenas a informação necessária para fazer a solicitação irá ser enviada.</target> 1925 <target state="translated">Resultados serão aumentados por indexação dos terceiros. Apenas a informação necessária para fazer a solicitação irá ser enviada.</target>
1884 <context-group purpose="location"> 1926
1885 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1927 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1886 <context context-type="linenumber">22</context>
1887 </context-group>
1888 </trans-unit>
1889 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1928 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1890 <source>ADVANCED SEARCH</source> 1929 <source>ADVANCED SEARCH</source>
1891 <target state="new">ADVANCED SEARCH</target> 1930 <target state="new">ADVANCED SEARCH</target>
1892 <context-group purpose="location"> 1931
1893 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1932 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1894 <context context-type="linenumber">29</context>
1895 </context-group>
1896 </trans-unit>
1897 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1933 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1898 <source>any instance</source> 1934 <source>any instance</source>
1899 <target state="translated">qualquer instância</target> 1935 <target state="translated">qualquer instância</target>
1900 <context-group purpose="location"> 1936
1901 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1937 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1902 <context context-type="linenumber">32</context>
1903 </context-group>
1904 </trans-unit>
1905 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1938 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1906 <source>only followed instances</source> 1939 <source>only followed instances</source>
1907 <target state="translated">apenas instâncias seguidas</target> 1940 <target state="translated">apenas instâncias seguidas</target>
1908 <context-group purpose="location"> 1941
1909 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1942 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1910 <context context-type="linenumber">33</context>
1911 </context-group>
1912 </trans-unit>
1913 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1943 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1914 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1944 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1915 <target state="translated">Determina se você pode concluir o pedido a qualquer conteúdo distante, ou se esta instância apenas deixa fazê-lo para instâncias seguidas por esta instância.</target> 1945 <target state="translated">Determina se você pode concluir o pedido a qualquer conteúdo distante, ou se esta instância apenas deixa fazê-lo para instâncias seguidas por esta instância.</target>
1916 <context-group purpose="location"> 1946
1917 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1947 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1918 <context context-type="linenumber">31</context>
1919 </context-group>
1920 </trans-unit>
1921 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1948 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1922 <source>channel</source> 1949 <source>channel</source>
1923 <target state="translated">canal</target> 1950 <target state="translated">canal</target>
1924 <context-group purpose="location"> 1951
1925 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1952
1926 <context context-type="linenumber">40</context> 1953 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1927 </context-group>
1928 <context-group purpose="location">
1929 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1930 <context context-type="linenumber">43</context>
1931 </context-group>
1932 </trans-unit>
1933 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1954 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1934 <source>Any other text will return matching video or channel names.</source> 1955 <source>Any other text will return matching video or channel names.</source>
1935 <target state="translated">Qualquer outro texto irá retornar vídeos ou nomes de canais que correspondam.</target> 1956 <target state="translated">Qualquer outro texto irá retornar vídeos ou nomes de canais que correspondam.</target>
1936 <context-group purpose="location"> 1957
1937 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1958 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1938 <context context-type="linenumber">49</context>
1939 </context-group>
1940 </trans-unit>
1941 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1959 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1942 <source>Search...</source> 1960 <source>Search...</source>
1943 <target>Procurar...</target> 1961 <target>Procurar...</target>
@@ -1979,8 +1997,11 @@
1979 </context-group> 1997 </context-group>
1980 </trans-unit> 1998 </trans-unit>
1981 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1999 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1982 <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> 2000 <source>
1983 <target state="translated">Vai para o 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> 2001 Jump to channel
2002 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2003 </source>
2004 <target state="translated">Vai para o 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>
1984 <context-group purpose="location"> 2005 <context-group purpose="location">
1985 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2006 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1986 <context context-type="linenumber">18</context> 2007 <context context-type="linenumber">18</context>
@@ -2211,10 +2232,14 @@
2211 <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> 2232 <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>
2212 </trans-unit> 2233 </trans-unit>
2213 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2234 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2214 <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> 2235 <source>
2236 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2237 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2238 Press Enter to add a new tag.
2239 </source>
2215 <target state="new"> 2240 <target state="new">
2216 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2241 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2217 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2242 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2218 Press Enter to add a new tag. 2243 Press Enter to add a new tag.
2219 </target> 2244 </target>
2220 <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> 2245 <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>
@@ -2378,7 +2403,7 @@
2378 <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> 2403 <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>
2379 </trans-unit> 2404 </trans-unit>
2380 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2405 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2381 <source>Already uploaded ✔</source> 2406 <source>Already uploaded ✔</source>
2382 <target state="new">Already uploaded ✔</target> 2407 <target state="new">Already uploaded ✔</target>
2383 <context-group name="null"> 2408 <context-group name="null">
2384 <context context-type="linenumber">179</context> 2409 <context context-type="linenumber">179</context>
@@ -2497,9 +2522,13 @@
2497 <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> 2522 <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>
2498 </trans-unit> 2523 </trans-unit>
2499 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2524 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2500 <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> 2525 <source>
2526 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>"/>
2527 or URL that points to a raw MP4 file.
2528 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.
2529 </source>
2501 <target state="new"> 2530 <target state="new">
2502 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;"/> 2531 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>"/>
2503 or URL that points to a raw MP4 file. 2532 or URL that points to a raw MP4 file.
2504 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2533 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2505 </target> 2534 </target>
@@ -2561,10 +2590,14 @@
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">31</context></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">31</context></context-group>
2562 </trans-unit> 2591 </trans-unit>
2563 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2592 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2564 <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> 2593 <source>
2594 Image that will be merged with your audio file.
2595 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2596 The chosen image will be definitive and cannot be modified.
2597 </source>
2565 <target state="new"> 2598 <target state="new">
2566 Image that will be merged with your audio file. 2599 Image that will be merged with your audio file.
2567 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2600 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2568 The chosen image will be definitive and cannot be modified. 2601 The chosen image will be definitive and cannot be modified.
2569 </target> 2602 </target>
2570 <context-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> 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">33</context></context-group>
@@ -2631,7 +2664,10 @@
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">13</context></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">13</context></context-group>
2632 </trans-unit> 2665 </trans-unit>
2633 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html"> 2666 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2634 <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> 2667 <source>
2668 You can import any torrent file that points to a mp4 file.
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.
2670 </source>
2635 <target state="new"> 2671 <target state="new">
2636 You can import any torrent file that points to a mp4 file. 2672 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. 2673 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.
@@ -2649,11 +2685,15 @@
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">56</context></context-group> 2685 <context-group 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>
2650 </trans-unit> 2686 </trans-unit>
2651 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2687 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2652 <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> 2688 <source>
2689 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.
2690 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2691 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.
2692 </source>
2653 <target state="new"> 2693 <target state="new">
2654 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. 2694 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/&gt;"/> 2695 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2656 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. 2696 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 </target> 2697 </target>
2658 <context-group purpose="location"> 2698 <context-group purpose="location">
2659 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2699 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
@@ -2886,9 +2926,9 @@
2886 <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> 2926 <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>
2887 </trans-unit> 2927 </trans-unit>
2888 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2928 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2889 <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> 2929 <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>
2890 <target state="new"> 2930 <target state="new">
2891 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;"/> 2931 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>"/>
2892 </target> 2932 </target>
2893 <context-group purpose="location"> 2933 <context-group purpose="location">
2894 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2934 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2896,9 +2936,9 @@
2896 </context-group> 2936 </context-group>
2897 </trans-unit> 2937 </trans-unit>
2898 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2938 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2899 <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> 2939 <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>
2900 <target state="new"> 2940 <target state="new">
2901 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;"/> 2941 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>"/>
2902 </target> 2942 </target>
2903 <context-group purpose="location"> 2943 <context-group purpose="location">
2904 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2944 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -3199,7 +3239,11 @@
3199 <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> 3239 <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>
3200 </trans-unit> 3240 </trans-unit>
3201 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3241 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3202 <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> 3242 <source>
3243 You can comment using an account on any ActivityPub-compatible instance.
3244 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3245 from within the software's interface.
3246 </source>
3203 <target state="translated">Pode comentar usando uma conta de ActivityPub de qualquer instância compatível. Na maioria das plataformas, você pode encontrar o vídeo escrevendo o seu URL na barra de procura e depois pode comentar apartir da interface de software.</target> 3247 <target state="translated">Pode comentar usando uma conta de ActivityPub de qualquer instância compatível. Na maioria das plataformas, você pode encontrar o vídeo escrevendo o seu URL na barra de procura e depois pode comentar apartir da interface de software.</target>
3204 <context-group purpose="location"> 3248 <context-group purpose="location">
3205 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3249 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3235,13 +3279,13 @@
3235 <context-group name="null"> 3279 <context-group name="null">
3236 <context context-type="linenumber">14</context> 3280 <context context-type="linenumber">14</context>
3237 </context-group> 3281 </context-group>
3238 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3282
3239 </trans-unit> 3283 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3240 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3284 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3241 <source>This comment has been deleted</source> 3285 <source>This comment has been deleted</source>
3242 <target state="new">This comment has been deleted</target> 3286 <target state="new">This comment has been deleted</target>
3243 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3287
3244 </trans-unit> 3288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3245 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3289 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3246 <source>Follows &amp; redundancies</source> 3290 <source>Follows &amp; redundancies</source>
3247 <target state="new">Follows &amp; redundancies</target> 3291 <target state="new">Follows &amp; redundancies</target>
@@ -3378,8 +3422,8 @@
3378 <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> 3422 <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>
3379 </trans-unit> 3423 </trans-unit>
3380 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3424 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3381 <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> 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>
3382 <target>Criado <x id="START_TAG_P-SORTICON" ctype="x-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> 3426 <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>
3383 <context-group name="null"> 3427 <context-group name="null">
3384 <context context-type="linenumber">11</context> 3428 <context context-type="linenumber">11</context>
3385 </context-group> 3429 </context-group>
@@ -3466,8 +3510,8 @@
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3467 </trans-unit> 3511 </trans-unit>
3468 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3512 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3469 <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> 3513 <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>
3470 <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> 3514 <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>
3471 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3515 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3472 </trans-unit> 3516 </trans-unit>
3473 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3517 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3586,8 +3630,11 @@
3586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3630 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3587 </trans-unit> 3631 </trans-unit>
3588 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3632 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3589 <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> 3633 <source>
3590 <target state="translated">Transcodificação está activada. A quota de vídeos tem em conta apenas o tamanho de vídeo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> Este utilizador pode, no máximo, carregar ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target> 3634 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/>"/>
3635 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3636 </source>
3637 <target state="translated">Transcodificação está activada. A quota de vídeos tem em conta apenas o tamanho de vídeo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> Este utilizador pode, no máximo, carregar ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. </target>
3591 <context-group purpose="location"> 3638 <context-group purpose="location">
3592 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3639 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3593 <context context-type="linenumber">148</context> 3640 <context context-type="linenumber">148</context>
@@ -3670,16 +3717,16 @@
3670 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></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">22</context></context-group>
3671 </trans-unit> 3718 </trans-unit>
3672 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3719 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3673 <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> 3720 <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>
3674 <target>Nome de usuário <x id="START_TAG_P-SORTICON" ctype="x-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>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>
3675 <context-group name="null"> 3722 <context-group name="null">
3676 <context context-type="linenumber">40</context> 3723 <context context-type="linenumber">40</context>
3677 </context-group> 3724 </context-group>
3678 <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> 3725 <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>
3679 </trans-unit> 3726 </trans-unit>
3680 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3727 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3681 <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> 3728 <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>
3682 <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> 3729 <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>
3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group> 3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">47</context></context-group>
3684 </trans-unit> 3731 </trans-unit>
3685 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html"> 3732 <trans-unit id="c38a6a10b47b82463eda45f856348b51daa96b97" datatype="html">
@@ -3727,8 +3774,8 @@
3727 <context-group name="null"> 3774 <context-group name="null">
3728 <context context-type="linenumber">95</context> 3775 <context context-type="linenumber">95</context>
3729 </context-group> 3776 </context-group>
3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3777
3731 </trans-unit> 3778 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3732 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3779 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3733 <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> 3780 <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>
3734 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> utilizadores</target> 3781 <target state="translated"><x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> de <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> entre <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> utilizadores</target>
@@ -3787,8 +3834,8 @@
3787 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3834 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3788 </trans-unit> 3835 </trans-unit>
3789 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3836 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3790 <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> 3837 <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>
3791 <target state="new">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> 3838 <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>
3792 <context-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> 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>
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">24</context></context-group> 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">24</context></context-group>
3794 </trans-unit> 3841 </trans-unit>
@@ -3847,8 +3894,8 @@
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">26</context></context-group> 3894 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3848 </trans-unit> 3895 </trans-unit>
3849 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3896 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3850 <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> 3897 <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>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> 3898 <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>
3852 <context-group name="null"> 3899 <context-group name="null">
3853 <context context-type="linenumber">11</context> 3900 <context context-type="linenumber">11</context>
3854 </context-group> 3901 </context-group>
@@ -4060,8 +4107,8 @@
4060 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4107 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4061 </trans-unit> 4108 </trans-unit>
4062 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4109 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4063 <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> 4110 <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>
4064 <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> 4111 <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>
4065 <context-group name="null"> 4112 <context-group name="null">
4066 <context context-type="linenumber">11</context> 4113 <context context-type="linenumber">11</context>
4067 </context-group> 4114 </context-group>
@@ -4070,8 +4117,8 @@
4070 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4117 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4071 </trans-unit> 4118 </trans-unit>
4072 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4119 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4073 <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> 4120 <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>
4074 <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> 4121 <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>
4075 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4076 </trans-unit> 4123 </trans-unit>
4077 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4124 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4091,9 +4138,9 @@
4091 </context-group> 4138 </context-group>
4092 </trans-unit> 4139 </trans-unit>
4093 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4140 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4094 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4141 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4095 <target state="new"> 4142 <target state="new">
4096 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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;"/> 4143 <x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4097 </target> 4144 </target>
4098 <context-group purpose="location"> 4145 <context-group purpose="location">
4099 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4146 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4117,9 +4164,9 @@
4117 </context-group> 4164 </context-group>
4118 </trans-unit> 4165 </trans-unit>
4119 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4166 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4120 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4167 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4121 <target state="new"> 4168 <target state="new">
4122 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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;"/> 4169 <x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4123 </target> 4170 </target>
4124 <context-group purpose="location"> 4171 <context-group purpose="location">
4125 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4172 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
@@ -4167,8 +4214,8 @@
4167 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4214 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4168 </trans-unit> 4215 </trans-unit>
4169 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4216 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4170 <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> 4217 <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>
4171 <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> 4218 <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>
4172 <context-group name="null"> 4219 <context-group name="null">
4173 <context context-type="linenumber">13</context> 4220 <context context-type="linenumber">13</context>
4174 </context-group> 4221 </context-group>
@@ -4292,6 +4339,12 @@
4292 <source>Homepage</source> 4339 <source>Homepage</source>
4293 <target state="new">Homepage</target> 4340 <target state="new">Homepage</target>
4294 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4341 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4342 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4343 <source>Close this message</source><target state="new">Close this message</target>
4344 <context-group purpose="location">
4345 <context context-type="sourcefile">src/app/app.component.html</context>
4346 <context context-type="linenumber">34</context>
4347 </context-group>
4295 </trans-unit> 4348 </trans-unit>
4296 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4349 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4297 <source>Go to the plugin homepage</source> 4350 <source>Go to the plugin homepage</source>
@@ -4440,8 +4493,8 @@
4440 </context-group> 4493 </context-group>
4441 </trans-unit> 4494 </trans-unit>
4442 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4495 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4443 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4496 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4444 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4497 <target state="new">By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4445 <context-group purpose="location"> 4498 <context-group purpose="location">
4446 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4499 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4447 <context context-type="linenumber">32</context> 4500 <context context-type="linenumber">32</context>
@@ -4483,8 +4536,8 @@
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">65</context></context-group> 4536 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">65</context></context-group>
4484 </trans-unit> 4537 </trans-unit>
4485 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4538 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4486 <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> 4539 <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>
4487 <target state="translated">Alguma informação técnica sobre o seu sistema (como endereço de IP) pode ser enviada para outros pares, devido ao <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>sistema de partilha<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>, mas isto é uma imensa ajuda a reduzir a carga no servidor.</target> 4540 <target state="translated">Alguma informação técnica sobre o seu sistema (como endereço de IP) pode ser enviada para outros pares, devido ao <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>sistema de partilha<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>, mas isto é uma imensa ajuda a reduzir a carga no servidor.</target>
4488 <context-group purpose="location"><context context-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> 4541 <context-group purpose="location"><context context-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>
4489 </trans-unit> 4542 </trans-unit>
4490 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4543 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4523,8 +4576,8 @@
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">75</context></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">75</context></context-group>
4524 </trans-unit> 4577 </trans-unit>
4525 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4578 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4526 <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> 4579 <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>
4527 <target state="translated">Gere <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>utlizadores<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> para criar uma equipa de moderação. </target> 4580 <target state="translated">Gere <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>utlizadores<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> para criar uma equipa de moderação. </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">76</context></context-group> 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">76</context></context-group>
4529 </trans-unit> 4582 </trans-unit>
4530 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html"> 4583 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
@@ -4533,9 +4586,12 @@
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">86</context></context-group> 4586 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">86</context></context-group>
4534 </trans-unit> 4587 </trans-unit>
4535 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4588 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4536 <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> 4589 <source>
4590 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/>"/>
4591 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4592 </source>
4537 <target state="new"> 4593 <target state="new">
4538 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;"/> 4594 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/>"/>
4539 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 4595 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4540 </target> 4596 </target>
4541 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group> 4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">90</context></context-group>
@@ -4549,9 +4605,9 @@
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">99</context></context-group> 4605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">99</context></context-group>
4550 </trans-unit> 4606 </trans-unit>
4551 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4607 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4552 <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> 4608 <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>
4553 <target state="new"> 4609 <target state="new">
4554 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. 4610 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.
4555 </target> 4611 </target>
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">103</context></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">103</context></context-group>
4557 </trans-unit> 4613 </trans-unit>
@@ -4688,9 +4744,9 @@
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">240</context></context-group> 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">240</context></context-group>
4689 </trans-unit> 4745 </trans-unit>
4690 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4746 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4691 <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> 4747 <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>
4692 <target state="new"> 4748 <target state="new">
4693 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;"/>. 4749 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>"/>.
4694 </target> 4750 </target>
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">241</context></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">241</context></context-group>
4696 </trans-unit> 4752 </trans-unit>
@@ -4731,43 +4787,83 @@
4731 <context context-type="linenumber">223</context> 4787 <context context-type="linenumber">223</context>
4732 </context-group> 4788 </context-group>
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">270</context></context-group> 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">270</context></context-group>
4790 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4791 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4792 <context-group purpose="location">
4793 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4794 <context context-type="linenumber">281</context>
4795 </context-group>
4796 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4797 <source>
4798 Display a message on your instance
4799 </source><target state="new">
4800 Display a message on your instance
4801 </target>
4802 <context-group purpose="location">
4803 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4804 <context context-type="linenumber">282</context>
4805 </context-group>
4806 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4807 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4808 <context-group purpose="location">
4809 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4810 <context context-type="linenumber">294</context>
4811 </context-group>
4812 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4813 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4814 <context-group purpose="location">
4815 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4816 <context context-type="linenumber">301</context>
4817 </context-group>
4818 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4819 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4820 <context-group purpose="location">
4821 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4822 <context context-type="linenumber">306</context>
4823 </context-group>
4824 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4825 <source>Message</source><target state="new">Message</target>
4826 <context-group purpose="location">
4827 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4828 <context context-type="linenumber">318</context>
4829 </context-group>
4734 </trans-unit> 4830 </trans-unit>
4735 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4831 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4736 <source>NEW USERS</source> 4832 <source>NEW USERS</source>
4737 <target state="new">NEW USERS</target> 4833 <target state="new">NEW USERS</target>
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">281</context></context-group> 4834
4739 </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">333</context></context-group></trans-unit>
4740 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4836 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4741 <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> 4837 <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>
4742 <target state="new"> 4838 <target state="new">
4743 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. 4839 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.
4744 </target> 4840 </target>
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">282</context></context-group> 4841
4746 </trans-unit> 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">334</context></context-group></trans-unit>
4747 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4843 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4748 <source>Signup enabled</source> 4844 <source>Signup enabled</source>
4749 <target>Inscrição permitida</target> 4845 <target>Inscrição permitida</target>
4750 <context-group name="null"> 4846 <context-group name="null">
4751 <context context-type="linenumber">235</context> 4847 <context context-type="linenumber">235</context>
4752 </context-group> 4848 </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">293</context></context-group> 4849
4754 </trans-unit> 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">345</context></context-group></trans-unit>
4755 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4851 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4756 <source>Signup requires email verification</source> 4852 <source>Signup requires email verification</source>
4757 <target>Inscrição requer verificação de email</target> 4853 <target>Inscrição requer verificação de email</target>
4758 <context-group name="null"> 4854 <context-group name="null">
4759 <context context-type="linenumber">242</context> 4855 <context context-type="linenumber">242</context>
4760 </context-group> 4856 </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">301</context></context-group> 4857
4762 </trans-unit> 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">353</context></context-group></trans-unit>
4763 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4859 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4764 <source>Signup limit</source> 4860 <source>Signup limit</source>
4765 <target>Limite de inscrições</target> 4861 <target>Limite de inscrições</target>
4766 <context-group name="null"> 4862 <context-group name="null">
4767 <context context-type="linenumber">247</context> 4863 <context context-type="linenumber">247</context>
4768 </context-group> 4864 </context-group>
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">305</context></context-group> 4865
4770 </trans-unit> 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">357</context></context-group></trans-unit>
4771 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4867 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4772 <source>Users</source> 4868 <source>Users</source>
4773 <target>Usuários</target> 4869 <target>Usuários</target>
@@ -4872,100 +4968,94 @@
4872 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4968 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4873 <source>Default video quota per user</source> 4969 <source>Default video quota per user</source>
4874 <target state="new">Default video quota per user</target> 4970 <target state="new">Default video quota per user</target>
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">320</context></context-group> 4971
4876 </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">372</context></context-group></trans-unit>
4877 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4973 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4878 <source>Default daily upload limit per user</source> 4974 <source>Default daily upload limit per user</source>
4879 <target state="new">Default daily upload limit per user</target> 4975 <target state="new">Default daily upload limit per user</target>
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">332</context></context-group> 4976
4881 </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">384</context></context-group></trans-unit>
4882 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4978 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4883 <source>NEW VIDEOS</source> 4979 <source>NEW VIDEOS</source>
4884 <target state="new">NEW VIDEOS</target> 4980 <target state="new">NEW VIDEOS</target>
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">349</context></context-group> 4981
4886 </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">401</context></context-group></trans-unit>
4887 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4983 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4888 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4984 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4889 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4985 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
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">360</context></context-group> 4986
4891 </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">412</context></context-group></trans-unit>
4892 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4988 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4893 <source>Allow import with a torrent file or a magnet URI</source> 4989 <source>Allow import with a torrent file or a magnet URI</source>
4894 <target state="new">Allow import with a torrent file or a magnet URI</target> 4990 <target state="new">Allow import with a torrent file or a magnet URI</target>
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">367</context></context-group> 4991
4896 </trans-unit> 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">419</context></context-group></trans-unit>
4897 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4993 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4898 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4994 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4899 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4995 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">384</context></context-group> 4996
4901 </trans-unit> 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">436</context></context-group></trans-unit>
4902 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4998 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4903 <source>Blacklist new videos automatically</source> 4999 <source>Blacklist new videos automatically</source>
4904 <target state="new">Blacklist new videos automatically</target> 5000 <target state="new">Blacklist new videos automatically</target>
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">381</context></context-group> 5001
4906 </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">433</context></context-group></trans-unit>
4907 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5003 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4908 <source>FEDERATION</source> 5004 <source>FEDERATION</source>
4909 <target state="new">FEDERATION</target> 5005 <target state="new">FEDERATION</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">398</context></context-group> 5006
4911 </trans-unit> 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">450</context></context-group></trans-unit>
4912 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5008 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4913 <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> 5009 <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>
4914 <target state="new"> 5010 <target state="new">
4915 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. 5011 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.
4916 </target> 5012 </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">399</context></context-group> 5013
4918 </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">451</context></context-group></trans-unit>
4919 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5015 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4920 <source>Other instances can follow yours</source> 5016 <source>Other instances can follow yours</source>
4921 <target state="new">Other instances can follow yours</target> 5017 <target state="new">Other instances can follow yours</target>
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">412</context></context-group> 5018
4923 </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">464</context></context-group></trans-unit>
4924 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5020 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4925 <source>Manually approve new instance followers</source> 5021 <source>Manually approve new instance followers</source>
4926 <target state="new">Manually approve new instance followers</target> 5022 <target state="new">Manually approve new instance followers</target>
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">419</context></context-group> 5023
4928 </trans-unit> 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">471</context></context-group></trans-unit>
4929 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5025 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4930 <source>Automatically follow back instances</source> 5026 <source>Automatically follow back instances</source>
4931 <target state="new">Automatically follow back instances</target> 5027 <target state="new">Automatically follow back instances</target>
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">432</context></context-group> 5028
4933 </trans-unit> 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">484</context></context-group></trans-unit>
4934 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5030 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4935 <source>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;"/>. </source> 5031 <source>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>"/>. </source>
4936 <target state="new"> 5032 <target state="new">
4937 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;"/>. 5033 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>"/>.
4938 </target> 5034 </target>
4939 <context-group purpose="location"> 5035
4940 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4941 <context context-type="linenumber">450</context>
4942 </context-group>
4943 </trans-unit>
4944 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5037 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4945 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5038 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4946 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 5039 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
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">296</context></context-group> 5040
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">435</context></context-group> 5041
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">448</context></context-group> 5042
4950 </trans-unit> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4951 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 5044 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4952 <source>Index URL</source> 5045 <source>Index URL</source>
4953 <target state="new">Index URL</target> 5046 <target state="new">Index URL</target>
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">457</context></context-group> 5047
4955 </trans-unit> 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">509</context></context-group></trans-unit>
4956 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5049 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4957 <source>Automatically follow instances of a public index</source> 5050 <source>Automatically follow instances of a public index</source>
4958 <target state="new">Automatically follow instances of a public index</target> 5051 <target state="new">Automatically follow instances of a public index</target>
4959 <context-group purpose="location"> 5052
4960 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4961 <context context-type="linenumber">445</context>
4962 </context-group>
4963 </trans-unit>
4964 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5054 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4965 <source>ADMINISTRATORS</source> 5055 <source>ADMINISTRATORS</source>
4966 <target state="new">ADMINISTRATORS</target> 5056 <target state="new">ADMINISTRATORS</target>
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">477</context></context-group> 5057
4968 </trans-unit> 5058 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
4969 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5059 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4970 <source>Administrator</source> 5060 <source>Administrator</source>
4971 <target>Administrador</target> 5061 <target>Administrador</target>
@@ -4980,16 +5070,16 @@
4980 <context-group name="null"> 5070 <context-group name="null">
4981 <context context-type="linenumber">387</context> 5071 <context context-type="linenumber">387</context>
4982 </context-group> 5072 </context-group>
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">483</context></context-group> 5073
4984 </trans-unit> 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">535</context></context-group></trans-unit>
4985 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5075 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4986 <source>Enable contact form</source> 5076 <source>Enable contact form</source>
4987 <target state="new">Enable contact form</target> 5077 <target state="new">Enable contact form</target>
4988 <context-group name="null"> 5078 <context-group name="null">
4989 <context context-type="linenumber">398</context> 5079 <context context-type="linenumber">398</context>
4990 </context-group> 5080 </context-group>
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">494</context></context-group> 5081
4992 </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">546</context></context-group></trans-unit>
4993 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5083 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4994 <source>Basic configuration</source> 5084 <source>Basic configuration</source>
4995 <target>Configurações básicas</target> 5085 <target>Configurações básicas</target>
@@ -5001,240 +5091,279 @@
5001 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5091 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5002 <source>TWITTER</source> 5092 <source>TWITTER</source>
5003 <target state="new">TWITTER</target> 5093 <target state="new">TWITTER</target>
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">511</context></context-group> 5094
5005 </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">563</context></context-group></trans-unit>
5006 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5096 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5007 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5097 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5008 <target state="new"> 5098 <target state="new">
5009 Optional. If any, provide the Twitter account representing your instance to improve link previews. 5099 Optional. If any, provide the Twitter account representing your instance to improve link previews.
5010 </target> 5100 </target>
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">512</context></context-group> 5101
5012 </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">564</context></context-group></trans-unit>
5013 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5103 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5014 <source>Your Twitter username</source> 5104 <source>Your Twitter username</source>
5015 <target>Seu nome de usuário no Twitter</target> 5105 <target>Seu nome de usuário no Twitter</target>
5016 <context-group name="null"> 5106 <context-group name="null">
5017 <context context-type="linenumber">413</context> 5107 <context context-type="linenumber">413</context>
5018 </context-group> 5108 </context-group>
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">523</context></context-group> 5109
5020 </trans-unit> 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">575</context></context-group></trans-unit>
5021 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5111 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5022 <source>Instance whitelisted by Twitter</source> 5112 <source>Instance whitelisted by Twitter</source>
5023 <target>Instância listada como permitida pelo Twitter</target> 5113 <target>Instância listada como permitida pelo Twitter</target>
5024 <context-group name="null"> 5114 <context-group name="null">
5025 <context context-type="linenumber">431</context> 5115 <context context-type="linenumber">431</context>
5026 </context-group> 5116 </context-group>
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">535</context></context-group> 5117
5028 </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">587</context></context-group></trans-unit>
5029 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5119 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5030 <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> 5120 <source>
5121 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/>"/>
5122 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/>"/>
5123 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5124 <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>"/>
5125 to see if you instance is whitelisted.
5126 </source>
5031 <target state="new"> 5127 <target state="new">
5032 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;"/> 5128 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/>"/>
5033 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;"/> 5129 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/>"/>
5034 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 5130 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5035 <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;"/> 5131 <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>"/>
5036 to see if you instance is whitelisted. 5132 to see if you instance is whitelisted.
5037 </target> 5133 </target>
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">539</context></context-group> 5134
5039 </trans-unit> 5135 <context-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>
5040 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5136 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5041 <source>Services</source> 5137 <source>Services</source>
5042 <target>Serviços</target> 5138 <target>Serviços</target>
5043 <context-group name="null"> 5139 <context-group name="null">
5044 <context context-type="linenumber">405</context> 5140 <context context-type="linenumber">405</context>
5045 </context-group> 5141 </context-group>
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">505</context></context-group> 5142
5047 </trans-unit> 5143 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5048 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5144 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5049 <source>TRANSCODING</source> 5145 <source>TRANSCODING</source>
5050 <target state="new">TRANSCODING</target> 5146 <target state="new">TRANSCODING</target>
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">565</context></context-group> 5147
5052 </trans-unit> 5148 <context-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>
5053 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5149 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5054 <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> 5150 <source>
5151 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5152 resources, this is a critical part of PeerTube, so tread carefully.
5153 </source>
5055 <target state="new"> 5154 <target state="new">
5056 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5155 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5057 resources, this is a critical part of PeerTube, so tread carefully. 5156 resources, this is a critical part of PeerTube, so tread carefully.
5058 </target> 5157 </target>
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">566</context></context-group> 5158
5060 </trans-unit> 5159 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5061 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5160 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5062 <source>Transcoding enabled</source> 5161 <source>Transcoding enabled</source>
5063 <target>Transcodificação ativada</target> 5162 <target>Transcodificação ativada</target>
5064 <context-group name="null"> 5163 <context-group name="null">
5065 <context context-type="linenumber">461</context> 5164 <context context-type="linenumber">461</context>
5066 </context-group> 5165 </context-group>
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">579</context></context-group> 5166
5068 </trans-unit> 5167 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5069 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5168 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5070 <source>If you disable transcoding, many videos from your users will not work!</source> 5169 <source>If you disable transcoding, many videos from your users will not work!</source>
5071 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target> 5170 <target>Se você desativar a transcodificação, muitos vídeos dos seus usuários não funcionarão!</target>
5072 <context-group name="null"> 5171 <context-group name="null">
5073 <context context-type="linenumber">465</context> 5172 <context context-type="linenumber">465</context>
5074 </context-group> 5173 </context-group>
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">583</context></context-group> 5174
5076 </trans-unit> 5175 <context-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>
5077 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5176 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5078 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5177 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5079 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 5178 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
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">594</context></context-group> 5179
5081 </trans-unit> 5180 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5082 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5181 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5083 <source>Allow additional extensions</source> 5182 <source>Allow additional extensions</source>
5084 <target state="new">Allow additional extensions</target> 5183 <target state="new">Allow additional extensions</target>
5085 <context-group name="null"> 5184 <context-group name="null">
5086 <context context-type="linenumber">475</context> 5185 <context context-type="linenumber">475</context>
5087 </context-group> 5186 </context-group>
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">591</context></context-group> 5187
5089 </trans-unit> 5188 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5090 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5189 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5091 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5190 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5092 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 5191 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
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">605</context></context-group> 5192
5094 </trans-unit> 5193 <context-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>
5095 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5194 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
5096 <source>Allow audio files upload</source> 5195 <source>Allow audio files upload</source>
5097 <target state="new">Allow audio files upload</target> 5196 <target state="new">Allow audio files upload</target>
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">602</context></context-group> 5197
5099 </trans-unit> 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">654</context></context-group></trans-unit>
5100 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5199 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5101 <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> 5200 <source>
5201 <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>"/>
5202
5203 <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>"/>
5204
5205 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5206
5207 <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>"/>
5208 </source>
5102 <target state="new"> 5209 <target state="new">
5103 <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;"/> 5210 <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>"/>
5104 5211
5105 <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;"/> 5212 <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>"/>
5106 5213
5107 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 5214 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5108 5215
5109 <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;"/> 5216 <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>"/>
5110 </target> 5217 </target>
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">617</context></context-group> 5218
5112 </trans-unit> 5219 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit>
5113 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5220 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5114 <source>WebTorrent support enabled</source> 5221 <source>WebTorrent support enabled</source>
5115 <target state="new">WebTorrent support enabled</target> 5222 <target state="new">WebTorrent support enabled</target>
5116 <context-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> 5223
5117 </trans-unit> 5224 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5118 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5225 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5119 <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> 5226 <source>
5227 <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>"/>
5228
5229 <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>"/>
5230 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5231 <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>"/>
5232 <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>"/>
5233 <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>"/>
5234 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5235
5236 <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>"/>
5237 </source>
5120 <target state="new"> 5238 <target state="new">
5121 <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;"/> 5239 <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>"/>
5122 5240
5123 <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;"/> 5241 <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>"/>
5124 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/> 5242 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5125 <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;"/> 5243 <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>"/>
5126 <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;"/> 5244 <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>"/>
5127 <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;"/> 5245 <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>"/>
5128 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/> 5246 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5129 5247
5130 <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;"/> 5248 <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>"/>
5131 </target> 5249 </target>
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">638</context></context-group> 5250
5133 </trans-unit> 5251 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5134 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5252 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5135 <source>HLS support enabled</source> 5253 <source>HLS support enabled</source>
5136 <target state="new">HLS support enabled</target> 5254 <target state="new">HLS support enabled</target>
5137 <context-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> 5255
5138 </trans-unit> 5256 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5139 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5257 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5140 <source>Transcoding threads</source> 5258 <source>Transcoding threads</source>
5141 <target>Threads de transcodificação</target> 5259 <target>Threads de transcodificação</target>
5142 <context-group name="null"> 5260 <context-group name="null">
5143 <context context-type="linenumber">517</context> 5261 <context context-type="linenumber">517</context>
5144 </context-group> 5262 </context-group>
5145 <context-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> 5263
5146 </trans-unit> 5264 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5147 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5265 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5148 <source>Resolutions to generate</source> 5266 <source>Resolutions to generate</source>
5149 <target state="new">Resolutions to generate</target> 5267 <target state="new">Resolutions to generate</target>
5150 <context-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> 5268
5151 </trans-unit> 5269 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5152 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5270 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5153 <source>CACHE</source> 5271 <source>CACHE</source>
5154 <target state="new">CACHE</target> 5272 <target state="new">CACHE</target>
5155 <context-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> 5273
5156 </trans-unit> 5274 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5157 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5275 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5158 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5276 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5159 <target state="new"> 5277 <target state="new">
5160 Some files are not federated, and fetched when necessary. Define their caching policies. 5278 Some files are not federated, and fetched when necessary. Define their caching policies.
5161 </target> 5279 </target>
5162 <context-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> 5280
5163 </trans-unit> 5281 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit>
5164 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5282 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5165 <source>Number of previews to keep in cache</source> 5283 <source>Number of previews to keep in cache</source>
5166 <target state="new">Number of previews to keep in cache</target> 5284 <target state="new">Number of previews to keep in cache</target>
5167 <context-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> 5285
5168 </trans-unit> 5286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5169 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5287 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5170 <source>Number of video captions to keep in cache</source> 5288 <source>Number of video captions to keep in cache</source>
5171 <target state="new">Number of video captions to keep in cache</target> 5289 <target state="new">Number of video captions to keep in cache</target>
5172 <context-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> 5290
5173 </trans-unit> 5291 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5174 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5292 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5175 <source>CUSTOMIZATIONS</source> 5293 <source>CUSTOMIZATIONS</source>
5176 <target state="new">CUSTOMIZATIONS</target> 5294 <target state="new">CUSTOMIZATIONS</target>
5177 <context-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> 5295
5178 </trans-unit> 5296 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5179 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5297 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5180 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5298 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5181 <target state="new"> 5299 <target state="new">
5182 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5300 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5183 </target> 5301 </target>
5184 <context-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> 5302
5185 </trans-unit> 5303 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5186 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5304 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5187 <source>JavaScript</source> 5305 <source>JavaScript</source>
5188 <target>JavaScript</target> 5306 <target>JavaScript</target>
5189 <context-group name="null"> 5307 <context-group name="null">
5190 <context context-type="linenumber">575</context> 5308 <context context-type="linenumber">575</context>
5191 </context-group> 5309 </context-group>
5192 <context-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> 5310
5193 </trans-unit> 5311 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5194 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5312 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5195 <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> 5313 <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>
5196 <target state="new"> 5314 <target state="new">
5197 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;"/> 5315 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5198 </target> 5316 </target>
5199 <context-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> 5317
5200 </trans-unit> 5318 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5201 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5319 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5202 <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> 5320 <source>
5321 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/>"/>
5322 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5323 color: red;
5324 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5325 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5326 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/>"/>
5327 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5328 color: red;
5329 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5330 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5331 </source>
5203 <target state="new"> 5332 <target state="new">
5204 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;"/> 5333 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/>"/>
5205 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5334 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5206 color: red; 5335 color: red;
5207 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5336 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5208 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5337 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5209 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;"/> 5338 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/>"/>
5210 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5339 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5211 color: red; 5340 color: red;
5212 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 5341 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5213 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/> 5342 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5214 </target> 5343 </target>
5215 <context-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> 5344
5216 </trans-unit> 5345 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5217 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5346 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5218 <source>Advanced configuration</source> 5347 <source>Advanced configuration</source>
5219 <target>Configurações avançadas</target> 5348 <target>Configurações avançadas</target>
5220 <context-group name="null"> 5349 <context-group name="null">
5221 <context context-type="linenumber">452</context> 5350 <context context-type="linenumber">452</context>
5222 </context-group> 5351 </context-group>
5223 <context-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> 5352
5224 </trans-unit> 5353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5225 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5354 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5226 <source>Update configuration</source> 5355 <source>Update configuration</source>
5227 <target>Atualizar configuração</target> 5356 <target>Atualizar configuração</target>
5228 <context-group name="null"> 5357 <context-group name="null">
5229 <context context-type="linenumber">628</context> 5358 <context context-type="linenumber">628</context>
5230 </context-group> 5359 </context-group>
5231 <context-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> 5360
5232 </trans-unit> 5361 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5233 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5362 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5234 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5363 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5235 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5364 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5236 <context-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> 5365
5237 </trans-unit> 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">856</context></context-group></trans-unit>
5238 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5367 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5239 <source>PROFILE</source> 5368 <source>PROFILE</source>
5240 <target state="new">PROFILE</target> 5369 <target state="new">PROFILE</target>
@@ -5401,9 +5530,9 @@
5401 <context-group purpose="location"><context context-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> 5530 <context-group purpose="location"><context context-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>
5402 </trans-unit> 5531 </trans-unit>
5403 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 5532 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
5404 <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> 5533 <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>
5405 <target state="new"> 5534 <target state="new">
5406 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. 5535 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.
5407 </target> 5536 </target>
5408 <context-group purpose="location"> 5537 <context-group purpose="location">
5409 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 5538 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -5433,9 +5562,9 @@
5433 <context-group purpose="location"><context context-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> 5562 <context-group purpose="location"><context context-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>
5434 </trans-unit> 5563 </trans-unit>
5435 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 5564 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
5436 <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> 5565 <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>
5437 <target state="new"> 5566 <target state="new">
5438 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;"/> 5567 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>"/>
5439</target> 5568</target>
5440 <context-group purpose="location"> 5569 <context-group purpose="location">
5441 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5570 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5443,9 +5572,9 @@
5443 </context-group> 5572 </context-group>
5444 </trans-unit> 5573 </trans-unit>
5445 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 5574 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
5446 <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> 5575 <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>
5447 <target state="new"> 5576 <target state="new">
5448 <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 5577 <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
5449</target> 5578</target>
5450 <context-group purpose="location"> 5579 <context-group purpose="location">
5451 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5580 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -5467,23 +5596,23 @@
5467 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5596 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5468 <context context-type="linenumber">17</context> 5597 <context context-type="linenumber">17</context>
5469 </context-group> 5598 </context-group>
5470 </trans-unit> 5599 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5471 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5600 <source>Your current password</source><target state="new">Your current password</target>
5472 <source>Your password</source>
5473 <target state="new">Your password</target>
5474 <context-group purpose="location"> 5601 <context-group purpose="location">
5475 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5602 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5476 <context context-type="linenumber">27</context> 5603 <context context-type="linenumber">26</context>
5477 </context-group> 5604 </context-group>
5478 </trans-unit> 5605 </trans-unit>
5606 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5607 <source>Your password</source>
5608 <target state="new">Your password</target>
5609
5610 <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">28</context></context-group></trans-unit>
5479 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5611 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5480 <source>Change email</source> 5612 <source>Change email</source>
5481 <target state="new">Change email</target> 5613 <target state="new">Change email</target>
5482 <context-group purpose="location"> 5614
5483 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5615 <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">36</context></context-group></trans-unit>
5484 <context context-type="linenumber">35</context>
5485 </context-group>
5486 </trans-unit>
5487 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5616 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5488 <source>Theme</source> 5617 <source>Theme</source>
5489 <target state="new">Theme</target> 5618 <target state="new">Theme</target>
@@ -5518,8 +5647,8 @@
5518 <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> 5647 <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>
5519 </trans-unit> 5648 </trans-unit>
5520 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5649 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5521 <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> 5650 <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>
5522 <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> 5651 <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>
5523 <context-group purpose="location"> 5652 <context-group purpose="location">
5524 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5653 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5525 <context context-type="linenumber">2</context> 5654 <context context-type="linenumber">2</context>
@@ -5555,10 +5684,13 @@
5555 <context-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> 5684 <context-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>
5556 </trans-unit> 5685 </trans-unit>
5557 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5686 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5558 <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> 5687 <source>
5688 Created
5689 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5690 </source>
5559 <target> 5691 <target>
5560 Criado 5692 Criado
5561 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5693 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5562 </target> 5694 </target>
5563 <context-group name="null"> 5695 <context-group name="null">
5564 <context context-type="linenumber">15</context> 5696 <context context-type="linenumber">15</context>
@@ -5630,8 +5762,9 @@
5630 <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> 5762 <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>
5631 </trans-unit> 5763 </trans-unit>
5632 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5764 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5633 <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> 5765 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5634 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt; 5766 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5767 <target state="new">Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5635 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target> 5768 When you will upload a video in this channel, the video support field will be automatically filled by this text.</target>
5636 <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> 5769 <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>
5637 <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> 5770 <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>
@@ -5726,9 +5859,12 @@
5726 </context-group> 5859 </context-group>
5727 </trans-unit> 5860 </trans-unit>
5728 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 5861 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
5729 <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> 5862 <source>
5863 <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>"/>
5864 Delete history
5865 </source>
5730 <target state="new"> 5866 <target state="new">
5731 <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;"/> 5867 <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>"/>
5732 Delete history 5868 Delete history
5733 </target> 5869 </target>
5734 <context-group purpose="location"> 5870 <context-group purpose="location">
@@ -5745,9 +5881,12 @@
5745 </context-group> 5881 </context-group>
5746 </trans-unit> 5882 </trans-unit>
5747 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 5883 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
5748 <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> 5884 <source>
5885 <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>"/>
5886 Notification preferences
5887 </source>
5749 <target state="new"> 5888 <target state="new">
5750 <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;"/> 5889 <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>"/>
5751 Notification preferences 5890 Notification preferences
5752 </target> 5891 </target>
5753 <context-group purpose="location"> 5892 <context-group purpose="location">
@@ -5824,8 +5963,8 @@
5824 <context-group purpose="location"><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> 5963 <context-group purpose="location"><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>
5825 </trans-unit> 5964 </trans-unit>
5826 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 5965 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5827 <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> 5966 <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>
5828 <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> 5967 <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>
5829 <context-group purpose="location"> 5968 <context-group purpose="location">
5830 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 5969 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5831 <context context-type="linenumber">2</context> 5970 <context context-type="linenumber">2</context>
@@ -5853,9 +5992,9 @@
5853 </context-group> 5992 </context-group>
5854 </trans-unit> 5993 </trans-unit>
5855 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 5994 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
5856 <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> 5995 <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>
5857 <target state="new"> 5996 <target state="new">
5858 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;"/>. 5997 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>"/>.
5859 </target> 5998 </target>
5860 <context-group purpose="location"> 5999 <context-group purpose="location">
5861 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 6000 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -6313,22 +6452,26 @@
6313 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6452 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6314 <context context-type="linenumber">2</context> 6453 <context context-type="linenumber">2</context>
6315 </context-group> 6454 </context-group>
6316 </trans-unit> 6455 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6317 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6456 <source>
6318 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6457 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6319 <target state="new"> 6458 </source><target state="new">
6320 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6459 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6321 </target> 6460 </target>
6322 <context-group purpose="location"> 6461 <context-group purpose="location">
6323 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6462 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6324 <context context-type="linenumber">9</context> 6463 <context context-type="linenumber">9</context>
6325 </context-group> 6464 </context-group>
6326 </trans-unit> 6465 </trans-unit>
6466
6327 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6467 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6328 <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> 6468 <source>
6469 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6470 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6471 </source>
6329 <target state="new"> 6472 <target state="new">
6330 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>AGPLv3 6473 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6331 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. 6474 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6332 </target> 6475 </target>
6333 <context-group purpose="location"> 6476 <context-group purpose="location">
6334 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6477 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6336,9 +6479,9 @@
6336 </context-group> 6479 </context-group>
6337 </trans-unit> 6480 </trans-unit>
6338 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6481 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6339 <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> 6482 <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>
6340 <target state="new"> 6483 <target state="new">
6341 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;"/>. 6484 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>"/>.
6342 </target> 6485 </target>
6343 <context-group purpose="location"> 6486 <context-group purpose="location">
6344 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6487 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6346,7 +6489,8 @@
6346 </context-group> 6489 </context-group>
6347 </trans-unit> 6490 </trans-unit>
6348 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6491 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6349 <source>Use PeerTube documentation</source> 6492 <source>Use PeerTube
6493 documentation</source>
6350 <target state="new">Use PeerTube 6494 <target state="new">Use PeerTube
6351 documentation</target> 6495 documentation</target>
6352 <context-group purpose="location"> 6496 <context-group purpose="location">
@@ -6365,7 +6509,8 @@
6365 </context-group> 6509 </context-group>
6366 </trans-unit> 6510 </trans-unit>
6367 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6511 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6368 <source>PeerTube Applications</source> 6512 <source>PeerTube
6513 Applications</source>
6369 <target state="new">PeerTube 6514 <target state="new">PeerTube
6370 Applications</target> 6515 Applications</target>
6371 <context-group purpose="location"> 6516 <context-group purpose="location">
@@ -6384,7 +6529,8 @@
6384 </context-group> 6529 </context-group>
6385 </trans-unit> 6530 </trans-unit>
6386 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6531 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6387 <source>Contribute on PeerTube</source> 6532 <source>Contribute on
6533 PeerTube</source>
6388 <target state="new">Contribute on 6534 <target state="new">Contribute on
6389 PeerTube</target> 6535 PeerTube</target>
6390 <context-group purpose="location"> 6536 <context-group purpose="location">
@@ -6411,7 +6557,11 @@
6411 <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> 6557 <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>
6412 </trans-unit> 6558 </trans-unit>
6413 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6559 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6414 <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> 6560 <source>
6561 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6562 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6563 follows applies only if you want to keep using the P2P mode of PeerTube.
6564 </source>
6415 <target state="new"> 6565 <target state="new">
6416 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, 6566 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6417 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What 6567 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
@@ -6428,7 +6578,10 @@
6428 <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> 6578 <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>
6429 </trans-unit> 6579 </trans-unit>
6430 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6580 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6431 <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> 6581 <source>
6582 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6583 In practice, this is much more difficult because:
6584 </source>
6432 <target state="new"> 6585 <target state="new">
6433 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. 6586 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6434 In practice, this is much more difficult because: 6587 In practice, this is much more difficult because:
@@ -6436,7 +6589,10 @@
6436 <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> 6589 <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>
6437 </trans-unit> 6590 </trans-unit>
6438 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6591 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6439 <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> 6592 <source>
6593 An HTTP request has to be sent on each tracker for each video to spy.
6594 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6595 </source>
6440 <target state="new"> 6596 <target state="new">
6441 An HTTP request has to be sent on each tracker for each video to spy. 6597 An HTTP request has to be sent on each tracker for each video to spy.
6442 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) 6598 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
@@ -6444,7 +6600,11 @@
6444 <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> 6600 <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>
6445 </trans-unit> 6601 </trans-unit>
6446 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6602 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6447 <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> 6603 <source>
6604 For each request sent, the tracker returns random peers at a limited number.
6605 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
6606 requests sent to know every peer in the swarm
6607 </source>
6448 <target state="new"> 6608 <target state="new">
6449 For each request sent, the tracker returns random peers at a limited number. 6609 For each request sent, the tracker returns random peers at a limited number.
6450 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 6610 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
@@ -6463,7 +6623,10 @@
6463 <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> 6623 <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>
6464 </trans-unit> 6624 </trans-unit>
6465 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6625 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6466 <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> 6626 <source>
6627 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
6628 video
6629 </source>
6467 <target state="new"> 6630 <target state="new">
6468 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 6631 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
6469 video 6632 video
@@ -6478,18 +6641,27 @@
6478 <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> 6641 <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>
6479 </trans-unit> 6642 </trans-unit>
6480 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6643 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6481 <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> 6644 <source>
6645 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
6646 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6647 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6648 to forward the information to.
6649 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
6650 </source>
6482 <target state="new"> 6651 <target state="new">
6483 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 6652 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
6484 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>), the protocol is different from classic BitTorrent. 6653 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6485 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers 6654 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6486 to forward the information to. 6655 to forward the information to.
6487 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 6656 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
6488 </target> 6657 </target>
6489 <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> 6658 <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>
6490 </trans-unit> 6659 </trans-unit>
6491 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6660 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6492 <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> 6661 <source>
6662 The worst-case scenario of an average person spying on their friends is quite unlikely.
6663 There are much more effective ways to get that kind of information.
6664 </source>
6493 <target state="new"> 6665 <target state="new">
6494 The worst-case scenario of an average person spying on their friends is quite unlikely. 6666 The worst-case scenario of an average person spying on their friends is quite unlikely.
6495 There are much more effective ways to get that kind of information. 6667 There are much more effective ways to get that kind of information.
@@ -6505,7 +6677,11 @@
6505 <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> 6677 <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>
6506 </trans-unit> 6678 </trans-unit>
6507 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6679 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6508 <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> 6680 <source>
6681 The threats to privacy with YouTube are different from PeerTube's.
6682 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6683 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6684 </source>
6509 <target state="new"> 6685 <target state="new">
6510 The threats to privacy with YouTube are different from PeerTube's. 6686 The threats to privacy with YouTube are different from PeerTube's.
6511 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. 6687 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
@@ -6522,7 +6698,12 @@
6522 <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> 6698 <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>
6523 </trans-unit> 6699 </trans-unit>
6524 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6700 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6525 <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> 6701 <source>
6702 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
6703 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6704 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.
6705 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6706 </source>
6526 <target state="new"> 6707 <target state="new">
6527 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 6708 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
6528 your IP in their connection logs: ISP/routers/trackers/CDN and more. 6709 your IP in their connection logs: ISP/routers/trackers/CDN and more.
@@ -6540,7 +6721,10 @@
6540 <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> 6721 <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>
6541 </trans-unit> 6722 </trans-unit>
6542 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6723 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6543 <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> 6724 <source>
6725 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6726 and render attacks less likely. Here is what we put in place so far:
6727 </source>
6544 <target state="new"> 6728 <target state="new">
6545 PeerTube wants to deliver the best countermeasures possible, to give you more choice 6729 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6546 and render attacks less likely. Here is what we put in place so far: 6730 and render attacks less likely. Here is what we put in place so far:
@@ -6568,7 +6752,10 @@
6568 <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> 6752 <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>
6569 </trans-unit> 6753 </trans-unit>
6570 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6754 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6571 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6755 <source>
6756 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6757 WebRTC in your browser.
6758 </source>
6572 <target state="new"> 6759 <target state="new">
6573 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling 6760 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6574 WebRTC in your browser. 6761 WebRTC in your browser.
@@ -6608,8 +6795,8 @@
6608 </context-group> 6795 </context-group>
6609 </trans-unit> 6796 </trans-unit>
6610 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6797 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6611 <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> 6798 <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>
6612 <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> 6799 <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>
6613 <context-group purpose="location"> 6800 <context-group purpose="location">
6614 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6801 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6615 <context context-type="linenumber">3</context> 6802 <context context-type="linenumber">3</context>
@@ -6692,9 +6879,12 @@
6692 </context-group> 6879 </context-group>
6693 </trans-unit> 6880 </trans-unit>
6694 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 6881 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
6695 <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> 6882 <source>
6883 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/>"/>
6884 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.
6885 </source>
6696 <target state="new"> 6886 <target state="new">
6697 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;"/> 6887 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/>"/>
6698 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. 6888 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.
6699 </target> 6889 </target>
6700 <context-group purpose="location"> 6890 <context-group purpose="location">
@@ -6775,11 +6965,16 @@
6775 </context-group> 6965 </context-group>
6776 </trans-unit> 6966 </trans-unit>
6777 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 6967 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
6778 <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> 6968 <source>
6969 I am at least 16 years old and agree
6970 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>"/>
6971 <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>"/>
6972 of this instance
6973 </source>
6779 <target state="new"> 6974 <target state="new">
6780 I am at least 16 years old and agree 6975 I am at least 16 years old and agree
6781 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;"/> 6976 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>"/>
6782 <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;"/> 6977 <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>"/>
6783 of this instance 6978 of this instance
6784 </target> 6979 </target>
6785 <context-group purpose="location"> 6980 <context-group purpose="location">
@@ -6878,8 +7073,8 @@
6878 </context-group> 7073 </context-group>
6879 </trans-unit> 7074 </trans-unit>
6880 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7075 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6881 <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> 7076 <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>
6882 <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> 7077 <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>
6883 <context-group purpose="location"> 7078 <context-group purpose="location">
6884 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7079 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6885 <context context-type="linenumber">1</context> 7080 <context context-type="linenumber">1</context>
@@ -8592,8 +8787,8 @@
8592 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8787 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8593 </trans-unit> 8788 </trans-unit>
8594 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8789 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8595 <source>Long (&gt; 10 min)</source> 8790 <source>Long (> 10 min)</source>
8596 <target>Longo (&gt; 10 min)</target> 8791 <target>Longo (> 10 min)</target>
8597 <context-group name="null"> 8792 <context-group name="null">
8598 <context context-type="linenumber">1</context> 8793 <context context-type="linenumber">1</context>
8599 </context-group> 8794 </context-group>
@@ -9952,8 +10147,8 @@
9952 <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> 10147 <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>
9953 </trans-unit> 10148 </trans-unit>
9954 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10149 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9955 <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> 10150 <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>
9956 <target>Compatível com <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;"/> que têm suporte a:</target> 10151 <target>Compatível com <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> que têm suporte a:</target>
9957 <context-group name="null"> 10152 <context-group name="null">
9958 <context context-type="linenumber">1</context> 10153 <context context-type="linenumber">1</context>
9959 </context-group> 10154 </context-group>
@@ -10119,6 +10314,24 @@
10119 <context context-type="linenumber">1</context> 10314 <context context-type="linenumber">1</context>
10120 </context-group> 10315 </context-group>
10121 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10316 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10317 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10318 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10319 <context-group purpose="location">
10320 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10321 <context context-type="linenumber">1</context>
10322 </context-group>
10323 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10324 <source>Delete account comments</source><target state="new">Delete account comments</target>
10325 <context-group purpose="location">
10326 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10327 <context context-type="linenumber">1</context>
10328 </context-group>
10329 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10330 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10331 <context-group purpose="location">
10332 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10333 <context context-type="linenumber">1</context>
10334 </context-group>
10122 </trans-unit> 10335 </trans-unit>
10123 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10336 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10124 <source>Edit user</source> 10337 <source>Edit user</source>
@@ -10223,6 +10436,18 @@
10223 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10436 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10224 <context context-type="linenumber">1</context> 10437 <context context-type="linenumber">1</context>
10225 </context-group> 10438 </context-group>
10439 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10440 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10441 <context-group purpose="location">
10442 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10443 <context context-type="linenumber">1</context>
10444 </context-group>
10445 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10446 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10447 <context-group purpose="location">
10448 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10449 <context context-type="linenumber">1</context>
10450 </context-group>
10226 </trans-unit> 10451 </trans-unit>
10227 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10452 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10228 <source>Mute this account by your instance</source> 10453 <source>Mute this account by your instance</source>
@@ -10287,6 +10512,18 @@
10287 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10512 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10288 <context context-type="linenumber">1</context> 10513 <context context-type="linenumber">1</context>
10289 </context-group> 10514 </context-group>
10515 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10516 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10517 <context-group purpose="location">
10518 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10519 <context context-type="linenumber">1</context>
10520 </context-group>
10521 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10522 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10523 <context-group purpose="location">
10524 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10525 <context context-type="linenumber">1</context>
10526 </context-group>
10290 </trans-unit> 10527 </trans-unit>
10291 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10528 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10292 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10529 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.ru-RU.xlf b/client/src/locale/angular.ru-RU.xlf
index 21b96a253..fb48f170e 100644
--- a/client/src/locale/angular.ru-RU.xlf
+++ b/client/src/locale/angular.ru-RU.xlf
@@ -406,9 +406,9 @@
406 <context-group name="null"> 406 <context-group name="null">
407 <context context-type="linenumber">9</context> 407 <context context-type="linenumber">9</context>
408 </context-group> 408 </context-group>
409 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 409
410 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 410
411 </trans-unit> 411 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
412 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 412 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
413 <source>Start at</source> 413 <source>Start at</source>
414 <target>Начало в</target> 414 <target>Начало в</target>
@@ -473,7 +473,7 @@
473 473
474 474
475 475
476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 476 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
477 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 477 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
478 <source>subtitles</source> 478 <source>subtitles</source>
479 <target state="translated">подзаголовок</target> 479 <target state="translated">подзаголовок</target>
@@ -677,7 +677,7 @@
677 <target state="translated">Удален</target> 677 <target state="translated">Удален</target>
678 678
679 679
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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
681 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 681 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
682 <source>Edit starts/stops at</source> 682 <source>Edit starts/stops at</source>
683 <target>Редактировать начало/конец в</target> 683 <target>Редактировать начало/конец в</target>
@@ -730,7 +730,7 @@
730 730
731 731
732 732
733 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 733 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
734 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 734 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
735 <source>Edit</source> 735 <source>Edit</source>
736 <target>Редактировать</target> 736 <target>Редактировать</target>
@@ -1563,18 +1563,20 @@
1563 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1563 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1564 <context context-type="linenumber">21</context> 1564 <context context-type="linenumber">21</context>
1565 </context-group> 1565 </context-group>
1566 </trans-unit> 1566 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1567 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1568 <source> 1567 <source>
1569 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>"/>. 1568 Please consider configuring 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>"/>.
1570 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>"/>. 1569 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1571 </source> 1570 </source><target state="new">
1572 <target state="translated">Пожалуйста, подумайте о том, чтобы настроить эти поля, чтобы помочь людям выбрать <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>"/>. 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>"/>. </target> 1571 Please consider configuring 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>"/>.
1572 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1573 </target>
1573 <context-group purpose="location"> 1574 <context-group purpose="location">
1574 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1575 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1575 <context context-type="linenumber">24</context> 1576 <context context-type="linenumber">24</context>
1576 </context-group> 1577 </context-group>
1577 </trans-unit> 1578 </trans-unit>
1579
1578 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1580 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1579 <source>Configure these fields</source> 1581 <source>Configure these fields</source>
1580 <target state="translated">Настройте эти поля</target> 1582 <target state="translated">Настройте эти поля</target>
@@ -1885,75 +1887,45 @@
1885 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1887 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1886 <source>GLOBAL SEARCH</source> 1888 <source>GLOBAL SEARCH</source>
1887 <target state="translated">ГЛОБАЛЬНЫЙ ПОИСК</target> 1889 <target state="translated">ГЛОБАЛЬНЫЙ ПОИСК</target>
1888 <context-group purpose="location"> 1890
1889 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1891 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1890 <context context-type="linenumber">16</context>
1891 </context-group>
1892 </trans-unit>
1893 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1892 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1894 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1893 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1895 <target state="translated">с помощью <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1894 <target state="translated">с помощью <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1896 <context-group purpose="location"> 1895
1897 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1896 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1898 <context context-type="linenumber">18</context>
1899 </context-group>
1900 </trans-unit>
1901 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1897 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1902 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1898 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1903 <target state="translated">Результаты будут дополнены результатами стороннего индекса. Будут отправлены только данные, необходимые для выполнения запроса.</target> 1899 <target state="translated">Результаты будут дополнены результатами стороннего индекса. Будут отправлены только данные, необходимые для выполнения запроса.</target>
1904 <context-group purpose="location"> 1900
1905 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1901 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1906 <context context-type="linenumber">22</context>
1907 </context-group>
1908 </trans-unit>
1909 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1902 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1910 <source>ADVANCED SEARCH</source> 1903 <source>ADVANCED SEARCH</source>
1911 <target state="translated">РАСШИРЕННЫЙ ПОИСК</target> 1904 <target state="translated">РАСШИРЕННЫЙ ПОИСК</target>
1912 <context-group purpose="location"> 1905
1913 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1906 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1914 <context context-type="linenumber">29</context>
1915 </context-group>
1916 </trans-unit>
1917 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1907 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1918 <source>any instance</source> 1908 <source>any instance</source>
1919 <target state="translated">любой экземпляр</target> 1909 <target state="translated">любой экземпляр</target>
1920 <context-group purpose="location"> 1910
1921 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1911 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1922 <context context-type="linenumber">32</context>
1923 </context-group>
1924 </trans-unit>
1925 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1912 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1926 <source>only followed instances</source> 1913 <source>only followed instances</source>
1927 <target state="translated">только последующие экземпляры</target> 1914 <target state="translated">только последующие экземпляры</target>
1928 <context-group purpose="location"> 1915
1929 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1916 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1930 <context context-type="linenumber">33</context>
1931 </context-group>
1932 </trans-unit>
1933 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1917 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1934 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1918 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1935 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1919 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1936 <context-group purpose="location"> 1920
1937 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1921 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1938 <context context-type="linenumber">31</context>
1939 </context-group>
1940 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1941 <source>channel</source><target state="new">channel</target> 1922 <source>channel</source><target state="new">channel</target>
1942 <context-group purpose="location"> 1923
1943 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1924
1944 <context context-type="linenumber">40</context> 1925 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1945 </context-group>
1946 <context-group purpose="location">
1947 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1948 <context context-type="linenumber">43</context>
1949 </context-group>
1950 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1951 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1926 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1952 <context-group purpose="location"> 1927
1953 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1928 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1954 <context context-type="linenumber">49</context>
1955 </context-group>
1956 </trans-unit>
1957 1929
1958 1930
1959 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1931 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -3251,13 +3223,13 @@
3251 <context-group name="null"> 3223 <context-group name="null">
3252 <context context-type="linenumber">14</context> 3224 <context context-type="linenumber">14</context>
3253 </context-group> 3225 </context-group>
3254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3226
3255 </trans-unit> 3227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3256 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3228 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3257 <source>This comment has been deleted</source> 3229 <source>This comment has been deleted</source>
3258 <target state="translated">Этот комментарий был удален</target> 3230 <target state="translated">Этот комментарий был удален</target>
3259 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3231
3260 </trans-unit> 3232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3261 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3233 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3262 <source>Follows &amp; redundancies</source> 3234 <source>Follows &amp; redundancies</source>
3263 <target state="translated">Следует &amp; избыточность</target> 3235 <target state="translated">Следует &amp; избыточность</target>
@@ -3727,7 +3699,7 @@
3727 <context context-type="linenumber">95</context> 3699 <context context-type="linenumber">95</context>
3728 </context-group> 3700 </context-group>
3729 3701
3730 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3731 <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> 3703 <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>
3732 <context-group purpose="location"> 3704 <context-group purpose="location">
3733 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3705 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -4229,7 +4201,13 @@
4229 4201
4230 4202
4231 4203
4232 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 4204 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4205 <source>Close this message</source><target state="new">Close this message</target>
4206 <context-group purpose="location">
4207 <context context-type="sourcefile">src/app/app.component.html</context>
4208 <context context-type="linenumber">34</context>
4209 </context-group>
4210 </trans-unit>
4233 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4211 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4234 <source>Go to the plugin homepage</source> 4212 <source>Go to the plugin homepage</source>
4235 <target state="translated">Перейдите на главную страницу плагина</target> 4213 <target state="translated">Перейдите на главную страницу плагина</target>
@@ -4650,17 +4628,57 @@
4650 <context context-type="linenumber">223</context> 4628 <context context-type="linenumber">223</context>
4651 </context-group> 4629 </context-group>
4652 4630
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4632 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4633 <context-group purpose="location">
4634 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4635 <context context-type="linenumber">281</context>
4636 </context-group>
4637 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4638 <source>
4639 Display a message on your instance
4640 </source><target state="new">
4641 Display a message on your instance
4642 </target>
4643 <context-group purpose="location">
4644 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4645 <context context-type="linenumber">282</context>
4646 </context-group>
4647 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4648 <source>Enable broadcast message</source><target state="new">Enable broadcast message</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">294</context>
4652 </context-group>
4653 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4654 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4655 <context-group purpose="location">
4656 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4657 <context context-type="linenumber">301</context>
4658 </context-group>
4659 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4660 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4661 <context-group purpose="location">
4662 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4663 <context context-type="linenumber">306</context>
4664 </context-group>
4665 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4666 <source>Message</source><target state="new">Message</target>
4667 <context-group purpose="location">
4668 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4669 <context context-type="linenumber">318</context>
4670 </context-group>
4671 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4654 <source>NEW USERS</source><target state="new">NEW USERS</target> 4672 <source>NEW USERS</source><target state="new">NEW USERS</target>
4655 4673
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4657 <source> 4675 <source>
4658 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. 4676 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.
4659 </source><target state="new"> 4677 </source><target state="new">
4660 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. 4678 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.
4661 </target> 4679 </target>
4662 4680
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">282</context></context-group></trans-unit> 4681 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">334</context></context-group></trans-unit>
4664 4682
4665 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4683 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4666 <source>Signup enabled</source> 4684 <source>Signup enabled</source>
@@ -4669,7 +4687,7 @@
4669 <context context-type="linenumber">235</context> 4687 <context context-type="linenumber">235</context>
4670 </context-group> 4688 </context-group>
4671 4689
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">293</context></context-group></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">345</context></context-group></trans-unit>
4673 4691
4674 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4692 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4675 <source>Signup requires email verification</source> 4693 <source>Signup requires email verification</source>
@@ -4678,7 +4696,7 @@
4678 <context context-type="linenumber">242</context> 4696 <context context-type="linenumber">242</context>
4679 </context-group> 4697 </context-group>
4680 4698
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">301</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">353</context></context-group></trans-unit>
4682 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4700 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4683 <source>Signup limit</source> 4701 <source>Signup limit</source>
4684 <target>Лимит регистраций</target> 4702 <target>Лимит регистраций</target>
@@ -4686,7 +4704,7 @@
4686 <context context-type="linenumber">247</context> 4704 <context context-type="linenumber">247</context>
4687 </context-group> 4705 </context-group>
4688 4706
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">305</context></context-group></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">357</context></context-group></trans-unit>
4690 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4708 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4691 <source>Users</source> 4709 <source>Users</source>
4692 <target>Пользователи</target> 4710 <target>Пользователи</target>
@@ -4777,70 +4795,67 @@
4777 <source>Default video quota per user</source> 4795 <source>Default video quota per user</source>
4778 <target state="translated">Квота видео по умолчанию для каждого пользователя</target> 4796 <target state="translated">Квота видео по умолчанию для каждого пользователя</target>
4779 4797
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">320</context></context-group></trans-unit> 4798 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">372</context></context-group></trans-unit>
4781 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4799 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4782 <source>Default daily upload limit per user</source> 4800 <source>Default daily upload limit per user</source>
4783 <target state="translated">Лимит ежедневной загрузки по умолчанию для каждого пользователя</target> 4801 <target state="translated">Лимит ежедневной загрузки по умолчанию для каждого пользователя</target>
4784 4802
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><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4786 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4804 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4787 4805
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">349</context></context-group></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">401</context></context-group></trans-unit>
4789 4807
4790 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4808 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4791 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4809 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4792 <target state="translated">Разрешить импорт с помощью HTTP URL (например, YouTube)</target> 4810 <target state="translated">Разрешить импорт с помощью HTTP URL (например, YouTube)</target>
4793 4811
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">360</context></context-group></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">412</context></context-group></trans-unit>
4795 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4813 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4796 <source>Allow import with a torrent file or a magnet URI</source> 4814 <source>Allow import with a torrent file or a magnet URI</source>
4797 <target state="translated">Разрешить импорт с помощью торрент-файла или магнет-ссылки</target> 4815 <target state="translated">Разрешить импорт с помощью торрент-файла или магнет-ссылки</target>
4798 4816
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">367</context></context-group></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">419</context></context-group></trans-unit>
4800 4818
4801 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4819 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4802 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4820 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4803 <target state="translated">Если пользователь не отмечен как доверенный, его видео будет оставаться закрытым до тех пор, пока модератор не просмотрит их.</target> 4821 <target state="translated">Если пользователь не отмечен как доверенный, его видео будет оставаться закрытым до тех пор, пока модератор не просмотрит их.</target>
4804 4822
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> 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">436</context></context-group></trans-unit>
4806 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4824 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4807 <source>Blacklist new videos automatically</source> 4825 <source>Blacklist new videos automatically</source>
4808 <target state="translated">Новые видео в черном списке автоматически</target> 4826 <target state="translated">Новые видео в черном списке автоматически</target>
4809 4827
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><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4811 <source>FEDERATION</source><target state="new">FEDERATION</target> 4829 <source>FEDERATION</source><target state="new">FEDERATION</target>
4812 4830
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4814 <source> 4832 <source>
4815 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. 4833 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.
4816 </source><target state="new"> 4834 </source><target state="new">
4817 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. 4835 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.
4818 </target> 4836 </target>
4819 4837
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><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4821 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4839 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4822 4840
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">412</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">464</context></context-group></trans-unit>
4824 4842
4825 4843
4826 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4844 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4827 <source>Manually approve new instance followers</source> 4845 <source>Manually approve new instance followers</source>
4828 <target state="translated">Ручное утверждение новых подписчиков экземпляров</target> 4846 <target state="translated">Ручное утверждение новых подписчиков экземпляров</target>
4829 4847
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><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4831 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4849 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4832 4850
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4834 <source> 4852 <source>
4835 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>"/>. 4853 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>"/>.
4836 </source><target state="new"> 4854 </source><target state="new">
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>"/>. 4855 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 </target> 4856 </target>
4839 <context-group purpose="location"> 4857
4840 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4841 <context context-type="linenumber">450</context>
4842 </context-group>
4843 </trans-unit>
4844 4859
4845 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4860 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4846 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4861 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4848,25 +4863,22 @@
4848 4863
4849 4864
4850 4865
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4852 4867
4853 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4868 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4854 <source>Index URL</source> 4869 <source>Index URL</source>
4855 <target state="new">Index URL</target> 4870 <target state="new">Index URL</target>
4856 4871
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4858 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4873 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4859 <context-group purpose="location"> 4874
4860 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4861 <context context-type="linenumber">445</context>
4862 </context-group>
4863 </trans-unit>
4864 4876
4865 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4877 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4866 <source>ADMINISTRATORS</source> 4878 <source>ADMINISTRATORS</source>
4867 <target state="translated">АДМИНИСТРАТОРЫ</target> 4879 <target state="translated">АДМИНИСТРАТОРЫ</target>
4868 4880
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">477</context></context-group></trans-unit> 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">529</context></context-group></trans-unit>
4870 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4882 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4871 <source>Administrator</source> 4883 <source>Administrator</source>
4872 <target>Администратор</target> 4884 <target>Администратор</target>
@@ -4882,7 +4894,7 @@
4882 <context context-type="linenumber">387</context> 4894 <context context-type="linenumber">387</context>
4883 </context-group> 4895 </context-group>
4884 4896
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">483</context></context-group></trans-unit> 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">535</context></context-group></trans-unit>
4886 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4898 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4887 <source>Enable contact form</source> 4899 <source>Enable contact form</source>
4888 <target>Включить контактную форму</target> 4900 <target>Включить контактную форму</target>
@@ -4890,7 +4902,7 @@
4890 <context context-type="linenumber">398</context> 4902 <context context-type="linenumber">398</context>
4891 </context-group> 4903 </context-group>
4892 4904
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">494</context></context-group></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">546</context></context-group></trans-unit>
4894 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4906 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4895 <source>Basic configuration</source> 4907 <source>Basic configuration</source>
4896 <target>Базовая конфигурация</target> 4908 <target>Базовая конфигурация</target>
@@ -4903,14 +4915,14 @@
4903 <source>TWITTER</source> 4915 <source>TWITTER</source>
4904 <target state="translated">TWITTER</target> 4916 <target state="translated">TWITTER</target>
4905 4917
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4907 <source> 4919 <source>
4908 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4920 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4909 </source><target state="new"> 4921 </source><target state="new">
4910 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4922 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4911 </target> 4923 </target>
4912 4924
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">512</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">564</context></context-group></trans-unit>
4914 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4926 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4915 <source>Your Twitter username</source> 4927 <source>Your Twitter username</source>
4916 <target>Ваше имя пользователя Twitter</target> 4928 <target>Ваше имя пользователя Twitter</target>
@@ -4918,7 +4930,7 @@
4918 <context context-type="linenumber">413</context> 4930 <context context-type="linenumber">413</context>
4919 </context-group> 4931 </context-group>
4920 4932
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">523</context></context-group></trans-unit> 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">575</context></context-group></trans-unit>
4922 4934
4923 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 4935 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4924 <source>Instance whitelisted by Twitter</source> 4936 <source>Instance whitelisted by Twitter</source>
@@ -4927,7 +4939,7 @@
4927 <context context-type="linenumber">431</context> 4939 <context context-type="linenumber">431</context>
4928 </context-group> 4940 </context-group>
4929 4941
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><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4931 <source> 4943 <source>
4932 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/>"/> 4944 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/>"/>
4933 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/>"/> 4945 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/>"/>
@@ -4942,7 +4954,7 @@
4942 to see if you instance is whitelisted. 4954 to see if you instance is whitelisted.
4943 </target> 4955 </target>
4944 4956
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">539</context></context-group></trans-unit> 4957 <context-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>
4946 4958
4947 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 4959 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
4948 <source>Services</source> 4960 <source>Services</source>
@@ -4951,12 +4963,12 @@
4951 <context context-type="linenumber">405</context> 4963 <context context-type="linenumber">405</context>
4952 </context-group> 4964 </context-group>
4953 4965
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">505</context></context-group></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">557</context></context-group></trans-unit>
4955 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4967 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4956 <source>TRANSCODING</source> 4968 <source>TRANSCODING</source>
4957 <target state="translated">ТРАНСКОДИРОВАНИЕ</target> 4969 <target state="translated">ТРАНСКОДИРОВАНИЕ</target>
4958 4970
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4971 <context-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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4960 <source> 4972 <source>
4961 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
4962 resources, this is a critical part of PeerTube, so tread carefully. 4974 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4965,7 +4977,7 @@
4965 resources, this is a critical part of PeerTube, so tread carefully. 4977 resources, this is a critical part of PeerTube, so tread carefully.
4966 </target> 4978 </target>
4967 4979
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">566</context></context-group></trans-unit> 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">618</context></context-group></trans-unit>
4969 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 4981 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
4970 <source>Transcoding enabled</source> 4982 <source>Transcoding enabled</source>
4971 <target>Транскодирование активировано</target> 4983 <target>Транскодирование активировано</target>
@@ -4973,7 +4985,7 @@
4973 <context context-type="linenumber">461</context> 4985 <context context-type="linenumber">461</context>
4974 </context-group> 4986 </context-group>
4975 4987
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">579</context></context-group></trans-unit> 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">631</context></context-group></trans-unit>
4977 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 4989 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
4978 <source>If you disable transcoding, many videos from your users will not work!</source> 4990 <source>If you disable transcoding, many videos from your users will not work!</source>
4979 <target>Если вы деактивируете транскодирование, многие видео пользователей перестанут работать!</target> 4991 <target>Если вы деактивируете транскодирование, многие видео пользователей перестанут работать!</target>
@@ -4981,10 +4993,10 @@
4981 <context context-type="linenumber">465</context> 4993 <context context-type="linenumber">465</context>
4982 </context-group> 4994 </context-group>
4983 4995
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4985 <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> 4997 <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>
4986 4998
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">594</context></context-group></trans-unit> 4999 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
4988 5000
4989 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5001 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
4990 <source>Allow additional extensions</source> 5002 <source>Allow additional extensions</source>
@@ -4993,16 +5005,16 @@
4993 <context context-type="linenumber">475</context> 5005 <context context-type="linenumber">475</context>
4994 </context-group> 5006 </context-group>
4995 5007
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4997 <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> 5009 <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>
4998 5010
4999 <context-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> 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">657</context></context-group></trans-unit>
5000 5012
5001 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5013 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
5002 <source>Allow audio files upload</source> 5014 <source>Allow audio files upload</source>
5003 <target state="translated">Разрешить загрузку аудиофайлов</target> 5015 <target state="translated">Разрешить загрузку аудиофайлов</target>
5004 5016
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5006 <source> 5018 <source>
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>"/> 5019 <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>"/>
5008 5020
@@ -5021,13 +5033,13 @@
5021 <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>"/> 5033 <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>"/>
5022 </target> 5034 </target>
5023 5035
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">617</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">669</context></context-group></trans-unit>
5025 5037
5026 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5038 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5027 <source>WebTorrent support enabled</source> 5039 <source>WebTorrent support enabled</source>
5028 <target state="translated">Включена поддержка WebTorrent</target> 5040 <target state="translated">Включена поддержка WebTorrent</target>
5029 5041
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5031 <source> 5043 <source>
5032 <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>"/> 5044 <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>"/>
5033 5045
@@ -5052,13 +5064,13 @@
5052 <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>"/> 5064 <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>"/>
5053 </target> 5065 </target>
5054 5066
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">638</context></context-group></trans-unit> 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">690</context></context-group></trans-unit>
5056 5068
5057 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5069 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5058 <source>HLS support enabled</source> 5070 <source>HLS support enabled</source>
5059 <target state="translated">Включена поддержка HLS</target> 5071 <target state="translated">Включена поддержка HLS</target>
5060 5072
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">635</context></context-group></trans-unit> 5073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5062 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5074 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5063 <source>Transcoding threads</source> 5075 <source>Transcoding threads</source>
5064 <target>Количество потоков для транскодирования</target> 5076 <target>Количество потоков для транскодирования</target>
@@ -5066,29 +5078,29 @@
5066 <context context-type="linenumber">517</context> 5078 <context context-type="linenumber">517</context>
5067 </context-group> 5079 </context-group>
5068 5080
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5070 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 5082 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
5071 5083
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">673</context></context-group></trans-unit> 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">725</context></context-group></trans-unit>
5073 5085
5074 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5086 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5075 <source>CACHE</source> 5087 <source>CACHE</source>
5076 <target state="translated">КЭШ</target> 5088 <target state="translated">КЭШ</target>
5077 5089
5078 <context-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"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5079 <source> 5091 <source>
5080 Some files are not federated, and fetched when necessary. Define their caching policies. 5092 Some files are not federated, and fetched when necessary. Define their caching policies.
5081 </source><target state="new"> 5093 </source><target state="new">
5082 Some files are not federated, and fetched when necessary. Define their caching policies. 5094 Some files are not federated, and fetched when necessary. Define their caching policies.
5083 </target> 5095 </target>
5084 5096
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5086 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 5098 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
5087 5099
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5089 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 5101 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
5090 5102
5091 <context-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> 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">770</context></context-group></trans-unit>
5092 5104
5093 5105
5094 5106
@@ -5096,14 +5108,14 @@
5096 <source>CUSTOMIZATIONS</source> 5108 <source>CUSTOMIZATIONS</source>
5097 <target state="translated">НАСТРОЙКИ</target> 5109 <target state="translated">НАСТРОЙКИ</target>
5098 5110
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5100 <source> 5112 <source>
5101 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5113 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5102 </source><target state="new"> 5114 </source><target state="new">
5103 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5115 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5104 </target> 5116 </target>
5105 5117
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">734</context></context-group></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">786</context></context-group></trans-unit>
5107 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5119 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5108 <source>JavaScript</source> 5120 <source>JavaScript</source>
5109 <target>JavaScript</target> 5121 <target>JavaScript</target>
@@ -5111,14 +5123,14 @@
5111 <context context-type="linenumber">575</context> 5123 <context context-type="linenumber">575</context>
5112 </context-group> 5124 </context-group>
5113 5125
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5115 <source> 5127 <source>
5116 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5128 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5117 </source><target state="new"> 5129 </source><target state="new">
5118 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5130 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5119 </target> 5131 </target>
5120 5132
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5122 <source> 5134 <source>
5123 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/>"/> 5135 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/>"/>
5124 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5136 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5143,7 +5155,7 @@
5143 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5155 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5144 </target> 5156 </target>
5145 5157
5146 <context-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> 5158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5147 5159
5148 5160
5149 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5161 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5153,7 +5165,7 @@
5153 <context context-type="linenumber">452</context> 5165 <context context-type="linenumber">452</context>
5154 </context-group> 5166 </context-group>
5155 5167
5156 <context-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> 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">611</context></context-group></trans-unit>
5157 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5169 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5158 <source>Update configuration</source> 5170 <source>Update configuration</source>
5159 <target>Обновить конфигурацию</target> 5171 <target>Обновить конфигурацию</target>
@@ -5161,12 +5173,12 @@
5161 <context context-type="linenumber">628</context> 5173 <context context-type="linenumber">628</context>
5162 </context-group> 5174 </context-group>
5163 5175
5164 <context-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> 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">858</context></context-group></trans-unit>
5165 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5177 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5166 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5178 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5167 <target state="translated">Похоже, что конфигурация является недопустимой. Пожалуйста, найдите возможные ошибки в различных вкладках.</target> 5179 <target state="translated">Похоже, что конфигурация является недопустимой. Пожалуйста, найдите возможные ошибки в различных вкладках.</target>
5168 5180
5169 <context-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"> 5181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5170 <source>PROFILE</source><target state="new">PROFILE</target> 5182 <source>PROFILE</source><target state="new">PROFILE</target>
5171 <context-group purpose="location"> 5183 <context-group purpose="location">
5172 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5184 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5375,23 +5387,23 @@
5375 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5387 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5376 <context context-type="linenumber">17</context> 5388 <context context-type="linenumber">17</context>
5377 </context-group> 5389 </context-group>
5378 </trans-unit> 5390 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5379 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5391 <source>Your current password</source><target state="new">Your current password</target>
5380 <source>Your password</source>
5381 <target state="translated">Ваш пароль</target>
5382 <context-group purpose="location"> 5392 <context-group purpose="location">
5383 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5393 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5384 <context context-type="linenumber">27</context> 5394 <context context-type="linenumber">26</context>
5385 </context-group> 5395 </context-group>
5386 </trans-unit> 5396 </trans-unit>
5397 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5398 <source>Your password</source>
5399 <target state="translated">Ваш пароль</target>
5400
5401 <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">28</context></context-group></trans-unit>
5387 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5402 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5388 <source>Change email</source> 5403 <source>Change email</source>
5389 <target state="translated">Изменить адрес электронной почты</target> 5404 <target state="translated">Изменить адрес электронной почты</target>
5390 <context-group purpose="location"> 5405
5391 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5406 <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">36</context></context-group></trans-unit>
5392 <context context-type="linenumber">35</context>
5393 </context-group>
5394 </trans-unit>
5395 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5407 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5396 <source>Theme</source> 5408 <source>Theme</source>
5397 <target state="translated">Тема</target> 5409 <target state="translated">Тема</target>
@@ -6202,15 +6214,18 @@
6202 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6214 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6203 <context context-type="linenumber">2</context> 6215 <context context-type="linenumber">2</context>
6204 </context-group> 6216 </context-group>
6205 </trans-unit> 6217 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6206 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6218 <source>
6207 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6219 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6208 <target state="translated">PeerTube - это автономная платформа потоковой передачи видео (ActivityPub), использующая P2P непосредственно в веб-браузере.</target> 6220 </source><target state="new">
6221 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6222 </target>
6209 <context-group purpose="location"> 6223 <context-group purpose="location">
6210 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6224 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6211 <context context-type="linenumber">9</context> 6225 <context context-type="linenumber">9</context>
6212 </context-group> 6226 </context-group>
6213 </trans-unit> 6227 </trans-unit>
6228
6214 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6229 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6215 <source> 6230 <source>
6216 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6231 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9988,6 +10003,24 @@
9988 <context context-type="linenumber">1</context> 10003 <context context-type="linenumber">1</context>
9989 </context-group> 10004 </context-group>
9990 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10005 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10006 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10007 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10008 <context-group purpose="location">
10009 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10010 <context context-type="linenumber">1</context>
10011 </context-group>
10012 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10013 <source>Delete account comments</source><target state="new">Delete account comments</target>
10014 <context-group purpose="location">
10015 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10016 <context context-type="linenumber">1</context>
10017 </context-group>
10018 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10019 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10020 <context-group purpose="location">
10021 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10022 <context context-type="linenumber">1</context>
10023 </context-group>
9991 </trans-unit> 10024 </trans-unit>
9992 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10025 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9993 <source>Edit user</source> 10026 <source>Edit user</source>
@@ -10092,6 +10125,18 @@
10092 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10125 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10093 <context context-type="linenumber">1</context> 10126 <context context-type="linenumber">1</context>
10094 </context-group> 10127 </context-group>
10128 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10129 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10130 <context-group purpose="location">
10131 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10132 <context context-type="linenumber">1</context>
10133 </context-group>
10134 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10135 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10136 <context-group purpose="location">
10137 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10138 <context context-type="linenumber">1</context>
10139 </context-group>
10095 </trans-unit> 10140 </trans-unit>
10096 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10141 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10097 <source>Mute this account by your instance</source> 10142 <source>Mute this account by your instance</source>
@@ -10156,6 +10201,18 @@
10156 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10201 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10157 <context context-type="linenumber">1</context> 10202 <context context-type="linenumber">1</context>
10158 </context-group> 10203 </context-group>
10204 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10205 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10206 <context-group purpose="location">
10207 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10208 <context context-type="linenumber">1</context>
10209 </context-group>
10210 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10211 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10212 <context-group purpose="location">
10213 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10214 <context context-type="linenumber">1</context>
10215 </context-group>
10159 </trans-unit> 10216 </trans-unit>
10160 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 10217 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
10161 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10218 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.sk-SK.xlf b/client/src/locale/angular.sk-SK.xlf
index f51f5449f..99ff011bb 100644
--- a/client/src/locale/angular.sk-SK.xlf
+++ b/client/src/locale/angular.sk-SK.xlf
@@ -383,7 +383,7 @@
383 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 383 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
384 <source>Options</source><target state="new">Options</target> 384 <source>Options</source><target state="new">Options</target>
385 385
386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 386 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
387 <source>Start at</source><target state="new">Start at</target> 387 <source>Start at</source><target state="new">Start at</target>
388 388
389 389
@@ -421,7 +421,7 @@
421 <source>video</source><target state="new">video</target> 421 <source>video</source><target state="new">video</target>
422 422
423 423
424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 424 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
425 <source>subtitles</source><target state="new">subtitles</target> 425 <source>subtitles</source><target state="new">subtitles</target>
426 <context-group purpose="location"> 426 <context-group purpose="location">
427 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 427 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -561,7 +561,7 @@
561 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 561 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
562 <source>Deleted</source><target state="new">Deleted</target> 562 <source>Deleted</source><target state="new">Deleted</target>
563 563
564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 564 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
565 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 565 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
566 566
567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 567 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
@@ -590,7 +590,7 @@
590 590
591 591
592 592
593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> 593 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
594 <source>Edit</source><target state="new">Edit</target> 594 <source>Edit</source><target state="new">Edit</target>
595 595
596 596
@@ -1197,13 +1197,13 @@
1197 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1197 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1198 <context context-type="linenumber">21</context> 1198 <context context-type="linenumber">21</context>
1199 </context-group> 1199 </context-group>
1200 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1200 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1201 <source> 1201 <source>
1202 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>"/>. 1202 Please consider configuring 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>"/>.
1203 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>"/>. 1203 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1204 </source><target state="new"> 1204 </source><target state="new">
1205 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>"/>. 1205 Please consider configuring 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>"/>.
1206 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>"/>. 1206 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1207 </target> 1207 </target>
1208 <context-group purpose="location"> 1208 <context-group purpose="location">
1209 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1209 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1397,63 +1397,33 @@
1397 1397
1398 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1398 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1399 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1399 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1400 <context-group purpose="location"> 1400
1401 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1401 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1402 <context context-type="linenumber">16</context>
1403 </context-group>
1404 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1405 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1402 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1406 <context-group purpose="location"> 1403
1407 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1404 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1408 <context context-type="linenumber">18</context>
1409 </context-group>
1410 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1411 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1405 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1412 <context-group purpose="location"> 1406
1413 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1407 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1414 <context context-type="linenumber">22</context>
1415 </context-group>
1416 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1417 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1408 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1418 <context-group purpose="location"> 1409
1419 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1410 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1420 <context context-type="linenumber">29</context>
1421 </context-group>
1422 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1423 <source>any instance</source><target state="new">any instance</target> 1411 <source>any instance</source><target state="new">any instance</target>
1424 <context-group purpose="location"> 1412
1425 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1413 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1426 <context context-type="linenumber">32</context>
1427 </context-group>
1428 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1429 <source>only followed instances</source><target state="new">only followed instances</target> 1414 <source>only followed instances</source><target state="new">only followed instances</target>
1430 <context-group purpose="location"> 1415
1431 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1416 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1432 <context context-type="linenumber">33</context>
1433 </context-group>
1434 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1435 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1417 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1436 <context-group purpose="location"> 1418
1437 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1419 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1438 <context context-type="linenumber">31</context>
1439 </context-group>
1440 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1441 <source>channel</source><target state="new">channel</target> 1420 <source>channel</source><target state="new">channel</target>
1442 <context-group purpose="location"> 1421
1443 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1422
1444 <context context-type="linenumber">40</context> 1423 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1445 </context-group>
1446 <context-group purpose="location">
1447 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1448 <context context-type="linenumber">43</context>
1449 </context-group>
1450 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1451 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1424 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1452 <context-group purpose="location"> 1425
1453 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1426 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1454 <context context-type="linenumber">49</context>
1455 </context-group>
1456 </trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1457 <source>Search...</source><target state="new">Search...</target> 1427 <source>Search...</source><target state="new">Search...</target>
1458 1428
1459 1429
@@ -2289,10 +2259,10 @@
2289 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 2259 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2290 <source>Reply</source><target state="new">Reply</target> 2260 <source>Reply</source><target state="new">Reply</target>
2291 2261
2292 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2262 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2293 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2263 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2294 2264
2295 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2265 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2296 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 2266 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target>
2297 <context-group purpose="location"> 2267 <context-group purpose="location">
2298 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2268 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
@@ -2606,7 +2576,7 @@
2606 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2576 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2607 <source>Ban reason:</source><target state="new">Ban reason:</target> 2577 <source>Ban reason:</source><target state="new">Ban reason:</target>
2608 2578
2609 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2610 <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> 2580 <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>
2611 <context-group purpose="location"> 2581 <context-group purpose="location">
2612 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2582 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -2995,7 +2965,13 @@
2995 <source>Homepage</source><target state="new">Homepage</target> 2965 <source>Homepage</source><target state="new">Homepage</target>
2996 2966
2997 2967
2998 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 2968 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
2969 <source>Close this message</source><target state="new">Close this message</target>
2970 <context-group purpose="location">
2971 <context context-type="sourcefile">src/app/app.component.html</context>
2972 <context context-type="linenumber">34</context>
2973 </context-group>
2974 </trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
2999 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target> 2975 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target>
3000 2976
3001 2977
@@ -3283,26 +3259,66 @@
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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" 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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3284 <source>Local videos</source><target state="new">Local videos</target> 3260 <source>Local videos</source><target state="new">Local videos</target>
3285 3261
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
3263 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
3264 <context-group purpose="location">
3265 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3266 <context context-type="linenumber">281</context>
3267 </context-group>
3268 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
3269 <source>
3270 Display a message on your instance
3271 </source><target state="new">
3272 Display a message on your instance
3273 </target>
3274 <context-group purpose="location">
3275 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3276 <context context-type="linenumber">282</context>
3277 </context-group>
3278 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
3279 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
3280 <context-group purpose="location">
3281 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3282 <context context-type="linenumber">294</context>
3283 </context-group>
3284 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
3285 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
3286 <context-group purpose="location">
3287 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3288 <context context-type="linenumber">301</context>
3289 </context-group>
3290 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
3291 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
3292 <context-group purpose="location">
3293 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3294 <context context-type="linenumber">306</context>
3295 </context-group>
3296 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
3297 <source>Message</source><target state="new">Message</target>
3298 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3300 <context context-type="linenumber">318</context>
3301 </context-group>
3302 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3287 <source>NEW USERS</source><target state="new">NEW USERS</target> 3303 <source>NEW USERS</source><target state="new">NEW USERS</target>
3288 3304
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 3305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3290 <source> 3306 <source>
3291 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.
3292 </source><target state="new"> 3308 </source><target state="new">
3293 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. 3309 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.
3294 </target> 3310 </target>
3295 3311
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">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" 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">334</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3297 <source>Signup enabled</source><target state="new">Signup enabled</target> 3313 <source>Signup enabled</source><target state="new">Signup enabled</target>
3298 3314
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">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" 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">345</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3300 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3316 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3301 3317
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">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" 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">353</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3303 <source>Signup limit</source><target state="new">Signup limit</target> 3319 <source>Signup limit</source><target state="new">Signup limit</target>
3304 3320
3305 <context-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"> 3321 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3306 <source>Users</source><target state="new">Users</target> 3322 <source>Users</source><target state="new">Users</target>
3307 3323
3308 <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"> 3324 <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">
@@ -3384,98 +3400,92 @@
3384 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3400 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3385 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3401 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3386 3402
3387 <context-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"> 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">372</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3388 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3404 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3389 3405
3390 <context-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"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3391 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3407 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3392 3408
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3394 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3410 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3395 3411
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3397 <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> 3413 <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>
3398 3414
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">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" 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">419</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3400 <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> 3416 <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>
3401 3417
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3403 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3419 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3404 3420
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3406 <source>FEDERATION</source><target state="new">FEDERATION</target> 3422 <source>FEDERATION</source><target state="new">FEDERATION</target>
3407 3423
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3409 <source> 3425 <source>
3410 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. 3426 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.
3411 </source><target state="new"> 3427 </source><target state="new">
3412 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. 3428 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.
3413 </target> 3429 </target>
3414 3430
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3416 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3432 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3417 3433
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">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" 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">464</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3419 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3435 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3420 3436
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3422 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3438 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3423 3439
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3425 <source> 3441 <source>
3426 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>"/>. 3442 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>"/>.
3427 </source><target state="new"> 3443 </source><target state="new">
3428 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>"/>. 3444 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>"/>.
3429 </target> 3445 </target>
3430 <context-group purpose="location"> 3446
3431 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3447 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">502</context></context-group></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3432 <context context-type="linenumber">450</context>
3433 </context-group>
3434 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3435 <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> 3448 <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>
3436 3449
3437 3450
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">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"> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3439 <source>Index URL</source><target state="new">Index URL</target> 3452 <source>Index URL</source><target state="new">Index URL</target>
3440 3453
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3442 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 3455 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3443 <context-group purpose="location"> 3456
3444 <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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3445 <context context-type="linenumber">445</context>
3446 </context-group>
3447 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3448 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3458 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3449 3459
3450 <context-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"> 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">529</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3451 <source>Administrator</source><target state="new">Administrator</target> 3461 <source>Administrator</source><target state="new">Administrator</target>
3452 3462
3453 <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"> 3463 <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">
3454 <source>Admin email</source><target state="new">Admin email</target> 3464 <source>Admin email</source><target state="new">Admin email</target>
3455 3465
3456 <context-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"> 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">535</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3457 <source>Enable contact form</source><target state="new">Enable contact form</target> 3467 <source>Enable contact form</source><target state="new">Enable contact form</target>
3458 3468
3459 <context-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"> 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">546</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3460 <source>Basic configuration</source><target state="new">Basic configuration</target> 3470 <source>Basic configuration</source><target state="new">Basic configuration</target>
3461 3471
3462 <context-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"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3463 <source>TWITTER</source><target state="new">TWITTER</target> 3473 <source>TWITTER</source><target state="new">TWITTER</target>
3464 3474
3465 <context-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"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3466 <source> 3476 <source>
3467 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3477 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3468 </source><target state="new"> 3478 </source><target state="new">
3469 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3479 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3470 </target> 3480 </target>
3471 3481
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">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" 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">564</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3473 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3483 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3474 3484
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">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 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">575</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3476 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3486 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3477 3487
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3479 <source> 3489 <source>
3480 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/>"/> 3490 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/>"/>
3481 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/>"/> 3491 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/>"/>
@@ -3490,13 +3500,13 @@
3490 to see if you instance is whitelisted. 3500 to see if you instance is whitelisted.
3491 </target> 3501 </target>
3492 3502
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">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3503 <context-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="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3494 <source>Services</source><target state="new">Services</target> 3504 <source>Services</source><target state="new">Services</target>
3495 3505
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3506 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3497 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3507 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3498 3508
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3500 <source> 3510 <source>
3501 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3511 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3502 resources, this is a critical part of PeerTube, so tread carefully. 3512 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3505,25 +3515,25 @@
3505 resources, this is a critical part of PeerTube, so tread carefully. 3515 resources, this is a critical part of PeerTube, so tread carefully.
3506 </target> 3516 </target>
3507 3517
3508 <context-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"> 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">618</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3509 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3519 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3510 3520
3511 <context-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"> 3521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3512 <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> 3522 <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>
3513 3523
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3515 <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> 3525 <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>
3516 3526
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">594</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" 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">646</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3518 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3528 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3519 3529
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3521 <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> 3531 <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>
3522 3532
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">605</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" 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">657</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3524 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3534 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3525 3535
3526 <context-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"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3527 <source> 3537 <source>
3528 <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>"/> 3538 <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>"/>
3529 3539
@@ -3542,10 +3552,10 @@
3542 <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>"/> 3552 <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>"/>
3543 </target> 3553 </target>
3544 3554
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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3546 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3556 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3547 3557
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3549 <source> 3559 <source>
3550 <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>"/> 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>"/>
3551 3561
@@ -3570,52 +3580,52 @@
3570 <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>"/> 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>"/>
3571 </target> 3581 </target>
3572 3582
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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 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">690</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3574 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3584 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3575 3585
3576 <context-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"> 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">687</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3577 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3587 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3578 3588
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3580 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3590 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3581 3591
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">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 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">725</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3583 <source>CACHE</source><target state="new">CACHE</target> 3593 <source>CACHE</source><target state="new">CACHE</target>
3584 3594
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3586 <source> 3596 <source>
3587 Some files are not federated, and fetched when necessary. Define their caching policies. 3597 Some files are not federated, and fetched when necessary. Define their caching policies.
3588 </source><target state="new"> 3598 </source><target state="new">
3589 Some files are not federated, and fetched when necessary. Define their caching policies. 3599 Some files are not federated, and fetched when necessary. Define their caching policies.
3590 </target> 3600 </target>
3591 3601
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 3602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3593 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3603 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3594 3604
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3596 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3606 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3597 3607
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">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 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">770</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3599 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3609 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3600 3610
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3602 <source> 3612 <source>
3603 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3613 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3604 </source><target state="new"> 3614 </source><target state="new">
3605 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3615 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3606 </target> 3616 </target>
3607 3617
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">734</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 3618 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3609 <source>JavaScript</source><target state="new">JavaScript</target> 3619 <source>JavaScript</source><target state="new">JavaScript</target>
3610 3620
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3612 <source> 3622 <source>
3613 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3623 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3614 </source><target state="new"> 3624 </source><target state="new">
3615 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3625 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3616 </target> 3626 </target>
3617 3627
3618 <context-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"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3619 <source> 3629 <source>
3620 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/>"/> 3630 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/>"/>
3621 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3631 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3640,16 +3650,16 @@
3640 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3650 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3641 </target> 3651 </target>
3642 3652
3643 <context-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"> 3653 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3644 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3654 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3645 3655
3646 <context-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"> 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">611</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3647 <source>Update configuration</source><target state="new">Update configuration</target> 3657 <source>Update configuration</source><target state="new">Update configuration</target>
3648 3658
3649 <context-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"> 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">858</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3650 <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> 3660 <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>
3651 3661
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3653 <source>PROFILE</source><target state="new">PROFILE</target> 3663 <source>PROFILE</source><target state="new">PROFILE</target>
3654 <context-group purpose="location"> 3664 <context-group purpose="location">
3655 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3665 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3825,19 +3835,19 @@
3825 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3835 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
3826 <context context-type="linenumber">17</context> 3836 <context context-type="linenumber">17</context>
3827 </context-group> 3837 </context-group>
3828 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 3838 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
3829 <source>Your password</source><target state="new">Your password</target> 3839 <source>Your current password</source><target state="new">Your current password</target>
3830 <context-group purpose="location"> 3840 <context-group purpose="location">
3831 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3841 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
3832 <context context-type="linenumber">27</context> 3842 <context context-type="linenumber">26</context>
3833 </context-group> 3843 </context-group>
3834 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 3844 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
3845 <source>Your password</source><target state="new">Your password</target>
3846
3847 <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">28</context></context-group></trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
3835 <source>Change email</source><target state="new">Change email</target> 3848 <source>Change email</source><target state="new">Change email</target>
3836 <context-group purpose="location"> 3849
3837 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3850 <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">36</context></context-group></trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3838 <context context-type="linenumber">35</context>
3839 </context-group>
3840 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3841 <source>Theme</source><target state="new">Theme</target> 3851 <source>Theme</source><target state="new">Theme</target>
3842 3852
3843 <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"> 3853 <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">
@@ -4478,11 +4488,11 @@
4478 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4488 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4479 <context context-type="linenumber">2</context> 4489 <context context-type="linenumber">2</context>
4480 </context-group> 4490 </context-group>
4481 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 4491 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
4482 <source> 4492 <source>
4483 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4493 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4484 </source><target state="new"> 4494 </source><target state="new">
4485 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4495 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4486 </target> 4496 </target>
4487 <context-group purpose="location"> 4497 <context-group purpose="location">
4488 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4498 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -7548,6 +7558,24 @@
7548 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7558 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7549 <context context-type="linenumber">1</context> 7559 <context context-type="linenumber">1</context>
7550 </context-group> 7560 </context-group>
7561 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
7562 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
7563 <context-group purpose="location">
7564 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7565 <context context-type="linenumber">1</context>
7566 </context-group>
7567 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
7568 <source>Delete account comments</source><target state="new">Delete account comments</target>
7569 <context-group purpose="location">
7570 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7571 <context context-type="linenumber">1</context>
7572 </context-group>
7573 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
7574 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
7575 <context-group purpose="location">
7576 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7577 <context context-type="linenumber">1</context>
7578 </context-group>
7551 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 7579 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
7552 <source>Edit user</source><target state="new">Edit user</target> 7580 <source>Edit user</source><target state="new">Edit user</target>
7553 <context-group purpose="location"> 7581 <context-group purpose="location">
@@ -7626,6 +7654,18 @@
7626 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7654 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7627 <context context-type="linenumber">1</context> 7655 <context context-type="linenumber">1</context>
7628 </context-group> 7656 </context-group>
7657 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
7658 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
7659 <context-group purpose="location">
7660 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7661 <context context-type="linenumber">1</context>
7662 </context-group>
7663 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
7664 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
7665 <context-group purpose="location">
7666 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7667 <context context-type="linenumber">1</context>
7668 </context-group>
7629 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 7669 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
7630 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target> 7670 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target>
7631 <context-group purpose="location"> 7671 <context-group purpose="location">
@@ -7674,6 +7714,18 @@
7674 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7714 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7675 <context context-type="linenumber">1</context> 7715 <context context-type="linenumber">1</context>
7676 </context-group> 7716 </context-group>
7717 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
7718 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
7719 <context-group purpose="location">
7720 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7721 <context context-type="linenumber">1</context>
7722 </context-group>
7723 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
7724 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
7725 <context-group purpose="location">
7726 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7727 <context context-type="linenumber">1</context>
7728 </context-group>
7677 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 7729 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
7678 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 7730 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
7679 <context-group purpose="location"> 7731 <context-group purpose="location">
diff --git a/client/src/locale/angular.sl-SI.xlf b/client/src/locale/angular.sl-SI.xlf
index 9415d5d36..add4dc2c5 100644
--- a/client/src/locale/angular.sl-SI.xlf
+++ b/client/src/locale/angular.sl-SI.xlf
@@ -368,7 +368,7 @@
368 <context-group name="null"> 368 <context-group name="null">
369 <context context-type="linenumber">9</context> 369 <context context-type="linenumber">9</context>
370 </context-group> 370 </context-group>
371 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 371 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
372 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 372 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
373 <source>Start at</source> 373 <source>Start at</source>
374 <target>Začni ob</target> 374 <target>Začni ob</target>
@@ -414,7 +414,7 @@
414 <source>video</source><target state="new">video</target> 414 <source>video</source><target state="new">video</target>
415 415
416 416
417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 417 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
418 <source>subtitles</source><target state="new">subtitles</target> 418 <source>subtitles</source><target state="new">subtitles</target>
419 <context-group purpose="location"> 419 <context-group purpose="location">
420 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 420 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -572,7 +572,7 @@
572 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 572 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
573 <source>Deleted</source><target state="new">Deleted</target> 573 <source>Deleted</source><target state="new">Deleted</target>
574 574
575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 575 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
576 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 576 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
577 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">50</context></context-group></trans-unit> 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">50</context></context-group></trans-unit>
@@ -603,7 +603,7 @@
603 <context-group name="null"> 603 <context-group name="null">
604 <context context-type="linenumber">13</context> 604 <context context-type="linenumber">13</context>
605 </context-group> 605 </context-group>
606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html"> 606 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
607 <source>Edit</source><target state="new">Edit</target> 607 <source>Edit</source><target state="new">Edit</target>
608 608
609 609
@@ -1263,13 +1263,13 @@
1263 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1263 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1264 <context context-type="linenumber">21</context> 1264 <context context-type="linenumber">21</context>
1265 </context-group> 1265 </context-group>
1266 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1266 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1267 <source> 1267 <source>
1268 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>"/>. 1268 Please consider configuring 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>"/>.
1269 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>"/>. 1269 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1270 </source><target state="new"> 1270 </source><target state="new">
1271 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>"/>. 1271 Please consider configuring 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>"/>.
1272 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>"/>. 1272 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1273 </target> 1273 </target>
1274 <context-group purpose="location"> 1274 <context-group purpose="location">
1275 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1275 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1498,63 +1498,33 @@
1498 1498
1499 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1499 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1500 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1500 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1501 <context-group purpose="location"> 1501
1502 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1502 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1503 <context context-type="linenumber">16</context>
1504 </context-group>
1505 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1506 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1503 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1507 <context-group purpose="location"> 1504
1508 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1505 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1509 <context context-type="linenumber">18</context>
1510 </context-group>
1511 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1512 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1506 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1513 <context-group purpose="location"> 1507
1514 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1508 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1515 <context context-type="linenumber">22</context>
1516 </context-group>
1517 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1518 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1509 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1519 <context-group purpose="location"> 1510
1520 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1511 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1521 <context context-type="linenumber">29</context>
1522 </context-group>
1523 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1524 <source>any instance</source><target state="new">any instance</target> 1512 <source>any instance</source><target state="new">any instance</target>
1525 <context-group purpose="location"> 1513
1526 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1514 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1527 <context context-type="linenumber">32</context>
1528 </context-group>
1529 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1530 <source>only followed instances</source><target state="new">only followed instances</target> 1515 <source>only followed instances</source><target state="new">only followed instances</target>
1531 <context-group purpose="location"> 1516
1532 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1517 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1533 <context context-type="linenumber">33</context>
1534 </context-group>
1535 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1536 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1518 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1537 <context-group purpose="location"> 1519
1538 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1520 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1539 <context context-type="linenumber">31</context>
1540 </context-group>
1541 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1542 <source>channel</source><target state="new">channel</target> 1521 <source>channel</source><target state="new">channel</target>
1543 <context-group purpose="location"> 1522
1544 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1523
1545 <context context-type="linenumber">40</context> 1524 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1546 </context-group>
1547 <context-group purpose="location">
1548 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1549 <context context-type="linenumber">43</context>
1550 </context-group>
1551 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1552 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1525 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1553 <context-group purpose="location"> 1526
1554 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1527 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1555 <context context-type="linenumber">49</context>
1556 </context-group>
1557 </trans-unit>
1558 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1528 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1559 <source>Search...</source> 1529 <source>Search...</source>
1560 <target>Iskanje...</target> 1530 <target>Iskanje...</target>
@@ -2469,10 +2439,10 @@
2469 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 2439 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2470 <source>Reply</source><target state="new">Reply</target> 2440 <source>Reply</source><target state="new">Reply</target>
2471 2441
2472 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2442 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2473 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2443 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2474 2444
2475 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit><trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2445 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit><trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2476 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 2446 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target>
2477 <context-group purpose="location"> 2447 <context-group purpose="location">
2478 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context> 2448 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
@@ -2786,7 +2756,7 @@
2786 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2756 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2787 <source>Ban reason:</source><target state="new">Ban reason:</target> 2757 <source>Ban reason:</source><target state="new">Ban reason:</target>
2788 2758
2789 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2759 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2790 <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> 2760 <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>
2791 <context-group purpose="location"> 2761 <context-group purpose="location">
2792 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2762 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3175,7 +3145,13 @@
3175 <source>Homepage</source><target state="new">Homepage</target> 3145 <source>Homepage</source><target state="new">Homepage</target>
3176 3146
3177 3147
3178 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3148 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3149 <source>Close this message</source><target state="new">Close this message</target>
3150 <context-group purpose="location">
3151 <context context-type="sourcefile">src/app/app.component.html</context>
3152 <context context-type="linenumber">34</context>
3153 </context-group>
3154 </trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3179 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target> 3155 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target>
3180 3156
3181 3157
@@ -3463,26 +3439,66 @@
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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" 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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3464 <source>Local videos</source><target state="new">Local videos</target> 3440 <source>Local videos</source><target state="new">Local videos</target>
3465 3441
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
3443 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
3444 <context-group purpose="location">
3445 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3446 <context context-type="linenumber">281</context>
3447 </context-group>
3448 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
3449 <source>
3450 Display a message on your instance
3451 </source><target state="new">
3452 Display a message on your instance
3453 </target>
3454 <context-group purpose="location">
3455 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3456 <context context-type="linenumber">282</context>
3457 </context-group>
3458 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
3459 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3462 <context context-type="linenumber">294</context>
3463 </context-group>
3464 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
3465 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
3466 <context-group purpose="location">
3467 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3468 <context context-type="linenumber">301</context>
3469 </context-group>
3470 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
3471 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
3472 <context-group purpose="location">
3473 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3474 <context context-type="linenumber">306</context>
3475 </context-group>
3476 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
3477 <source>Message</source><target state="new">Message</target>
3478 <context-group purpose="location">
3479 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3480 <context context-type="linenumber">318</context>
3481 </context-group>
3482 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3467 <source>NEW USERS</source><target state="new">NEW USERS</target> 3483 <source>NEW USERS</source><target state="new">NEW USERS</target>
3468 3484
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3470 <source> 3486 <source>
3471 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. 3487 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.
3472 </source><target state="new"> 3488 </source><target state="new">
3473 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. 3489 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.
3474 </target> 3490 </target>
3475 3491
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">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 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">334</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3477 <source>Signup enabled</source><target state="new">Signup enabled</target> 3493 <source>Signup enabled</source><target state="new">Signup enabled</target>
3478 3494
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">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 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">345</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3480 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3496 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3481 3497
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">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 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">353</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3483 <source>Signup limit</source><target state="new">Signup limit</target> 3499 <source>Signup limit</source><target state="new">Signup limit</target>
3484 3500
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">305</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 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">357</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3486 <source>Users</source><target state="new">Users</target> 3502 <source>Users</source><target state="new">Users</target>
3487 3503
3488 <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"> 3504 <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">
@@ -3564,98 +3580,92 @@
3564 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3580 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3565 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3581 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3566 3582
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">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 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">372</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3568 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3584 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3569 3585
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3571 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3587 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3572 3588
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3574 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3590 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3575 3591
3576 <context-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 <context-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="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3577 <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 <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>
3578 3594
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">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" 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">419</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3580 <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 <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>
3581 3597
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3583 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3599 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3584 3600
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3586 <source>FEDERATION</source><target state="new">FEDERATION</target> 3602 <source>FEDERATION</source><target state="new">FEDERATION</target>
3587 3603
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3589 <source> 3605 <source>
3590 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 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.
3591 </source><target state="new"> 3607 </source><target state="new">
3592 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 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.
3593 </target> 3609 </target>
3594 3610
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3596 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3612 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3597 3613
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">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" 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">464</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3599 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3615 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3600 3616
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3602 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3618 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3603 3619
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3605 <source> 3621 <source>
3606 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>"/>. 3622 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>"/>.
3607 </source><target state="new"> 3623 </source><target state="new">
3608 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>"/>. 3624 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>"/>.
3609 </target> 3625 </target>
3610 <context-group purpose="location"> 3626
3611 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3612 <context context-type="linenumber">450</context>
3613 </context-group>
3614 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3615 <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> 3628 <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>
3616 3629
3617 3630
3618 <context-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"> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3619 <source>Index URL</source><target state="new">Index URL</target> 3632 <source>Index URL</source><target state="new">Index URL</target>
3620 3633
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3622 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 3635 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3623 <context-group purpose="location"> 3636
3624 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3625 <context context-type="linenumber">445</context>
3626 </context-group>
3627 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3628 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3638 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3629 3639
3630 <context-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"> 3640 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3631 <source>Administrator</source><target state="new">Administrator</target> 3641 <source>Administrator</source><target state="new">Administrator</target>
3632 3642
3633 <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"> 3643 <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">
3634 <source>Admin email</source><target state="new">Admin email</target> 3644 <source>Admin email</source><target state="new">Admin email</target>
3635 3645
3636 <context-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"> 3646 <context-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="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3637 <source>Enable contact form</source><target state="new">Enable contact form</target> 3647 <source>Enable contact form</source><target state="new">Enable contact form</target>
3638 3648
3639 <context-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"> 3649 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3640 <source>Basic configuration</source><target state="new">Basic configuration</target> 3650 <source>Basic configuration</source><target state="new">Basic configuration</target>
3641 3651
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3643 <source>TWITTER</source><target state="new">TWITTER</target> 3653 <source>TWITTER</source><target state="new">TWITTER</target>
3644 3654
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3646 <source> 3656 <source>
3647 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3657 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3648 </source><target state="new"> 3658 </source><target state="new">
3649 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3659 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3650 </target> 3660 </target>
3651 3661
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">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 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">564</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3653 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 3663 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
3654 3664
3655 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 3665 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3656 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3666 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3657 3667
3658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3659 <source> 3669 <source>
3660 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/>"/> 3670 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/>"/>
3661 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/>"/> 3671 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/>"/>
@@ -3670,13 +3680,13 @@
3670 to see if you instance is whitelisted. 3680 to see if you instance is whitelisted.
3671 </target> 3681 </target>
3672 3682
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">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 3683 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3674 <source>Services</source><target state="new">Services</target> 3684 <source>Services</source><target state="new">Services</target>
3675 3685
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3677 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3687 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3678 3688
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3680 <source> 3690 <source>
3681 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3691 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3682 resources, this is a critical part of PeerTube, so tread carefully. 3692 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3685,25 +3695,25 @@
3685 resources, this is a critical part of PeerTube, so tread carefully. 3695 resources, this is a critical part of PeerTube, so tread carefully.
3686 </target> 3696 </target>
3687 3697
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">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 3698 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3689 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3699 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3690 3700
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">579</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 3701 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3692 <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> 3702 <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>
3693 3703
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 3704 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3695 <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> 3705 <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>
3696 3706
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">594</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 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">646</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3698 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3708 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3699 3709
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3701 <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> 3711 <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>
3702 3712
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">605</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" 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">657</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3704 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3714 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3705 3715
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3707 <source> 3717 <source>
3708 <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>"/> 3718 <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>"/>
3709 3719
@@ -3722,10 +3732,10 @@
3722 <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>"/> 3732 <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>"/>
3723 </target> 3733 </target>
3724 3734
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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 3735 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3726 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3736 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3727 3737
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 3738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3729 <source> 3739 <source>
3730 <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>"/> 3740 <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>"/>
3731 3741
@@ -3750,52 +3760,52 @@
3750 <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>"/> 3760 <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>"/>
3751 </target> 3761 </target>
3752 3762
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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 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">690</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3754 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3764 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3755 3765
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">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 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">687</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3757 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3767 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3758 3768
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3760 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3770 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3761 3771
3762 <context-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"> 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">725</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3763 <source>CACHE</source><target state="new">CACHE</target> 3773 <source>CACHE</source><target state="new">CACHE</target>
3764 3774
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 3775 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3766 <source> 3776 <source>
3767 Some files are not federated, and fetched when necessary. Define their caching policies. 3777 Some files are not federated, and fetched when necessary. Define their caching policies.
3768 </source><target state="new"> 3778 </source><target state="new">
3769 Some files are not federated, and fetched when necessary. Define their caching policies. 3779 Some files are not federated, and fetched when necessary. Define their caching policies.
3770 </target> 3780 </target>
3771 3781
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3773 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3783 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3774 3784
3775 <context-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"> 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3776 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3786 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3777 3787
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">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" 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">770</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3779 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3789 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3780 3790
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3782 <source> 3792 <source>
3783 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3793 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3784 </source><target state="new"> 3794 </source><target state="new">
3785 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3795 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3786 </target> 3796 </target>
3787 3797
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">734</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" 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">786</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
3789 <source>JavaScript</source><target state="new">JavaScript</target> 3799 <source>JavaScript</source><target state="new">JavaScript</target>
3790 3800
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3792 <source> 3802 <source>
3793 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3803 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3794 </source><target state="new"> 3804 </source><target state="new">
3795 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3805 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3796 </target> 3806 </target>
3797 3807
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3799 <source> 3809 <source>
3800 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/>"/> 3810 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/>"/>
3801 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3811 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3820,16 +3830,16 @@
3820 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3830 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3821 </target> 3831 </target>
3822 3832
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">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" 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">818</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3824 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3834 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3825 3835
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">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" 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">611</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3827 <source>Update configuration</source><target state="new">Update configuration</target> 3837 <source>Update configuration</source><target state="new">Update configuration</target>
3828 3838
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">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" 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">858</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3830 <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> 3840 <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>
3831 3841
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3833 <source>PROFILE</source><target state="new">PROFILE</target> 3843 <source>PROFILE</source><target state="new">PROFILE</target>
3834 <context-group purpose="location"> 3844 <context-group purpose="location">
3835 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3845 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4005,19 +4015,19 @@
4005 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4015 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4006 <context context-type="linenumber">17</context> 4016 <context context-type="linenumber">17</context>
4007 </context-group> 4017 </context-group>
4008 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4018 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4009 <source>Your password</source><target state="new">Your password</target> 4019 <source>Your current password</source><target state="new">Your current password</target>
4010 <context-group purpose="location"> 4020 <context-group purpose="location">
4011 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4021 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4012 <context context-type="linenumber">27</context> 4022 <context context-type="linenumber">26</context>
4013 </context-group> 4023 </context-group>
4014 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 4024 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4025 <source>Your password</source><target state="new">Your password</target>
4026
4027 <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">28</context></context-group></trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4015 <source>Change email</source><target state="new">Change email</target> 4028 <source>Change email</source><target state="new">Change email</target>
4016 <context-group purpose="location"> 4029
4017 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4030 <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">36</context></context-group></trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4018 <context context-type="linenumber">35</context>
4019 </context-group>
4020 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4021 <source>Theme</source><target state="new">Theme</target> 4031 <source>Theme</source><target state="new">Theme</target>
4022 4032
4023 <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"> 4033 <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">
@@ -4658,11 +4668,11 @@
4658 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4668 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4659 <context context-type="linenumber">2</context> 4669 <context context-type="linenumber">2</context>
4660 </context-group> 4670 </context-group>
4661 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 4671 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
4662 <source> 4672 <source>
4663 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4673 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4664 </source><target state="new"> 4674 </source><target state="new">
4665 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4675 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4666 </target> 4676 </target>
4667 <context-group purpose="location"> 4677 <context-group purpose="location">
4668 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4678 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -7728,6 +7738,24 @@
7728 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7738 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7729 <context context-type="linenumber">1</context> 7739 <context context-type="linenumber">1</context>
7730 </context-group> 7740 </context-group>
7741 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
7742 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
7743 <context-group purpose="location">
7744 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7745 <context context-type="linenumber">1</context>
7746 </context-group>
7747 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
7748 <source>Delete account comments</source><target state="new">Delete account comments</target>
7749 <context-group purpose="location">
7750 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7751 <context context-type="linenumber">1</context>
7752 </context-group>
7753 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
7754 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
7755 <context-group purpose="location">
7756 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7757 <context context-type="linenumber">1</context>
7758 </context-group>
7731 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 7759 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
7732 <source>Edit user</source><target state="new">Edit user</target> 7760 <source>Edit user</source><target state="new">Edit user</target>
7733 <context-group purpose="location"> 7761 <context-group purpose="location">
@@ -7806,6 +7834,18 @@
7806 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7834 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7807 <context context-type="linenumber">1</context> 7835 <context context-type="linenumber">1</context>
7808 </context-group> 7836 </context-group>
7837 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
7838 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
7839 <context-group purpose="location">
7840 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7841 <context context-type="linenumber">1</context>
7842 </context-group>
7843 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
7844 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
7845 <context-group purpose="location">
7846 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7847 <context context-type="linenumber">1</context>
7848 </context-group>
7809 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 7849 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
7810 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target> 7850 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target>
7811 <context-group purpose="location"> 7851 <context-group purpose="location">
@@ -7854,6 +7894,18 @@
7854 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7894 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7855 <context context-type="linenumber">1</context> 7895 <context context-type="linenumber">1</context>
7856 </context-group> 7896 </context-group>
7897 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
7898 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
7899 <context-group purpose="location">
7900 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7901 <context context-type="linenumber">1</context>
7902 </context-group>
7903 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
7904 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
7905 <context-group purpose="location">
7906 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7907 <context context-type="linenumber">1</context>
7908 </context-group>
7857 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 7909 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
7858 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 7910 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
7859 <context-group purpose="location"> 7911 <context-group purpose="location">
diff --git a/client/src/locale/angular.sv-SE.xlf b/client/src/locale/angular.sv-SE.xlf
index 21e482285..679cee73f 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">
@@ -388,9 +396,9 @@
388 <context-group name="null"> 396 <context-group name="null">
389 <context context-type="linenumber">9</context> 397 <context context-type="linenumber">9</context>
390 </context-group> 398 </context-group>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 399
392 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 400
393 </trans-unit> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 403 <source>Start at</source>
396 <target>Börja vid</target> 404 <target>Börja vid</target>
@@ -458,9 +466,9 @@
458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
459 <source>video</source> 467 <source>video</source>
460 <target state="translated">video</target> 468 <target state="translated">video</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 469
462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 470
463 </trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
464 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
465 <source>subtitles</source> 473 <source>subtitles</source>
466 <target state="translated">undertexter</target> 474 <target state="translated">undertexter</target>
@@ -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>
@@ -674,10 +682,10 @@
674 <context-group name="null"> 682 <context-group name="null">
675 <context context-type="linenumber">34</context> 683 <context context-type="linenumber">34</context>
676 </context-group> 684 </context-group>
677 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group> 685
678 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 686
679 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 687
680 </trans-unit> 688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
681 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 689 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
682 <source>Edit starts/stops at</source> 690 <source>Edit starts/stops at</source>
683 <target>Redigera start- och sluttid</target> 691 <target>Redigera start- och sluttid</target>
@@ -727,11 +735,11 @@
727 <context-group name="null"> 735 <context-group name="null">
728 <context context-type="linenumber">13</context> 736 <context context-type="linenumber">13</context>
729 </context-group> 737 </context-group>
730 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 738
731 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 739
732 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 740
733 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 741
734 </trans-unit> 742 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
735 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 743 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
736 <source>Edit</source> 744 <source>Edit</source>
737 <target>Redigera</target> 745 <target>Redigera</target>
@@ -832,10 +840,13 @@
832 <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> 840 <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>
833 </trans-unit> 841 </trans-unit>
834 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 842 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
835 <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> 843 <source>
844 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
845 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
846 </source>
836 <target> 847 <target>
837 <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;"/> 848 <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>"/>
838 <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;"/> 849 <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>"/>
839 </target> 850 </target>
840 <context-group name="null"> 851 <context-group name="null">
841 <context context-type="linenumber">10</context> 852 <context context-type="linenumber">10</context>
@@ -843,9 +854,12 @@
843 <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> 854 <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>
844 </trans-unit> 855 </trans-unit>
845 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 856 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
846 <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> 857 <source>
858 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
859 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
860 </source>
847 <target> 861 <target>
848 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;"/> 862 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/>"/>
849 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån. 863 På instanser med Mastodon eller Pleroma kan du skriva kanalens URL i sökrutan och prenumerera därifrån.
850 </target> 864 </target>
851 <context-group name="null"> 865 <context-group name="null">
@@ -854,8 +868,11 @@
854 <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> 868 <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>
855 </trans-unit> 869 </trans-unit>
856 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 870 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
857 <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> 871 <source>
858 <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> 872 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/>"/>
873 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
874 </source>
875 <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>
859 <context-group purpose="location"> 876 <context-group purpose="location">
860 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 877 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
861 <context context-type="linenumber">26</context> 878 <context context-type="linenumber">26</context>
@@ -870,10 +887,13 @@
870 </context-group> 887 </context-group>
871 </trans-unit> 888 </trans-unit>
872 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 889 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
873 <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> 890 <source>
891 <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>"/>
892 <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>"/>
893 </source>
874 <target> 894 <target>
875 <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;"/> 895 <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>"/>
876 <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;"/> 896 <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>"/>
877 </target> 897 </target>
878 <context-group name="null"> 898 <context-group name="null">
879 <context context-type="linenumber">5</context> 899 <context context-type="linenumber">5</context>
@@ -932,9 +952,9 @@
932 <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> 952 <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>
933 </trans-unit> 953 </trans-unit>
934 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 954 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
935 <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> 955 <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>
936 <target> 956 <target>
937 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;"/> 957 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>"/>
938 </target> 958 </target>
939 <context-group name="null"> 959 <context-group name="null">
940 <context context-type="linenumber">53</context> 960 <context context-type="linenumber">53</context>
@@ -1132,8 +1152,8 @@
1132 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1152 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1133 </trans-unit> 1153 </trans-unit>
1134 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1154 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1135 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1155 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1136 <target state="translated">Någonting gick fel med den externa inloggningen. Kontakta gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>en administratör<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 1156 <target state="translated">Någonting gick fel med den externa inloggningen. Kontakta gärna <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>en administratör<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
1137 <context-group purpose="location"> 1157 <context-group purpose="location">
1138 <context context-type="sourcefile">src/app/login/login.component.html</context> 1158 <context context-type="sourcefile">src/app/login/login.component.html</context>
1139 <context context-type="linenumber">6</context> 1159 <context context-type="linenumber">6</context>
@@ -1148,8 +1168,15 @@
1148 </context-group> 1168 </context-group>
1149 </trans-unit> 1169 </trans-unit>
1150 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1170 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" 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> 1171 <source>
1152 <target state="translated">Den här instansen inte registrering av nya användare tillåter för tillfället, men du kan hitta en instans att skapa ett konto och ladda dina videor till. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>Hitta din instans bland många andra 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> 1172 Currently this instance doesn't allow for user registration, but you can find an instance
1173 that gives you the possibility to sign up for an account and upload your videos there.
1174
1175 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1176
1177 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>"/>.
1178 </source>
1179 <target state="translated">Den här instansen inte registrering av nya användare tillåter för tillfället, men du kan hitta en instans att skapa ett konto och ladda dina videor till. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Hitta din instans bland många andra 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>
1153 <context-group purpose="location"> 1180 <context-group purpose="location">
1154 <context context-type="sourcefile">src/app/login/login.component.html</context> 1181 <context context-type="sourcefile">src/app/login/login.component.html</context>
1155 <context context-type="linenumber">16</context> 1182 <context context-type="linenumber">16</context>
@@ -1319,9 +1346,9 @@
1319 </context-group> 1346 </context-group>
1320 </trans-unit> 1347 </trans-unit>
1321 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1348 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1322 <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>
1323 <target> 1350 <target>
1324 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;"/> 1351 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>"/>
1325 </target> 1352 </target>
1326 <context-group name="null"> 1353 <context-group name="null">
1327 <context context-type="linenumber">6</context> 1354 <context context-type="linenumber">6</context>
@@ -1329,10 +1356,13 @@
1329 <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>
1330 </trans-unit> 1357 </trans-unit>
1331 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1358 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1332 <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>
1333 <target> 1363 <target>
1334 Filter 1364 Filter
1335 <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>"/>
1336 </target> 1366 </target>
1337 <context-group name="null"> 1367 <context-group name="null">
1338 <context context-type="linenumber">16</context> 1368 <context context-type="linenumber">16</context>
@@ -1366,7 +1396,8 @@
1366 <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>
1367 </trans-unit> 1397 </trans-unit>
1368 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1398 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1369 <source>CLI documentation</source> 1399 <source>CLI
1400 documentation</source>
1370 <target>Kommandotolk 1401 <target>Kommandotolk
1371 dokumentation</target> 1402 dokumentation</target>
1372 <context-group name="null"> 1403 <context-group name="null">
@@ -1383,7 +1414,8 @@
1383 </context-group> 1414 </context-group>
1384 </trans-unit> 1415 </trans-unit>
1385 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1416 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1386 <source>Administer documentation</source> 1417 <source>Administer
1418 documentation</source>
1387 <target>Administration 1419 <target>Administration
1388 dokumentation</target> 1420 dokumentation</target>
1389 <context-group name="null"> 1421 <context-group name="null">
@@ -1400,7 +1432,8 @@
1400 </context-group> 1432 </context-group>
1401 </trans-unit> 1433 </trans-unit>
1402 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1434 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1403 <source>Use documentation</source> 1435 <source>Use
1436 documentation</source>
1404 <target>Användning 1437 <target>Användning
1405 dokumentation</target> 1438 dokumentation</target>
1406 <context-group name="null"> 1439 <context-group name="null">
@@ -1425,16 +1458,16 @@
1425 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1458 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1426 </trans-unit> 1459 </trans-unit>
1427 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1460 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1428 <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> 1461 <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>
1429 <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> 1462 <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>
1430 <context-group purpose="location"> 1463 <context-group purpose="location">
1431 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1464 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1432 <context context-type="linenumber">44</context> 1465 <context context-type="linenumber">44</context>
1433 </context-group> 1466 </context-group>
1434 </trans-unit> 1467 </trans-unit>
1435 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1468 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1436 <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> 1469 <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>
1437 <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;"/> 1470 <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>"/>
1438 </target> 1471 </target>
1439 <context-group name="null"> 1472 <context-group name="null">
1440 <context context-type="linenumber">47</context> 1473 <context context-type="linenumber">47</context>
@@ -1450,10 +1483,14 @@
1450 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1483 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1451 </trans-unit> 1484 </trans-unit>
1452 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1485 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1453 <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> 1486 <source>
1487 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>"/>,
1488 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>"/>
1489 is very important for visitors to understand on what type of instance they are.
1490 </source>
1454 <target> 1491 <target>
1455 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;"/>, 1492 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>"/>,
1456 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;"/> 1493 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>"/>
1457 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen. 1494 är mycket viktig information för att dina användare ska kunna skapa sig en bild av instansen.
1458 </target> 1495 </target>
1459 <context-group name="null"> 1496 <context-group name="null">
@@ -1462,8 +1499,14 @@
1462 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1499 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1463 </trans-unit> 1500 </trans-unit>
1464 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1501 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1465 <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> 1502 <source>
1466 <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> 1503 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
1504 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1505 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
1506 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1507 PeerTube instance.
1508 </source>
1509 <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>
1467 <context-group purpose="location"> 1510 <context-group purpose="location">
1468 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1511 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1469 <context context-type="linenumber">67</context> 1512 <context context-type="linenumber">67</context>
@@ -1558,15 +1601,20 @@
1558 <context context-type="linenumber">21</context> 1601 <context context-type="linenumber">21</context>
1559 </context-group> 1602 </context-group>
1560 <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> 1603 <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>
1561 </trans-unit> 1604 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1562 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1605 <source>
1563 <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> 1606 Please consider configuring 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>"/>.
1564 <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> 1607 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1608 </source><target state="new">
1609 Please consider configuring 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>"/>.
1610 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1611 </target>
1565 <context-group purpose="location"> 1612 <context-group purpose="location">
1566 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1613 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1567 <context context-type="linenumber">24</context> 1614 <context context-type="linenumber">24</context>
1568 </context-group> 1615 </context-group>
1569 </trans-unit> 1616 </trans-unit>
1617
1570 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec"> 1618 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec">
1571 <source>Configure these fields</source> 1619 <source>Configure these fields</source>
1572 <target>Fyll i de här fälten</target> 1620 <target>Fyll i de här fälten</target>
@@ -1880,79 +1928,49 @@
1880 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1928 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1881 <source>GLOBAL SEARCH</source> 1929 <source>GLOBAL SEARCH</source>
1882 <target state="translated">GLOBAL SÖKNING</target> 1930 <target state="translated">GLOBAL SÖKNING</target>
1883 <context-group purpose="location"> 1931
1884 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1932 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1885 <context context-type="linenumber">16</context>
1886 </context-group>
1887 </trans-unit>
1888 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1933 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1889 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1934 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1890 <target state="translated">använder <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1935 <target state="translated">använder <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1891 <context-group purpose="location"> 1936
1892 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1937 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1893 <context context-type="linenumber">18</context>
1894 </context-group>
1895 </trans-unit>
1896 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1938 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1897 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1939 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1898 <target state="translated">Resultaten kommer kompletteras med en indexering från en utomstående tjänst. Endast data som är nödvändig för sökningen kommer skickas.</target> 1940 <target state="translated">Resultaten kommer kompletteras med en indexering från en utomstående tjänst. Endast data som är nödvändig för sökningen kommer skickas.</target>
1899 <context-group purpose="location"> 1941
1900 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1942 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1901 <context context-type="linenumber">22</context>
1902 </context-group>
1903 </trans-unit>
1904 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1943 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1905 <source>ADVANCED SEARCH</source> 1944 <source>ADVANCED SEARCH</source>
1906 <target state="translated">AVANCERAD SÖKNING</target> 1945 <target state="translated">AVANCERAD SÖKNING</target>
1907 <context-group purpose="location"> 1946
1908 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1947 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1909 <context context-type="linenumber">29</context>
1910 </context-group>
1911 </trans-unit>
1912 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1948 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1913 <source>any instance</source> 1949 <source>any instance</source>
1914 <target state="translated">alla instanser</target> 1950 <target state="translated">alla instanser</target>
1915 <context-group purpose="location"> 1951
1916 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1952 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1917 <context context-type="linenumber">32</context>
1918 </context-group>
1919 </trans-unit>
1920 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1953 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1921 <source>only followed instances</source> 1954 <source>only followed instances</source>
1922 <target state="translated">endast instanser som följs av den här</target> 1955 <target state="translated">endast instanser som följs av den här</target>
1923 <context-group purpose="location"> 1956
1924 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1957 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1925 <context context-type="linenumber">33</context>
1926 </context-group>
1927 </trans-unit>
1928 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1958 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1929 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1959 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1930 <target state="translated">Avgör om du kan hämta fjärrinnehåll eller om instansen bara tillåter det för instanser den följer.</target> 1960 <target state="translated">Avgör om du kan hämta fjärrinnehåll eller om instansen bara tillåter det för instanser den följer.</target>
1931 <context-group purpose="location"> 1961
1932 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1962 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1933 <context context-type="linenumber">31</context>
1934 </context-group>
1935 </trans-unit>
1936 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1963 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1937 <source>channel</source> 1964 <source>channel</source>
1938 <target state="translated">kanal</target> 1965 <target state="translated">kanal</target>
1939 <context-group purpose="location"> 1966
1940 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1967
1941 <context context-type="linenumber">40</context> 1968 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1942 </context-group>
1943 <context-group purpose="location">
1944 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1945 <context context-type="linenumber">43</context>
1946 </context-group>
1947 </trans-unit>
1948 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1969 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1949 <source>Any other text will return matching video or channel names.</source> 1970 <source>Any other text will return matching video or channel names.</source>
1950 <target state="translated">Om texten inte matchar något av ovanstående kommer en lista relevanta videor och kanaler visas.</target> 1971 <target state="translated">Om texten inte matchar något av ovanstående kommer en lista relevanta videor och kanaler visas.</target>
1951 <context-group purpose="location"> 1972
1952 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1973 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1953 <context context-type="linenumber">49</context>
1954 </context-group>
1955 </trans-unit>
1956 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1974 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1957 <source>Search...</source> 1975 <source>Search...</source>
1958 <target>Sök …</target> 1976 <target>Sök …</target>
@@ -1994,8 +2012,11 @@
1994 </context-group> 2012 </context-group>
1995 </trans-unit> 2013 </trans-unit>
1996 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 2014 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1997 <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> 2015 <source>
1998 <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> 2016 Jump to channel
2017 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2018 </source>
2019 <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>
1999 <context-group purpose="location"> 2020 <context-group purpose="location">
2000 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 2021 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
2001 <context context-type="linenumber">18</context> 2022 <context context-type="linenumber">18</context>
@@ -2233,8 +2254,12 @@
2233 <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> 2254 <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>
2234 </trans-unit> 2255 </trans-unit>
2235 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2256 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2236 <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> 2257 <source>
2237 <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> 2258 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2259 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2260 Press Enter to add a new tag.
2261 </source>
2262 <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>
2238 <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> 2263 <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>
2239 </trans-unit> 2264 </trans-unit>
2240 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2265 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2399,7 +2424,7 @@
2399 <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> 2424 <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>
2400 </trans-unit> 2425 </trans-unit>
2401 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2426 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2402 <source>Already uploaded ✔</source> 2427 <source>Already uploaded ✔</source>
2403 <target>Redan uppladdad ✔</target> 2428 <target>Redan uppladdad ✔</target>
2404 <context-group name="null"> 2429 <context-group name="null">
2405 <context context-type="linenumber">179</context> 2430 <context context-type="linenumber">179</context>
@@ -2530,9 +2555,13 @@
2530 <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> 2555 <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>
2531 </trans-unit> 2556 </trans-unit>
2532 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2557 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2533 <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> 2558 <source>
2559 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>"/>
2560 or URL that points to a raw MP4 file.
2561 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.
2562 </source>
2534 <target> 2563 <target>
2535 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;"/> 2564 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>"/>
2536 eller en URL som pekar mot en MP4-fil. 2565 eller en URL som pekar mot en MP4-fil.
2537 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2566 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
2538 </target> 2567 </target>
@@ -2597,10 +2626,14 @@
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">31</context></context-group> 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">31</context></context-group>
2598 </trans-unit> 2627 </trans-unit>
2599 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2628 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2600 <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> 2629 <source>
2630 Image that will be merged with your audio file.
2631 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2632 The chosen image will be definitive and cannot be modified.
2633 </source>
2601 <target> 2634 <target>
2602 Bilden kommer slås ihop med din ljudfil. 2635 Bilden kommer slås ihop med din ljudfil.
2603 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2636 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2604 Den valda bilden är slutgiltig och kommer inte kunna ändras. 2637 Den valda bilden är slutgiltig och kommer inte kunna ändras.
2605 </target> 2638 </target>
2606 <context-group name="null"> 2639 <context-group name="null">
@@ -2670,7 +2703,10 @@
2670 <context-group 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> 2703 <context-group 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>
2671 </trans-unit> 2704 </trans-unit>
2672 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2705 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2673 <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> 2706 <source>
2707 You can import any torrent file that points to a mp4 file.
2708 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.
2709 </source>
2674 <target> 2710 <target>
2675 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil. 2711 Du kan importera vilken torrentfil som helst som pekar mot en mp4-fil.
2676 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans. 2712 Dubbelkolla att du har rätt att sprida materialet vidare för att inte orsaka upphovsrättsliga problem för dig och din instans.
@@ -2691,8 +2727,12 @@
2691 <context-group 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> 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">56</context></context-group>
2692 </trans-unit> 2728 </trans-unit>
2693 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2729 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2694 <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> 2730 <source>
2695 <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> 2731 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 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2733 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.
2734 </source>
2735 <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>
2696 <context-group purpose="location"> 2736 <context-group purpose="location">
2697 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2737 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2698 <context context-type="linenumber">2</context> 2738 <context context-type="linenumber">2</context>
@@ -2934,16 +2974,16 @@
2934 <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> 2974 <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>
2935 </trans-unit> 2975 </trans-unit>
2936 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2976 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2937 <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> 2977 <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>
2938 <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> 2978 <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>
2939 <context-group purpose="location"> 2979 <context-group purpose="location">
2940 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2980 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2941 <context context-type="linenumber">45</context> 2981 <context context-type="linenumber">45</context>
2942 </context-group> 2982 </context-group>
2943 </trans-unit> 2983 </trans-unit>
2944 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2984 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2945 <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> 2985 <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>
2946 <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> 2986 <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>
2947 <context-group purpose="location"> 2987 <context-group purpose="location">
2948 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2988 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2949 <context context-type="linenumber">56</context> 2989 <context context-type="linenumber">56</context>
@@ -3236,7 +3276,11 @@
3236 <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> 3276 <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>
3237 </trans-unit> 3277 </trans-unit>
3238 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3278 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3239 <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> 3279 <source>
3280 You can comment using an account on any ActivityPub-compatible instance.
3281 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3282 from within the software's interface.
3283 </source>
3240 <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> 3284 <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>
3241 <context-group purpose="location"> 3285 <context-group purpose="location">
3242 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3286 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3272,13 +3316,13 @@
3272 <context-group name="null"> 3316 <context-group name="null">
3273 <context context-type="linenumber">14</context> 3317 <context context-type="linenumber">14</context>
3274 </context-group> 3318 </context-group>
3275 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3319
3276 </trans-unit> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3277 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3321 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3278 <source>This comment has been deleted</source> 3322 <source>This comment has been deleted</source>
3279 <target state="translated">Den här kommentaren har raderats</target> 3323 <target state="translated">Den här kommentaren har raderats</target>
3280 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3324
3281 </trans-unit> 3325 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3282 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3326 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3283 <source>Follows &amp; redundancies</source> 3327 <source>Follows &amp; redundancies</source>
3284 <target state="translated">Följare och redundans</target> 3328 <target state="translated">Följare och redundans</target>
@@ -3418,8 +3462,8 @@
3418 <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> 3462 <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>
3419 </trans-unit> 3463 </trans-unit>
3420 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3464 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3421 <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> 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>
3422 <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> 3466 <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>
3423 <context-group name="null"> 3467 <context-group name="null">
3424 <context context-type="linenumber">11</context> 3468 <context context-type="linenumber">11</context>
3425 </context-group> 3469 </context-group>
@@ -3509,8 +3553,8 @@
3509 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3553 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3510 </trans-unit> 3554 </trans-unit>
3511 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3555 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3512 <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> 3556 <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>
3513 <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> 3557 <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>
3514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3558 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3515 </trans-unit> 3559 </trans-unit>
3516 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3560 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3629,8 +3673,11 @@
3629 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group> 3673 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></context-group>
3630 </trans-unit> 3674 </trans-unit>
3631 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3675 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3632 <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> 3676 <source>
3633 <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> 3677 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/>"/>
3678 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3679 </source>
3680 <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>
3634 <context-group purpose="location"> 3681 <context-group purpose="location">
3635 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3682 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3636 <context context-type="linenumber">148</context> 3683 <context context-type="linenumber">148</context>
@@ -3722,16 +3769,16 @@
3722 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3769 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3723 </trans-unit> 3770 </trans-unit>
3724 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3771 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3725 <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> 3772 <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>
3726 <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> 3773 <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>
3727 <context-group name="null"> 3774 <context-group name="null">
3728 <context context-type="linenumber">40</context> 3775 <context context-type="linenumber">40</context>
3729 </context-group> 3776 </context-group>
3730 <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> 3777 <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>
3731 </trans-unit> 3778 </trans-unit>
3732 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3779 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3733 <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> 3780 <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>
3734 <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> 3781 <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>
3735 <context-group name="null"> 3782 <context-group name="null">
3736 <context context-type="linenumber">42</context> 3783 <context context-type="linenumber">42</context>
3737 </context-group> 3784 </context-group>
@@ -3782,8 +3829,8 @@
3782 <context-group name="null"> 3829 <context-group name="null">
3783 <context context-type="linenumber">95</context> 3830 <context context-type="linenumber">95</context>
3784 </context-group> 3831 </context-group>
3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3832
3786 </trans-unit> 3833 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3787 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3834 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" 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}'}}"/> users</source> 3835 <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>
3789 <target state="translated">Visar användare <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target> 3836 <target state="translated">Visar användare <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> till <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> av <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/></target>
@@ -3842,8 +3889,8 @@
3842 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3889 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3843 </trans-unit> 3890 </trans-unit>
3844 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3891 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3845 <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> 3892 <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>
3846 <target state="translated">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> 3893 <target state="translated">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>
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">23</context></context-group> 3894 <context-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>
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">24</context></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">24</context></context-group>
3849 </trans-unit> 3896 </trans-unit>
@@ -3900,8 +3947,8 @@
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">26</context></context-group> 3947 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">26</context></context-group>
3901 </trans-unit> 3948 </trans-unit>
3902 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3949 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3903 <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> 3950 <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>
3904 <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> 3951 <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>
3905 <context-group name="null"> 3952 <context-group name="null">
3906 <context context-type="linenumber">11</context> 3953 <context context-type="linenumber">11</context>
3907 </context-group> 3954 </context-group>
@@ -4113,8 +4160,8 @@
4113 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4160 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4114 </trans-unit> 4161 </trans-unit>
4115 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4162 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4116 <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> 4163 <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>
4117 <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> 4164 <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>
4118 <context-group name="null"> 4165 <context-group name="null">
4119 <context context-type="linenumber">11</context> 4166 <context context-type="linenumber">11</context>
4120 </context-group> 4167 </context-group>
@@ -4123,8 +4170,8 @@
4123 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4124 </trans-unit> 4171 </trans-unit>
4125 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4172 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4126 <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> 4173 <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>
4127 <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> 4174 <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>
4128 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4129 </trans-unit> 4176 </trans-unit>
4130 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4177 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4144,8 +4191,8 @@
4144 </context-group> 4191 </context-group>
4145 </trans-unit> 4192 </trans-unit>
4146 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4193 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4147 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4194 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4148 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {…} other {…}}"/><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> 4195 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {…} other {…}}"/><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>
4149 <context-group purpose="location"> 4196 <context-group purpose="location">
4150 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4197 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4151 <context context-type="linenumber">20</context> 4198 <context context-type="linenumber">20</context>
@@ -4168,8 +4215,8 @@
4168 </context-group> 4215 </context-group>
4169 </trans-unit> 4216 </trans-unit>
4170 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4217 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4171 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4218 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4172 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {…} other {…}}"/><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> 4219 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {…} other {…}}"/><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>
4173 <context-group purpose="location"> 4220 <context-group purpose="location">
4174 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4221 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4175 <context context-type="linenumber">40</context> 4222 <context context-type="linenumber">40</context>
@@ -4216,8 +4263,8 @@
4216 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4263 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4217 </trans-unit> 4264 </trans-unit>
4218 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4265 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4219 <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> 4266 <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>
4220 <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> 4267 <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>
4221 <context-group name="null"> 4268 <context-group name="null">
4222 <context context-type="linenumber">13</context> 4269 <context context-type="linenumber">13</context>
4223 </context-group> 4270 </context-group>
@@ -4344,6 +4391,12 @@
4344 <context context-type="linenumber">51</context> 4391 <context context-type="linenumber">51</context>
4345 </context-group> 4392 </context-group>
4346 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4393 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4394 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4395 <source>Close this message</source><target state="new">Close this message</target>
4396 <context-group purpose="location">
4397 <context context-type="sourcefile">src/app/app.component.html</context>
4398 <context context-type="linenumber">34</context>
4399 </context-group>
4347 </trans-unit> 4400 </trans-unit>
4348 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4401 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4349 <source>Go to the plugin homepage</source> 4402 <source>Go to the plugin homepage</source>
@@ -4510,8 +4563,8 @@
4510 </context-group> 4563 </context-group>
4511 </trans-unit> 4564 </trans-unit>
4512 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4565 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4513 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4566 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4514 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4567 <target state="translated">Efter <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4515 <context-group purpose="location"> 4568 <context-group purpose="location">
4516 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4569 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4517 <context context-type="linenumber">32</context> 4570 <context context-type="linenumber">32</context>
@@ -4559,8 +4612,8 @@
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">65</context></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">65</context></context-group>
4560 </trans-unit> 4613 </trans-unit>
4561 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4614 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4562 <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> 4615 <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>
4563 <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> 4616 <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>
4564 <context-group purpose="location"><context context-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> 4617 <context-group purpose="location"><context context-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>
4565 </trans-unit> 4618 </trans-unit>
4566 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4619 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4602,8 +4655,8 @@
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">75</context></context-group> 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">75</context></context-group>
4603 </trans-unit> 4656 </trans-unit>
4604 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4657 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4605 <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> 4658 <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>
4606 <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> 4659 <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>
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">76</context></context-group> 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">76</context></context-group>
4608 </trans-unit> 4661 </trans-unit>
4609 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4662 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4615,8 +4668,11 @@
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">86</context></context-group> 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">86</context></context-group>
4616 </trans-unit> 4669 </trans-unit>
4617 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4670 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4618 <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> 4671 <source>
4619 <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> 4672 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/>"/>
4673 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4674 </source>
4675 <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>
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">90</context></context-group> 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">90</context></context-group>
4621 </trans-unit> 4677 </trans-unit>
4622 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4678 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4628,8 +4684,8 @@
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">99</context></context-group> 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">99</context></context-group>
4629 </trans-unit> 4685 </trans-unit>
4630 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4686 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4631 <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> 4687 <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>
4632 <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> 4688 <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>
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">103</context></context-group> 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">103</context></context-group>
4634 </trans-unit> 4690 </trans-unit>
4635 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4691 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4789,8 +4845,8 @@
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">240</context></context-group> 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">240</context></context-group>
4790 </trans-unit> 4846 </trans-unit>
4791 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4847 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4792 <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> 4848 <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>
4793 <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> 4849 <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>
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">241</context></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">241</context></context-group>
4795 </trans-unit> 4851 </trans-unit>
4796 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4852 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4845,41 +4901,81 @@
4845 <context context-type="linenumber">223</context> 4901 <context context-type="linenumber">223</context>
4846 </context-group> 4902 </context-group>
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">270</context></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">270</context></context-group>
4904 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4905 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4906 <context-group purpose="location">
4907 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4908 <context context-type="linenumber">281</context>
4909 </context-group>
4910 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4911 <source>
4912 Display a message on your instance
4913 </source><target state="new">
4914 Display a message on your instance
4915 </target>
4916 <context-group purpose="location">
4917 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4918 <context context-type="linenumber">282</context>
4919 </context-group>
4920 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4921 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4922 <context-group purpose="location">
4923 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4924 <context context-type="linenumber">294</context>
4925 </context-group>
4926 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4927 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4928 <context-group purpose="location">
4929 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4930 <context context-type="linenumber">301</context>
4931 </context-group>
4932 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4933 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4934 <context-group purpose="location">
4935 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4936 <context context-type="linenumber">306</context>
4937 </context-group>
4938 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4939 <source>Message</source><target state="new">Message</target>
4940 <context-group purpose="location">
4941 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4942 <context context-type="linenumber">318</context>
4943 </context-group>
4848 </trans-unit> 4944 </trans-unit>
4849 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4945 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4850 <source>NEW USERS</source> 4946 <source>NEW USERS</source>
4851 <target state="translated">NYA ANVÄNDARE</target> 4947 <target state="translated">NYA ANVÄNDARE</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">281</context></context-group> 4948
4853 </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">333</context></context-group></trans-unit>
4854 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4950 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4855 <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> 4951 <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>
4856 <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> 4952 <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>
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">282</context></context-group> 4953
4858 </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">334</context></context-group></trans-unit>
4859 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4955 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4860 <source>Signup enabled</source> 4956 <source>Signup enabled</source>
4861 <target>Registrering aktiverad</target> 4957 <target>Registrering aktiverad</target>
4862 <context-group name="null"> 4958 <context-group name="null">
4863 <context context-type="linenumber">235</context> 4959 <context context-type="linenumber">235</context>
4864 </context-group> 4960 </context-group>
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">293</context></context-group> 4961
4866 </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">345</context></context-group></trans-unit>
4867 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4963 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4868 <source>Signup requires email verification</source> 4964 <source>Signup requires email verification</source>
4869 <target>Registrering kräver e-postverifikation</target> 4965 <target>Registrering kräver e-postverifikation</target>
4870 <context-group name="null"> 4966 <context-group name="null">
4871 <context context-type="linenumber">242</context> 4967 <context context-type="linenumber">242</context>
4872 </context-group> 4968 </context-group>
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">301</context></context-group> 4969
4874 </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">353</context></context-group></trans-unit>
4875 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4971 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4876 <source>Signup limit</source> 4972 <source>Signup limit</source>
4877 <target>Registreringsgräns</target> 4973 <target>Registreringsgräns</target>
4878 <context-group name="null"> 4974 <context-group name="null">
4879 <context context-type="linenumber">247</context> 4975 <context context-type="linenumber">247</context>
4880 </context-group> 4976 </context-group>
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">305</context></context-group> 4977
4882 </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">357</context></context-group></trans-unit>
4883 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4979 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4884 <source>Users</source> 4980 <source>Users</source>
4885 <target>Användare</target> 4981 <target>Användare</target>
@@ -4987,102 +5083,96 @@
4987 <context-group name="null"> 5083 <context-group name="null">
4988 <context context-type="linenumber">261</context> 5084 <context context-type="linenumber">261</context>
4989 </context-group> 5085 </context-group>
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">320</context></context-group> 5086
4991 </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">372</context></context-group></trans-unit>
4992 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2"> 5088 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2">
4993 <source>Default daily upload limit per user</source> 5089 <source>Default daily upload limit per user</source>
4994 <target>Standarduppladdningsgräns för användare</target> 5090 <target>Standarduppladdningsgräns för användare</target>
4995 <context-group name="null"> 5091 <context-group name="null">
4996 <context context-type="linenumber">273</context> 5092 <context context-type="linenumber">273</context>
4997 </context-group> 5093 </context-group>
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">332</context></context-group> 5094
4999 </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">384</context></context-group></trans-unit>
5000 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5096 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
5001 <source>NEW VIDEOS</source> 5097 <source>NEW VIDEOS</source>
5002 <target state="translated">NYA VIDEOR</target> 5098 <target state="translated">NYA VIDEOR</target>
5003 <context-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> 5099
5004 </trans-unit> 5100 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">401</context></context-group></trans-unit>
5005 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5101 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
5006 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5102 <source>Allow import with HTTP URL (i.e. YouTube)</source>
5007 <target state="translated">Tillåt import via HTTP-länk (t.ex. YouTube)</target> 5103 <target state="translated">Tillåt import via HTTP-länk (t.ex. YouTube)</target>
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">360</context></context-group> 5104
5009 </trans-unit> 5105 <context-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>
5010 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5106 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
5011 <source>Allow import with a torrent file or a magnet URI</source> 5107 <source>Allow import with a torrent file or a magnet URI</source>
5012 <target state="translated">Tillåt import via torrent-fil eller magnet-länk</target> 5108 <target state="translated">Tillåt import via torrent-fil eller magnet-länk</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">367</context></context-group> 5109
5014 </trans-unit> 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">419</context></context-group></trans-unit>
5015 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5111 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
5016 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5112 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
5017 <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> 5113 <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>
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">384</context></context-group> 5114
5019 </trans-unit> 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">436</context></context-group></trans-unit>
5020 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5116 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
5021 <source>Blacklist new videos automatically</source> 5117 <source>Blacklist new videos automatically</source>
5022 <target state="translated">Svartlista nya videor automatiskt</target> 5118 <target state="translated">Svartlista nya videor automatiskt</target>
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">381</context></context-group> 5119
5024 </trans-unit> 5120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">433</context></context-group></trans-unit>
5025 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5121 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
5026 <source>FEDERATION</source> 5122 <source>FEDERATION</source>
5027 <target state="translated">FEDERATION</target> 5123 <target state="translated">FEDERATION</target>
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">398</context></context-group> 5124
5029 </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">450</context></context-group></trans-unit>
5030 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5126 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5031 <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> 5127 <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>
5032 <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> 5128 <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>
5033 <context-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> 5129
5034 </trans-unit> 5130 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit>
5035 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5131 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5036 <source>Other instances can follow yours</source> 5132 <source>Other instances can follow yours</source>
5037 <target state="translated">Andra instanser kan följa din</target> 5133 <target state="translated">Andra instanser kan följa din</target>
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">412</context></context-group> 5134
5039 </trans-unit> 5135 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit>
5040 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5136 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
5041 <source>Manually approve new instance followers</source> 5137 <source>Manually approve new instance followers</source>
5042 <target state="translated">Godkänn instansens nya följare manuellt</target> 5138 <target state="translated">Godkänn instansens nya följare manuellt</target>
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">419</context></context-group> 5139
5044 </trans-unit> 5140 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">471</context></context-group></trans-unit>
5045 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5141 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
5046 <source>Automatically follow back instances</source> 5142 <source>Automatically follow back instances</source>
5047 <target state="translated">Följ, per automatik, instanser som följer din</target> 5143 <target state="translated">Följ, per automatik, instanser som följer din</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">432</context></context-group> 5144
5049 </trans-unit> 5145 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">484</context></context-group></trans-unit>
5050 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5146 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5051 <source>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;"/>. </source> 5147 <source>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>"/>. </source>
5052 <target state="translated">Du bör endast följa de indexeringar du litar på eller <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>starta ett eget index<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </target> 5148 <target state="translated">Du bör endast följa de indexeringar du litar på eller <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>starta ett eget index<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </target>
5053 <context-group purpose="location"> 5149
5054 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5150 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">502</context></context-group></trans-unit>
5055 <context context-type="linenumber">450</context>
5056 </context-group>
5057 </trans-unit>
5058 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5151 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
5059 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5152 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
5060 <target state="translated">⚠️ Den här funktionen kräver mycket uppmärksamhet och extra moderation.</target> 5153 <target state="translated">⚠️ Den här funktionen kräver mycket uppmärksamhet och extra moderation.</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">296</context></context-group> 5154
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">435</context></context-group> 5155
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">448</context></context-group> 5156
5064 </trans-unit> 5157 <context-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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
5065 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 5158 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
5066 <source>Index URL</source> 5159 <source>Index URL</source>
5067 <target>Index-URL</target> 5160 <target>Index-URL</target>
5068 <context-group name="null"> 5161 <context-group name="null">
5069 <context context-type="linenumber">371</context> 5162 <context context-type="linenumber">371</context>
5070 </context-group> 5163 </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">457</context></context-group> 5164
5072 </trans-unit> 5165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">509</context></context-group></trans-unit>
5073 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5166 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5074 <source>Automatically follow instances of a public index</source> 5167 <source>Automatically follow instances of a public index</source>
5075 <target state="translated">Följ instanser i ett offentligt index automatiskt</target> 5168 <target state="translated">Följ instanser i ett offentligt index automatiskt</target>
5076 <context-group purpose="location"> 5169
5077 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5170 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">497</context></context-group></trans-unit>
5078 <context context-type="linenumber">445</context>
5079 </context-group>
5080 </trans-unit>
5081 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5171 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5082 <source>ADMINISTRATORS</source> 5172 <source>ADMINISTRATORS</source>
5083 <target state="translated">ADMINISTRATÖRER</target> 5173 <target state="translated">ADMINISTRATÖRER</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">477</context></context-group> 5174
5085 </trans-unit> 5175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
5086 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5176 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
5087 <source>Administrator</source> 5177 <source>Administrator</source>
5088 <target>Administratör</target> 5178 <target>Administratör</target>
@@ -5097,16 +5187,16 @@
5097 <context-group name="null"> 5187 <context-group name="null">
5098 <context context-type="linenumber">387</context> 5188 <context context-type="linenumber">387</context>
5099 </context-group> 5189 </context-group>
5100 <context-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> 5190
5101 </trans-unit> 5191 <context-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>
5102 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5192 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
5103 <source>Enable contact form</source> 5193 <source>Enable contact form</source>
5104 <target>Aktivera kontaktformulär</target> 5194 <target>Aktivera kontaktformulär</target>
5105 <context-group name="null"> 5195 <context-group name="null">
5106 <context context-type="linenumber">398</context> 5196 <context context-type="linenumber">398</context>
5107 </context-group> 5197 </context-group>
5108 <context-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> 5198
5109 </trans-unit> 5199 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
5110 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5200 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
5111 <source>Basic configuration</source> 5201 <source>Basic configuration</source>
5112 <target>Grundläggande inställningar</target> 5202 <target>Grundläggande inställningar</target>
@@ -5118,202 +5208,241 @@
5118 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5208 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5119 <source>TWITTER</source> 5209 <source>TWITTER</source>
5120 <target state="translated">TWITTER</target> 5210 <target state="translated">TWITTER</target>
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">511</context></context-group> 5211
5122 </trans-unit> 5212 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">563</context></context-group></trans-unit>
5123 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5213 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5124 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5214 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5125 <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> 5215 <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>
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">512</context></context-group> 5216
5127 </trans-unit> 5217 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit>
5128 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5218 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5129 <source>Your Twitter username</source> 5219 <source>Your Twitter username</source>
5130 <target>Ditt användarnamn på Twitter</target> 5220 <target>Ditt användarnamn på Twitter</target>
5131 <context-group name="null"> 5221 <context-group name="null">
5132 <context context-type="linenumber">413</context> 5222 <context context-type="linenumber">413</context>
5133 </context-group> 5223 </context-group>
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">523</context></context-group> 5224
5135 </trans-unit> 5225 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
5136 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5226 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5137 <source>Instance whitelisted by Twitter</source> 5227 <source>Instance whitelisted by Twitter</source>
5138 <target>Instans vitlistad av Twitter</target> 5228 <target>Instans vitlistad av Twitter</target>
5139 <context-group name="null"> 5229 <context-group name="null">
5140 <context context-type="linenumber">431</context> 5230 <context context-type="linenumber">431</context>
5141 </context-group> 5231 </context-group>
5142 <context-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> 5232
5143 </trans-unit> 5233 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
5144 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5234 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5145 <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> 5235 <source>
5146 <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> 5236 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/>"/>
5147 <context-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> 5237 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/>"/>
5148 </trans-unit> 5238 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5239 <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>"/>
5240 to see if you instance is whitelisted.
5241 </source>
5242 <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>
5243
5244 <context-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>
5149 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5245 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5150 <source>Services</source> 5246 <source>Services</source>
5151 <target>Tjänster</target> 5247 <target>Tjänster</target>
5152 <context-group name="null"> 5248 <context-group name="null">
5153 <context context-type="linenumber">405</context> 5249 <context context-type="linenumber">405</context>
5154 </context-group> 5250 </context-group>
5155 <context-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> 5251
5156 </trans-unit> 5252 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5157 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5253 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5158 <source>TRANSCODING</source> 5254 <source>TRANSCODING</source>
5159 <target state="translated">OMKODNING</target> 5255 <target state="translated">OMKODNING</target>
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">565</context></context-group> 5256
5161 </trans-unit> 5257 <context-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>
5162 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5258 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5163 <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> 5259 <source>
5260 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5261 resources, this is a critical part of PeerTube, so tread carefully.
5262 </source>
5164 <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> 5263 <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>
5165 <context-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> 5264
5166 </trans-unit> 5265 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5167 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5266 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5168 <source>Transcoding enabled</source> 5267 <source>Transcoding enabled</source>
5169 <target>Omkodning aktiverad</target> 5268 <target>Omkodning aktiverad</target>
5170 <context-group name="null"> 5269 <context-group name="null">
5171 <context context-type="linenumber">461</context> 5270 <context context-type="linenumber">461</context>
5172 </context-group> 5271 </context-group>
5173 <context-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> 5272
5174 </trans-unit> 5273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5175 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5274 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5176 <source>If you disable transcoding, many videos from your users will not work!</source> 5275 <source>If you disable transcoding, many videos from your users will not work!</source>
5177 <target>Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!</target> 5276 <target>Om du avaktiverar omkodning, kommer många av dina användares videor inte fungera!</target>
5178 <context-group name="null"> 5277 <context-group name="null">
5179 <context context-type="linenumber">465</context> 5278 <context context-type="linenumber">465</context>
5180 </context-group> 5279 </context-group>
5181 <context-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> 5280
5182 </trans-unit> 5281 <context-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>
5183 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5282 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5184 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5283 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5185 <target state="translated">Låt användare ladda upp videor i mkv-, mov-, avi- and flv-format.</target> 5284 <target state="translated">Låt användare ladda upp videor i mkv-, mov-, avi- and flv-format.</target>
5186 <context-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> 5285
5187 </trans-unit> 5286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5188 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5287 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5189 <source>Allow additional extensions</source> 5288 <source>Allow additional extensions</source>
5190 <target>Tillåt ytterligare filändelser</target> 5289 <target>Tillåt ytterligare filändelser</target>
5191 <context-group name="null"> 5290 <context-group name="null">
5192 <context context-type="linenumber">475</context> 5291 <context context-type="linenumber">475</context>
5193 </context-group> 5292 </context-group>
5194 <context-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> 5293
5195 </trans-unit> 5294 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5196 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5295 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5197 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5296 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5198 <target state="translated">Låt användare ladda upp ljudfiler som slås ihop med förhandsgranskningens bild till en video.</target> 5297 <target state="translated">Låt användare ladda upp ljudfiler som slås ihop med förhandsgranskningens bild till en video.</target>
5199 <context-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> 5298
5200 </trans-unit> 5299 <context-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>
5201 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5300 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5202 <source>Allow audio files upload</source> 5301 <source>Allow audio files upload</source>
5203 <target>Tillåt uppladdning av ljudfiler</target> 5302 <target>Tillåt uppladdning av ljudfiler</target>
5204 <context-group name="null"> 5303 <context-group name="null">
5205 <context context-type="linenumber">486</context> 5304 <context context-type="linenumber">486</context>
5206 </context-group> 5305 </context-group>
5207 <context-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> 5306
5208 </trans-unit> 5307 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit>
5209 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5308 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5210 <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> 5309 <source>
5211 <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> 5310 <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>"/>
5212 <context-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> 5311
5213 </trans-unit> 5312 <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>"/>
5313
5314 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5315
5316 <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>"/>
5317 </source>
5318 <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>
5319
5320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit>
5214 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5321 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5215 <source>WebTorrent support enabled</source> 5322 <source>WebTorrent support enabled</source>
5216 <target state="translated">WebTorrent-stöd påslaget</target> 5323 <target state="translated">WebTorrent-stöd påslaget</target>
5217 <context-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> 5324
5218 </trans-unit> 5325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5219 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5326 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5220 <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> 5327 <source>
5221 <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> 5328 <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>"/>
5222 <context-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> 5329
5223 </trans-unit> 5330 <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>"/>
5331 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5332 <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>"/>
5333 <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>"/>
5334 <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>"/>
5335 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5336
5337 <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>"/>
5338 </source>
5339 <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>
5340
5341 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5224 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5342 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
5225 <source>HLS support enabled</source> 5343 <source>HLS support enabled</source>
5226 <target>HLS-stöd aktiverat</target> 5344 <target>HLS-stöd aktiverat</target>
5227 <context-group name="null"> 5345 <context-group name="null">
5228 <context context-type="linenumber">498</context> 5346 <context context-type="linenumber">498</context>
5229 </context-group> 5347 </context-group>
5230 <context-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> 5348
5231 </trans-unit> 5349 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5232 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5350 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5233 <source>Transcoding threads</source> 5351 <source>Transcoding threads</source>
5234 <target>Omkodningstrådar</target> 5352 <target>Omkodningstrådar</target>
5235 <context-group name="null"> 5353 <context-group name="null">
5236 <context context-type="linenumber">517</context> 5354 <context context-type="linenumber">517</context>
5237 </context-group> 5355 </context-group>
5238 <context-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> 5356
5239 </trans-unit> 5357 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5240 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5358 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5241 <source>Resolutions to generate</source> 5359 <source>Resolutions to generate</source>
5242 <target state="translated">Upplösningar som ska genereras</target> 5360 <target state="translated">Upplösningar som ska genereras</target>
5243 <context-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> 5361
5244 </trans-unit> 5362 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5245 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5363 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5246 <source>CACHE</source> 5364 <source>CACHE</source>
5247 <target state="translated">CACHE</target> 5365 <target state="translated">CACHE</target>
5248 <context-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> 5366
5249 </trans-unit> 5367 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5250 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5368 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5251 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5369 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5252 <target state="translated">Vissa filer federeras inte utan hämtas när så krävs. Ange deras cache-policy här.</target> 5370 <target state="translated">Vissa filer federeras inte utan hämtas när så krävs. Ange deras cache-policy här.</target>
5253 <context-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> 5371
5254 </trans-unit> 5372 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit>
5255 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5373 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5256 <source>Number of previews to keep in cache</source> 5374 <source>Number of previews to keep in cache</source>
5257 <target state="translated">Antal förhandsvisningar som sparas i cachen</target> 5375 <target state="translated">Antal förhandsvisningar som sparas i cachen</target>
5258 <context-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> 5376
5259 </trans-unit> 5377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5260 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5378 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5261 <source>Number of video captions to keep in cache</source> 5379 <source>Number of video captions to keep in cache</source>
5262 <target state="translated">Antal textningar som sparas i cachen</target> 5380 <target state="translated">Antal textningar som sparas i cachen</target>
5263 <context-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> 5381
5264 </trans-unit> 5382 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5265 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5383 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5266 <source>CUSTOMIZATIONS</source> 5384 <source>CUSTOMIZATIONS</source>
5267 <target state="translated">ANPASSNINGAR</target> 5385 <target state="translated">ANPASSNINGAR</target>
5268 <context-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> 5386
5269 </trans-unit> 5387 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5270 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5388 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5271 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5389 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5272 <target state="translated">Att göra mindre ändringar av PeerTube med ett tillägg eller tema är onödigt bekymmer.</target> 5390 <target state="translated">Att göra mindre ändringar av PeerTube med ett tillägg eller tema är onödigt bekymmer.</target>
5273 <context-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> 5391
5274 </trans-unit> 5392 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5275 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5393 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5276 <source>JavaScript</source> 5394 <source>JavaScript</source>
5277 <target>JavaScript</target> 5395 <target>JavaScript</target>
5278 <context-group name="null"> 5396 <context-group name="null">
5279 <context context-type="linenumber">575</context> 5397 <context context-type="linenumber">575</context>
5280 </context-group> 5398 </context-group>
5281 <context-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> 5399
5282 </trans-unit> 5400 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5283 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5401 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5284 <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> 5402 <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>
5285 <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> 5403 <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>
5286 <context-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> 5404
5287 </trans-unit> 5405 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5288 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5406 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5289 <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> 5407 <source>
5290 <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> 5408 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/>"/>
5291 <context-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> 5409 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5292 </trans-unit> 5410 color: red;
5411 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5412 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5413 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/>"/>
5414 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5415 color: red;
5416 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5417 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5418 </source>
5419 <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>
5420
5421 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5293 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5422 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5294 <source>Advanced configuration</source> 5423 <source>Advanced configuration</source>
5295 <target>Avancerade inställningar</target> 5424 <target>Avancerade inställningar</target>
5296 <context-group name="null"> 5425 <context-group name="null">
5297 <context context-type="linenumber">452</context> 5426 <context context-type="linenumber">452</context>
5298 </context-group> 5427 </context-group>
5299 <context-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> 5428
5300 </trans-unit> 5429 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5301 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5430 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5302 <source>Update configuration</source> 5431 <source>Update configuration</source>
5303 <target>Uppdatera inställningar</target> 5432 <target>Uppdatera inställningar</target>
5304 <context-group name="null"> 5433 <context-group name="null">
5305 <context context-type="linenumber">628</context> 5434 <context context-type="linenumber">628</context>
5306 </context-group> 5435 </context-group>
5307 <context-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> 5436
5308 </trans-unit> 5437 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5309 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 5438 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
5310 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5439 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5311 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target> 5440 <target>Det verkar som att konfigurationen inte stämmer. Sök efter eventuella fel i de olika flikarna.</target>
5312 <context-group name="null"> 5441 <context-group name="null">
5313 <context context-type="linenumber">629</context> 5442 <context context-type="linenumber">629</context>
5314 </context-group> 5443 </context-group>
5315 <context-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> 5444
5316 </trans-unit> 5445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5317 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5446 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5318 <source>PROFILE</source> 5447 <source>PROFILE</source>
5319 <target state="translated">PROFIL</target> 5448 <target state="translated">PROFIL</target>
@@ -5480,9 +5609,9 @@
5480 <context-group purpose="location"><context context-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> 5609 <context-group purpose="location"><context context-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>
5481 </trans-unit> 5610 </trans-unit>
5482 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5611 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5483 <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> 5612 <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>
5484 <target> 5613 <target>
5485 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. 5614 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.
5486 </target> 5615 </target>
5487 <context-group name="null"> 5616 <context-group name="null">
5488 <context context-type="linenumber">6</context> 5617 <context context-type="linenumber">6</context>
@@ -5512,9 +5641,9 @@
5512 <context-group purpose="location"><context context-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> 5641 <context-group purpose="location"><context context-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>
5513 </trans-unit> 5642 </trans-unit>
5514 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5643 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5515 <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> 5644 <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>
5516 <target> 5645 <target>
5517 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;"/> 5646 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>"/>
5518</target> 5647</target>
5519 <context-group name="null"> 5648 <context-group name="null">
5520 <context context-type="linenumber">4</context> 5649 <context context-type="linenumber">4</context>
@@ -5522,9 +5651,9 @@
5522 <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> 5651 <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>
5523 </trans-unit> 5652 </trans-unit>
5524 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5653 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5525 <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> 5654 <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>
5526 <target> 5655 <target>
5527 <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 5656 <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
5528</target> 5657</target>
5529 <context-group name="null"> 5658 <context-group name="null">
5530 <context context-type="linenumber">8</context> 5659 <context context-type="linenumber">8</context>
@@ -5546,6 +5675,12 @@
5546 <context context-type="linenumber">17</context> 5675 <context context-type="linenumber">17</context>
5547 </context-group> 5676 </context-group>
5548 <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">17</context></context-group> 5677 <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">17</context></context-group>
5678 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5679 <source>Your current password</source><target state="new">Your current password</target>
5680 <context-group purpose="location">
5681 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5682 <context context-type="linenumber">26</context>
5683 </context-group>
5549 </trans-unit> 5684 </trans-unit>
5550 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5685 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5551 <source>Your password</source> 5686 <source>Your password</source>
@@ -5553,16 +5688,16 @@
5553 <context-group name="null"> 5688 <context-group name="null">
5554 <context context-type="linenumber">27</context> 5689 <context context-type="linenumber">27</context>
5555 </context-group> 5690 </context-group>
5556 <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">27</context></context-group> 5691
5557 </trans-unit> 5692 <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">28</context></context-group></trans-unit>
5558 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5693 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5559 <source>Change email</source> 5694 <source>Change email</source>
5560 <target>Byt e-postadress</target> 5695 <target>Byt e-postadress</target>
5561 <context-group name="null"> 5696 <context-group name="null">
5562 <context context-type="linenumber">35</context> 5697 <context context-type="linenumber">35</context>
5563 </context-group> 5698 </context-group>
5564 <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">35</context></context-group> 5699
5565 </trans-unit> 5700 <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">36</context></context-group></trans-unit>
5566 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5701 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5567 <source>Theme</source> 5702 <source>Theme</source>
5568 <target>Tema</target> 5703 <target>Tema</target>
@@ -5606,8 +5741,8 @@
5606 <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> 5741 <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>
5607 </trans-unit> 5742 </trans-unit>
5608 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5743 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5609 <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> 5744 <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>
5610 <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> 5745 <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>
5611 <context-group purpose="location"> 5746 <context-group purpose="location">
5612 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5747 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5613 <context context-type="linenumber">2</context> 5748 <context context-type="linenumber">2</context>
@@ -5643,10 +5778,13 @@
5643 <context-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> 5778 <context-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>
5644 </trans-unit> 5779 </trans-unit>
5645 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5780 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5646 <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> 5781 <source>
5782 Created
5783 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5784 </source>
5647 <target> 5785 <target>
5648 Skapad 5786 Skapad
5649 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5787 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5650 </target> 5788 </target>
5651 <context-group name="null"> 5789 <context-group name="null">
5652 <context context-type="linenumber">15</context> 5790 <context context-type="linenumber">15</context>
@@ -5718,8 +5856,9 @@
5718 <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> 5856 <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>
5719 </trans-unit> 5857 </trans-unit>
5720 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5858 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5721 <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> 5859 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5722 <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> 5860 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5861 <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>
5723 <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> 5862 <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>
5724 <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> 5863 <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>
5725 </trans-unit> 5864 </trans-unit>
@@ -5816,9 +5955,12 @@
5816 </context-group> 5955 </context-group>
5817 </trans-unit> 5956 </trans-unit>
5818 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5957 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5819 <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> 5958 <source>
5959 <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>"/>
5960 Delete history
5961 </source>
5820 <target> 5962 <target>
5821 <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;"/> 5963 <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>"/>
5822 Radera historik 5964 Radera historik
5823 </target> 5965 </target>
5824 <context-group name="null"> 5966 <context-group name="null">
@@ -5835,9 +5977,12 @@
5835 </context-group> 5977 </context-group>
5836 </trans-unit> 5978 </trans-unit>
5837 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5979 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5838 <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> 5980 <source>
5981 <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>"/>
5982 Notification preferences
5983 </source>
5839 <target> 5984 <target>
5840 <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;"/> 5985 <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>"/>
5841 Notifikationsinställningar 5986 Notifikationsinställningar
5842 </target> 5987 </target>
5843 <context-group name="null"> 5988 <context-group name="null">
@@ -5917,8 +6062,8 @@
5917 <context-group purpose="location"><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> 6062 <context-group purpose="location"><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>
5918 </trans-unit> 6063 </trans-unit>
5919 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6064 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5920 <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> 6065 <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>
5921 <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> 6066 <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>
5922 <context-group purpose="location"> 6067 <context-group purpose="location">
5923 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6068 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5924 <context context-type="linenumber">2</context> 6069 <context context-type="linenumber">2</context>
@@ -5946,9 +6091,9 @@
5946 <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> 6091 <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>
5947 </trans-unit> 6092 </trans-unit>
5948 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6093 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5949 <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> 6094 <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>
5950 <target> 6095 <target>
5951 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;"/>. 6096 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>"/>.
5952 </target> 6097 </target>
5953 <context-group name="null"> 6098 <context-group name="null">
5954 <context context-type="linenumber">13</context> 6099 <context context-type="linenumber">13</context>
@@ -6392,33 +6537,40 @@
6392 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6537 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6393 <context context-type="linenumber">2</context> 6538 <context context-type="linenumber">2</context>
6394 </context-group> 6539 </context-group>
6395 </trans-unit> 6540 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6396 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6541 <source>
6397 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6542 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6398 <target state="translated">PeerTube är en självservad, federerad (ActivityPub) videoplattform med P2P direkt i webbläsaren.</target> 6543 </source><target state="new">
6544 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6545 </target>
6399 <context-group purpose="location"> 6546 <context-group purpose="location">
6400 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6547 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6401 <context context-type="linenumber">9</context> 6548 <context context-type="linenumber">9</context>
6402 </context-group> 6549 </context-group>
6403 </trans-unit> 6550 </trans-unit>
6551
6404 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6552 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6405 <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> 6553 <source>
6406 <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> 6554 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6555 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6556 </source>
6557 <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>
6407 <context-group purpose="location"> 6558 <context-group purpose="location">
6408 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6559 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6409 <context context-type="linenumber">13</context> 6560 <context context-type="linenumber">13</context>
6410 </context-group> 6561 </context-group>
6411 </trans-unit> 6562 </trans-unit>
6412 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6563 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6413 <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> 6564 <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>
6414 <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> 6565 <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>
6415 <context-group purpose="location"> 6566 <context-group purpose="location">
6416 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6567 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6417 <context context-type="linenumber">18</context> 6568 <context context-type="linenumber">18</context>
6418 </context-group> 6569 </context-group>
6419 </trans-unit> 6570 </trans-unit>
6420 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6571 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6421 <source>Use PeerTube documentation</source> 6572 <source>Use PeerTube
6573 documentation</source>
6422 <target state="translated">Läs PeerTubes dokumentation</target> 6574 <target state="translated">Läs PeerTubes dokumentation</target>
6423 <context-group purpose="location"> 6575 <context-group purpose="location">
6424 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6576 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6434,7 +6586,8 @@
6434 </context-group> 6586 </context-group>
6435 </trans-unit> 6587 </trans-unit>
6436 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6588 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6437 <source>PeerTube Applications</source> 6589 <source>PeerTube
6590 Applications</source>
6438 <target state="translated">PeerTube-applikationer</target> 6591 <target state="translated">PeerTube-applikationer</target>
6439 <context-group purpose="location"> 6592 <context-group purpose="location">
6440 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6593 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6450,7 +6603,8 @@
6450 </context-group> 6603 </context-group>
6451 </trans-unit> 6604 </trans-unit>
6452 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6605 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6453 <source>Contribute on PeerTube</source> 6606 <source>Contribute on
6607 PeerTube</source>
6454 <target state="translated">Bidra till PeerTube</target> 6608 <target state="translated">Bidra till PeerTube</target>
6455 <context-group purpose="location"> 6609 <context-group purpose="location">
6456 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6610 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6474,7 +6628,11 @@
6474 <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> 6628 <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>
6475 </trans-unit> 6629 </trans-unit>
6476 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6630 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6477 <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> 6631 <source>
6632 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6633 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6634 follows applies only if you want to keep using the P2P mode of PeerTube.
6635 </source>
6478 <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> 6636 <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>
6479 <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> 6637 <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>
6480 </trans-unit> 6638 </trans-unit>
@@ -6487,17 +6645,27 @@
6487 <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> 6645 <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>
6488 </trans-unit> 6646 </trans-unit>
6489 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6647 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6490 <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> 6648 <source>
6649 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6650 In practice, this is much more difficult because:
6651 </source>
6491 <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> 6652 <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>
6492 <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> 6653 <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>
6493 </trans-unit> 6654 </trans-unit>
6494 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6655 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6495 <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> 6656 <source>
6657 An HTTP request has to be sent on each tracker for each video to spy.
6658 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6659 </source>
6496 <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> 6660 <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>
6497 <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> 6661 <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>
6498 </trans-unit> 6662 </trans-unit>
6499 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6663 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6500 <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> 6664 <source>
6665 For each request sent, the tracker returns random peers at a limited number.
6666 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
6667 requests sent to know every peer in the swarm
6668 </source>
6501 <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> 6669 <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>
6502 <context-group purpose="location"> 6670 <context-group purpose="location">
6503 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6671 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6510,7 +6678,10 @@
6510 <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> 6678 <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>
6511 </trans-unit> 6679 </trans-unit>
6512 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6680 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6513 <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> 6681 <source>
6682 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
6683 video
6684 </source>
6514 <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> 6685 <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>
6515 <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> 6686 <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>
6516 </trans-unit> 6687 </trans-unit>
@@ -6520,12 +6691,21 @@
6520 <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> 6691 <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>
6521 </trans-unit> 6692 </trans-unit>
6522 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6693 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6523 <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> 6694 <source>
6524 <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> 6695 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
6696 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6697 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6698 to forward the information to.
6699 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
6700 </source>
6701 <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>
6525 <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> 6702 <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>
6526 </trans-unit> 6703 </trans-unit>
6527 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6704 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6528 <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> 6705 <source>
6706 The worst-case scenario of an average person spying on their friends is quite unlikely.
6707 There are much more effective ways to get that kind of information.
6708 </source>
6529 <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> 6709 <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>
6530 <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> 6710 <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>
6531 </trans-unit> 6711 </trans-unit>
@@ -6538,7 +6718,11 @@
6538 <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> 6718 <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>
6539 </trans-unit> 6719 </trans-unit>
6540 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6720 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6541 <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> 6721 <source>
6722 The threats to privacy with YouTube are different from PeerTube's.
6723 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6724 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6725 </source>
6542 <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> 6726 <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>
6543 <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> 6727 <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>
6544 </trans-unit> 6728 </trans-unit>
@@ -6551,7 +6735,12 @@
6551 <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> 6735 <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>
6552 </trans-unit> 6736 </trans-unit>
6553 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6737 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6554 <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> 6738 <source>
6739 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
6740 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6741 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.
6742 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6743 </source>
6555 <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> 6744 <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>
6556 <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> 6745 <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>
6557 </trans-unit> 6746 </trans-unit>
@@ -6564,7 +6753,10 @@
6564 <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> 6753 <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>
6565 </trans-unit> 6754 </trans-unit>
6566 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6755 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6567 <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> 6756 <source>
6757 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6758 and render attacks less likely. Here is what we put in place so far:
6759 </source>
6568 <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> 6760 <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>
6569 <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> 6761 <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>
6570 </trans-unit> 6762 </trans-unit>
@@ -6589,7 +6781,10 @@
6589 <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> 6781 <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>
6590 </trans-unit> 6782 </trans-unit>
6591 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6783 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6592 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6784 <source>
6785 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6786 WebRTC in your browser.
6787 </source>
6593 <target state="translated">Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare.</target> 6788 <target state="translated">Kom ihåg att du alltid kan avaktivera P2P i videospelaren eller avaktivera WebRCT i din webbläsare.</target>
6594 <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> 6789 <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>
6595 </trans-unit> 6790 </trans-unit>
@@ -6626,8 +6821,8 @@
6626 </context-group> 6821 </context-group>
6627 </trans-unit> 6822 </trans-unit>
6628 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6823 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6629 <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> 6824 <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>
6630 <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> 6825 <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>
6631 <context-group purpose="location"> 6826 <context-group purpose="location">
6632 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6827 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6633 <context context-type="linenumber">3</context> 6828 <context context-type="linenumber">3</context>
@@ -6710,9 +6905,12 @@
6710 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6905 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6711 </trans-unit> 6906 </trans-unit>
6712 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6907 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6713 <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> 6908 <source>
6909 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/>"/>
6910 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.
6911 </source>
6714 <target> 6912 <target>
6715 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;"/> 6913 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/>"/>
6716 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi. 6914 Du kan till exempel ha en kanal för att publicera dina pianoframträdanden och en annan där du pratar om ekologi.
6717 </target> 6915 </target>
6718 <context-group name="null"> 6916 <context-group name="null">
@@ -6789,11 +6987,16 @@
6789 </context-group> 6987 </context-group>
6790 </trans-unit> 6988 </trans-unit>
6791 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6989 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6792 <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> 6990 <source>
6991 I am at least 16 years old and agree
6992 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>"/>
6993 <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>"/>
6994 of this instance
6995 </source>
6793 <target> 6996 <target>
6794 Jag är minst 16 år gammal och godkänner 6997 Jag är minst 16 år gammal och godkänner
6795 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;"/> 6998 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>"/>
6796 <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;"/> 6999 <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>"/>
6797 7000
6798 </target> 7001 </target>
6799 <context-group name="null"> 7002 <context-group name="null">
@@ -6898,8 +7101,8 @@
6898 </context-group> 7101 </context-group>
6899 </trans-unit> 7102 </trans-unit>
6900 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7103 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6901 <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> 7104 <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>
6902 <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> 7105 <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>
6903 <context-group purpose="location"> 7106 <context-group purpose="location">
6904 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7107 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6905 <context context-type="linenumber">1</context> 7108 <context context-type="linenumber">1</context>
@@ -8606,8 +8809,8 @@
8606 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8809 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8607 </trans-unit> 8810 </trans-unit>
8608 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8811 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8609 <source>Long (&gt; 10 min)</source> 8812 <source>Long (> 10 min)</source>
8610 <target>Lång (&gt; 10 min)</target> 8813 <target>Lång (> 10 min)</target>
8611 <context-group name="null"> 8814 <context-group name="null">
8612 <context context-type="linenumber">1</context> 8815 <context context-type="linenumber">1</context>
8613 </context-group> 8816 </context-group>
@@ -9966,8 +10169,8 @@
9966 <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> 10169 <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>
9967 </trans-unit> 10170 </trans-unit>
9968 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10171 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9969 <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> 10172 <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>
9970 <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> 10173 <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>
9971 <context-group name="null"> 10174 <context-group name="null">
9972 <context context-type="linenumber">1</context> 10175 <context context-type="linenumber">1</context>
9973 </context-group> 10176 </context-group>
@@ -10133,6 +10336,24 @@
10133 <context context-type="linenumber">1</context> 10336 <context context-type="linenumber">1</context>
10134 </context-group> 10337 </context-group>
10135 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10339 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10340 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10341 <context-group purpose="location">
10342 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10343 <context context-type="linenumber">1</context>
10344 </context-group>
10345 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10346 <source>Delete account comments</source><target state="new">Delete account comments</target>
10347 <context-group purpose="location">
10348 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10349 <context context-type="linenumber">1</context>
10350 </context-group>
10351 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10352 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10353 <context-group purpose="location">
10354 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10355 <context context-type="linenumber">1</context>
10356 </context-group>
10136 </trans-unit> 10357 </trans-unit>
10137 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10358 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10138 <source>Edit user</source> 10359 <source>Edit user</source>
@@ -10237,6 +10458,18 @@
10237 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10458 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10238 <context context-type="linenumber">1</context> 10459 <context context-type="linenumber">1</context>
10239 </context-group> 10460 </context-group>
10461 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10462 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10463 <context-group purpose="location">
10464 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10465 <context context-type="linenumber">1</context>
10466 </context-group>
10467 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10468 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10469 <context-group purpose="location">
10470 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10471 <context context-type="linenumber">1</context>
10472 </context-group>
10240 </trans-unit> 10473 </trans-unit>
10241 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10474 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10242 <source>Mute this account by your instance</source> 10475 <source>Mute this account by your instance</source>
@@ -10301,6 +10534,18 @@
10301 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10534 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10302 <context context-type="linenumber">1</context> 10535 <context context-type="linenumber">1</context>
10303 </context-group> 10536 </context-group>
10537 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10538 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10539 <context-group purpose="location">
10540 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10541 <context context-type="linenumber">1</context>
10542 </context-group>
10543 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10544 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10545 <context-group purpose="location">
10546 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10547 <context context-type="linenumber">1</context>
10548 </context-group>
10304 </trans-unit> 10549 </trans-unit>
10305 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10550 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10306 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10551 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.ta.xlf b/client/src/locale/angular.ta.xlf
index bfc98363b..e5b59a6c7 100644
--- a/client/src/locale/angular.ta.xlf
+++ b/client/src/locale/angular.ta.xlf
@@ -335,7 +335,7 @@
335 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 335 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
336 <source>Options</source><target state="new">Options</target> 336 <source>Options</source><target state="new">Options</target>
337 337
338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 338 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
339 <source>Start at</source><target state="new">Start at</target> 339 <source>Start at</source><target state="new">Start at</target>
340 340
341 341
@@ -373,7 +373,7 @@
373 <source>video</source><target state="new">video</target> 373 <source>video</source><target state="new">video</target>
374 374
375 375
376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 376 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
377 <source>subtitles</source><target state="new">subtitles</target> 377 <source>subtitles</source><target state="new">subtitles</target>
378 <context-group purpose="location"> 378 <context-group purpose="location">
379 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 379 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -515,7 +515,7 @@
515 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 515 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
516 <source>Deleted</source><target state="new">Deleted</target> 516 <source>Deleted</source><target state="new">Deleted</target>
517 517
518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 518 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
519 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 519 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
520 520
521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html"> 521 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
@@ -541,7 +541,7 @@
541 <context-group name="null"> 541 <context-group name="null">
542 <context context-type="linenumber">13</context> 542 <context context-type="linenumber">13</context>
543 </context-group> 543 </context-group>
544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 544 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
545 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 545 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
546 <source>Edit</source> 546 <source>Edit</source>
547 <target>தொகு</target> 547 <target>தொகு</target>
@@ -1162,13 +1162,13 @@
1162 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1162 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1163 <context context-type="linenumber">21</context> 1163 <context context-type="linenumber">21</context>
1164 </context-group> 1164 </context-group>
1165 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1165 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1166 <source> 1166 <source>
1167 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>"/>. 1167 Please consider configuring 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>"/>.
1168 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>"/>. 1168 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1169 </source><target state="new"> 1169 </source><target state="new">
1170 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>"/>. 1170 Please consider configuring 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>"/>.
1171 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>"/>. 1171 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1172 </target> 1172 </target>
1173 <context-group purpose="location"> 1173 <context-group purpose="location">
1174 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1174 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1376,63 +1376,33 @@
1376 1376
1377 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1377 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1378 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1378 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1379 <context-group purpose="location"> 1379
1380 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1380 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1381 <context context-type="linenumber">16</context>
1382 </context-group>
1383 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1384 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1381 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1385 <context-group purpose="location"> 1382
1386 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1383 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1387 <context context-type="linenumber">18</context>
1388 </context-group>
1389 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1390 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1384 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1391 <context-group purpose="location"> 1385
1392 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1386 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1393 <context context-type="linenumber">22</context>
1394 </context-group>
1395 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1396 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1387 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1397 <context-group purpose="location"> 1388
1398 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1389 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1399 <context context-type="linenumber">29</context>
1400 </context-group>
1401 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1402 <source>any instance</source><target state="new">any instance</target> 1390 <source>any instance</source><target state="new">any instance</target>
1403 <context-group purpose="location"> 1391
1404 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1392 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1405 <context context-type="linenumber">32</context>
1406 </context-group>
1407 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1408 <source>only followed instances</source><target state="new">only followed instances</target> 1393 <source>only followed instances</source><target state="new">only followed instances</target>
1409 <context-group purpose="location"> 1394
1410 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1395 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1411 <context context-type="linenumber">33</context>
1412 </context-group>
1413 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1414 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1396 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1415 <context-group purpose="location"> 1397
1416 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1398 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1417 <context context-type="linenumber">31</context>
1418 </context-group>
1419 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1420 <source>channel</source><target state="new">channel</target> 1399 <source>channel</source><target state="new">channel</target>
1421 <context-group purpose="location"> 1400
1422 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1401
1423 <context context-type="linenumber">40</context> 1402 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1424 </context-group>
1425 <context-group purpose="location">
1426 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1427 <context context-type="linenumber">43</context>
1428 </context-group>
1429 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1430 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1403 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1431 <context-group purpose="location"> 1404
1432 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1405 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1433 <context context-type="linenumber">49</context>
1434 </context-group>
1435 </trans-unit>
1436 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1406 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1437 <source>Search...</source> 1407 <source>Search...</source>
1438 <target>தேடு...</target> 1408 <target>தேடு...</target>
@@ -2288,10 +2258,10 @@
2288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 2258 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2289 <source>Reply</source><target state="new">Reply</target> 2259 <source>Reply</source><target state="new">Reply</target>
2290 2260
2291 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2261 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2292 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2262 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2293 2263
2294 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 2264 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2295 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2265 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2296 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 2266 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target>
2297 <context-group purpose="location"> 2267 <context-group purpose="location">
@@ -2624,7 +2594,7 @@
2624 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html"> 2594 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">93</context></context-group></trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
2625 <source>Ban reason:</source><target state="new">Ban reason:</target> 2595 <source>Ban reason:</source><target state="new">Ban reason:</target>
2626 2596
2627 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 2597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
2628 <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> 2598 <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>
2629 <context-group purpose="location"> 2599 <context-group purpose="location">
2630 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 2600 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3013,7 +2983,13 @@
3013 <source>Homepage</source><target state="new">Homepage</target> 2983 <source>Homepage</source><target state="new">Homepage</target>
3014 2984
3015 2985
3016 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 2986 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
2987 <source>Close this message</source><target state="new">Close this message</target>
2988 <context-group purpose="location">
2989 <context context-type="sourcefile">src/app/app.component.html</context>
2990 <context context-type="linenumber">34</context>
2991 </context-group>
2992 </trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3017 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target> 2993 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target>
3018 2994
3019 2995
@@ -3306,26 +3282,66 @@
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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" 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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3307 <source>Local videos</source><target state="new">Local videos</target> 3283 <source>Local videos</source><target state="new">Local videos</target>
3308 3284
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 3285 <context-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="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
3286 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
3287 <context-group purpose="location">
3288 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3289 <context context-type="linenumber">281</context>
3290 </context-group>
3291 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
3292 <source>
3293 Display a message on your instance
3294 </source><target state="new">
3295 Display a message on your instance
3296 </target>
3297 <context-group purpose="location">
3298 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3299 <context context-type="linenumber">282</context>
3300 </context-group>
3301 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
3302 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
3303 <context-group purpose="location">
3304 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3305 <context context-type="linenumber">294</context>
3306 </context-group>
3307 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
3308 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
3309 <context-group purpose="location">
3310 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3311 <context context-type="linenumber">301</context>
3312 </context-group>
3313 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
3314 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
3315 <context-group purpose="location">
3316 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3317 <context context-type="linenumber">306</context>
3318 </context-group>
3319 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
3320 <source>Message</source><target state="new">Message</target>
3321 <context-group purpose="location">
3322 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3323 <context context-type="linenumber">318</context>
3324 </context-group>
3325 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3310 <source>NEW USERS</source><target state="new">NEW USERS</target> 3326 <source>NEW USERS</source><target state="new">NEW USERS</target>
3311 3327
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3313 <source> 3329 <source>
3314 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. 3330 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.
3315 </source><target state="new"> 3331 </source><target state="new">
3316 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. 3332 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.
3317 </target> 3333 </target>
3318 3334
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">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" 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">334</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3320 <source>Signup enabled</source><target state="new">Signup enabled</target> 3336 <source>Signup enabled</source><target state="new">Signup enabled</target>
3321 3337
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">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" 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">345</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3323 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3339 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3324 3340
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">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" 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">353</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3326 <source>Signup limit</source><target state="new">Signup limit</target> 3342 <source>Signup limit</source><target state="new">Signup limit</target>
3327 3343
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">305</context></context-group></trans-unit> 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">357</context></context-group></trans-unit>
3329 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 3345 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
3330 <source>Users</source> 3346 <source>Users</source>
3331 <target>பயணர்கள்</target> 3347 <target>பயணர்கள்</target>
@@ -3411,92 +3427,86 @@
3411 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3427 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3412 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3428 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3413 3429
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">320</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 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">372</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3415 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3431 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3416 3432
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3418 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3434 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3419 3435
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3421 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3437 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3422 3438
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">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3424 <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> 3440 <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>
3425 3441
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">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" 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">419</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3427 <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> 3443 <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>
3428 3444
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 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">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3430 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3446 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3431 3447
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3433 <source>FEDERATION</source><target state="new">FEDERATION</target> 3449 <source>FEDERATION</source><target state="new">FEDERATION</target>
3434 3450
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3436 <source> 3452 <source>
3437 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. 3453 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.
3438 </source><target state="new"> 3454 </source><target state="new">
3439 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. 3455 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.
3440 </target> 3456 </target>
3441 3457
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3443 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3459 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3444 3460
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">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 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">464</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3446 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3462 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3447 3463
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3449 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3465 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3450 3466
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 3467 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3452 <source> 3468 <source>
3453 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>"/>. 3469 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>"/>.
3454 </source><target state="new"> 3470 </source><target state="new">
3455 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>"/>. 3471 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>"/>.
3456 </target> 3472 </target>
3457 <context-group purpose="location"> 3473
3458 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3474 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">502</context></context-group></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3459 <context context-type="linenumber">450</context>
3460 </context-group>
3461 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3462 <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> 3475 <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>
3463 3476
3464 3477
3465 <context-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"> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3466 <source>Index URL</source><target state="new">Index URL</target> 3479 <source>Index URL</source><target state="new">Index URL</target>
3467 3480
3468 <context-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"> 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3469 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 3482 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3470 <context-group purpose="location"> 3483
3471 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3472 <context context-type="linenumber">445</context>
3473 </context-group>
3474 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3475 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3485 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3476 3486
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">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 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">529</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3478 <source>Administrator</source><target state="new">Administrator</target> 3488 <source>Administrator</source><target state="new">Administrator</target>
3479 3489
3480 <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"> 3490 <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">
3481 <source>Admin email</source><target state="new">Admin email</target> 3491 <source>Admin email</source><target state="new">Admin email</target>
3482 3492
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">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 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">535</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3484 <source>Enable contact form</source><target state="new">Enable contact form</target> 3494 <source>Enable contact form</source><target state="new">Enable contact form</target>
3485 3495
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">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 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">546</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3487 <source>Basic configuration</source><target state="new">Basic configuration</target> 3497 <source>Basic configuration</source><target state="new">Basic configuration</target>
3488 3498
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
3490 <source>TWITTER</source><target state="new">TWITTER</target> 3500 <source>TWITTER</source><target state="new">TWITTER</target>
3491 3501
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
3493 <source> 3503 <source>
3494 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3504 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3495 </source><target state="new"> 3505 </source><target state="new">
3496 Optional. If any, provide the Twitter account representing your instance to improve link previews. 3506 Optional. If any, provide the Twitter account representing your instance to improve link previews.
3497 </target> 3507 </target>
3498 3508
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">512</context></context-group></trans-unit> 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">564</context></context-group></trans-unit>
3500 3510
3501 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 3511 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
3502 <source>Your Twitter username</source> 3512 <source>Your Twitter username</source>
@@ -3504,10 +3514,10 @@
3504 <context-group name="null"> 3514 <context-group name="null">
3505 <context context-type="linenumber">413</context> 3515 <context context-type="linenumber">413</context>
3506 </context-group> 3516 </context-group>
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">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 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">575</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3508 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 3518 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
3509 3519
3510 <context-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"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
3511 <source> 3521 <source>
3512 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/>"/> 3522 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/>"/>
3513 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/>"/> 3523 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/>"/>
@@ -3522,17 +3532,17 @@
3522 to see if you instance is whitelisted. 3532 to see if you instance is whitelisted.
3523 </target> 3533 </target>
3524 3534
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">539</context></context-group></trans-unit> 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">591</context></context-group></trans-unit>
3526 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 3536 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
3527 <source>Services</source> 3537 <source>Services</source>
3528 <target>சேவைகள்</target> 3538 <target>சேவைகள்</target>
3529 <context-group name="null"> 3539 <context-group name="null">
3530 <context context-type="linenumber">405</context> 3540 <context context-type="linenumber">405</context>
3531 </context-group> 3541 </context-group>
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
3533 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 3543 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
3534 3544
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
3536 <source> 3546 <source>
3537 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 3547 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
3538 resources, this is a critical part of PeerTube, so tread carefully. 3548 resources, this is a critical part of PeerTube, so tread carefully.
@@ -3541,25 +3551,25 @@
3541 resources, this is a critical part of PeerTube, so tread carefully. 3551 resources, this is a critical part of PeerTube, so tread carefully.
3542 </target> 3552 </target>
3543 3553
3544 <context-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"> 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">618</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3545 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 3555 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
3546 3556
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">579</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" 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">631</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3548 <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> 3558 <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>
3549 3559
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
3551 <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> 3561 <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>
3552 3562
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">594</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" 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">646</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3554 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 3564 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
3555 3565
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
3557 <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> 3567 <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>
3558 3568
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">605</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" 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">657</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3560 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 3570 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
3561 3571
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
3563 <source> 3573 <source>
3564 <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>"/> 3574 <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>"/>
3565 3575
@@ -3578,10 +3588,10 @@
3578 <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>"/> 3588 <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>"/>
3579 </target> 3589 </target>
3580 3590
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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
3582 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 3592 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
3583 3593
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
3585 <source> 3595 <source>
3586 <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>"/> 3596 <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>"/>
3587 3597
@@ -3606,56 +3616,56 @@
3606 <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>"/> 3616 <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>"/>
3607 </target> 3617 </target>
3608 3618
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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 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">690</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
3610 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 3620 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
3611 3621
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">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" 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">687</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
3613 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 3623 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
3614 3624
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
3616 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 3626 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
3617 3627
3618 <context-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"> 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">725</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
3619 <source>CACHE</source><target state="new">CACHE</target> 3629 <source>CACHE</source><target state="new">CACHE</target>
3620 3630
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
3622 <source> 3632 <source>
3623 Some files are not federated, and fetched when necessary. Define their caching policies. 3633 Some files are not federated, and fetched when necessary. Define their caching policies.
3624 </source><target state="new"> 3634 </source><target state="new">
3625 Some files are not federated, and fetched when necessary. Define their caching policies. 3635 Some files are not federated, and fetched when necessary. Define their caching policies.
3626 </target> 3636 </target>
3627 3637
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
3629 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 3639 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
3630 3640
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
3632 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 3642 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
3633 3643
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">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 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">770</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
3635 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 3645 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
3636 3646
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
3638 <source> 3648 <source>
3639 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3649 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3640 </source><target state="new"> 3650 </source><target state="new">
3641 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 3651 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
3642 </target> 3652 </target>
3643 3653
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">734</context></context-group></trans-unit> 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">786</context></context-group></trans-unit>
3645 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 3655 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
3646 <source>JavaScript</source> 3656 <source>JavaScript</source>
3647 <target>JavaScript</target> 3657 <target>JavaScript</target>
3648 <context-group name="null"> 3658 <context-group name="null">
3649 <context context-type="linenumber">575</context> 3659 <context context-type="linenumber">575</context>
3650 </context-group> 3660 </context-group>
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 3661 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
3652 <source> 3662 <source>
3653 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3663 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3654 </source><target state="new"> 3664 </source><target state="new">
3655 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3665 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3656 </target> 3666 </target>
3657 3667
3658 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
3659 <source> 3669 <source>
3660 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/>"/> 3670 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/>"/>
3661 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3671 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -3680,16 +3690,16 @@
3680 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3690 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3681 </target> 3691 </target>
3682 3692
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">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 3693 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
3684 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 3694 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
3685 3695
3686 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 3696 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
3687 <source>Update configuration</source><target state="new">Update configuration</target> 3697 <source>Update configuration</source><target state="new">Update configuration</target>
3688 3698
3689 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 3699 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
3690 <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> 3700 <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>
3691 3701
3692 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 3702 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
3693 <source>PROFILE</source><target state="new">PROFILE</target> 3703 <source>PROFILE</source><target state="new">PROFILE</target>
3694 <context-group purpose="location"> 3704 <context-group purpose="location">
3695 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 3705 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -3865,19 +3875,19 @@
3865 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3875 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
3866 <context context-type="linenumber">17</context> 3876 <context context-type="linenumber">17</context>
3867 </context-group> 3877 </context-group>
3868 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 3878 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
3869 <source>Your password</source><target state="new">Your password</target> 3879 <source>Your current password</source><target state="new">Your current password</target>
3870 <context-group purpose="location"> 3880 <context-group purpose="location">
3871 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3881 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
3872 <context context-type="linenumber">27</context> 3882 <context context-type="linenumber">26</context>
3873 </context-group> 3883 </context-group>
3874 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 3884 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
3885 <source>Your password</source><target state="new">Your password</target>
3886
3887 <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">28</context></context-group></trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
3875 <source>Change email</source><target state="new">Change email</target> 3888 <source>Change email</source><target state="new">Change email</target>
3876 <context-group purpose="location"> 3889
3877 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 3890 <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">36</context></context-group></trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3878 <context context-type="linenumber">35</context>
3879 </context-group>
3880 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
3881 <source>Theme</source><target state="new">Theme</target> 3891 <source>Theme</source><target state="new">Theme</target>
3882 3892
3883 <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"> 3893 <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">
@@ -4519,11 +4529,11 @@
4519 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4529 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4520 <context context-type="linenumber">2</context> 4530 <context context-type="linenumber">2</context>
4521 </context-group> 4531 </context-group>
4522 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 4532 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
4523 <source> 4533 <source>
4524 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4534 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4525 </source><target state="new"> 4535 </source><target state="new">
4526 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 4536 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
4527 </target> 4537 </target>
4528 <context-group purpose="location"> 4538 <context-group purpose="location">
4529 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4539 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -7598,6 +7608,24 @@
7598 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7608 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7599 <context context-type="linenumber">1</context> 7609 <context context-type="linenumber">1</context>
7600 </context-group> 7610 </context-group>
7611 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
7612 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
7613 <context-group purpose="location">
7614 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7615 <context context-type="linenumber">1</context>
7616 </context-group>
7617 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
7618 <source>Delete account comments</source><target state="new">Delete account comments</target>
7619 <context-group purpose="location">
7620 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7621 <context context-type="linenumber">1</context>
7622 </context-group>
7623 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
7624 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
7625 <context-group purpose="location">
7626 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7627 <context context-type="linenumber">1</context>
7628 </context-group>
7601 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 7629 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
7602 <source>Edit user</source><target state="new">Edit user</target> 7630 <source>Edit user</source><target state="new">Edit user</target>
7603 <context-group purpose="location"> 7631 <context-group purpose="location">
@@ -7676,6 +7704,18 @@
7676 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7704 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7677 <context context-type="linenumber">1</context> 7705 <context context-type="linenumber">1</context>
7678 </context-group> 7706 </context-group>
7707 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
7708 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
7709 <context-group purpose="location">
7710 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7711 <context context-type="linenumber">1</context>
7712 </context-group>
7713 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
7714 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
7715 <context-group purpose="location">
7716 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7717 <context context-type="linenumber">1</context>
7718 </context-group>
7679 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 7719 </trans-unit><trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
7680 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target> 7720 <source>Mute this account by your instance</source><target state="new">Mute this account by your instance</target>
7681 <context-group purpose="location"> 7721 <context-group purpose="location">
@@ -7724,6 +7764,18 @@
7724 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 7764 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7725 <context context-type="linenumber">1</context> 7765 <context context-type="linenumber">1</context>
7726 </context-group> 7766 </context-group>
7767 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
7768 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
7769 <context-group purpose="location">
7770 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7771 <context context-type="linenumber">1</context>
7772 </context-group>
7773 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
7774 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
7775 <context-group purpose="location">
7776 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7777 <context context-type="linenumber">1</context>
7778 </context-group>
7727 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 7779 </trans-unit><trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
7728 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target> 7780 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source><target state="new">Request is too large for the server. Please contact you administrator if you want to increase the limit size.</target>
7729 <context-group purpose="location"> 7781 <context-group purpose="location">
diff --git a/client/src/locale/angular.th-TH.xlf b/client/src/locale/angular.th-TH.xlf
index 1188735fa..a9b75182a 100644
--- a/client/src/locale/angular.th-TH.xlf
+++ b/client/src/locale/angular.th-TH.xlf
@@ -398,9 +398,9 @@
398 <context-group name="null"> 398 <context-group name="null">
399 <context context-type="linenumber">9</context> 399 <context context-type="linenumber">9</context>
400 </context-group> 400 </context-group>
401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 401
402 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 402
403 </trans-unit> 403 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
404 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 404 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
405 <source>Start at</source> 405 <source>Start at</source>
406 <target>เริ่มต้นที่</target> 406 <target>เริ่มต้นที่</target>
@@ -468,9 +468,9 @@
468 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 468 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
469 <source>video</source> 469 <source>video</source>
470 <target state="translated">วิดีโอ</target> 470 <target state="translated">วิดีโอ</target>
471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 471
472 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 472
473 </trans-unit> 473 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
474 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 474 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
475 <source>subtitles</source> 475 <source>subtitles</source>
476 <target state="translated">คำบรรยายใต้ภาพ</target> 476 <target state="translated">คำบรรยายใต้ภาพ</target>
@@ -685,7 +685,7 @@
685 <target state="translated">ถูกลบ</target> 685 <target state="translated">ถูกลบ</target>
686 686
687 687
688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 688 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
689 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 689 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
690 <source>Edit starts/stops at</source> 690 <source>Edit starts/stops at</source>
691 <target>แก้ไขช่วงเวลาเริ่ม/จบ</target> 691 <target>แก้ไขช่วงเวลาเริ่ม/จบ</target>
@@ -735,11 +735,11 @@
735 <context-group name="null"> 735 <context-group name="null">
736 <context context-type="linenumber">13</context> 736 <context context-type="linenumber">13</context>
737 </context-group> 737 </context-group>
738 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 738
739 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 739
740 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 740
741 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 741
742 </trans-unit> 742 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
743 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 743 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
744 <source>Edit</source> 744 <source>Edit</source>
745 <target>แก้ไข</target> 745 <target>แก้ไข</target>
@@ -1579,21 +1579,20 @@
1579 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1579 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1580 <context context-type="linenumber">21</context> 1580 <context context-type="linenumber">21</context>
1581 </context-group> 1581 </context-group>
1582 </trans-unit> 1582 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1583 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1584 <source> 1583 <source>
1585 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>"/>. 1584 Please consider configuring 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>"/>.
1586 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>"/>. 1585 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1587 </source> 1586 </source><target state="new">
1588 <target state="new"> 1587 Please consider configuring 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>"/>.
1589 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>"/>. 1588 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1590 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>"/>.
1591 </target> 1589 </target>
1592 <context-group purpose="location"> 1590 <context-group purpose="location">
1593 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1591 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1594 <context context-type="linenumber">24</context> 1592 <context context-type="linenumber">24</context>
1595 </context-group> 1593 </context-group>
1596 </trans-unit> 1594 </trans-unit>
1595
1597 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1596 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1598 <source>Configure these fields</source> 1597 <source>Configure these fields</source>
1599 <target state="new">Configure these fields</target> 1598 <target state="new">Configure these fields</target>
@@ -1899,79 +1898,49 @@
1899 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1898 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1900 <source>GLOBAL SEARCH</source> 1899 <source>GLOBAL SEARCH</source>
1901 <target state="new">GLOBAL SEARCH</target> 1900 <target state="new">GLOBAL SEARCH</target>
1902 <context-group purpose="location"> 1901
1903 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1902 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1904 <context context-type="linenumber">16</context>
1905 </context-group>
1906 </trans-unit>
1907 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1903 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1908 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1904 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1909 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1905 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1910 <context-group purpose="location"> 1906
1911 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1907 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1912 <context context-type="linenumber">18</context>
1913 </context-group>
1914 </trans-unit>
1915 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1908 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1916 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1909 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1917 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1910 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1918 <context-group purpose="location"> 1911
1919 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1912 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1920 <context context-type="linenumber">22</context>
1921 </context-group>
1922 </trans-unit>
1923 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1913 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1924 <source>ADVANCED SEARCH</source> 1914 <source>ADVANCED SEARCH</source>
1925 <target state="new">ADVANCED SEARCH</target> 1915 <target state="new">ADVANCED SEARCH</target>
1926 <context-group purpose="location"> 1916
1927 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1917 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1928 <context context-type="linenumber">29</context>
1929 </context-group>
1930 </trans-unit>
1931 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1918 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1932 <source>any instance</source> 1919 <source>any instance</source>
1933 <target state="new">any instance</target> 1920 <target state="new">any instance</target>
1934 <context-group purpose="location"> 1921
1935 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1922 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1936 <context context-type="linenumber">32</context>
1937 </context-group>
1938 </trans-unit>
1939 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1923 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1940 <source>only followed instances</source> 1924 <source>only followed instances</source>
1941 <target state="new">only followed instances</target> 1925 <target state="new">only followed instances</target>
1942 <context-group purpose="location"> 1926
1943 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1927 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1944 <context context-type="linenumber">33</context>
1945 </context-group>
1946 </trans-unit>
1947 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1928 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1948 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1929 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1949 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1930 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1950 <context-group purpose="location"> 1931
1951 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1932 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1952 <context context-type="linenumber">31</context>
1953 </context-group>
1954 </trans-unit>
1955 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1933 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1956 <source>channel</source> 1934 <source>channel</source>
1957 <target state="new">channel</target> 1935 <target state="new">channel</target>
1958 <context-group purpose="location"> 1936
1959 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1937
1960 <context context-type="linenumber">40</context> 1938 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1961 </context-group>
1962 <context-group purpose="location">
1963 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1964 <context context-type="linenumber">43</context>
1965 </context-group>
1966 </trans-unit>
1967 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1939 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1968 <source>Any other text will return matching video or channel names.</source> 1940 <source>Any other text will return matching video or channel names.</source>
1969 <target state="new">Any other text will return matching video or channel names.</target> 1941 <target state="new">Any other text will return matching video or channel names.</target>
1970 <context-group purpose="location"> 1942
1971 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1943 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1972 <context context-type="linenumber">49</context>
1973 </context-group>
1974 </trans-unit>
1975 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1944 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1976 <source>Search...</source> 1945 <source>Search...</source>
1977 <target>ค้นหา...</target> 1946 <target>ค้นหา...</target>
@@ -3157,13 +3126,13 @@
3157 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 3126 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
3158 <source>Reply</source> 3127 <source>Reply</source>
3159 <target state="translated">ตอบกลับ</target> 3128 <target state="translated">ตอบกลับ</target>
3160 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3129
3161 </trans-unit> 3130 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3162 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3131 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3163 <source>This comment has been deleted</source> 3132 <source>This comment has been deleted</source>
3164 <target state="translated">ความคิดเห็นนี้ถูกลบ</target> 3133 <target state="translated">ความคิดเห็นนี้ถูกลบ</target>
3165 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3134
3166 </trans-unit> 3135 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3167 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3136 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3168 <source>Follows &amp; redundancies</source> 3137 <source>Follows &amp; redundancies</source>
3169 <target state="new">Follows &amp; redundancies</target> 3138 <target state="new">Follows &amp; redundancies</target>
@@ -3576,7 +3545,7 @@
3576 <source>Ban reason:</source> 3545 <source>Ban reason:</source>
3577 <target state="new">Ban reason:</target> 3546 <target state="new">Ban reason:</target>
3578 3547
3579 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 3548 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3580 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3549 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3581 <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> 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>
3582 <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 <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>
@@ -4050,6 +4019,12 @@
4050 <source>Homepage</source> 4019 <source>Homepage</source>
4051 <target state="translated">หน้าหลัก</target> 4020 <target state="translated">หน้าหลัก</target>
4052 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4021 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4022 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4023 <source>Close this message</source><target state="new">Close this message</target>
4024 <context-group purpose="location">
4025 <context context-type="sourcefile">src/app/app.component.html</context>
4026 <context context-type="linenumber">34</context>
4027 </context-group>
4053 </trans-unit> 4028 </trans-unit>
4054 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 4029 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
4055 <source>Go to the plugin homepage</source> 4030 <source>Go to the plugin homepage</source>
@@ -4485,34 +4460,74 @@
4485 <source>Local videos</source> 4460 <source>Local videos</source>
4486 <target state="new">Local videos</target> 4461 <target state="new">Local videos</target>
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">270</context></context-group> 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">270</context></context-group>
4463 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4464 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4465 <context-group purpose="location">
4466 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4467 <context context-type="linenumber">281</context>
4468 </context-group>
4469 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4470 <source>
4471 Display a message on your instance
4472 </source><target state="new">
4473 Display a message on your instance
4474 </target>
4475 <context-group purpose="location">
4476 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4477 <context context-type="linenumber">282</context>
4478 </context-group>
4479 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4480 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4481 <context-group purpose="location">
4482 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4483 <context context-type="linenumber">294</context>
4484 </context-group>
4485 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4486 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4487 <context-group purpose="location">
4488 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4489 <context context-type="linenumber">301</context>
4490 </context-group>
4491 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4492 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4493 <context-group purpose="location">
4494 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4495 <context context-type="linenumber">306</context>
4496 </context-group>
4497 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4498 <source>Message</source><target state="new">Message</target>
4499 <context-group purpose="location">
4500 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4501 <context context-type="linenumber">318</context>
4502 </context-group>
4488 </trans-unit> 4503 </trans-unit>
4489 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4504 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4490 <source>NEW USERS</source> 4505 <source>NEW USERS</source>
4491 <target state="new">NEW USERS</target> 4506 <target state="new">NEW USERS</target>
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">281</context></context-group> 4507
4493 </trans-unit> 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">333</context></context-group></trans-unit>
4494 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4509 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4495 <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> 4510 <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>
4496 <target state="new"> 4511 <target state="new">
4497 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. 4512 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.
4498 </target> 4513 </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">282</context></context-group> 4514
4500 </trans-unit> 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">334</context></context-group></trans-unit>
4501 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4516 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4502 <source>Signup enabled</source> 4517 <source>Signup enabled</source>
4503 <target state="new">Signup enabled</target> 4518 <target state="new">Signup enabled</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">293</context></context-group> 4519
4505 </trans-unit> 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">345</context></context-group></trans-unit>
4506 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4521 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4507 <source>Signup requires email verification</source> 4522 <source>Signup requires email verification</source>
4508 <target state="new">Signup requires email verification</target> 4523 <target state="new">Signup requires email verification</target>
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">301</context></context-group> 4524
4510 </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">353</context></context-group></trans-unit>
4511 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4526 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4512 <source>Signup limit</source> 4527 <source>Signup limit</source>
4513 <target state="new">Signup limit</target> 4528 <target state="new">Signup limit</target>
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">305</context></context-group> 4529
4515 </trans-unit> 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">357</context></context-group></trans-unit>
4516 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4531 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4517 <source>Users</source> 4532 <source>Users</source>
4518 <target state="new">Users</target> 4533 <target state="new">Users</target>
@@ -4614,100 +4629,94 @@
4614 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4629 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4615 <source>Default video quota per user</source> 4630 <source>Default video quota per user</source>
4616 <target state="new">Default video quota per user</target> 4631 <target state="new">Default video quota per user</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">320</context></context-group> 4632
4618 </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">372</context></context-group></trans-unit>
4619 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4634 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4620 <source>Default daily upload limit per user</source> 4635 <source>Default daily upload limit per user</source>
4621 <target state="new">Default daily upload limit per user</target> 4636 <target state="new">Default daily upload limit per user</target>
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">332</context></context-group> 4637
4623 </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">384</context></context-group></trans-unit>
4624 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4639 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4625 <source>NEW VIDEOS</source> 4640 <source>NEW VIDEOS</source>
4626 <target state="new">NEW VIDEOS</target> 4641 <target state="new">NEW VIDEOS</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">349</context></context-group> 4642
4628 </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">401</context></context-group></trans-unit>
4629 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4644 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4630 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4645 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4631 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4646 <target state="new">Allow import with HTTP URL (i.e. YouTube)</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">360</context></context-group> 4647
4633 </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">412</context></context-group></trans-unit>
4634 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4649 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4635 <source>Allow import with a torrent file or a magnet URI</source> 4650 <source>Allow import with a torrent file or a magnet URI</source>
4636 <target state="new">Allow import with a torrent file or a magnet URI</target> 4651 <target state="new">Allow import with a torrent file or a magnet URI</target>
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">367</context></context-group> 4652
4638 </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">419</context></context-group></trans-unit>
4639 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4654 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4640 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4655 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4641 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4656 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
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">384</context></context-group> 4657
4643 </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">436</context></context-group></trans-unit>
4644 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4659 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4645 <source>Blacklist new videos automatically</source> 4660 <source>Blacklist new videos automatically</source>
4646 <target state="new">Blacklist new videos automatically</target> 4661 <target state="new">Blacklist new videos automatically</target>
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">381</context></context-group> 4662
4648 </trans-unit> 4663 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">433</context></context-group></trans-unit>
4649 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4664 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4650 <source>FEDERATION</source> 4665 <source>FEDERATION</source>
4651 <target state="new">FEDERATION</target> 4666 <target state="new">FEDERATION</target>
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> 4667
4653 </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">450</context></context-group></trans-unit>
4654 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4669 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4655 <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> 4670 <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>
4656 <target state="new"> 4671 <target state="new">
4657 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. 4672 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.
4658 </target> 4673 </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">399</context></context-group> 4674
4660 </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">451</context></context-group></trans-unit>
4661 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4676 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4662 <source>Other instances can follow yours</source> 4677 <source>Other instances can follow yours</source>
4663 <target state="new">Other instances can follow yours</target> 4678 <target state="new">Other instances can follow yours</target>
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">412</context></context-group> 4679
4665 </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">464</context></context-group></trans-unit>
4666 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4681 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4667 <source>Manually approve new instance followers</source> 4682 <source>Manually approve new instance followers</source>
4668 <target state="new">Manually approve new instance followers</target> 4683 <target state="new">Manually approve new instance followers</target>
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">419</context></context-group> 4684
4670 </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">471</context></context-group></trans-unit>
4671 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4686 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4672 <source>Automatically follow back instances</source> 4687 <source>Automatically follow back instances</source>
4673 <target state="new">Automatically follow back instances</target> 4688 <target state="new">Automatically follow back instances</target>
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">432</context></context-group> 4689
4675 </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">484</context></context-group></trans-unit>
4676 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4691 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4677 <source>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>"/>. </source> 4692 <source>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>"/>. </source>
4678 <target state="new"> 4693 <target state="new">
4679 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>"/>. 4694 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>"/>.
4680 </target> 4695 </target>
4681 <context-group purpose="location"> 4696
4682 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4683 <context context-type="linenumber">450</context>
4684 </context-group>
4685 </trans-unit>
4686 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4698 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4687 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4699 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4688 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4700 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
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">296</context></context-group> 4701
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">435</context></context-group> 4702
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">448</context></context-group> 4703
4692 </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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4693 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4705 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4694 <source>Index URL</source> 4706 <source>Index URL</source>
4695 <target state="new">Index URL</target> 4707 <target state="new">Index URL</target>
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">457</context></context-group> 4708
4697 </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">509</context></context-group></trans-unit>
4698 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4710 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4699 <source>Automatically follow instances of a public index</source> 4711 <source>Automatically follow instances of a public index</source>
4700 <target state="new">Automatically follow instances of a public index</target> 4712 <target state="new">Automatically follow instances of a public index</target>
4701 <context-group purpose="location"> 4713
4702 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4703 <context context-type="linenumber">445</context>
4704 </context-group>
4705 </trans-unit>
4706 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4715 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4707 <source>ADMINISTRATORS</source> 4716 <source>ADMINISTRATORS</source>
4708 <target state="new">ADMINISTRATORS</target> 4717 <target state="new">ADMINISTRATORS</target>
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">477</context></context-group> 4718
4710 </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">529</context></context-group></trans-unit>
4711 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4720 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4712 <source>Administrator</source> 4721 <source>Administrator</source>
4713 <target state="new">Administrator</target> 4722 <target state="new">Administrator</target>
@@ -4716,13 +4725,13 @@
4716 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 4725 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
4717 <source>Admin email</source> 4726 <source>Admin email</source>
4718 <target state="new">Admin email</target> 4727 <target state="new">Admin email</target>
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">483</context></context-group> 4728
4720 </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">535</context></context-group></trans-unit>
4721 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4730 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4722 <source>Enable contact form</source> 4731 <source>Enable contact form</source>
4723 <target state="new">Enable contact form</target> 4732 <target state="new">Enable contact form</target>
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">494</context></context-group> 4733
4725 </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">546</context></context-group></trans-unit>
4726 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4735 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4727 <source>Basic configuration</source> 4736 <source>Basic configuration</source>
4728 <target state="new">Basic configuration</target> 4737 <target state="new">Basic configuration</target>
@@ -4731,25 +4740,25 @@
4731 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4740 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4732 <source>TWITTER</source> 4741 <source>TWITTER</source>
4733 <target state="new">TWITTER</target> 4742 <target state="new">TWITTER</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">511</context></context-group> 4743
4735 </trans-unit> 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">563</context></context-group></trans-unit>
4736 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4745 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4737 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4746 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4738 <target state="new"> 4747 <target state="new">
4739 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4748 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4740 </target> 4749 </target>
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">512</context></context-group> 4750
4742 </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">564</context></context-group></trans-unit>
4743 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4752 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4744 <source>Your Twitter username</source> 4753 <source>Your Twitter username</source>
4745 <target state="new">Your Twitter username</target> 4754 <target state="new">Your Twitter username</target>
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">523</context></context-group> 4755
4747 </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">575</context></context-group></trans-unit>
4748 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4757 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4749 <source>Instance whitelisted by Twitter</source> 4758 <source>Instance whitelisted by Twitter</source>
4750 <target state="new">Instance whitelisted by Twitter</target> 4759 <target state="new">Instance whitelisted by Twitter</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">535</context></context-group> 4760
4752 </trans-unit> 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">587</context></context-group></trans-unit>
4753 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4762 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4754 <source> 4763 <source>
4755 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/>"/> 4764 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/>"/>
@@ -4765,18 +4774,18 @@
4765 <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>"/> 4774 <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>"/>
4766 to see if you instance is whitelisted. 4775 to see if you instance is whitelisted.
4767 </target> 4776 </target>
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">539</context></context-group> 4777
4769 </trans-unit> 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">591</context></context-group></trans-unit>
4770 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4779 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4771 <source>Services</source> 4780 <source>Services</source>
4772 <target state="new">Services</target> 4781 <target state="new">Services</target>
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">505</context></context-group> 4782
4774 </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">557</context></context-group></trans-unit>
4775 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4784 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4776 <source>TRANSCODING</source> 4785 <source>TRANSCODING</source>
4777 <target state="new">TRANSCODING</target> 4786 <target state="new">TRANSCODING</target>
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">565</context></context-group> 4787
4779 </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">617</context></context-group></trans-unit>
4780 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4789 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4781 <source> 4790 <source>
4782 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4791 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -4786,38 +4795,38 @@
4786 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4795 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4787 resources, this is a critical part of PeerTube, so tread carefully. 4796 resources, this is a critical part of PeerTube, so tread carefully.
4788 </target> 4797 </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">566</context></context-group> 4798
4790 </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">618</context></context-group></trans-unit>
4791 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4800 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4792 <source>Transcoding enabled</source> 4801 <source>Transcoding enabled</source>
4793 <target state="new">Transcoding enabled</target> 4802 <target state="new">Transcoding enabled</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">579</context></context-group> 4803
4795 </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">631</context></context-group></trans-unit>
4796 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4805 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4797 <source>If you disable transcoding, many videos from your users will not work!</source> 4806 <source>If you disable transcoding, many videos from your users will not work!</source>
4798 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4807 <target state="new">If you disable transcoding, many videos from your users will not work!</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">583</context></context-group> 4808
4800 </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">635</context></context-group></trans-unit>
4801 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4810 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4802 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4811 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4803 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4812 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</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">594</context></context-group> 4813
4805 </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">646</context></context-group></trans-unit>
4806 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4815 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4807 <source>Allow additional extensions</source> 4816 <source>Allow additional extensions</source>
4808 <target state="new">Allow additional extensions</target> 4817 <target state="new">Allow additional extensions</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">591</context></context-group> 4818
4810 </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">643</context></context-group></trans-unit>
4811 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4820 <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> 4821 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4813 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4822 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</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">605</context></context-group> 4823
4815 </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">657</context></context-group></trans-unit>
4816 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4825 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4817 <source>Allow audio files upload</source> 4826 <source>Allow audio files upload</source>
4818 <target state="new">Allow audio files upload</target> 4827 <target state="new">Allow audio files upload</target>
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">602</context></context-group> 4828
4820 </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">654</context></context-group></trans-unit>
4821 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4830 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4822 <source> 4831 <source>
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>"/> 4832 <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>"/>
@@ -4837,13 +4846,13 @@
4837 4846
4838 <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>"/> 4847 <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>"/>
4839 </target> 4848 </target>
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">617</context></context-group> 4849
4841 </trans-unit> 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">669</context></context-group></trans-unit>
4842 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4851 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4843 <source>WebTorrent support enabled</source> 4852 <source>WebTorrent support enabled</source>
4844 <target state="new">WebTorrent support enabled</target> 4853 <target state="new">WebTorrent support enabled</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">614</context></context-group> 4854
4846 </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">666</context></context-group></trans-unit>
4847 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4856 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4848 <source> 4857 <source>
4849 <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>"/> 4858 <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>"/>
@@ -4869,69 +4878,69 @@
4869 4878
4870 <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>"/> 4879 <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>"/>
4871 </target> 4880 </target>
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">638</context></context-group> 4881
4873 </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">690</context></context-group></trans-unit>
4874 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4883 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4875 <source>HLS support enabled</source> 4884 <source>HLS support enabled</source>
4876 <target state="new">HLS support enabled</target> 4885 <target state="new">HLS support enabled</target>
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">635</context></context-group> 4886
4878 </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">687</context></context-group></trans-unit>
4879 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4888 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4880 <source>Transcoding threads</source> 4889 <source>Transcoding threads</source>
4881 <target state="new">Transcoding threads</target> 4890 <target state="new">Transcoding threads</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">660</context></context-group> 4891
4883 </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">712</context></context-group></trans-unit>
4884 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4893 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4885 <source>Resolutions to generate</source> 4894 <source>Resolutions to generate</source>
4886 <target state="new">Resolutions to generate</target> 4895 <target state="new">Resolutions to generate</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">673</context></context-group> 4896
4888 </trans-unit> 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">725</context></context-group></trans-unit>
4889 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4898 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4890 <source>CACHE</source> 4899 <source>CACHE</source>
4891 <target state="new">CACHE</target> 4900 <target state="new">CACHE</target>
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">699</context></context-group> 4901
4893 </trans-unit> 4902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
4894 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4903 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4895 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4904 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4896 <target state="new"> 4905 <target state="new">
4897 Some files are not federated, and fetched when necessary. Define their caching policies. 4906 Some files are not federated, and fetched when necessary. Define their caching policies.
4898 </target> 4907 </target>
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">700</context></context-group> 4908
4900 </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">752</context></context-group></trans-unit>
4901 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4910 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4902 <source>Number of previews to keep in cache</source> 4911 <source>Number of previews to keep in cache</source>
4903 <target state="new">Number of previews to keep in cache</target> 4912 <target state="new">Number of previews to keep in cache</target>
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">709</context></context-group> 4913
4905 </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">761</context></context-group></trans-unit>
4906 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4915 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4907 <source>Number of video captions to keep in cache</source> 4916 <source>Number of video captions to keep in cache</source>
4908 <target state="new">Number of video captions to keep in cache</target> 4917 <target state="new">Number of video captions to keep in cache</target>
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">718</context></context-group> 4918
4910 </trans-unit> 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">770</context></context-group></trans-unit>
4911 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4920 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4912 <source>CUSTOMIZATIONS</source> 4921 <source>CUSTOMIZATIONS</source>
4913 <target state="new">CUSTOMIZATIONS</target> 4922 <target state="new">CUSTOMIZATIONS</target>
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">733</context></context-group> 4923
4915 </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">785</context></context-group></trans-unit>
4916 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4925 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4917 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4926 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4918 <target state="new"> 4927 <target state="new">
4919 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4928 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4920 </target> 4929 </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">734</context></context-group> 4930
4922 </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">786</context></context-group></trans-unit>
4923 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4932 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4924 <source>JavaScript</source> 4933 <source>JavaScript</source>
4925 <target state="new">JavaScript</target> 4934 <target state="new">JavaScript</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">744</context></context-group> 4935
4927 </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">796</context></context-group></trans-unit>
4928 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4937 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4929 <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> 4938 <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>
4930 <target state="new"> 4939 <target state="new">
4931 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 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>"/>
4932 </target> 4941 </target>
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">747</context></context-group> 4942
4934 </trans-unit> 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">799</context></context-group></trans-unit>
4935 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4944 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4936 <source> 4945 <source>
4937 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 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/>"/>
@@ -4957,23 +4966,23 @@
4957 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4966 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4958 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4967 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4959 </target> 4968 </target>
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">766</context></context-group> 4969
4961 </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">818</context></context-group></trans-unit>
4962 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4971 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4963 <source>Advanced configuration</source> 4972 <source>Advanced configuration</source>
4964 <target state="new">Advanced configuration</target> 4973 <target state="new">Advanced configuration</target>
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">559</context></context-group> 4974
4966 </trans-unit> 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">611</context></context-group></trans-unit>
4967 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4976 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4968 <source>Update configuration</source> 4977 <source>Update configuration</source>
4969 <target state="new">Update configuration</target> 4978 <target state="new">Update configuration</target>
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">804</context></context-group> 4979
4971 </trans-unit> 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">858</context></context-group></trans-unit>
4972 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4981 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4973 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4982 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4974 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4983 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
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">805</context></context-group> 4984
4976 </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">856</context></context-group></trans-unit>
4977 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4986 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4978 <source>PROFILE</source> 4987 <source>PROFILE</source>
4979 <target state="new">PROFILE</target> 4988 <target state="new">PROFILE</target>
@@ -5197,23 +5206,23 @@
5197 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5206 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5198 <context context-type="linenumber">17</context> 5207 <context context-type="linenumber">17</context>
5199 </context-group> 5208 </context-group>
5200 </trans-unit> 5209 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5201 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5210 <source>Your current password</source><target state="new">Your current password</target>
5202 <source>Your password</source>
5203 <target state="translated">รหัสผ่านใหม่ของคุณ</target>
5204 <context-group purpose="location"> 5211 <context-group purpose="location">
5205 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5212 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5206 <context context-type="linenumber">27</context> 5213 <context context-type="linenumber">26</context>
5207 </context-group> 5214 </context-group>
5208 </trans-unit> 5215 </trans-unit>
5216 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5217 <source>Your password</source>
5218 <target state="translated">รหัสผ่านใหม่ของคุณ</target>
5219
5220 <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">28</context></context-group></trans-unit>
5209 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5221 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5210 <source>Change email</source> 5222 <source>Change email</source>
5211 <target state="translated">เปลี่ยนอีเมล</target> 5223 <target state="translated">เปลี่ยนอีเมล</target>
5212 <context-group purpose="location"> 5224
5213 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5225 <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">36</context></context-group></trans-unit>
5214 <context context-type="linenumber">35</context>
5215 </context-group>
5216 </trans-unit>
5217 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5226 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5218 <source>Theme</source> 5227 <source>Theme</source>
5219 <target state="translated">ธีม</target> 5228 <target state="translated">ธีม</target>
@@ -6005,15 +6014,18 @@
6005 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6014 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6006 <context context-type="linenumber">2</context> 6015 <context context-type="linenumber">2</context>
6007 </context-group> 6016 </context-group>
6008 </trans-unit> 6017 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6009 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6018 <source>
6010 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6019 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6011 <target state="translated">PeerTube เป็นแพลตฟอร์มวิดีโอสตรีมมิ่งที่ใช้เทคโนโลยี P2P ในเว็บเบราเซอร์โดยตรง สามารถติดตั้งเองได้และให้บริการร่วมกับเว็บไซต์อื่น (ActivityPub)</target> 6020 </source><target state="new">
6021 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6022 </target>
6012 <context-group purpose="location"> 6023 <context-group purpose="location">
6013 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6024 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6014 <context context-type="linenumber">9</context> 6025 <context context-type="linenumber">9</context>
6015 </context-group> 6026 </context-group>
6016 </trans-unit> 6027 </trans-unit>
6028
6017 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6029 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6018 <source> 6030 <source>
6019 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6031 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9931,6 +9943,24 @@
9931 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9943 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9932 <context context-type="linenumber">1</context> 9944 <context context-type="linenumber">1</context>
9933 </context-group> 9945 </context-group>
9946 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9947 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9948 <context-group purpose="location">
9949 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9950 <context context-type="linenumber">1</context>
9951 </context-group>
9952 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9953 <source>Delete account comments</source><target state="new">Delete account comments</target>
9954 <context-group purpose="location">
9955 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9956 <context context-type="linenumber">1</context>
9957 </context-group>
9958 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9959 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9960 <context-group purpose="location">
9961 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9962 <context context-type="linenumber">1</context>
9963 </context-group>
9934 </trans-unit> 9964 </trans-unit>
9935 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9965 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9936 <source>Edit user</source> 9966 <source>Edit user</source>
@@ -10035,6 +10065,18 @@
10035 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10065 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10036 <context context-type="linenumber">1</context> 10066 <context context-type="linenumber">1</context>
10037 </context-group> 10067 </context-group>
10068 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10069 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10070 <context-group purpose="location">
10071 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10072 <context context-type="linenumber">1</context>
10073 </context-group>
10074 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10075 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10076 <context-group purpose="location">
10077 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10078 <context context-type="linenumber">1</context>
10079 </context-group>
10038 </trans-unit> 10080 </trans-unit>
10039 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 10081 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
10040 <source>Mute this account by your instance</source> 10082 <source>Mute this account by your instance</source>
@@ -10099,6 +10141,18 @@
10099 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10141 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10100 <context context-type="linenumber">1</context> 10142 <context context-type="linenumber">1</context>
10101 </context-group> 10143 </context-group>
10144 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10145 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10146 <context-group purpose="location">
10147 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10148 <context context-type="linenumber">1</context>
10149 </context-group>
10150 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10151 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10152 <context-group purpose="location">
10153 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10154 <context context-type="linenumber">1</context>
10155 </context-group>
10102 </trans-unit> 10156 </trans-unit>
10103 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 10157 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
10104 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10158 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.tr-TR.xlf b/client/src/locale/angular.tr-TR.xlf
index 11992f082..b5e0657c7 100644
--- a/client/src/locale/angular.tr-TR.xlf
+++ b/client/src/locale/angular.tr-TR.xlf
@@ -432,9 +432,9 @@
432 <context-group name="null"> 432 <context-group name="null">
433 <context context-type="linenumber">9</context> 433 <context context-type="linenumber">9</context>
434 </context-group> 434 </context-group>
435 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 435
436 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 436
437 </trans-unit> 437 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
438 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 438 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
439 <source>Start at</source> 439 <source>Start at</source>
440 <target>Başlangıç konumu</target> 440 <target>Başlangıç konumu</target>
@@ -499,7 +499,7 @@
499 499
500 500
501 501
502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 502 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
503 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 503 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
504 <source>subtitles</source> 504 <source>subtitles</source>
505 <target state="new">subtitles</target> 505 <target state="new">subtitles</target>
@@ -679,7 +679,7 @@
679 <target state="new">Deleted</target> 679 <target state="new">Deleted</target>
680 680
681 681
682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 682 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 683 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
684 <source>Edit starts/stops at</source> 684 <source>Edit starts/stops at</source>
685 <target state="new">Edit starts/stops at</target> 685 <target state="new">Edit starts/stops at</target>
@@ -723,7 +723,7 @@
723 723
724 724
725 725
726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 726 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
727 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 727 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
728 <source>Edit</source> 728 <source>Edit</source>
729 <target>Düzenle</target> 729 <target>Düzenle</target>
@@ -1472,21 +1472,20 @@
1472 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1472 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1473 <context context-type="linenumber">21</context> 1473 <context context-type="linenumber">21</context>
1474 </context-group> 1474 </context-group>
1475 </trans-unit> 1475 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1476 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1477 <source> 1476 <source>
1478 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>"/>. 1477 Please consider configuring 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>"/>.
1479 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>"/>. 1478 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1480 </source> 1479 </source><target state="new">
1481 <target state="new"> 1480 Please consider configuring 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>"/>.
1482 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>"/>. 1481 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1483 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>"/>.
1484 </target> 1482 </target>
1485 <context-group purpose="location"> 1483 <context-group purpose="location">
1486 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1484 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1487 <context context-type="linenumber">24</context> 1485 <context context-type="linenumber">24</context>
1488 </context-group> 1486 </context-group>
1489 </trans-unit> 1487 </trans-unit>
1488
1490 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1489 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1491 <source>Configure these fields</source> 1490 <source>Configure these fields</source>
1492 <target state="new">Configure these fields</target> 1491 <target state="new">Configure these fields</target>
@@ -1761,75 +1760,45 @@
1761 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1760 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1762 <source>GLOBAL SEARCH</source> 1761 <source>GLOBAL SEARCH</source>
1763 <target state="new">GLOBAL SEARCH</target> 1762 <target state="new">GLOBAL SEARCH</target>
1764 <context-group purpose="location"> 1763
1765 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1764 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1766 <context context-type="linenumber">16</context>
1767 </context-group>
1768 </trans-unit>
1769 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1765 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1770 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1766 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1771 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1767 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1772 <context-group purpose="location"> 1768
1773 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1769 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1774 <context context-type="linenumber">18</context>
1775 </context-group>
1776 </trans-unit>
1777 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1770 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1778 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1771 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1779 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1772 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1780 <context-group purpose="location"> 1773
1781 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1774 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1782 <context context-type="linenumber">22</context>
1783 </context-group>
1784 </trans-unit>
1785 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1775 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1786 <source>ADVANCED SEARCH</source> 1776 <source>ADVANCED SEARCH</source>
1787 <target state="new">ADVANCED SEARCH</target> 1777 <target state="new">ADVANCED SEARCH</target>
1788 <context-group purpose="location"> 1778
1789 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1779 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1790 <context context-type="linenumber">29</context>
1791 </context-group>
1792 </trans-unit>
1793 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1780 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1794 <source>any instance</source> 1781 <source>any instance</source>
1795 <target state="new">any instance</target> 1782 <target state="new">any instance</target>
1796 <context-group purpose="location"> 1783
1797 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1784 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1798 <context context-type="linenumber">32</context>
1799 </context-group>
1800 </trans-unit>
1801 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1785 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1802 <source>only followed instances</source> 1786 <source>only followed instances</source>
1803 <target state="new">only followed instances</target> 1787 <target state="new">only followed instances</target>
1804 <context-group purpose="location"> 1788
1805 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1789 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1806 <context context-type="linenumber">33</context>
1807 </context-group>
1808 </trans-unit>
1809 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1790 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1810 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1791 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1811 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1792 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1812 <context-group purpose="location"> 1793
1813 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1794 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1814 <context context-type="linenumber">31</context>
1815 </context-group>
1816 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1817 <source>channel</source><target state="new">channel</target> 1795 <source>channel</source><target state="new">channel</target>
1818 <context-group purpose="location"> 1796
1819 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1797
1820 <context context-type="linenumber">40</context> 1798 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1821 </context-group>
1822 <context-group purpose="location">
1823 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1824 <context context-type="linenumber">43</context>
1825 </context-group>
1826 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1827 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1799 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1828 <context-group purpose="location"> 1800
1829 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1801 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1830 <context context-type="linenumber">49</context>
1831 </context-group>
1832 </trans-unit>
1833 1802
1834 1803
1835 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1804 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
@@ -2938,13 +2907,13 @@
2938 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 2907 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2939 <source>Reply</source> 2908 <source>Reply</source>
2940 <target state="new">Reply</target> 2909 <target state="new">Reply</target>
2941 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 2910
2942 </trans-unit> 2911 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2943 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2912 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2944 <source>This comment has been deleted</source> 2913 <source>This comment has been deleted</source>
2945 <target state="new">This comment has been deleted</target> 2914 <target state="new">This comment has been deleted</target>
2946 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 2915
2947 </trans-unit> 2916 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2948 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2917 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2949 <source>Follows &amp; redundancies</source> 2918 <source>Follows &amp; redundancies</source>
2950 <target state="new">Follows &amp; redundancies</target> 2919 <target state="new">Follows &amp; redundancies</target>
@@ -3348,7 +3317,7 @@
3348 <source>Ban reason:</source> 3317 <source>Ban reason:</source>
3349 <target state="new">Ban reason:</target> 3318 <target state="new">Ban reason:</target>
3350 3319
3351 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3352 <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> 3321 <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>
3353 <context-group purpose="location"> 3322 <context-group purpose="location">
3354 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3323 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3808,7 +3777,13 @@
3808 3777
3809 3778
3810 3779
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 3780 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3781 <source>Close this message</source><target state="new">Close this message</target>
3782 <context-group purpose="location">
3783 <context context-type="sourcefile">src/app/app.component.html</context>
3784 <context context-type="linenumber">34</context>
3785 </context-group>
3786 </trans-unit>
3812 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3787 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3813 <source>Go to the plugin homepage</source> 3788 <source>Go to the plugin homepage</source>
3814 <target state="new">Go to the plugin homepage</target> 3789 <target state="new">Go to the plugin homepage</target>
@@ -4203,34 +4178,74 @@
4203 <context context-type="linenumber">223</context> 4178 <context context-type="linenumber">223</context>
4204 </context-group> 4179 </context-group>
4205 4180
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4182 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4183 <context-group purpose="location">
4184 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4185 <context context-type="linenumber">281</context>
4186 </context-group>
4187 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4188 <source>
4189 Display a message on your instance
4190 </source><target state="new">
4191 Display a message on your instance
4192 </target>
4193 <context-group purpose="location">
4194 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4195 <context context-type="linenumber">282</context>
4196 </context-group>
4197 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4198 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4199 <context-group purpose="location">
4200 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4201 <context context-type="linenumber">294</context>
4202 </context-group>
4203 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4204 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4205 <context-group purpose="location">
4206 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4207 <context context-type="linenumber">301</context>
4208 </context-group>
4209 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4210 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4211 <context-group purpose="location">
4212 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4213 <context context-type="linenumber">306</context>
4214 </context-group>
4215 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4216 <source>Message</source><target state="new">Message</target>
4217 <context-group purpose="location">
4218 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4219 <context context-type="linenumber">318</context>
4220 </context-group>
4221 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4207 <source>NEW USERS</source><target state="new">NEW USERS</target> 4222 <source>NEW USERS</source><target state="new">NEW USERS</target>
4208 4223
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4210 <source> 4225 <source>
4211 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. 4226 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.
4212 </source><target state="new"> 4227 </source><target state="new">
4213 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. 4228 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.
4214 </target> 4229 </target>
4215 4230
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">282</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">334</context></context-group></trans-unit>
4217 4232
4218 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4233 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4219 <source>Signup enabled</source> 4234 <source>Signup enabled</source>
4220 <target state="new">Signup enabled</target> 4235 <target state="new">Signup enabled</target>
4221 4236
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">293</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">345</context></context-group></trans-unit>
4223 4238
4224 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4239 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4225 <source>Signup requires email verification</source> 4240 <source>Signup requires email verification</source>
4226 <target state="new">Signup requires email verification</target> 4241 <target state="new">Signup requires email verification</target>
4227 4242
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">301</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">353</context></context-group></trans-unit>
4229 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4244 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4230 <source>Signup limit</source> 4245 <source>Signup limit</source>
4231 <target state="new">Signup limit</target> 4246 <target state="new">Signup limit</target>
4232 4247
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">305</context></context-group></trans-unit> 4248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">357</context></context-group></trans-unit>
4234 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4249 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4235 <source>Users</source> 4250 <source>Users</source>
4236 <target state="new">Users</target> 4251 <target state="new">Users</target>
@@ -4318,70 +4333,67 @@
4318 <source>Default video quota per user</source> 4333 <source>Default video quota per user</source>
4319 <target state="new">Default video quota per user</target> 4334 <target state="new">Default video quota per user</target>
4320 4335
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">320</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">372</context></context-group></trans-unit>
4322 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4337 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4323 <source>Default daily upload limit per user</source> 4338 <source>Default daily upload limit per user</source>
4324 <target state="new">Default daily upload limit per user</target> 4339 <target state="new">Default daily upload limit per user</target>
4325 4340
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4327 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4342 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4328 4343
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">349</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">401</context></context-group></trans-unit>
4330 4345
4331 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4346 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4332 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4347 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4333 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4348 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4334 4349
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">360</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">412</context></context-group></trans-unit>
4336 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4351 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4337 <source>Allow import with a torrent file or a magnet URI</source> 4352 <source>Allow import with a torrent file or a magnet URI</source>
4338 <target state="new">Allow import with a torrent file or a magnet URI</target> 4353 <target state="new">Allow import with a torrent file or a magnet URI</target>
4339 4354
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">367</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">419</context></context-group></trans-unit>
4341 4356
4342 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4357 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4343 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4358 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4344 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4359 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4345 4360
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">384</context></context-group></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">436</context></context-group></trans-unit>
4347 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4362 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4348 <source>Blacklist new videos automatically</source> 4363 <source>Blacklist new videos automatically</source>
4349 <target state="new">Blacklist new videos automatically</target> 4364 <target state="new">Blacklist new videos automatically</target>
4350 4365
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4352 <source>FEDERATION</source><target state="new">FEDERATION</target> 4367 <source>FEDERATION</source><target state="new">FEDERATION</target>
4353 4368
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4355 <source> 4370 <source>
4356 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. 4371 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.
4357 </source><target state="new"> 4372 </source><target state="new">
4358 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. 4373 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.
4359 </target> 4374 </target>
4360 4375
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4362 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4377 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4363 4378
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">412</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">464</context></context-group></trans-unit>
4365 4380
4366 4381
4367 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4382 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4368 <source>Manually approve new instance followers</source> 4383 <source>Manually approve new instance followers</source>
4369 <target state="new">Manually approve new instance followers</target> 4384 <target state="new">Manually approve new instance followers</target>
4370 4385
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4372 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4387 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4373 4388
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4375 <source> 4390 <source>
4376 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 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>"/>.
4377 </source><target state="new"> 4392 </source><target state="new">
4378 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>"/>. 4393 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>"/>.
4379 </target> 4394 </target>
4380 <context-group purpose="location"> 4395
4381 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4382 <context context-type="linenumber">450</context>
4383 </context-group>
4384 </trans-unit>
4385 4397
4386 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4398 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4387 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4399 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
@@ -4389,25 +4401,22 @@
4389 4401
4390 4402
4391 4403
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4393 4405
4394 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4406 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4395 <source>Index URL</source> 4407 <source>Index URL</source>
4396 <target state="new">Index URL</target> 4408 <target state="new">Index URL</target>
4397 4409
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4399 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4411 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4400 <context-group purpose="location"> 4412
4401 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4402 <context context-type="linenumber">445</context>
4403 </context-group>
4404 </trans-unit>
4405 4414
4406 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4415 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4407 <source>ADMINISTRATORS</source> 4416 <source>ADMINISTRATORS</source>
4408 <target state="new">ADMINISTRATORS</target> 4417 <target state="new">ADMINISTRATORS</target>
4409 4418
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">477</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">529</context></context-group></trans-unit>
4411 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4420 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4412 <source>Administrator</source> 4421 <source>Administrator</source>
4413 <target state="new">Administrator</target> 4422 <target state="new">Administrator</target>
@@ -4417,12 +4426,12 @@
4417 <source>Admin email</source> 4426 <source>Admin email</source>
4418 <target state="new">Admin email</target> 4427 <target state="new">Admin email</target>
4419 4428
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">483</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">535</context></context-group></trans-unit>
4421 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4430 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4422 <source>Enable contact form</source> 4431 <source>Enable contact form</source>
4423 <target state="new">Enable contact form</target> 4432 <target state="new">Enable contact form</target>
4424 4433
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">494</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">546</context></context-group></trans-unit>
4426 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4435 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4427 <source>Basic configuration</source> 4436 <source>Basic configuration</source>
4428 <target state="new">Basic configuration</target> 4437 <target state="new">Basic configuration</target>
@@ -4432,25 +4441,25 @@
4432 <source>TWITTER</source> 4441 <source>TWITTER</source>
4433 <target state="new">TWITTER</target> 4442 <target state="new">TWITTER</target>
4434 4443
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4436 <source> 4445 <source>
4437 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4446 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4438 </source><target state="new"> 4447 </source><target state="new">
4439 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4448 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4440 </target> 4449 </target>
4441 4450
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">512</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">564</context></context-group></trans-unit>
4443 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4452 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4444 <source>Your Twitter username</source> 4453 <source>Your Twitter username</source>
4445 <target state="new">Your Twitter username</target> 4454 <target state="new">Your Twitter username</target>
4446 4455
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">523</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">575</context></context-group></trans-unit>
4448 4457
4449 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4458 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4450 <source>Instance whitelisted by Twitter</source> 4459 <source>Instance whitelisted by Twitter</source>
4451 <target state="new">Instance whitelisted by Twitter</target> 4460 <target state="new">Instance whitelisted by Twitter</target>
4452 4461
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4454 <source> 4463 <source>
4455 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/>"/> 4464 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/>"/>
4456 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/>"/> 4465 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/>"/>
@@ -4465,18 +4474,18 @@
4465 to see if you instance is whitelisted. 4474 to see if you instance is whitelisted.
4466 </target> 4475 </target>
4467 4476
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">539</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">591</context></context-group></trans-unit>
4469 4478
4470 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4479 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4471 <source>Services</source> 4480 <source>Services</source>
4472 <target state="new">Services</target> 4481 <target state="new">Services</target>
4473 4482
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">505</context></context-group></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">557</context></context-group></trans-unit>
4475 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4484 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4476 <source>TRANSCODING</source> 4485 <source>TRANSCODING</source>
4477 <target state="new">TRANSCODING</target> 4486 <target state="new">TRANSCODING</target>
4478 4487
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4480 <source> 4489 <source>
4481 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4490 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4482 resources, this is a critical part of PeerTube, so tread carefully. 4491 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4485,35 +4494,35 @@
4485 resources, this is a critical part of PeerTube, so tread carefully. 4494 resources, this is a critical part of PeerTube, so tread carefully.
4486 </target> 4495 </target>
4487 4496
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">566</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">618</context></context-group></trans-unit>
4489 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4498 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4490 <source>Transcoding enabled</source> 4499 <source>Transcoding enabled</source>
4491 <target state="new">Transcoding enabled</target> 4500 <target state="new">Transcoding enabled</target>
4492 4501
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">579</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">631</context></context-group></trans-unit>
4494 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4503 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4495 <source>If you disable transcoding, many videos from your users will not work!</source> 4504 <source>If you disable transcoding, many videos from your users will not work!</source>
4496 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4505 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
4497 4506
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4499 <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> 4508 <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>
4500 4509
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">594</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">646</context></context-group></trans-unit>
4502 4511
4503 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4512 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4504 <source>Allow additional extensions</source> 4513 <source>Allow additional extensions</source>
4505 <target state="new">Allow additional extensions</target> 4514 <target state="new">Allow additional extensions</target>
4506 4515
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4508 <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> 4517 <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>
4509 4518
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">605</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">657</context></context-group></trans-unit>
4511 4520
4512 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4521 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4513 <source>Allow audio files upload</source> 4522 <source>Allow audio files upload</source>
4514 <target state="new">Allow audio files upload</target> 4523 <target state="new">Allow audio files upload</target>
4515 4524
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4517 <source> 4526 <source>
4518 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4527 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4519 4528
@@ -4532,13 +4541,13 @@
4532 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4541 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>If disabled, breaks federation with PeerTube instances &lt; 2.1<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4533 </target> 4542 </target>
4534 4543
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">617</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">669</context></context-group></trans-unit>
4536 4545
4537 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4546 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4538 <source>WebTorrent support enabled</source> 4547 <source>WebTorrent support enabled</source>
4539 <target state="new">WebTorrent support enabled</target> 4548 <target state="new">WebTorrent support enabled</target>
4540 4549
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4542 <source> 4551 <source>
4543 <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>"/> 4552 <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>"/>
4544 4553
@@ -4563,40 +4572,40 @@
4563 <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>"/> 4572 <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>"/>
4564 </target> 4573 </target>
4565 4574
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">638</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">690</context></context-group></trans-unit>
4567 4576
4568 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4577 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4569 <source>HLS support enabled</source> 4578 <source>HLS support enabled</source>
4570 <target state="new">HLS support enabled</target> 4579 <target state="new">HLS support enabled</target>
4571 4580
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">635</context></context-group></trans-unit> 4581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
4573 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4582 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4574 <source>Transcoding threads</source> 4583 <source>Transcoding threads</source>
4575 <target state="new">Transcoding threads</target> 4584 <target state="new">Transcoding threads</target>
4576 4585
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4578 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4587 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4579 4588
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">673</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">725</context></context-group></trans-unit>
4581 4590
4582 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4591 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4583 <source>CACHE</source> 4592 <source>CACHE</source>
4584 <target state="new">CACHE</target> 4593 <target state="new">CACHE</target>
4585 4594
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4587 <source> 4596 <source>
4588 Some files are not federated, and fetched when necessary. Define their caching policies. 4597 Some files are not federated, and fetched when necessary. Define their caching policies.
4589 </source><target state="new"> 4598 </source><target state="new">
4590 Some files are not federated, and fetched when necessary. Define their caching policies. 4599 Some files are not federated, and fetched when necessary. Define their caching policies.
4591 </target> 4600 </target>
4592 4601
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4594 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4603 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4595 4604
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" 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">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4597 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4606 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4598 4607
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">718</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">770</context></context-group></trans-unit>
4600 4609
4601 4610
4602 4611
@@ -4604,26 +4613,26 @@
4604 <source>CUSTOMIZATIONS</source> 4613 <source>CUSTOMIZATIONS</source>
4605 <target state="new">CUSTOMIZATIONS</target> 4614 <target state="new">CUSTOMIZATIONS</target>
4606 4615
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4608 <source> 4617 <source>
4609 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4618 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4610 </source><target state="new"> 4619 </source><target state="new">
4611 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4620 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4612 </target> 4621 </target>
4613 4622
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">734</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">786</context></context-group></trans-unit>
4615 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4624 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4616 <source>JavaScript</source> 4625 <source>JavaScript</source>
4617 <target state="new">JavaScript</target> 4626 <target state="new">JavaScript</target>
4618 4627
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4620 <source> 4629 <source>
4621 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4630 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4622 </source><target state="new"> 4631 </source><target state="new">
4623 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4632 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4624 </target> 4633 </target>
4625 4634
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4627 <source> 4636 <source>
4628 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/>"/> 4637 Write CSS code directly. Example:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
4629 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4638 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4648,24 +4657,24 @@
4648 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4657 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4649 </target> 4658 </target>
4650 4659
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">766</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">818</context></context-group></trans-unit>
4652 4661
4653 4662
4654 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4663 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4655 <source>Advanced configuration</source> 4664 <source>Advanced configuration</source>
4656 <target state="new">Advanced configuration</target> 4665 <target state="new">Advanced configuration</target>
4657 4666
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">559</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">611</context></context-group></trans-unit>
4659 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4668 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4660 <source>Update configuration</source> 4669 <source>Update configuration</source>
4661 <target state="new">Update configuration</target> 4670 <target state="new">Update configuration</target>
4662 4671
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">804</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">858</context></context-group></trans-unit>
4664 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4673 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4665 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4674 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4666 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4675 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
4667 4676
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4669 <source>PROFILE</source><target state="new">PROFILE</target> 4678 <source>PROFILE</source><target state="new">PROFILE</target>
4670 <context-group purpose="location"> 4679 <context-group purpose="location">
4671 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4680 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4869,23 +4878,23 @@
4869 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4878 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4870 <context context-type="linenumber">17</context> 4879 <context context-type="linenumber">17</context>
4871 </context-group> 4880 </context-group>
4872 </trans-unit> 4881 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4873 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4882 <source>Your current password</source><target state="new">Your current password</target>
4874 <source>Your password</source>
4875 <target state="new">Your password</target>
4876 <context-group purpose="location"> 4883 <context-group purpose="location">
4877 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4884 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4878 <context context-type="linenumber">27</context> 4885 <context context-type="linenumber">26</context>
4879 </context-group> 4886 </context-group>
4880 </trans-unit> 4887 </trans-unit>
4888 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4889 <source>Your password</source>
4890 <target state="new">Your password</target>
4891
4892 <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">28</context></context-group></trans-unit>
4881 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 4893 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4882 <source>Change email</source> 4894 <source>Change email</source>
4883 <target state="new">Change email</target> 4895 <target state="new">Change email</target>
4884 <context-group purpose="location"> 4896
4885 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4897 <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">36</context></context-group></trans-unit>
4886 <context context-type="linenumber">35</context>
4887 </context-group>
4888 </trans-unit>
4889 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 4898 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4890 <source>Theme</source> 4899 <source>Theme</source>
4891 <target state="new">Theme</target> 4900 <target state="new">Theme</target>
@@ -5657,17 +5666,18 @@
5657 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5666 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5658 <context context-type="linenumber">2</context> 5667 <context context-type="linenumber">2</context>
5659 </context-group> 5668 </context-group>
5660 </trans-unit> 5669 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5661 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5670 <source>
5662 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 5671 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5663 <target state="new"> 5672 </source><target state="new">
5664 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5673 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5665 </target> 5674 </target>
5666 <context-group purpose="location"> 5675 <context-group purpose="location">
5667 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5676 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5668 <context context-type="linenumber">9</context> 5677 <context context-type="linenumber">9</context>
5669 </context-group> 5678 </context-group>
5670 </trans-unit> 5679 </trans-unit>
5680
5671 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5681 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5672 <source> 5682 <source>
5673 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 5683 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9561,6 +9571,24 @@
9561 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9571 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9562 <context context-type="linenumber">1</context> 9572 <context context-type="linenumber">1</context>
9563 </context-group> 9573 </context-group>
9574 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9575 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9576 <context-group purpose="location">
9577 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9578 <context context-type="linenumber">1</context>
9579 </context-group>
9580 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9581 <source>Delete account comments</source><target state="new">Delete account comments</target>
9582 <context-group purpose="location">
9583 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9584 <context context-type="linenumber">1</context>
9585 </context-group>
9586 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9587 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9588 <context-group purpose="location">
9589 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9590 <context context-type="linenumber">1</context>
9591 </context-group>
9564 </trans-unit> 9592 </trans-unit>
9565 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9593 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9566 <source>Edit user</source> 9594 <source>Edit user</source>
@@ -9665,6 +9693,18 @@
9665 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9693 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9666 <context context-type="linenumber">1</context> 9694 <context context-type="linenumber">1</context>
9667 </context-group> 9695 </context-group>
9696 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9697 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9698 <context-group purpose="location">
9699 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9700 <context context-type="linenumber">1</context>
9701 </context-group>
9702 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9703 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9704 <context-group purpose="location">
9705 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9706 <context context-type="linenumber">1</context>
9707 </context-group>
9668 </trans-unit> 9708 </trans-unit>
9669 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9709 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9670 <source>Mute this account by your instance</source> 9710 <source>Mute this account by your instance</source>
@@ -9729,6 +9769,18 @@
9729 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9769 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9730 <context context-type="linenumber">1</context> 9770 <context context-type="linenumber">1</context>
9731 </context-group> 9771 </context-group>
9772 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9773 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
9774 <context-group purpose="location">
9775 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9776 <context context-type="linenumber">1</context>
9777 </context-group>
9778 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9779 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
9780 <context-group purpose="location">
9781 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9782 <context context-type="linenumber">1</context>
9783 </context-group>
9732 </trans-unit> 9784 </trans-unit>
9733 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 9785 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9734 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 9786 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.uk-UA.xlf b/client/src/locale/angular.uk-UA.xlf
index 6f94608c3..96eb58f3e 100644
--- a/client/src/locale/angular.uk-UA.xlf
+++ b/client/src/locale/angular.uk-UA.xlf
@@ -416,9 +416,9 @@
416 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html"> 416 <trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
417 <source>Options</source> 417 <source>Options</source>
418 <target state="translated">Опції</target> 418 <target state="translated">Опції</target>
419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 419
420 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 420
421 </trans-unit> 421 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 422 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
423 <source>Start at</source> 423 <source>Start at</source>
424 <target state="translated">Почати з</target> 424 <target state="translated">Почати з</target>
@@ -474,9 +474,9 @@
474 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 474 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
475 <source>video</source> 475 <source>video</source>
476 <target state="translated">відео</target> 476 <target state="translated">відео</target>
477 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 477
478 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 478
479 </trans-unit> 479 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
480 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 480 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
481 <source>subtitles</source> 481 <source>subtitles</source>
482 <target state="translated">субтитри</target> 482 <target state="translated">субтитри</target>
@@ -663,7 +663,7 @@
663 <target state="translated">Видалено</target> 663 <target state="translated">Видалено</target>
664 664
665 665
666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 666 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 667 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
668 <source>Edit starts/stops at</source> 668 <source>Edit starts/stops at</source>
669 <target state="new">Edit starts/stops at</target> 669 <target state="new">Edit starts/stops at</target>
@@ -701,11 +701,11 @@
701 <context-group name="null"> 701 <context-group name="null">
702 <context context-type="linenumber">13</context> 702 <context context-type="linenumber">13</context>
703 </context-group> 703 </context-group>
704 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 704
705 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 705
706 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 706
707 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 707
708 </trans-unit> 708 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
709 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 709 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
710 <source>Edit</source> 710 <source>Edit</source>
711 <target>Редагувати</target> 711 <target>Редагувати</target>
@@ -1520,21 +1520,20 @@
1520 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1520 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1521 <context context-type="linenumber">21</context> 1521 <context context-type="linenumber">21</context>
1522 </context-group> 1522 </context-group>
1523 </trans-unit> 1523 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1524 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html">
1525 <source> 1524 <source>
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>"/>. 1525 Please consider configuring 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>"/>. 1526 Without them, your instance may not be referenced on the <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> 1527 </source><target state="new">
1529 <target state="new"> 1528 Please consider configuring 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>"/>.
1530 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>"/>. 1529 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1531 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>"/>.
1532 </target> 1530 </target>
1533 <context-group purpose="location"> 1531 <context-group purpose="location">
1534 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1532 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1535 <context context-type="linenumber">24</context> 1533 <context context-type="linenumber">24</context>
1536 </context-group> 1534 </context-group>
1537 </trans-unit> 1535 </trans-unit>
1536
1538 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html"> 1537 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1539 <source>Configure these fields</source> 1538 <source>Configure these fields</source>
1540 <target state="new">Configure these fields</target> 1539 <target state="new">Configure these fields</target>
@@ -1796,79 +1795,49 @@
1796 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1795 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1797 <source>GLOBAL SEARCH</source> 1796 <source>GLOBAL SEARCH</source>
1798 <target state="new">GLOBAL SEARCH</target> 1797 <target state="new">GLOBAL SEARCH</target>
1799 <context-group purpose="location"> 1798
1800 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1799 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1801 <context context-type="linenumber">16</context>
1802 </context-group>
1803 </trans-unit>
1804 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1800 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1805 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1801 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1806 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1802 <target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1807 <context-group purpose="location"> 1803
1808 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1804 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1809 <context context-type="linenumber">18</context>
1810 </context-group>
1811 </trans-unit>
1812 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1805 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1813 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1806 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1814 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1807 <target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1815 <context-group purpose="location"> 1808
1816 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1809 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1817 <context context-type="linenumber">22</context>
1818 </context-group>
1819 </trans-unit>
1820 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1810 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1821 <source>ADVANCED SEARCH</source> 1811 <source>ADVANCED SEARCH</source>
1822 <target state="new">ADVANCED SEARCH</target> 1812 <target state="new">ADVANCED SEARCH</target>
1823 <context-group purpose="location"> 1813
1824 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1814 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1825 <context context-type="linenumber">29</context>
1826 </context-group>
1827 </trans-unit>
1828 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1815 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1829 <source>any instance</source> 1816 <source>any instance</source>
1830 <target state="new">any instance</target> 1817 <target state="new">any instance</target>
1831 <context-group purpose="location"> 1818
1832 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1819 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1833 <context context-type="linenumber">32</context>
1834 </context-group>
1835 </trans-unit>
1836 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1820 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1837 <source>only followed instances</source> 1821 <source>only followed instances</source>
1838 <target state="new">only followed instances</target> 1822 <target state="new">only followed instances</target>
1839 <context-group purpose="location"> 1823
1840 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1824 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1841 <context context-type="linenumber">33</context>
1842 </context-group>
1843 </trans-unit>
1844 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1825 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1845 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1826 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1846 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1827 <target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1847 <context-group purpose="location"> 1828
1848 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1829 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1849 <context context-type="linenumber">31</context>
1850 </context-group>
1851 </trans-unit>
1852 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1830 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1853 <source>channel</source> 1831 <source>channel</source>
1854 <target state="new">channel</target> 1832 <target state="new">channel</target>
1855 <context-group purpose="location"> 1833
1856 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1834
1857 <context context-type="linenumber">40</context> 1835 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1858 </context-group>
1859 <context-group purpose="location">
1860 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1861 <context context-type="linenumber">43</context>
1862 </context-group>
1863 </trans-unit>
1864 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1836 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1865 <source>Any other text will return matching video or channel names.</source> 1837 <source>Any other text will return matching video or channel names.</source>
1866 <target state="new">Any other text will return matching video or channel names.</target> 1838 <target state="new">Any other text will return matching video or channel names.</target>
1867 <context-group purpose="location"> 1839
1868 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1840 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1869 <context context-type="linenumber">49</context>
1870 </context-group>
1871 </trans-unit>
1872 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html"> 1841 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1873 <source>Search...</source> 1842 <source>Search...</source>
1874 <target state="new">Search...</target> 1843 <target state="new">Search...</target>
@@ -2977,13 +2946,13 @@
2977 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html"> 2946 <trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2978 <source>Reply</source> 2947 <source>Reply</source>
2979 <target state="new">Reply</target> 2948 <target state="new">Reply</target>
2980 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 2949
2981 </trans-unit> 2950 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
2982 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2951 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2983 <source>This comment has been deleted</source> 2952 <source>This comment has been deleted</source>
2984 <target state="new">This comment has been deleted</target> 2953 <target state="new">This comment has been deleted</target>
2985 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 2954
2986 </trans-unit> 2955 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2987 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2956 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2988 <source>Follows &amp; redundancies</source> 2957 <source>Follows &amp; redundancies</source>
2989 <target state="new">Follows &amp; redundancies</target> 2958 <target state="new">Follows &amp; redundancies</target>
@@ -3387,7 +3356,7 @@
3387 <source>Ban reason:</source> 3356 <source>Ban reason:</source>
3388 <target state="new">Ban reason:</target> 3357 <target state="new">Ban reason:</target>
3389 3358
3390 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 3359 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3391 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3360 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3392 <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> 3361 <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>
3393 <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 <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>
@@ -3861,6 +3830,12 @@
3861 <source>Homepage</source> 3830 <source>Homepage</source>
3862 <target state="new">Homepage</target> 3831 <target state="new">Homepage</target>
3863 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 3832 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
3833 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3834 <source>Close this message</source><target state="new">Close this message</target>
3835 <context-group purpose="location">
3836 <context context-type="sourcefile">src/app/app.component.html</context>
3837 <context context-type="linenumber">34</context>
3838 </context-group>
3864 </trans-unit> 3839 </trans-unit>
3865 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3840 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3866 <source>Go to the plugin homepage</source> 3841 <source>Go to the plugin homepage</source>
@@ -4278,34 +4253,74 @@
4278 <source>Local videos</source> 4253 <source>Local videos</source>
4279 <target state="new">Local videos</target> 4254 <target state="new">Local videos</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">270</context></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">270</context></context-group>
4256 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4257 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4258 <context-group purpose="location">
4259 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4260 <context context-type="linenumber">281</context>
4261 </context-group>
4262 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4263 <source>
4264 Display a message on your instance
4265 </source><target state="new">
4266 Display a message on your instance
4267 </target>
4268 <context-group purpose="location">
4269 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4270 <context context-type="linenumber">282</context>
4271 </context-group>
4272 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4273 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4274 <context-group purpose="location">
4275 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4276 <context context-type="linenumber">294</context>
4277 </context-group>
4278 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4279 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4280 <context-group purpose="location">
4281 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4282 <context context-type="linenumber">301</context>
4283 </context-group>
4284 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4285 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4286 <context-group purpose="location">
4287 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4288 <context context-type="linenumber">306</context>
4289 </context-group>
4290 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4291 <source>Message</source><target state="new">Message</target>
4292 <context-group purpose="location">
4293 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4294 <context context-type="linenumber">318</context>
4295 </context-group>
4281 </trans-unit> 4296 </trans-unit>
4282 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4297 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4283 <source>NEW USERS</source> 4298 <source>NEW USERS</source>
4284 <target state="new">NEW USERS</target> 4299 <target state="new">NEW USERS</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">281</context></context-group> 4300
4286 </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">333</context></context-group></trans-unit>
4287 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4302 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4288 <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> 4303 <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>
4289 <target state="new"> 4304 <target state="new">
4290 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. 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.
4291 </target> 4306 </target>
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> 4307
4293 </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">334</context></context-group></trans-unit>
4294 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 4309 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4295 <source>Signup enabled</source> 4310 <source>Signup enabled</source>
4296 <target state="new">Signup enabled</target> 4311 <target state="new">Signup enabled</target>
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">293</context></context-group> 4312
4298 </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">345</context></context-group></trans-unit>
4299 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 4314 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4300 <source>Signup requires email verification</source> 4315 <source>Signup requires email verification</source>
4301 <target state="new">Signup requires email verification</target> 4316 <target state="new">Signup requires email verification</target>
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">301</context></context-group> 4317
4303 </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">353</context></context-group></trans-unit>
4304 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 4319 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4305 <source>Signup limit</source> 4320 <source>Signup limit</source>
4306 <target state="new">Signup limit</target> 4321 <target state="new">Signup limit</target>
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">305</context></context-group> 4322
4308 </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">357</context></context-group></trans-unit>
4309 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html"> 4324 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
4310 <source>Users</source> 4325 <source>Users</source>
4311 <target state="new">Users</target> 4326 <target state="new">Users</target>
@@ -4407,100 +4422,94 @@
4407 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 4422 <trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
4408 <source>Default video quota per user</source> 4423 <source>Default video quota per user</source>
4409 <target state="new">Default video quota per user</target> 4424 <target state="new">Default video quota per user</target>
4410 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">320</context></context-group> 4425
4411 </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">372</context></context-group></trans-unit>
4412 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4427 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4413 <source>Default daily upload limit per user</source> 4428 <source>Default daily upload limit per user</source>
4414 <target state="new">Default daily upload limit per user</target> 4429 <target state="new">Default daily upload limit per user</target>
4415 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">332</context></context-group> 4430
4416 </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">384</context></context-group></trans-unit>
4417 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 4432 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4418 <source>NEW VIDEOS</source> 4433 <source>NEW VIDEOS</source>
4419 <target state="new">NEW VIDEOS</target> 4434 <target state="new">NEW VIDEOS</target>
4420 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">349</context></context-group> 4435
4421 </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">401</context></context-group></trans-unit>
4422 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4437 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4423 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4438 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4424 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4439 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4425 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group> 4440
4426 </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">412</context></context-group></trans-unit>
4427 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4442 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4428 <source>Allow import with a torrent file or a magnet URI</source> 4443 <source>Allow import with a torrent file or a magnet URI</source>
4429 <target state="new">Allow import with a torrent file or a magnet URI</target> 4444 <target state="new">Allow import with a torrent file or a magnet URI</target>
4430 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">367</context></context-group> 4445
4431 </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">419</context></context-group></trans-unit>
4432 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4447 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4433 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 4448 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4434 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target> 4449 <target state="new">Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</target>
4435 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">384</context></context-group> 4450
4436 </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">436</context></context-group></trans-unit>
4437 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4452 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4438 <source>Blacklist new videos automatically</source> 4453 <source>Blacklist new videos automatically</source>
4439 <target state="new">Blacklist new videos automatically</target> 4454 <target state="new">Blacklist new videos automatically</target>
4440 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">381</context></context-group> 4455
4441 </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">433</context></context-group></trans-unit>
4442 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 4457 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4443 <source>FEDERATION</source> 4458 <source>FEDERATION</source>
4444 <target state="new">FEDERATION</target> 4459 <target state="new">FEDERATION</target>
4445 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">398</context></context-group> 4460
4446 </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">450</context></context-group></trans-unit>
4447 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 4462 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4448 <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> 4463 <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>
4449 <target state="new"> 4464 <target state="new">
4450 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. 4465 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.
4451 </target> 4466 </target>
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">399</context></context-group> 4467
4453 </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">451</context></context-group></trans-unit>
4454 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 4469 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4455 <source>Other instances can follow yours</source> 4470 <source>Other instances can follow yours</source>
4456 <target state="new">Other instances can follow yours</target> 4471 <target state="new">Other instances can follow yours</target>
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">412</context></context-group> 4472
4458 </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">464</context></context-group></trans-unit>
4459 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4474 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4460 <source>Manually approve new instance followers</source> 4475 <source>Manually approve new instance followers</source>
4461 <target state="new">Manually approve new instance followers</target> 4476 <target state="new">Manually approve new instance followers</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">419</context></context-group> 4477
4463 </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">471</context></context-group></trans-unit>
4464 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 4479 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4465 <source>Automatically follow back instances</source> 4480 <source>Automatically follow back instances</source>
4466 <target state="new">Automatically follow back instances</target> 4481 <target state="new">Automatically follow back instances</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">432</context></context-group> 4482
4468 </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">484</context></context-group></trans-unit>
4469 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 4484 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4470 <source>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>"/>. </source> 4485 <source>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>"/>. </source>
4471 <target state="new"> 4486 <target state="new">
4472 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 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>"/>.
4473 </target> 4488 </target>
4474 <context-group purpose="location"> 4489
4475 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4476 <context context-type="linenumber">450</context>
4477 </context-group>
4478 </trans-unit>
4479 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4491 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4480 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4492 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4481 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4493 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</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">296</context></context-group> 4494
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">435</context></context-group> 4495
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">448</context></context-group> 4496
4485 </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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4486 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4498 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4487 <source>Index URL</source> 4499 <source>Index URL</source>
4488 <target state="new">Index URL</target> 4500 <target state="new">Index URL</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">457</context></context-group> 4501
4490 </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">509</context></context-group></trans-unit>
4491 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 4503 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4492 <source>Automatically follow instances of a public index</source> 4504 <source>Automatically follow instances of a public index</source>
4493 <target state="new">Automatically follow instances of a public index</target> 4505 <target state="new">Automatically follow instances of a public index</target>
4494 <context-group purpose="location"> 4506
4495 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4496 <context context-type="linenumber">445</context>
4497 </context-group>
4498 </trans-unit>
4499 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4508 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4500 <source>ADMINISTRATORS</source> 4509 <source>ADMINISTRATORS</source>
4501 <target state="new">ADMINISTRATORS</target> 4510 <target state="new">ADMINISTRATORS</target>
4502 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">477</context></context-group> 4511
4503 </trans-unit> 4512 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">529</context></context-group></trans-unit>
4504 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 4513 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
4505 <source>Administrator</source> 4514 <source>Administrator</source>
4506 <target state="new">Administrator</target> 4515 <target state="new">Administrator</target>
@@ -4509,13 +4518,13 @@
4509 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 4518 <trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
4510 <source>Admin email</source> 4519 <source>Admin email</source>
4511 <target state="new">Admin email</target> 4520 <target state="new">Admin email</target>
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">483</context></context-group> 4521
4513 </trans-unit> 4522 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">535</context></context-group></trans-unit>
4514 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 4523 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
4515 <source>Enable contact form</source> 4524 <source>Enable contact form</source>
4516 <target state="new">Enable contact form</target> 4525 <target state="new">Enable contact form</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">494</context></context-group> 4526
4518 </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">546</context></context-group></trans-unit>
4519 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html"> 4528 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
4520 <source>Basic configuration</source> 4529 <source>Basic configuration</source>
4521 <target state="new">Basic configuration</target> 4530 <target state="new">Basic configuration</target>
@@ -4524,25 +4533,25 @@
4524 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 4533 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4525 <source>TWITTER</source> 4534 <source>TWITTER</source>
4526 <target state="new">TWITTER</target> 4535 <target state="new">TWITTER</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">511</context></context-group> 4536
4528 </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">563</context></context-group></trans-unit>
4529 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 4538 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4530 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 4539 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
4531 <target state="new"> 4540 <target state="new">
4532 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4541 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4533 </target> 4542 </target>
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">512</context></context-group> 4543
4535 </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">564</context></context-group></trans-unit>
4536 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 4545 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4537 <source>Your Twitter username</source> 4546 <source>Your Twitter username</source>
4538 <target state="new">Your Twitter username</target> 4547 <target state="new">Your Twitter username</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">523</context></context-group> 4548
4540 </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">575</context></context-group></trans-unit>
4541 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4550 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4542 <source>Instance whitelisted by Twitter</source> 4551 <source>Instance whitelisted by Twitter</source>
4543 <target state="new">Instance whitelisted by Twitter</target> 4552 <target state="new">Instance whitelisted by Twitter</target>
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">535</context></context-group> 4553
4545 </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">587</context></context-group></trans-unit>
4546 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 4555 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4547 <source> 4556 <source>
4548 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4557 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/>"/>
@@ -4558,18 +4567,18 @@
4558 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 4567 <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>"/>
4559 to see if you instance is whitelisted. 4568 to see if you instance is whitelisted.
4560 </target> 4569 </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">539</context></context-group> 4570
4562 </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">591</context></context-group></trans-unit>
4563 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 4572 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4564 <source>Services</source> 4573 <source>Services</source>
4565 <target state="new">Services</target> 4574 <target state="new">Services</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">505</context></context-group> 4575
4567 </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">557</context></context-group></trans-unit>
4568 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 4577 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4569 <source>TRANSCODING</source> 4578 <source>TRANSCODING</source>
4570 <target state="new">TRANSCODING</target> 4579 <target state="new">TRANSCODING</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">565</context></context-group> 4580
4572 </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">617</context></context-group></trans-unit>
4573 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 4582 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4574 <source> 4583 <source>
4575 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4584 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
@@ -4579,38 +4588,38 @@
4579 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4588 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4580 resources, this is a critical part of PeerTube, so tread carefully. 4589 resources, this is a critical part of PeerTube, so tread carefully.
4581 </target> 4590 </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">566</context></context-group> 4591
4583 </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">618</context></context-group></trans-unit>
4584 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 4593 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4585 <source>Transcoding enabled</source> 4594 <source>Transcoding enabled</source>
4586 <target state="new">Transcoding enabled</target> 4595 <target state="new">Transcoding enabled</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">579</context></context-group> 4596
4588 </trans-unit> 4597 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
4589 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 4598 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4590 <source>If you disable transcoding, many videos from your users will not work!</source> 4599 <source>If you disable transcoding, many videos from your users will not work!</source>
4591 <target state="new">If you disable transcoding, many videos from your users will not work!</target> 4600 <target state="new">If you disable transcoding, many videos from your users will not work!</target>
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">583</context></context-group> 4601
4593 </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">635</context></context-group></trans-unit>
4594 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 4603 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4595 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 4604 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
4596 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target> 4605 <target state="new">Allows users to upload .mkv, .mov, .avi and .flv videos.</target>
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">594</context></context-group> 4606
4598 </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">646</context></context-group></trans-unit>
4599 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 4608 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4600 <source>Allow additional extensions</source> 4609 <source>Allow additional extensions</source>
4601 <target state="new">Allow additional extensions</target> 4610 <target state="new">Allow additional extensions</target>
4602 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">591</context></context-group> 4611
4603 </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">643</context></context-group></trans-unit>
4604 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 4613 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4605 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 4614 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
4606 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target> 4615 <target state="new">Allows users to upload audio files that will be merged with the preview file on upload.</target>
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">605</context></context-group> 4616
4608 </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">657</context></context-group></trans-unit>
4609 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 4618 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4610 <source>Allow audio files upload</source> 4619 <source>Allow audio files upload</source>
4611 <target state="new">Allow audio files upload</target> 4620 <target state="new">Allow audio files upload</target>
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">602</context></context-group> 4621
4613 </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">654</context></context-group></trans-unit>
4614 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 4623 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4615 <source> 4624 <source>
4616 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Experimental, we suggest you to not disable webtorrent support for now<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4625 <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>"/>
@@ -4630,13 +4639,13 @@
4630 4639
4631 <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>"/> 4640 <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>"/>
4632 </target> 4641 </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">617</context></context-group> 4642
4634 </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">669</context></context-group></trans-unit>
4635 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 4644 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4636 <source>WebTorrent support enabled</source> 4645 <source>WebTorrent support enabled</source>
4637 <target state="new">WebTorrent support enabled</target> 4646 <target state="new">WebTorrent support enabled</target>
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">614</context></context-group> 4647
4639 </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">666</context></context-group></trans-unit>
4640 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 4649 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4641 <source> 4650 <source>
4642 <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>"/> 4651 <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>"/>
@@ -4662,69 +4671,69 @@
4662 4671
4663 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4672 <x id="START_PARAGRAPH" ctype="x-p" equiv-text="&lt;p>"/>If you also enabled WebTorrent support, it will multiply videos storage by 2<x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/>
4664 </target> 4673 </target>
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">638</context></context-group> 4674
4666 </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">690</context></context-group></trans-unit>
4667 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 4676 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4668 <source>HLS support enabled</source> 4677 <source>HLS support enabled</source>
4669 <target state="new">HLS support enabled</target> 4678 <target state="new">HLS support enabled</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">635</context></context-group> 4679
4671 </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">687</context></context-group></trans-unit>
4672 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 4681 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4673 <source>Transcoding threads</source> 4682 <source>Transcoding threads</source>
4674 <target state="new">Transcoding threads</target> 4683 <target state="new">Transcoding threads</target>
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">660</context></context-group> 4684
4676 </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">712</context></context-group></trans-unit>
4677 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 4686 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4678 <source>Resolutions to generate</source> 4687 <source>Resolutions to generate</source>
4679 <target state="new">Resolutions to generate</target> 4688 <target state="new">Resolutions to generate</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">673</context></context-group> 4689
4681 </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">725</context></context-group></trans-unit>
4682 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 4691 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4683 <source>CACHE</source> 4692 <source>CACHE</source>
4684 <target state="new">CACHE</target> 4693 <target state="new">CACHE</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">699</context></context-group> 4694
4686 </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">751</context></context-group></trans-unit>
4687 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 4696 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4688 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 4697 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
4689 <target state="new"> 4698 <target state="new">
4690 Some files are not federated, and fetched when necessary. Define their caching policies. 4699 Some files are not federated, and fetched when necessary. Define their caching policies.
4691 </target> 4700 </target>
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">700</context></context-group> 4701
4693 </trans-unit> 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">752</context></context-group></trans-unit>
4694 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 4703 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4695 <source>Number of previews to keep in cache</source> 4704 <source>Number of previews to keep in cache</source>
4696 <target state="new">Number of previews to keep in cache</target> 4705 <target state="new">Number of previews to keep in cache</target>
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">709</context></context-group> 4706
4698 </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">761</context></context-group></trans-unit>
4699 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4708 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4700 <source>Number of video captions to keep in cache</source> 4709 <source>Number of video captions to keep in cache</source>
4701 <target state="new">Number of video captions to keep in cache</target> 4710 <target state="new">Number of video captions to keep in cache</target>
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">718</context></context-group> 4711
4703 </trans-unit> 4712 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
4704 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 4713 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4705 <source>CUSTOMIZATIONS</source> 4714 <source>CUSTOMIZATIONS</source>
4706 <target state="new">CUSTOMIZATIONS</target> 4715 <target state="new">CUSTOMIZATIONS</target>
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">733</context></context-group> 4716
4708 </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">785</context></context-group></trans-unit>
4709 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 4718 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4710 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 4719 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
4711 <target state="new"> 4720 <target state="new">
4712 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4721 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4713 </target> 4722 </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">734</context></context-group> 4723
4715 </trans-unit> 4724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
4716 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 4725 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4717 <source>JavaScript</source> 4726 <source>JavaScript</source>
4718 <target state="new">JavaScript</target> 4727 <target state="new">JavaScript</target>
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">744</context></context-group> 4728
4720 </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">796</context></context-group></trans-unit>
4721 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 4730 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4722 <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> 4731 <source>Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> </source>
4723 <target state="new"> 4732 <target state="new">
4724 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4733 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4725 </target> 4734 </target>
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">747</context></context-group> 4735
4727 </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">799</context></context-group></trans-unit>
4728 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 4737 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4729 <source> 4738 <source>
4730 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/>"/> 4739 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/>"/>
@@ -4750,23 +4759,23 @@
4750 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4759 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4751 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4760 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4752 </target> 4761 </target>
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">766</context></context-group> 4762
4754 </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">818</context></context-group></trans-unit>
4755 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 4764 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4756 <source>Advanced configuration</source> 4765 <source>Advanced configuration</source>
4757 <target state="new">Advanced configuration</target> 4766 <target state="new">Advanced configuration</target>
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">559</context></context-group> 4767
4759 </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">611</context></context-group></trans-unit>
4760 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 4769 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4761 <source>Update configuration</source> 4770 <source>Update configuration</source>
4762 <target state="new">Update configuration</target> 4771 <target state="new">Update configuration</target>
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">804</context></context-group> 4772
4764 </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">858</context></context-group></trans-unit>
4765 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4774 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4766 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 4775 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
4767 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 4776 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
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">805</context></context-group> 4777
4769 </trans-unit> 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">856</context></context-group></trans-unit>
4770 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 4779 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4771 <source>PROFILE</source> 4780 <source>PROFILE</source>
4772 <target state="new">PROFILE</target> 4781 <target state="new">PROFILE</target>
@@ -4996,23 +5005,23 @@
4996 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5005 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4997 <context context-type="linenumber">17</context> 5006 <context context-type="linenumber">17</context>
4998 </context-group> 5007 </context-group>
4999 </trans-unit> 5008 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5000 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5009 <source>Your current password</source><target state="new">Your current password</target>
5001 <source>Your password</source>
5002 <target state="new">Your password</target>
5003 <context-group purpose="location"> 5010 <context-group purpose="location">
5004 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5011 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5005 <context context-type="linenumber">27</context> 5012 <context context-type="linenumber">26</context>
5006 </context-group> 5013 </context-group>
5007 </trans-unit> 5014 </trans-unit>
5015 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5016 <source>Your password</source>
5017 <target state="new">Your password</target>
5018
5019 <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">28</context></context-group></trans-unit>
5008 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5020 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5009 <source>Change email</source> 5021 <source>Change email</source>
5010 <target state="new">Change email</target> 5022 <target state="new">Change email</target>
5011 <context-group purpose="location"> 5023
5012 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5024 <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">36</context></context-group></trans-unit>
5013 <context context-type="linenumber">35</context>
5014 </context-group>
5015 </trans-unit>
5016 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html"> 5025 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
5017 <source>Theme</source> 5026 <source>Theme</source>
5018 <target state="new">Theme</target> 5027 <target state="new">Theme</target>
@@ -5822,17 +5831,18 @@
5822 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5831 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5823 <context context-type="linenumber">2</context> 5832 <context context-type="linenumber">2</context>
5824 </context-group> 5833 </context-group>
5825 </trans-unit> 5834 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5826 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5835 <source>
5827 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 5836 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5828 <target state="new"> 5837 </source><target state="new">
5829 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5838 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5830 </target> 5839 </target>
5831 <context-group purpose="location"> 5840 <context-group purpose="location">
5832 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5841 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5833 <context context-type="linenumber">9</context> 5842 <context context-type="linenumber">9</context>
5834 </context-group> 5843 </context-group>
5835 </trans-unit> 5844 </trans-unit>
5845
5836 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 5846 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
5837 <source> 5847 <source>
5838 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 5848 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -9777,6 +9787,24 @@
9777 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9787 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9778 <context context-type="linenumber">1</context> 9788 <context context-type="linenumber">1</context>
9779 </context-group> 9789 </context-group>
9790 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9791 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
9792 <context-group purpose="location">
9793 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9794 <context context-type="linenumber">1</context>
9795 </context-group>
9796 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9797 <source>Delete account comments</source><target state="new">Delete account comments</target>
9798 <context-group purpose="location">
9799 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9800 <context context-type="linenumber">1</context>
9801 </context-group>
9802 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9803 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
9804 <context-group purpose="location">
9805 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9806 <context context-type="linenumber">1</context>
9807 </context-group>
9780 </trans-unit> 9808 </trans-unit>
9781 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9809 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9782 <source>Edit user</source> 9810 <source>Edit user</source>
@@ -9881,6 +9909,18 @@
9881 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9909 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9882 <context context-type="linenumber">1</context> 9910 <context context-type="linenumber">1</context>
9883 </context-group> 9911 </context-group>
9912 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9913 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
9914 <context-group purpose="location">
9915 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9916 <context context-type="linenumber">1</context>
9917 </context-group>
9918 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9919 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
9920 <context-group purpose="location">
9921 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9922 <context context-type="linenumber">1</context>
9923 </context-group>
9884 </trans-unit> 9924 </trans-unit>
9885 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9925 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9886 <source>Mute this account by your instance</source> 9926 <source>Mute this account by your instance</source>
@@ -9945,6 +9985,18 @@
9945 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 9985 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9946 <context context-type="linenumber">1</context> 9986 <context context-type="linenumber">1</context>
9947 </context-group> 9987 </context-group>
9988 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9989 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
9990 <context-group purpose="location">
9991 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9992 <context context-type="linenumber">1</context>
9993 </context-group>
9994 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9995 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
9996 <context-group purpose="location">
9997 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9998 <context context-type="linenumber">1</context>
9999 </context-group>
9948 </trans-unit> 10000 </trans-unit>
9949 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 10001 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9950 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10002 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.vi-VN.xlf b/client/src/locale/angular.vi-VN.xlf
index ef7832f78..c9779916c 100644
--- a/client/src/locale/angular.vi-VN.xlf
+++ b/client/src/locale/angular.vi-VN.xlf
@@ -366,7 +366,7 @@
366 <context-group name="null"> 366 <context-group name="null">
367 <context context-type="linenumber">9</context> 367 <context context-type="linenumber">9</context>
368 </context-group> 368 </context-group>
369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group></trans-unit> 369 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
370 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 370 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
371 <source>Start at</source> 371 <source>Start at</source>
372 <target>Bắt đầu từ</target> 372 <target>Bắt đầu từ</target>
@@ -410,7 +410,7 @@
410 <source>video</source><target state="new">video</target> 410 <source>video</source><target state="new">video</target>
411 411
412 412
413 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 413 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit><trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
414 <source>subtitles</source><target state="new">subtitles</target> 414 <source>subtitles</source><target state="new">subtitles</target>
415 <context-group purpose="location"> 415 <context-group purpose="location">
416 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context> 416 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
@@ -588,7 +588,7 @@
588 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html"> 588 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
589 <source>Deleted</source><target state="new">Deleted</target> 589 <source>Deleted</source><target state="new">Deleted</target>
590 590
591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html"> 591 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target> 592 <source>Edit starts/stops at</source><target state="new">Edit starts/stops at</target>
593 593
594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit> 594 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
@@ -619,7 +619,7 @@
619 <context-group name="null"> 619 <context-group name="null">
620 <context context-type="linenumber">13</context> 620 <context context-type="linenumber">13</context>
621 </context-group> 621 </context-group>
622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 622 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
623 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 623 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
624 <source>Edit</source> 624 <source>Edit</source>
625 <target>Sửa</target> 625 <target>Sửa</target>
@@ -1313,13 +1313,13 @@
1313 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1313 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1314 <context context-type="linenumber">21</context> 1314 <context context-type="linenumber">21</context>
1315 </context-group> 1315 </context-group>
1316 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1316 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1317 <source> 1317 <source>
1318 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>"/>. 1318 Please consider configuring 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>"/>.
1319 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>"/>. 1319 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1320 </source><target state="new"> 1320 </source><target state="new">
1321 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>"/>. 1321 Please consider configuring 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>"/>.
1322 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>"/>. 1322 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1323 </target> 1323 </target>
1324 <context-group purpose="location"> 1324 <context-group purpose="location">
1325 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1325 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1579,63 +1579,33 @@
1579 1579
1580 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1580 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1581 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1581 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1582 <context-group purpose="location"> 1582
1583 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1583 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1584 <context context-type="linenumber">16</context>
1585 </context-group>
1586 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1587 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1584 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1588 <context-group purpose="location"> 1585
1589 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1586 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1590 <context context-type="linenumber">18</context>
1591 </context-group>
1592 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1593 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1587 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1594 <context-group purpose="location"> 1588
1595 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1589 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1596 <context context-type="linenumber">22</context>
1597 </context-group>
1598 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1599 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1590 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1600 <context-group purpose="location"> 1591
1601 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1592 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1602 <context context-type="linenumber">29</context>
1603 </context-group>
1604 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1605 <source>any instance</source><target state="new">any instance</target> 1593 <source>any instance</source><target state="new">any instance</target>
1606 <context-group purpose="location"> 1594
1607 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1595 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1608 <context context-type="linenumber">32</context>
1609 </context-group>
1610 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1611 <source>only followed instances</source><target state="new">only followed instances</target> 1596 <source>only followed instances</source><target state="new">only followed instances</target>
1612 <context-group purpose="location"> 1597
1613 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1598 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1614 <context context-type="linenumber">33</context>
1615 </context-group>
1616 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1617 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1599 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1618 <context-group purpose="location"> 1600
1619 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1601 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1620 <context context-type="linenumber">31</context>
1621 </context-group>
1622 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1623 <source>channel</source><target state="new">channel</target> 1602 <source>channel</source><target state="new">channel</target>
1624 <context-group purpose="location"> 1603
1625 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1604
1626 <context context-type="linenumber">40</context> 1605 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1627 </context-group>
1628 <context-group purpose="location">
1629 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1630 <context context-type="linenumber">43</context>
1631 </context-group>
1632 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1633 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1606 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1634 <context-group purpose="location"> 1607
1635 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1608 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1636 <context context-type="linenumber">49</context>
1637 </context-group>
1638 </trans-unit>
1639 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1609 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1640 <source>Search...</source> 1610 <source>Search...</source>
1641 <target>Tìm...</target> 1611 <target>Tìm...</target>
@@ -2736,10 +2706,10 @@
2736 <context-group name="null"> 2706 <context-group name="null">
2737 <context context-type="linenumber">14</context> 2707 <context context-type="linenumber">14</context>
2738 </context-group> 2708 </context-group>
2739 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 2709 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
2740 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target> 2710 <source>This comment has been deleted</source><target state="new">This comment has been deleted</target>
2741 2711
2742 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 2712 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
2743 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 2713 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
2744 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target> 2714 <source>Follows &amp; redundancies</source><target state="new">Follows &amp; redundancies</target>
2745 <context-group purpose="location"> 2715 <context-group purpose="location">
@@ -3119,7 +3089,7 @@
3119 <context-group name="null"> 3089 <context-group name="null">
3120 <context context-type="linenumber">95</context> 3090 <context context-type="linenumber">95</context>
3121 </context-group> 3091 </context-group>
3122 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3092 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3123 <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> 3093 <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>
3124 <context-group purpose="location"> 3094 <context-group purpose="location">
3125 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3095 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -3534,7 +3504,13 @@
3534 <source>Homepage</source><target state="new">Homepage</target> 3504 <source>Homepage</source><target state="new">Homepage</target>
3535 3505
3536 3506
3537 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html"> 3507 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
3508 <source>Close this message</source><target state="new">Close this message</target>
3509 <context-group purpose="location">
3510 <context context-type="sourcefile">src/app/app.component.html</context>
3511 <context context-type="linenumber">34</context>
3512 </context-group>
3513 </trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3538 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target> 3514 <source>Go to the plugin homepage</source><target state="new">Go to the plugin homepage</target>
3539 3515
3540 3516
@@ -3822,26 +3798,66 @@
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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" 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">269</context></context-group></trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3823 <source>Local videos</source><target state="new">Local videos</target> 3799 <source>Local videos</source><target state="new">Local videos</target>
3824 3800
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
3802 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
3803 <context-group purpose="location">
3804 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3805 <context context-type="linenumber">281</context>
3806 </context-group>
3807 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
3808 <source>
3809 Display a message on your instance
3810 </source><target state="new">
3811 Display a message on your instance
3812 </target>
3813 <context-group purpose="location">
3814 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3815 <context context-type="linenumber">282</context>
3816 </context-group>
3817 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
3818 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
3819 <context-group purpose="location">
3820 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3821 <context context-type="linenumber">294</context>
3822 </context-group>
3823 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
3824 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
3825 <context-group purpose="location">
3826 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3827 <context context-type="linenumber">301</context>
3828 </context-group>
3829 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
3830 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
3831 <context-group purpose="location">
3832 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3833 <context context-type="linenumber">306</context>
3834 </context-group>
3835 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
3836 <source>Message</source><target state="new">Message</target>
3837 <context-group purpose="location">
3838 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3839 <context context-type="linenumber">318</context>
3840 </context-group>
3841 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
3826 <source>NEW USERS</source><target state="new">NEW USERS</target> 3842 <source>NEW USERS</source><target state="new">NEW USERS</target>
3827 3843
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
3829 <source> 3845 <source>
3830 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. 3846 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.
3831 </source><target state="new"> 3847 </source><target state="new">
3832 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. 3848 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.
3833 </target> 3849 </target>
3834 3850
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">282</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 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">334</context></context-group></trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3836 <source>Signup enabled</source><target state="new">Signup enabled</target> 3852 <source>Signup enabled</source><target state="new">Signup enabled</target>
3837 3853
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">293</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 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">345</context></context-group></trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3839 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target> 3855 <source>Signup requires email verification</source><target state="new">Signup requires email verification</target>
3840 3856
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">301</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 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">353</context></context-group></trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3842 <source>Signup limit</source><target state="new">Signup limit</target> 3858 <source>Signup limit</source><target state="new">Signup limit</target>
3843 3859
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">305</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" 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">357</context></context-group></trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3845 <source>Users</source><target state="new">Users</target> 3861 <source>Users</source><target state="new">Users</target>
3846 3862
3847 <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"> 3863 <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">
@@ -3923,98 +3939,92 @@
3923 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 3939 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3924 <source>Default video quota per user</source><target state="new">Default video quota per user</target> 3940 <source>Default video quota per user</source><target state="new">Default video quota per user</target>
3925 3941
3926 <context-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"> 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">372</context></context-group></trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3927 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target> 3943 <source>Default daily upload limit per user</source><target state="new">Default daily upload limit per user</target>
3928 3944
3929 <context-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"> 3945 <context-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="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
3930 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 3946 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
3931 3947
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">349</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" 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">401</context></context-group></trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
3933 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 3949 <source>Allow import with HTTP URL (i.e. YouTube)</source><target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
3934 3950
3935 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">360</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" 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">412</context></context-group></trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
3936 <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> 3952 <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>
3937 3953
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">367</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 3954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">419</context></context-group></trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
3939 <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> 3955 <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>
3940 3956
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">384</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">436</context></context-group></trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
3942 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target> 3958 <source>Blacklist new videos automatically</source><target state="new">Blacklist new videos automatically</target>
3943 3959
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
3945 <source>FEDERATION</source><target state="new">FEDERATION</target> 3961 <source>FEDERATION</source><target state="new">FEDERATION</target>
3946 3962
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
3948 <source> 3964 <source>
3949 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. 3965 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.
3950 </source><target state="new"> 3966 </source><target state="new">
3951 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. 3967 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.
3952 </target> 3968 </target>
3953 3969
3954 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
3955 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 3971 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
3956 3972
3957 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">412</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 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">464</context></context-group></trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
3958 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target> 3974 <source>Manually approve new instance followers</source><target state="new">Manually approve new instance followers</target>
3959 3975
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
3961 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 3977 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
3962 3978
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
3964 <source> 3980 <source>
3965 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>"/>. 3981 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>"/>.
3966 </source><target state="new"> 3982 </source><target state="new">
3967 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>"/>. 3983 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>"/>.
3968 </target> 3984 </target>
3969 <context-group purpose="location"> 3985
3970 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3971 <context context-type="linenumber">450</context>
3972 </context-group>
3973 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
3974 <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> 3987 <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>
3975 3988
3976 3989
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">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"> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3978 <source>Index URL</source><target state="new">Index URL</target> 3991 <source>Index URL</source><target state="new">Index URL</target>
3979 3992
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
3981 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 3994 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
3982 <context-group purpose="location"> 3995
3983 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3984 <context context-type="linenumber">445</context>
3985 </context-group>
3986 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
3987 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 3997 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
3988 3998
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">477</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html"> 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">529</context></context-group></trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3990 <source>Administrator</source><target state="new">Administrator</target> 4000 <source>Administrator</source><target state="new">Administrator</target>
3991 4001
3992 <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"> 4002 <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">
3993 <source>Admin email</source><target state="new">Admin email</target> 4003 <source>Admin email</source><target state="new">Admin email</target>
3994 4004
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">483</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" 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">535</context></context-group></trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3996 <source>Enable contact form</source><target state="new">Enable contact form</target> 4006 <source>Enable contact form</source><target state="new">Enable contact form</target>
3997 4007
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">494</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" 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">546</context></context-group></trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3999 <source>Basic configuration</source><target state="new">Basic configuration</target> 4009 <source>Basic configuration</source><target state="new">Basic configuration</target>
4000 4010
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4002 <source>TWITTER</source><target state="new">TWITTER</target> 4012 <source>TWITTER</source><target state="new">TWITTER</target>
4003 4013
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4005 <source> 4015 <source>
4006 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4016 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4007 </source><target state="new"> 4017 </source><target state="new">
4008 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4018 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4009 </target> 4019 </target>
4010 4020
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">512</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 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">564</context></context-group></trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
4012 <source>Your Twitter username</source><target state="new">Your Twitter username</target> 4022 <source>Your Twitter username</source><target state="new">Your Twitter username</target>
4013 4023
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">523</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 4024 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
4015 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target> 4025 <source>Instance whitelisted by Twitter</source><target state="new">Instance whitelisted by Twitter</target>
4016 4026
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
4018 <source> 4028 <source>
4019 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/>"/> 4029 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/>"/>
4020 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/>"/> 4030 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/>"/>
@@ -4029,13 +4039,13 @@
4029 to see if you instance is whitelisted. 4039 to see if you instance is whitelisted.
4030 </target> 4040 </target>
4031 4041
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">539</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" 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">591</context></context-group></trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
4033 <source>Services</source><target state="new">Services</target> 4043 <source>Services</source><target state="new">Services</target>
4034 4044
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
4036 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 4046 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
4037 4047
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
4039 <source> 4049 <source>
4040 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 4050 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
4041 resources, this is a critical part of PeerTube, so tread carefully. 4051 resources, this is a critical part of PeerTube, so tread carefully.
@@ -4044,25 +4054,25 @@
4044 resources, this is a critical part of PeerTube, so tread carefully. 4054 resources, this is a critical part of PeerTube, so tread carefully.
4045 </target> 4055 </target>
4046 4056
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">566</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 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">618</context></context-group></trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
4048 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target> 4058 <source>Transcoding enabled</source><target state="new">Transcoding enabled</target>
4049 4059
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">579</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 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">631</context></context-group></trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
4051 <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> 4061 <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>
4052 4062
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
4054 <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> 4064 <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>
4055 4065
4056 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">594</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 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">646</context></context-group></trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
4057 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target> 4067 <source>Allow additional extensions</source><target state="new">Allow additional extensions</target>
4058 4068
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
4060 <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> 4070 <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>
4061 4071
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">605</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" 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">657</context></context-group></trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
4063 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target> 4073 <source>Allow audio files upload</source><target state="new">Allow audio files upload</target>
4064 4074
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" 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">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
4066 <source> 4076 <source>
4067 <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>"/> 4077 <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>"/>
4068 4078
@@ -4081,10 +4091,10 @@
4081 <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>"/> 4091 <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>"/>
4082 </target> 4092 </target>
4083 4093
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">617</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 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">669</context></context-group></trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
4085 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target> 4095 <source>WebTorrent support enabled</source><target state="new">WebTorrent support enabled</target>
4086 4096
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 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">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
4088 <source> 4098 <source>
4089 <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>"/> 4099 <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>"/>
4090 4100
@@ -4109,52 +4119,52 @@
4109 <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>"/> 4119 <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>"/>
4110 </target> 4120 </target>
4111 4121
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">638</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 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">690</context></context-group></trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4113 <source>HLS support enabled</source><target state="new">HLS support enabled</target> 4123 <source>HLS support enabled</source><target state="new">HLS support enabled</target>
4114 4124
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">635</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" 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">687</context></context-group></trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4116 <source>Transcoding threads</source><target state="new">Transcoding threads</target> 4126 <source>Transcoding threads</source><target state="new">Transcoding threads</target>
4117 4127
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">660</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" 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">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
4119 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 4129 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
4120 4130
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">673</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" 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">725</context></context-group></trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
4122 <source>CACHE</source><target state="new">CACHE</target> 4132 <source>CACHE</source><target state="new">CACHE</target>
4123 4133
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 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">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
4125 <source> 4135 <source>
4126 Some files are not federated, and fetched when necessary. Define their caching policies. 4136 Some files are not federated, and fetched when necessary. Define their caching policies.
4127 </source><target state="new"> 4137 </source><target state="new">
4128 Some files are not federated, and fetched when necessary. Define their caching policies. 4138 Some files are not federated, and fetched when necessary. Define their caching policies.
4129 </target> 4139 </target>
4130 4140
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">700</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 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">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
4132 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 4142 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
4133 4143
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">709</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 4144 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
4135 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 4145 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
4136 4146
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">718</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" 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">770</context></context-group></trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
4138 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 4148 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
4139 4149
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">733</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
4141 <source> 4151 <source>
4142 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4152 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4143 </source><target state="new"> 4153 </source><target state="new">
4144 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 4154 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
4145 </target> 4155 </target>
4146 4156
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">734</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" 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">786</context></context-group></trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4148 <source>JavaScript</source><target state="new">JavaScript</target> 4158 <source>JavaScript</source><target state="new">JavaScript</target>
4149 4159
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">744</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
4151 <source> 4161 <source>
4152 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4162 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4153 </source><target state="new"> 4163 </source><target state="new">
4154 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4164 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4155 </target> 4165 </target>
4156 4166
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">747</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 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">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
4158 <source> 4168 <source>
4159 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/>"/> 4169 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/>"/>
4160 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4170 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -4179,16 +4189,16 @@
4179 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4189 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4180 </target> 4190 </target>
4181 4191
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">766</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" 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">818</context></context-group></trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4183 <source>Advanced configuration</source><target state="new">Advanced configuration</target> 4193 <source>Advanced configuration</source><target state="new">Advanced configuration</target>
4184 4194
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">559</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" 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">611</context></context-group></trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4186 <source>Update configuration</source><target state="new">Update configuration</target> 4196 <source>Update configuration</source><target state="new">Update configuration</target>
4187 4197
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">804</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 4198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4189 <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> 4199 <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>
4190 4200
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">805</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 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">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
4192 <source>PROFILE</source><target state="new">PROFILE</target> 4202 <source>PROFILE</source><target state="new">PROFILE</target>
4193 <context-group purpose="location"> 4203 <context-group purpose="location">
4194 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 4204 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -4369,19 +4379,19 @@
4369 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4379 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4370 <context context-type="linenumber">17</context> 4380 <context context-type="linenumber">17</context>
4371 </context-group> 4381 </context-group>
4372 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 4382 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
4373 <source>Your password</source><target state="new">Your password</target> 4383 <source>Your current password</source><target state="new">Your current password</target>
4374 <context-group purpose="location"> 4384 <context-group purpose="location">
4375 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4385 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4376 <context context-type="linenumber">27</context> 4386 <context context-type="linenumber">26</context>
4377 </context-group> 4387 </context-group>
4378 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 4388 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4389 <source>Your password</source><target state="new">Your password</target>
4390
4391 <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">28</context></context-group></trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4379 <source>Change email</source><target state="new">Change email</target> 4392 <source>Change email</source><target state="new">Change email</target>
4380 <context-group purpose="location"> 4393
4381 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4394 <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">36</context></context-group></trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4382 <context context-type="linenumber">35</context>
4383 </context-group>
4384 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4385 <source>Theme</source><target state="new">Theme</target> 4395 <source>Theme</source><target state="new">Theme</target>
4386 4396
4387 <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"> 4397 <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">
@@ -5027,11 +5037,11 @@
5027 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5037 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5028 <context context-type="linenumber">2</context> 5038 <context context-type="linenumber">2</context>
5029 </context-group> 5039 </context-group>
5030 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 5040 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
5031 <source> 5041 <source>
5032 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5042 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5033 </source><target state="new"> 5043 </source><target state="new">
5034 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 5044 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
5035 </target> 5045 </target>
5036 <context-group purpose="location"> 5046 <context-group purpose="location">
5037 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5047 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -8120,6 +8130,24 @@
8120 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8130 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8121 <context context-type="linenumber">1</context> 8131 <context context-type="linenumber">1</context>
8122 </context-group> 8132 </context-group>
8133 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
8134 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
8135 <context-group purpose="location">
8136 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8137 <context context-type="linenumber">1</context>
8138 </context-group>
8139 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
8140 <source>Delete account comments</source><target state="new">Delete account comments</target>
8141 <context-group purpose="location">
8142 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8143 <context context-type="linenumber">1</context>
8144 </context-group>
8145 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
8146 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
8147 <context-group purpose="location">
8148 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8149 <context context-type="linenumber">1</context>
8150 </context-group>
8123 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 8151 </trans-unit><trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
8124 <source>Edit user</source><target state="new">Edit user</target> 8152 <source>Edit user</source><target state="new">Edit user</target>
8125 <context-group purpose="location"> 8153 <context-group purpose="location">
@@ -8202,6 +8230,18 @@
8202 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8230 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8203 <context context-type="linenumber">1</context> 8231 <context context-type="linenumber">1</context>
8204 </context-group> 8232 </context-group>
8233 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
8234 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
8235 <context-group purpose="location">
8236 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8237 <context context-type="linenumber">1</context>
8238 </context-group>
8239 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
8240 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
8241 <context-group purpose="location">
8242 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8243 <context context-type="linenumber">1</context>
8244 </context-group>
8205 </trans-unit> 8245 </trans-unit>
8206 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 8246 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
8207 <source>Mute this account by your instance</source> 8247 <source>Mute this account by your instance</source>
@@ -8254,6 +8294,18 @@
8254 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8294 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8255 <context context-type="linenumber">1</context> 8295 <context context-type="linenumber">1</context>
8256 </context-group> 8296 </context-group>
8297 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
8298 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
8299 <context-group purpose="location">
8300 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8301 <context context-type="linenumber">1</context>
8302 </context-group>
8303 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
8304 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
8305 <context-group purpose="location">
8306 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8307 <context context-type="linenumber">1</context>
8308 </context-group>
8257 </trans-unit> 8309 </trans-unit>
8258 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 8310 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
8259 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 8311 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
index 0d994aca5..f8506ac2b 100644
--- a/client/src/locale/angular.xlf
+++ b/client/src/locale/angular.xlf
@@ -370,7 +370,7 @@
370 </context-group> 370 </context-group>
371 <context-group purpose="location"> 371 <context-group purpose="location">
372 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context> 372 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
373 <context context-type="linenumber">42</context> 373 <context context-type="linenumber">48</context>
374 </context-group> 374 </context-group>
375 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html"> 375 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
376 <source>Start at</source> 376 <source>Start at</source>
@@ -496,7 +496,7 @@
496 </context-group> 496 </context-group>
497 <context-group purpose="location"> 497 <context-group purpose="location">
498 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 498 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
499 <context context-type="linenumber">46</context> 499 <context context-type="linenumber">47</context>
500 </context-group> 500 </context-group>
501 </trans-unit><trans-unit id="7722a92a1fc887570b4f4d8a7bb916f067f32028" datatype="html"> 501 </trans-unit><trans-unit id="7722a92a1fc887570b4f4d8a7bb916f067f32028" datatype="html">
502 <source>Format</source> 502 <source>Format</source>
@@ -742,7 +742,7 @@
742 </context-group> 742 </context-group>
743 <context-group purpose="location"> 743 <context-group purpose="location">
744 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context> 744 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
745 <context context-type="linenumber">49</context> 745 <context context-type="linenumber">55</context>
746 </context-group> 746 </context-group>
747 <context-group purpose="location"> 747 <context-group purpose="location">
748 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 748 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
@@ -836,7 +836,7 @@
836 </context-group> 836 </context-group>
837 <context-group purpose="location"> 837 <context-group purpose="location">
838 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context> 838 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
839 <context context-type="linenumber">39</context> 839 <context context-type="linenumber">45</context>
840 </context-group> 840 </context-group>
841 <context-group purpose="location"> 841 <context-group purpose="location">
842 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 842 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
@@ -1822,10 +1822,10 @@
1822 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1822 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1823 <context context-type="linenumber">21</context> 1823 <context context-type="linenumber">21</context>
1824 </context-group> 1824 </context-group>
1825 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1825 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1826 <source> 1826 <source>
1827 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;"/>. 1827 Please consider configuring 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;"/>.
1828 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;"/>. 1828 Without them, your instance may not be referenced on the <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;"/>.
1829 </source> 1829 </source>
1830 <context-group purpose="location"> 1830 <context-group purpose="location">
1831 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1831 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1855,6 +1855,12 @@
1855 <context context-type="sourcefile">src/app/app.component.html</context> 1855 <context context-type="sourcefile">src/app/app.component.html</context>
1856 <context context-type="linenumber">11</context> 1856 <context context-type="linenumber">11</context>
1857 </context-group> 1857 </context-group>
1858 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
1859 <source>Close this message</source>
1860 <context-group purpose="location">
1861 <context context-type="sourcefile">src/app/app.component.html</context>
1862 <context context-type="linenumber">34</context>
1863 </context-group>
1858 </trans-unit><trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html"> 1864 </trans-unit><trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html">
1859 <source>Change the language</source> 1865 <source>Change the language</source>
1860 <context-group purpose="location"> 1866 <context-group purpose="location">
@@ -2200,59 +2206,59 @@
2200 <source>GLOBAL SEARCH</source> 2206 <source>GLOBAL SEARCH</source>
2201 <context-group purpose="location"> 2207 <context-group purpose="location">
2202 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2208 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2203 <context context-type="linenumber">16</context> 2209 <context context-type="linenumber">17</context>
2204 </context-group> 2210 </context-group>
2205 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 2211 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
2206 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 2212 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
2207 <context-group purpose="location"> 2213 <context-group purpose="location">
2208 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2214 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2209 <context context-type="linenumber">18</context> 2215 <context context-type="linenumber">19</context>
2210 </context-group> 2216 </context-group>
2211 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 2217 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
2212 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 2218 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
2213 <context-group purpose="location"> 2219 <context-group purpose="location">
2214 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2220 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2215 <context context-type="linenumber">22</context> 2221 <context context-type="linenumber">23</context>
2216 </context-group> 2222 </context-group>
2217 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 2223 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
2218 <source>ADVANCED SEARCH</source> 2224 <source>ADVANCED SEARCH</source>
2219 <context-group purpose="location"> 2225 <context-group purpose="location">
2220 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2226 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2221 <context context-type="linenumber">29</context> 2227 <context context-type="linenumber">30</context>
2222 </context-group> 2228 </context-group>
2223 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 2229 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
2224 <source>any instance</source> 2230 <source>any instance</source>
2225 <context-group purpose="location"> 2231 <context-group purpose="location">
2226 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2232 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2227 <context context-type="linenumber">32</context> 2233 <context context-type="linenumber">33</context>
2228 </context-group> 2234 </context-group>
2229 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 2235 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
2230 <source>only followed instances</source> 2236 <source>only followed instances</source>
2231 <context-group purpose="location"> 2237 <context-group purpose="location">
2232 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2238 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2233 <context context-type="linenumber">33</context> 2239 <context context-type="linenumber">34</context>
2234 </context-group> 2240 </context-group>
2235 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 2241 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
2236 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 2242 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
2237 <context-group purpose="location"> 2243 <context-group purpose="location">
2238 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2244 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2239 <context context-type="linenumber">31</context> 2245 <context context-type="linenumber">32</context>
2240 </context-group> 2246 </context-group>
2241 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 2247 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
2242 <source>channel</source> 2248 <source>channel</source>
2243 <context-group purpose="location"> 2249 <context-group purpose="location">
2244 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2250 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2245 <context context-type="linenumber">40</context> 2251 <context context-type="linenumber">41</context>
2246 </context-group> 2252 </context-group>
2247 <context-group purpose="location"> 2253 <context-group purpose="location">
2248 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2254 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2249 <context context-type="linenumber">43</context> 2255 <context context-type="linenumber">44</context>
2250 </context-group> 2256 </context-group>
2251 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 2257 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
2252 <source>Any other text will return matching video or channel names.</source> 2258 <source>Any other text will return matching video or channel names.</source>
2253 <context-group purpose="location"> 2259 <context-group purpose="location">
2254 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 2260 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
2255 <context context-type="linenumber">49</context> 2261 <context context-type="linenumber">50</context>
2256 </context-group> 2262 </context-group>
2257 </trans-unit><trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html"> 2263 </trans-unit><trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html">
2258 <source>Sort</source> 2264 <source>Sort</source>
@@ -3417,13 +3423,13 @@
3417 <source>Reply</source> 3423 <source>Reply</source>
3418 <context-group purpose="location"> 3424 <context-group purpose="location">
3419 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context> 3425 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
3420 <context context-type="linenumber">38</context> 3426 <context context-type="linenumber">44</context>
3421 </context-group> 3427 </context-group>
3422 </trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3428 </trans-unit><trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3423 <source>This comment has been deleted</source> 3429 <source>This comment has been deleted</source>
3424 <context-group purpose="location"> 3430 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context> 3431 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
3426 <context context-type="linenumber">55</context> 3432 <context context-type="linenumber">61</context>
3427 </context-group> 3433 </context-group>
3428 </trans-unit><trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3434 </trans-unit><trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3429 <source>Follows &amp; redundancies</source> 3435 <source>Follows &amp; redundancies</source>
@@ -4082,7 +4088,7 @@
4082 <source>Ban reason:</source> 4088 <source>Ban reason:</source>
4083 <context-group purpose="location"> 4089 <context-group purpose="location">
4084 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 4090 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
4085 <context context-type="linenumber">118</context> 4091 <context context-type="linenumber">121</context>
4086 </context-group> 4092 </context-group>
4087 </trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 4093 </trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
4088 <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> 4094 <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>
@@ -4951,11 +4957,49 @@
4951 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4957 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4952 <context context-type="linenumber">270</context> 4958 <context context-type="linenumber">270</context>
4953 </context-group> 4959 </context-group>
4960 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4961 <source>BROADCAST MESSAGE</source>
4962 <context-group purpose="location">
4963 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4964 <context context-type="linenumber">281</context>
4965 </context-group>
4966 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4967 <source>
4968 Display a message on your instance
4969 </source>
4970 <context-group purpose="location">
4971 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4972 <context context-type="linenumber">282</context>
4973 </context-group>
4974 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4975 <source>Enable broadcast message</source>
4976 <context-group purpose="location">
4977 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4978 <context context-type="linenumber">294</context>
4979 </context-group>
4980 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4981 <source>Allow users to dismiss the broadcast message </source>
4982 <context-group purpose="location">
4983 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4984 <context context-type="linenumber">301</context>
4985 </context-group>
4986 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4987 <source>Broadcast message level</source>
4988 <context-group purpose="location">
4989 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4990 <context context-type="linenumber">306</context>
4991 </context-group>
4992 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4993 <source>Message</source>
4994 <context-group purpose="location">
4995 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4996 <context context-type="linenumber">318</context>
4997 </context-group>
4954 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4998 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4955 <source>NEW USERS</source> 4999 <source>NEW USERS</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">281</context> 5002 <context context-type="linenumber">333</context>
4959 </context-group> 5003 </context-group>
4960 </trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 5004 </trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4961 <source> 5005 <source>
@@ -4963,87 +5007,87 @@
4963 </source> 5007 </source>
4964 <context-group purpose="location"> 5008 <context-group purpose="location">
4965 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5009 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4966 <context context-type="linenumber">282</context> 5010 <context context-type="linenumber">334</context>
4967 </context-group> 5011 </context-group>
4968 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5012 </trans-unit><trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4969 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5013 <source>⚠️ This functionality requires a lot of attention and extra moderation.</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">296</context> 5016 <context context-type="linenumber">348</context>
4973 </context-group> 5017 </context-group>
4974 <context-group purpose="location"> 5018 <context-group purpose="location">
4975 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5019 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4976 <context context-type="linenumber">435</context> 5020 <context context-type="linenumber">487</context>
4977 </context-group> 5021 </context-group>
4978 <context-group purpose="location"> 5022 <context-group purpose="location">
4979 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5023 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4980 <context context-type="linenumber">448</context> 5024 <context context-type="linenumber">500</context>
4981 </context-group> 5025 </context-group>
4982 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html"> 5026 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
4983 <source>Signup requires email verification</source> 5027 <source>Signup requires email verification</source>
4984 <context-group purpose="location"> 5028 <context-group purpose="location">
4985 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5029 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4986 <context context-type="linenumber">301</context> 5030 <context context-type="linenumber">353</context>
4987 </context-group> 5031 </context-group>
4988 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html"> 5032 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
4989 <source>Signup limit</source> 5033 <source>Signup limit</source>
4990 <context-group purpose="location"> 5034 <context-group purpose="location">
4991 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5035 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4992 <context context-type="linenumber">305</context> 5036 <context context-type="linenumber">357</context>
4993 </context-group> 5037 </context-group>
4994 </trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html"> 5038 </trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
4995 <source>Signup enabled</source> 5039 <source>Signup enabled</source>
4996 <context-group purpose="location"> 5040 <context-group purpose="location">
4997 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5041 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4998 <context context-type="linenumber">293</context> 5042 <context context-type="linenumber">345</context>
4999 </context-group> 5043 </context-group>
5000 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html"> 5044 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
5001 <source>Default video quota per user</source> 5045 <source>Default video quota per user</source>
5002 <context-group purpose="location"> 5046 <context-group purpose="location">
5003 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5047 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5004 <context context-type="linenumber">320</context> 5048 <context context-type="linenumber">372</context>
5005 </context-group> 5049 </context-group>
5006 </trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 5050 </trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
5007 <source>Default daily upload limit per user</source> 5051 <source>Default daily upload limit per user</source>
5008 <context-group purpose="location"> 5052 <context-group purpose="location">
5009 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5053 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5010 <context context-type="linenumber">332</context> 5054 <context context-type="linenumber">384</context>
5011 </context-group> 5055 </context-group>
5012 </trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5056 </trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
5013 <source>NEW VIDEOS</source> 5057 <source>NEW VIDEOS</source>
5014 <context-group purpose="location"> 5058 <context-group purpose="location">
5015 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5059 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5016 <context context-type="linenumber">349</context> 5060 <context context-type="linenumber">401</context>
5017 </context-group> 5061 </context-group>
5018 </trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5062 </trans-unit><trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
5019 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5063 <source>Allow import with HTTP URL (i.e. YouTube)</source>
5020 <context-group purpose="location"> 5064 <context-group purpose="location">
5021 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5065 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5022 <context context-type="linenumber">360</context> 5066 <context context-type="linenumber">412</context>
5023 </context-group> 5067 </context-group>
5024 </trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5068 </trans-unit><trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
5025 <source>Allow import with a torrent file or a magnet URI</source> 5069 <source>Allow import with a torrent file or a magnet URI</source>
5026 <context-group purpose="location"> 5070 <context-group purpose="location">
5027 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5071 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5028 <context context-type="linenumber">367</context> 5072 <context context-type="linenumber">419</context>
5029 </context-group> 5073 </context-group>
5030 </trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5074 </trans-unit><trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
5031 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5075 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
5032 <context-group purpose="location"> 5076 <context-group purpose="location">
5033 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5077 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5034 <context context-type="linenumber">384</context> 5078 <context context-type="linenumber">436</context>
5035 </context-group> 5079 </context-group>
5036 </trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5080 </trans-unit><trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
5037 <source>Blacklist new videos automatically</source> 5081 <source>Blacklist new videos automatically</source>
5038 <context-group purpose="location"> 5082 <context-group purpose="location">
5039 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5083 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5040 <context context-type="linenumber">381</context> 5084 <context context-type="linenumber">433</context>
5041 </context-group> 5085 </context-group>
5042 </trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5086 </trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
5043 <source>FEDERATION</source> 5087 <source>FEDERATION</source>
5044 <context-group purpose="location"> 5088 <context-group purpose="location">
5045 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5089 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5046 <context context-type="linenumber">398</context> 5090 <context context-type="linenumber">450</context>
5047 </context-group> 5091 </context-group>
5048 </trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5092 </trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
5049 <source> 5093 <source>
@@ -5051,25 +5095,25 @@
5051 </source> 5095 </source>
5052 <context-group purpose="location"> 5096 <context-group purpose="location">
5053 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5097 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5054 <context context-type="linenumber">399</context> 5098 <context context-type="linenumber">451</context>
5055 </context-group> 5099 </context-group>
5056 </trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5100 </trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
5057 <source>Other instances can follow yours</source> 5101 <source>Other instances can follow yours</source>
5058 <context-group purpose="location"> 5102 <context-group purpose="location">
5059 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5103 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5060 <context context-type="linenumber">412</context> 5104 <context context-type="linenumber">464</context>
5061 </context-group> 5105 </context-group>
5062 </trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5106 </trans-unit><trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
5063 <source>Manually approve new instance followers</source> 5107 <source>Manually approve new instance followers</source>
5064 <context-group purpose="location"> 5108 <context-group purpose="location">
5065 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5109 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5066 <context context-type="linenumber">419</context> 5110 <context context-type="linenumber">471</context>
5067 </context-group> 5111 </context-group>
5068 </trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5112 </trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
5069 <source>Automatically follow back instances</source> 5113 <source>Automatically follow back instances</source>
5070 <context-group purpose="location"> 5114 <context-group purpose="location">
5071 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5115 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5072 <context context-type="linenumber">432</context> 5116 <context context-type="linenumber">484</context>
5073 </context-group> 5117 </context-group>
5074 </trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5118 </trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
5075 <source> 5119 <source>
@@ -5077,49 +5121,49 @@
5077 </source> 5121 </source>
5078 <context-group purpose="location"> 5122 <context-group purpose="location">
5079 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5123 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5080 <context context-type="linenumber">450</context> 5124 <context context-type="linenumber">502</context>
5081 </context-group> 5125 </context-group>
5082 </trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 5126 </trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
5083 <source>Index URL</source> 5127 <source>Index URL</source>
5084 <context-group purpose="location"> 5128 <context-group purpose="location">
5085 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5129 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5086 <context context-type="linenumber">457</context> 5130 <context context-type="linenumber">509</context>
5087 </context-group> 5131 </context-group>
5088 </trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5132 </trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5089 <source>Automatically follow instances of a public index</source> 5133 <source>Automatically follow instances of a public index</source>
5090 <context-group purpose="location"> 5134 <context-group purpose="location">
5091 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5135 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5092 <context context-type="linenumber">445</context> 5136 <context context-type="linenumber">497</context>
5093 </context-group> 5137 </context-group>
5094 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5138 </trans-unit><trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5095 <source>ADMINISTRATORS</source> 5139 <source>ADMINISTRATORS</source>
5096 <context-group purpose="location"> 5140 <context-group purpose="location">
5097 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5141 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5098 <context context-type="linenumber">477</context> 5142 <context context-type="linenumber">529</context>
5099 </context-group> 5143 </context-group>
5100 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html"> 5144 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
5101 <source>Admin email</source> 5145 <source>Admin email</source>
5102 <context-group purpose="location"> 5146 <context-group purpose="location">
5103 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5147 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5104 <context context-type="linenumber">483</context> 5148 <context context-type="linenumber">535</context>
5105 </context-group> 5149 </context-group>
5106 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html"> 5150 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
5107 <source>Enable contact form</source> 5151 <source>Enable contact form</source>
5108 <context-group purpose="location"> 5152 <context-group purpose="location">
5109 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5153 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5110 <context context-type="linenumber">494</context> 5154 <context context-type="linenumber">546</context>
5111 </context-group> 5155 </context-group>
5112 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html"> 5156 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
5113 <source>Services</source> 5157 <source>Services</source>
5114 <context-group purpose="location"> 5158 <context-group purpose="location">
5115 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5159 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5116 <context context-type="linenumber">505</context> 5160 <context context-type="linenumber">557</context>
5117 </context-group> 5161 </context-group>
5118 </trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5162 </trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5119 <source>TWITTER</source> 5163 <source>TWITTER</source>
5120 <context-group purpose="location"> 5164 <context-group purpose="location">
5121 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5165 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5122 <context context-type="linenumber">511</context> 5166 <context context-type="linenumber">563</context>
5123 </context-group> 5167 </context-group>
5124 </trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5168 </trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5125 <source> 5169 <source>
@@ -5127,19 +5171,19 @@
5127 </source> 5171 </source>
5128 <context-group purpose="location"> 5172 <context-group purpose="location">
5129 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5173 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5130 <context context-type="linenumber">512</context> 5174 <context context-type="linenumber">564</context>
5131 </context-group> 5175 </context-group>
5132 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html"> 5176 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
5133 <source>Your Twitter username</source> 5177 <source>Your Twitter username</source>
5134 <context-group purpose="location"> 5178 <context-group purpose="location">
5135 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5179 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5136 <context context-type="linenumber">523</context> 5180 <context context-type="linenumber">575</context>
5137 </context-group> 5181 </context-group>
5138 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html"> 5182 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
5139 <source>Instance whitelisted by Twitter</source> 5183 <source>Instance whitelisted by Twitter</source>
5140 <context-group purpose="location"> 5184 <context-group purpose="location">
5141 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5185 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5142 <context context-type="linenumber">535</context> 5186 <context context-type="linenumber">587</context>
5143 </context-group> 5187 </context-group>
5144 </trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5188 </trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5145 <source> 5189 <source>
@@ -5151,19 +5195,19 @@
5151 </source> 5195 </source>
5152 <context-group purpose="location"> 5196 <context-group purpose="location">
5153 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5197 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5154 <context context-type="linenumber">539</context> 5198 <context context-type="linenumber">591</context>
5155 </context-group> 5199 </context-group>
5156 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html"> 5200 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
5157 <source>Advanced configuration</source> 5201 <source>Advanced configuration</source>
5158 <context-group purpose="location"> 5202 <context-group purpose="location">
5159 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5203 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5160 <context context-type="linenumber">559</context> 5204 <context context-type="linenumber">611</context>
5161 </context-group> 5205 </context-group>
5162 </trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5206 </trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5163 <source>TRANSCODING</source> 5207 <source>TRANSCODING</source>
5164 <context-group purpose="location"> 5208 <context-group purpose="location">
5165 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5209 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5166 <context context-type="linenumber">565</context> 5210 <context context-type="linenumber">617</context>
5167 </context-group> 5211 </context-group>
5168 </trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5212 </trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5169 <source> 5213 <source>
@@ -5172,43 +5216,43 @@
5172 </source> 5216 </source>
5173 <context-group purpose="location"> 5217 <context-group purpose="location">
5174 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5218 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5175 <context context-type="linenumber">566</context> 5219 <context context-type="linenumber">618</context>
5176 </context-group> 5220 </context-group>
5177 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html"> 5221 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
5178 <source>Transcoding enabled</source> 5222 <source>Transcoding enabled</source>
5179 <context-group purpose="location"> 5223 <context-group purpose="location">
5180 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5224 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5181 <context context-type="linenumber">579</context> 5225 <context context-type="linenumber">631</context>
5182 </context-group> 5226 </context-group>
5183 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html"> 5227 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
5184 <source>If you disable transcoding, many videos from your users will not work!</source> 5228 <source>If you disable transcoding, many videos from your users will not work!</source>
5185 <context-group purpose="location"> 5229 <context-group purpose="location">
5186 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5230 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5187 <context context-type="linenumber">583</context> 5231 <context context-type="linenumber">635</context>
5188 </context-group> 5232 </context-group>
5189 </trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5233 </trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5190 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5234 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5191 <context-group purpose="location"> 5235 <context-group purpose="location">
5192 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5236 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5193 <context context-type="linenumber">594</context> 5237 <context context-type="linenumber">646</context>
5194 </context-group> 5238 </context-group>
5195 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html"> 5239 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
5196 <source>Allow additional extensions</source> 5240 <source>Allow additional extensions</source>
5197 <context-group purpose="location"> 5241 <context-group purpose="location">
5198 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5242 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5199 <context context-type="linenumber">591</context> 5243 <context context-type="linenumber">643</context>
5200 </context-group> 5244 </context-group>
5201 </trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5245 </trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5202 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5246 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5203 <context-group purpose="location"> 5247 <context-group purpose="location">
5204 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5248 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5205 <context context-type="linenumber">605</context> 5249 <context context-type="linenumber">657</context>
5206 </context-group> 5250 </context-group>
5207 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html"> 5251 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
5208 <source>Allow audio files upload</source> 5252 <source>Allow audio files upload</source>
5209 <context-group purpose="location"> 5253 <context-group purpose="location">
5210 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5254 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5211 <context context-type="linenumber">602</context> 5255 <context context-type="linenumber">654</context>
5212 </context-group> 5256 </context-group>
5213 </trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5257 </trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5214 <source> 5258 <source>
@@ -5222,13 +5266,13 @@
5222 </source> 5266 </source>
5223 <context-group purpose="location"> 5267 <context-group purpose="location">
5224 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5268 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5225 <context context-type="linenumber">617</context> 5269 <context context-type="linenumber">669</context>
5226 </context-group> 5270 </context-group>
5227 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5271 </trans-unit><trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5228 <source>WebTorrent support enabled</source> 5272 <source>WebTorrent support enabled</source>
5229 <context-group purpose="location"> 5273 <context-group purpose="location">
5230 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5274 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5231 <context context-type="linenumber">614</context> 5275 <context context-type="linenumber">666</context>
5232 </context-group> 5276 </context-group>
5233 </trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5277 </trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5234 <source> 5278 <source>
@@ -5245,31 +5289,31 @@
5245 </source> 5289 </source>
5246 <context-group purpose="location"> 5290 <context-group purpose="location">
5247 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5291 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5248 <context context-type="linenumber">638</context> 5292 <context context-type="linenumber">690</context>
5249 </context-group> 5293 </context-group>
5250 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5294 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5251 <source>HLS support enabled</source> 5295 <source>HLS support enabled</source>
5252 <context-group purpose="location"> 5296 <context-group purpose="location">
5253 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5297 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5254 <context context-type="linenumber">635</context> 5298 <context context-type="linenumber">687</context>
5255 </context-group> 5299 </context-group>
5256 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html"> 5300 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
5257 <source>Transcoding threads</source> 5301 <source>Transcoding threads</source>
5258 <context-group purpose="location"> 5302 <context-group purpose="location">
5259 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5303 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5260 <context context-type="linenumber">660</context> 5304 <context context-type="linenumber">712</context>
5261 </context-group> 5305 </context-group>
5262 </trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5306 </trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5263 <source>Resolutions to generate</source> 5307 <source>Resolutions to generate</source>
5264 <context-group purpose="location"> 5308 <context-group purpose="location">
5265 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5309 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5266 <context context-type="linenumber">673</context> 5310 <context context-type="linenumber">725</context>
5267 </context-group> 5311 </context-group>
5268 </trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5312 </trans-unit><trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5269 <source>CACHE</source> 5313 <source>CACHE</source>
5270 <context-group purpose="location"> 5314 <context-group purpose="location">
5271 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5315 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5272 <context context-type="linenumber">699</context> 5316 <context context-type="linenumber">751</context>
5273 </context-group> 5317 </context-group>
5274 </trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5318 </trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5275 <source> 5319 <source>
@@ -5277,25 +5321,25 @@
5277 </source> 5321 </source>
5278 <context-group purpose="location"> 5322 <context-group purpose="location">
5279 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5323 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5280 <context context-type="linenumber">700</context> 5324 <context context-type="linenumber">752</context>
5281 </context-group> 5325 </context-group>
5282 </trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5326 </trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5283 <source>Number of previews to keep in cache</source> 5327 <source>Number of previews to keep in cache</source>
5284 <context-group purpose="location"> 5328 <context-group purpose="location">
5285 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5329 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5286 <context context-type="linenumber">709</context> 5330 <context context-type="linenumber">761</context>
5287 </context-group> 5331 </context-group>
5288 </trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5332 </trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5289 <source>Number of video captions to keep in cache</source> 5333 <source>Number of video captions to keep in cache</source>
5290 <context-group purpose="location"> 5334 <context-group purpose="location">
5291 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5335 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5292 <context context-type="linenumber">718</context> 5336 <context context-type="linenumber">770</context>
5293 </context-group> 5337 </context-group>
5294 </trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5338 </trans-unit><trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5295 <source>CUSTOMIZATIONS</source> 5339 <source>CUSTOMIZATIONS</source>
5296 <context-group purpose="location"> 5340 <context-group purpose="location">
5297 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5341 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5298 <context context-type="linenumber">733</context> 5342 <context context-type="linenumber">785</context>
5299 </context-group> 5343 </context-group>
5300 </trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5344 </trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5301 <source> 5345 <source>
@@ -5303,13 +5347,13 @@
5303 </source> 5347 </source>
5304 <context-group purpose="location"> 5348 <context-group purpose="location">
5305 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5349 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5306 <context context-type="linenumber">734</context> 5350 <context context-type="linenumber">786</context>
5307 </context-group> 5351 </context-group>
5308 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html"> 5352 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
5309 <source>JavaScript</source> 5353 <source>JavaScript</source>
5310 <context-group purpose="location"> 5354 <context-group purpose="location">
5311 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5355 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5312 <context context-type="linenumber">744</context> 5356 <context context-type="linenumber">796</context>
5313 </context-group> 5357 </context-group>
5314 </trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5358 </trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5315 <source> 5359 <source>
@@ -5317,7 +5361,7 @@
5317 </source> 5361 </source>
5318 <context-group purpose="location"> 5362 <context-group purpose="location">
5319 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5363 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5320 <context context-type="linenumber">747</context> 5364 <context context-type="linenumber">799</context>
5321 </context-group> 5365 </context-group>
5322 </trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5366 </trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5323 <source> 5367 <source>
@@ -5334,19 +5378,19 @@
5334 </source> 5378 </source>
5335 <context-group purpose="location"> 5379 <context-group purpose="location">
5336 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5380 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5337 <context context-type="linenumber">766</context> 5381 <context context-type="linenumber">818</context>
5338 </context-group> 5382 </context-group>
5339 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html"> 5383 </trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5340 <source>Update configuration</source> 5384 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5341 <context-group purpose="location"> 5385 <context-group purpose="location">
5342 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5386 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5343 <context context-type="linenumber">804</context> 5387 <context context-type="linenumber">856</context>
5344 </context-group> 5388 </context-group>
5345 </trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5389 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
5346 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5390 <source>Update configuration</source>
5347 <context-group purpose="location"> 5391 <context-group purpose="location">
5348 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 5392 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
5349 <context context-type="linenumber">805</context> 5393 <context context-type="linenumber">858</context>
5350 </context-group> 5394 </context-group>
5351 </trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5395 </trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5352 <source>PROFILE</source> 5396 <source>PROFILE</source>
@@ -5440,17 +5484,23 @@
5440 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5484 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5441 <context context-type="linenumber">17</context> 5485 <context context-type="linenumber">17</context>
5442 </context-group> 5486 </context-group>
5487 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5488 <source>Your current password</source>
5489 <context-group purpose="location">
5490 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5491 <context context-type="linenumber">26</context>
5492 </context-group>
5443 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html"> 5493 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
5444 <source>Your password</source> 5494 <source>Your password</source>
5445 <context-group purpose="location"> 5495 <context-group purpose="location">
5446 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5496 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5447 <context context-type="linenumber">27</context> 5497 <context context-type="linenumber">28</context>
5448 </context-group> 5498 </context-group>
5449 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html"> 5499 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
5450 <source>Change email</source> 5500 <source>Change email</source>
5451 <context-group purpose="location"> 5501 <context-group purpose="location">
5452 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 5502 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5453 <context context-type="linenumber">35</context> 5503 <context context-type="linenumber">36</context>
5454 </context-group> 5504 </context-group>
5455 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html"> 5505 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
5456 <source>Change ownership</source> 5506 <source>Change ownership</source>
@@ -6135,9 +6185,9 @@
6135 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6185 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6136 <context context-type="linenumber">2</context> 6186 <context context-type="linenumber">2</context>
6137 </context-group> 6187 </context-group>
6138 </trans-unit><trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6188 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6139 <source> 6189 <source>
6140 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6190 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6141 </source> 6191 </source>
6142 <context-group purpose="location"> 6192 <context-group purpose="location">
6143 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6193 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -9719,6 +9769,27 @@
9719 <context context-type="linenumber">1</context> 9769 <context context-type="linenumber">1</context>
9720 </context-group> 9770 </context-group>
9721 </trans-unit> 9771 </trans-unit>
9772 <trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
9773 <source>Are you sure you want to remove all the comments of this account?</source>
9774 <context-group purpose="location">
9775 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9776 <context context-type="linenumber">1</context>
9777 </context-group>
9778 </trans-unit>
9779 <trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
9780 <source>Delete account comments</source>
9781 <context-group purpose="location">
9782 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9783 <context context-type="linenumber">1</context>
9784 </context-group>
9785 </trans-unit>
9786 <trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
9787 <source>Will remove comments of this account (may take several minutes).</source>
9788 <context-group purpose="location">
9789 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9790 <context context-type="linenumber">1</context>
9791 </context-group>
9792 </trans-unit>
9722 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 9793 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
9723 <source>Edit user</source> 9794 <source>Edit user</source>
9724 <context-group purpose="location"> 9795 <context-group purpose="location">
@@ -9810,6 +9881,20 @@
9810 <context context-type="linenumber">1</context> 9881 <context context-type="linenumber">1</context>
9811 </context-group> 9882 </context-group>
9812 </trans-unit> 9883 </trans-unit>
9884 <trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
9885 <source>Remove comments from your videos</source>
9886 <context-group purpose="location">
9887 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9888 <context context-type="linenumber">1</context>
9889 </context-group>
9890 </trans-unit>
9891 <trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
9892 <source>Remove comments of this account from your videos.</source>
9893 <context-group purpose="location">
9894 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9895 <context context-type="linenumber">1</context>
9896 </context-group>
9897 </trans-unit>
9813 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html"> 9898 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
9814 <source>Mute this account by your instance</source> 9899 <source>Mute this account by your instance</source>
9815 <context-group purpose="location"> 9900 <context-group purpose="location">
@@ -9866,6 +9951,20 @@
9866 <context context-type="linenumber">1</context> 9951 <context context-type="linenumber">1</context>
9867 </context-group> 9952 </context-group>
9868 </trans-unit> 9953 </trans-unit>
9954 <trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
9955 <source>Remove comments from your instance</source>
9956 <context-group purpose="location">
9957 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9958 <context context-type="linenumber">1</context>
9959 </context-group>
9960 </trans-unit>
9961 <trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
9962 <source>Remove comments of this account from your instance.</source>
9963 <context-group purpose="location">
9964 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
9965 <context context-type="linenumber">1</context>
9966 </context-group>
9967 </trans-unit>
9869 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html"> 9968 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
9870 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 9969 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
9871 <context-group purpose="location"> 9970 <context-group purpose="location">
diff --git a/client/src/locale/angular.zh-Hans-CN.xlf b/client/src/locale/angular.zh-Hans-CN.xlf
index bfcd5bd7f..52faac227 100644
--- a/client/src/locale/angular.zh-Hans-CN.xlf
+++ b/client/src/locale/angular.zh-Hans-CN.xlf
@@ -424,9 +424,9 @@
424 <context-group name="null"> 424 <context-group name="null">
425 <context context-type="linenumber">9</context> 425 <context context-type="linenumber">9</context>
426 </context-group> 426 </context-group>
427 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 427
428 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 428
429 </trans-unit> 429 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
430 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 430 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
431 <source>Start at</source> 431 <source>Start at</source>
432 <target>开始时间:</target> 432 <target>开始时间:</target>
@@ -488,7 +488,7 @@
488 <target state="new">video</target> 488 <target state="new">video</target>
489 489
490 490
491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 491 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
492 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 492 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
493 <source>subtitles</source> 493 <source>subtitles</source>
494 <target state="new">subtitles</target> 494 <target state="new">subtitles</target>
@@ -697,7 +697,7 @@
697 <target state="new">Deleted</target> 697 <target state="new">Deleted</target>
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">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit> 700 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
701 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 701 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
702 <source>Edit starts/stops at</source> 702 <source>Edit starts/stops at</source>
703 <target>编辑开始或结尾</target> 703 <target>编辑开始或结尾</target>
@@ -751,7 +751,7 @@
751 751
752 752
753 753
754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit> 754 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
755 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 755 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
756 <source>Edit</source> 756 <source>Edit</source>
757 <target>编辑</target> 757 <target>编辑</target>
@@ -1599,13 +1599,13 @@
1599 <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>
1600 <context context-type="linenumber">21</context> 1600 <context context-type="linenumber">21</context>
1601 </context-group> 1601 </context-group>
1602 </trans-unit><trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1602 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1603 <source> 1603 <source>
1604 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>"/>. 1604 Please consider configuring 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>"/>.
1605 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>"/>. 1605 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1606 </source><target state="new"> 1606 </source><target state="new">
1607 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>"/>. 1607 Please consider configuring 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>"/>.
1608 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>"/>. 1608 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1609 </target> 1609 </target>
1610 <context-group purpose="location"> 1610 <context-group purpose="location">
1611 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1611 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
@@ -1907,63 +1907,33 @@
1907 1907
1908 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1908 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1909 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target> 1909 <source>GLOBAL SEARCH</source><target state="new">GLOBAL SEARCH</target>
1910 <context-group purpose="location"> 1910
1911 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1911 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1912 <context context-type="linenumber">16</context>
1913 </context-group>
1914 </trans-unit><trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1915 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1912 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source><target state="new">using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1916 <context-group purpose="location"> 1913
1917 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1914 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1918 <context context-type="linenumber">18</context>
1919 </context-group>
1920 </trans-unit><trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1921 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target> 1915 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source><target state="new">Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</target>
1922 <context-group purpose="location"> 1916
1923 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1917 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1924 <context context-type="linenumber">22</context>
1925 </context-group>
1926 </trans-unit><trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1927 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target> 1918 <source>ADVANCED SEARCH</source><target state="new">ADVANCED SEARCH</target>
1928 <context-group purpose="location"> 1919
1929 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1920 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1930 <context context-type="linenumber">29</context>
1931 </context-group>
1932 </trans-unit><trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1933 <source>any instance</source><target state="new">any instance</target> 1921 <source>any instance</source><target state="new">any instance</target>
1934 <context-group purpose="location"> 1922
1935 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1923 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1936 <context context-type="linenumber">32</context>
1937 </context-group>
1938 </trans-unit><trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1939 <source>only followed instances</source><target state="new">only followed instances</target> 1924 <source>only followed instances</source><target state="new">only followed instances</target>
1940 <context-group purpose="location"> 1925
1941 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1926 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1942 <context context-type="linenumber">33</context>
1943 </context-group>
1944 </trans-unit><trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1945 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target> 1927 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source><target state="new">Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</target>
1946 <context-group purpose="location"> 1928
1947 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1929 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1948 <context context-type="linenumber">31</context>
1949 </context-group>
1950 </trans-unit><trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1951 <source>channel</source><target state="new">channel</target> 1930 <source>channel</source><target state="new">channel</target>
1952 <context-group purpose="location"> 1931
1953 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1932
1954 <context context-type="linenumber">40</context> 1933 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1955 </context-group>
1956 <context-group purpose="location">
1957 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1958 <context context-type="linenumber">43</context>
1959 </context-group>
1960 </trans-unit><trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1961 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target> 1934 <source>Any other text will return matching video or channel names.</source><target state="new">Any other text will return matching video or channel names.</target>
1962 <context-group purpose="location"> 1935
1963 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1936 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1964 <context context-type="linenumber">49</context>
1965 </context-group>
1966 </trans-unit>
1967 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1937 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1968 <source>Search...</source> 1938 <source>Search...</source>
1969 <target>搜索…</target> 1939 <target>搜索…</target>
@@ -3319,13 +3289,13 @@
3319 <context-group name="null"> 3289 <context-group name="null">
3320 <context context-type="linenumber">14</context> 3290 <context context-type="linenumber">14</context>
3321 </context-group> 3291 </context-group>
3322 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3292
3323 </trans-unit> 3293 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3324 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3294 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3325 <source>This comment has been deleted</source> 3295 <source>This comment has been deleted</source>
3326 <target state="new">This comment has been deleted</target> 3296 <target state="new">This comment has been deleted</target>
3327 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3297
3328 </trans-unit> 3298 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3329 3299
3330 3300
3331 3301
@@ -3808,7 +3778,7 @@
3808 <context context-type="linenumber">95</context> 3778 <context context-type="linenumber">95</context>
3809 </context-group> 3779 </context-group>
3810 3780
3811 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3781 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit><trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3812 <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> 3782 <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>
3813 <context-group purpose="location"> 3783 <context-group purpose="location">
3814 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3784 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
@@ -4306,7 +4276,13 @@
4306 </context-group> 4276 </context-group>
4307 4277
4308 4278
4309 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 4279 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4280 <source>Close this message</source><target state="new">Close this message</target>
4281 <context-group purpose="location">
4282 <context context-type="sourcefile">src/app/app.component.html</context>
4283 <context context-type="linenumber">34</context>
4284 </context-group>
4285 </trans-unit>
4310 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4286 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4311 <source>Go to the plugin homepage</source> 4287 <source>Go to the plugin homepage</source>
4312 <target>前往插件首页</target> 4288 <target>前往插件首页</target>
@@ -4733,17 +4709,57 @@
4733 <context context-type="linenumber">223</context> 4709 <context context-type="linenumber">223</context>
4734 </context-group> 4710 </context-group>
4735 4711
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">270</context></context-group></trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" 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">270</context></context-group></trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4713 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4714 <context-group purpose="location">
4715 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4716 <context context-type="linenumber">281</context>
4717 </context-group>
4718 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4719 <source>
4720 Display a message on your instance
4721 </source><target state="new">
4722 Display a message on your instance
4723 </target>
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">282</context>
4727 </context-group>
4728 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4729 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4730 <context-group purpose="location">
4731 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4732 <context context-type="linenumber">294</context>
4733 </context-group>
4734 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4735 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4736 <context-group purpose="location">
4737 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4738 <context context-type="linenumber">301</context>
4739 </context-group>
4740 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4741 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4742 <context-group purpose="location">
4743 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4744 <context context-type="linenumber">306</context>
4745 </context-group>
4746 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4747 <source>Message</source><target state="new">Message</target>
4748 <context-group purpose="location">
4749 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4750 <context context-type="linenumber">318</context>
4751 </context-group>
4752 </trans-unit><trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4737 <source>NEW USERS</source><target state="new">NEW USERS</target> 4753 <source>NEW USERS</source><target state="new">NEW USERS</target>
4738 4754
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">281</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 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">333</context></context-group></trans-unit><trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4740 <source> 4756 <source>
4741 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. 4757 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.
4742 </source><target state="new"> 4758 </source><target state="new">
4743 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. 4759 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.
4744 </target> 4760 </target>
4745 4761
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">282</context></context-group></trans-unit> 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">334</context></context-group></trans-unit>
4747 4763
4748 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4764 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4749 <source>Signup enabled</source> 4765 <source>Signup enabled</source>
@@ -4752,7 +4768,7 @@
4752 <context context-type="linenumber">235</context> 4768 <context context-type="linenumber">235</context>
4753 </context-group> 4769 </context-group>
4754 4770
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">293</context></context-group></trans-unit> 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">345</context></context-group></trans-unit>
4756 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4772 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4757 <source>Signup requires email verification</source> 4773 <source>Signup requires email verification</source>
4758 <target>注册需要验证电子邮件地址</target> 4774 <target>注册需要验证电子邮件地址</target>
@@ -4760,7 +4776,7 @@
4760 <context context-type="linenumber">242</context> 4776 <context context-type="linenumber">242</context>
4761 </context-group> 4777 </context-group>
4762 4778
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">301</context></context-group></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">353</context></context-group></trans-unit>
4764 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4780 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4765 <source>Signup limit</source> 4781 <source>Signup limit</source>
4766 <target>注册限制</target> 4782 <target>注册限制</target>
@@ -4768,7 +4784,7 @@
4768 <context context-type="linenumber">247</context> 4784 <context context-type="linenumber">247</context>
4769 </context-group> 4785 </context-group>
4770 4786
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">305</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">357</context></context-group></trans-unit>
4772 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4788 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4773 <source>Users</source> 4789 <source>Users</source>
4774 <target>用户</target> 4790 <target>用户</target>
@@ -4857,91 +4873,85 @@
4857 <source>Default video quota per user</source> 4873 <source>Default video quota per user</source>
4858 <target state="new">Default video quota per user</target> 4874 <target state="new">Default video quota per user</target>
4859 4875
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">320</context></context-group></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">372</context></context-group></trans-unit>
4861 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html"> 4877 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
4862 <source>Default daily upload limit per user</source> 4878 <source>Default daily upload limit per user</source>
4863 <target state="new">Default daily upload limit per user</target> 4879 <target state="new">Default daily upload limit per user</target>
4864 4880
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">332</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 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">384</context></context-group></trans-unit><trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4866 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target> 4882 <source>NEW VIDEOS</source><target state="new">NEW VIDEOS</target>
4867 4883
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">349</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">401</context></context-group></trans-unit>
4869 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 4885 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4870 <source>Allow import with HTTP URL (i.e. YouTube)</source> 4886 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4871 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target> 4887 <target state="new">Allow import with HTTP URL (i.e. YouTube)</target>
4872 4888
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">360</context></context-group></trans-unit> 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">412</context></context-group></trans-unit>
4874 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 4890 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4875 <source>Allow import with a torrent file or a magnet URI</source> 4891 <source>Allow import with a torrent file or a magnet URI</source>
4876 <target state="new">Allow import with a torrent file or a magnet URI</target> 4892 <target state="new">Allow import with a torrent file or a magnet URI</target>
4877 4893
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">367</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">419</context></context-group></trans-unit>
4879 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 4895 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4880 <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> 4896 <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>
4881 4897
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">384</context></context-group></trans-unit> 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">436</context></context-group></trans-unit>
4883 4899
4884 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 4900 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4885 <source>Blacklist new videos automatically</source> 4901 <source>Blacklist new videos automatically</source>
4886 <target state="new">Blacklist new videos automatically</target> 4902 <target state="new">Blacklist new videos automatically</target>
4887 4903
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">381</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 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">433</context></context-group></trans-unit><trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4889 <source>FEDERATION</source><target state="new">FEDERATION</target> 4905 <source>FEDERATION</source><target state="new">FEDERATION</target>
4890 4906
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">398</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 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">450</context></context-group></trans-unit><trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4892 <source> 4908 <source>
4893 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. 4909 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.
4894 </source><target state="new"> 4910 </source><target state="new">
4895 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. 4911 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.
4896 </target> 4912 </target>
4897 4913
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">399</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 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">451</context></context-group></trans-unit><trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4899 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target> 4915 <source>Other instances can follow yours</source><target state="new">Other instances can follow yours</target>
4900 4916
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">412</context></context-group></trans-unit> 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">464</context></context-group></trans-unit>
4902 4918
4903 4919
4904 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 4920 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4905 <source>Manually approve new instance followers</source> 4921 <source>Manually approve new instance followers</source>
4906 <target state="new">Manually approve new instance followers</target> 4922 <target state="new">Manually approve new instance followers</target>
4907 4923
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">419</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" 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">471</context></context-group></trans-unit><trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4909 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target> 4925 <source>Automatically follow back instances</source><target state="new">Automatically follow back instances</target>
4910 4926
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">432</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 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">484</context></context-group></trans-unit><trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4912 <source> 4928 <source>
4913 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>"/>. 4929 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>"/>.
4914 </source><target state="new"> 4930 </source><target state="new">
4915 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>"/>. 4931 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>"/>.
4916 </target> 4932 </target>
4917 <context-group purpose="location"> 4933
4918 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
4919 <context context-type="linenumber">450</context>
4920 </context-group>
4921 </trans-unit>
4922 4935
4923 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 4936 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
4924 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 4937 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
4925 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target> 4938 <target state="new">⚠️ This functionality requires a lot of attention and extra moderation.</target>
4926 4939
4927 4940
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">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> 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">348</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
4929 4942
4930 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html"> 4943 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
4931 <source>Index URL</source> 4944 <source>Index URL</source>
4932 <target state="new">Index URL</target> 4945 <target state="new">Index URL</target>
4933 4946
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">457</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" 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">509</context></context-group></trans-unit><trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
4935 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target> 4948 <source>Automatically follow instances of a public index</source><target state="new">Automatically follow instances of a public index</target>
4936 <context-group purpose="location"> 4949
4937 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
4938 <context context-type="linenumber">445</context>
4939 </context-group>
4940 </trans-unit>
4941 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 4951 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
4942 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target> 4952 <source>ADMINISTRATORS</source><target state="new">ADMINISTRATORS</target>
4943 4953
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">477</context></context-group></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">529</context></context-group></trans-unit>
4945 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 4955 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
4946 <source>Administrator</source> 4956 <source>Administrator</source>
4947 <target>管理员</target> 4957 <target>管理员</target>
@@ -4957,7 +4967,7 @@
4957 <context context-type="linenumber">387</context> 4967 <context context-type="linenumber">387</context>
4958 </context-group> 4968 </context-group>
4959 4969
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">483</context></context-group></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">535</context></context-group></trans-unit>
4961 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 4971 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
4962 <source>Enable contact form</source> 4972 <source>Enable contact form</source>
4963 <target>开启联系表格</target> 4973 <target>开启联系表格</target>
@@ -4965,7 +4975,7 @@
4965 <context context-type="linenumber">398</context> 4975 <context context-type="linenumber">398</context>
4966 </context-group> 4976 </context-group>
4967 4977
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">494</context></context-group></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">546</context></context-group></trans-unit>
4969 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 4979 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
4970 <source>Basic configuration</source> 4980 <source>Basic configuration</source>
4971 <target>基本配置</target> 4981 <target>基本配置</target>
@@ -4976,14 +4986,14 @@
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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 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">234</context></context-group></trans-unit><trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
4977 <source>TWITTER</source><target state="new">TWITTER</target> 4987 <source>TWITTER</source><target state="new">TWITTER</target>
4978 4988
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">511</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 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">563</context></context-group></trans-unit><trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
4980 <source> 4990 <source>
4981 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4991 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4982 </source><target state="new"> 4992 </source><target state="new">
4983 Optional. If any, provide the Twitter account representing your instance to improve link previews. 4993 Optional. If any, provide the Twitter account representing your instance to improve link previews.
4984 </target> 4994 </target>
4985 4995
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">512</context></context-group></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">564</context></context-group></trans-unit>
4987 4997
4988 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 4998 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
4989 <source>Your Twitter username</source> 4999 <source>Your Twitter username</source>
@@ -4992,7 +5002,7 @@
4992 <context context-type="linenumber">413</context> 5002 <context context-type="linenumber">413</context>
4993 </context-group> 5003 </context-group>
4994 5004
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">523</context></context-group></trans-unit> 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">575</context></context-group></trans-unit>
4996 5006
4997 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5007 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
4998 <source>Instance whitelisted by Twitter</source> 5008 <source>Instance whitelisted by Twitter</source>
@@ -5001,7 +5011,7 @@
5001 <context context-type="linenumber">431</context> 5011 <context context-type="linenumber">431</context>
5002 </context-group> 5012 </context-group>
5003 5013
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">535</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 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">587</context></context-group></trans-unit><trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5005 <source> 5015 <source>
5006 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/>"/> 5016 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/>"/>
5007 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/>"/> 5017 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/>"/>
@@ -5016,7 +5026,7 @@
5016 to see if you instance is whitelisted. 5026 to see if you instance is whitelisted.
5017 </target> 5027 </target>
5018 5028
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">539</context></context-group></trans-unit> 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">591</context></context-group></trans-unit>
5020 5030
5021 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5031 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5022 <source>Services</source> 5032 <source>Services</source>
@@ -5025,10 +5035,10 @@
5025 <context context-type="linenumber">405</context> 5035 <context context-type="linenumber">405</context>
5026 </context-group> 5036 </context-group>
5027 5037
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">505</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 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">557</context></context-group></trans-unit><trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5029 <source>TRANSCODING</source><target state="new">TRANSCODING</target> 5039 <source>TRANSCODING</source><target state="new">TRANSCODING</target>
5030 5040
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">565</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 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">617</context></context-group></trans-unit><trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5032 <source> 5042 <source>
5033 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in 5043 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5034 resources, this is a critical part of PeerTube, so tread carefully. 5044 resources, this is a critical part of PeerTube, so tread carefully.
@@ -5037,7 +5047,7 @@
5037 resources, this is a critical part of PeerTube, so tread carefully. 5047 resources, this is a critical part of PeerTube, so tread carefully.
5038 </target> 5048 </target>
5039 5049
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">566</context></context-group></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">618</context></context-group></trans-unit>
5041 5051
5042 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5052 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5043 <source>Transcoding enabled</source> 5053 <source>Transcoding enabled</source>
@@ -5046,7 +5056,7 @@
5046 <context context-type="linenumber">461</context> 5056 <context context-type="linenumber">461</context>
5047 </context-group> 5057 </context-group>
5048 5058
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">579</context></context-group></trans-unit> 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">631</context></context-group></trans-unit>
5050 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5060 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5051 <source>If you disable transcoding, many videos from your users will not work!</source> 5061 <source>If you disable transcoding, many videos from your users will not work!</source>
5052 <target>如果禁用转码,用户上传的视频很有可能无法正常播放!</target> 5062 <target>如果禁用转码,用户上传的视频很有可能无法正常播放!</target>
@@ -5054,10 +5064,10 @@
5054 <context context-type="linenumber">465</context> 5064 <context context-type="linenumber">465</context>
5055 </context-group> 5065 </context-group>
5056 5066
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">583</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 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">635</context></context-group></trans-unit><trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5058 <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> 5068 <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>
5059 5069
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">594</context></context-group></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">646</context></context-group></trans-unit>
5061 5071
5062 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5072 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5063 <source>Allow additional extensions</source> 5073 <source>Allow additional extensions</source>
@@ -5066,10 +5076,10 @@
5066 <context context-type="linenumber">475</context> 5076 <context context-type="linenumber">475</context>
5067 </context-group> 5077 </context-group>
5068 5078
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">591</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 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">643</context></context-group></trans-unit><trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5070 <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> 5080 <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>
5071 5081
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">605</context></context-group></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">657</context></context-group></trans-unit>
5073 5083
5074 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5084 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5075 <source>Allow audio files upload</source> 5085 <source>Allow audio files upload</source>
@@ -5078,7 +5088,7 @@
5078 <context context-type="linenumber">486</context> 5088 <context context-type="linenumber">486</context>
5079 </context-group> 5089 </context-group>
5080 5090
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">602</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5091 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit><trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5082 <source> 5092 <source>
5083 <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>"/> 5093 <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>"/>
5084 5094
@@ -5097,13 +5107,13 @@
5097 <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>"/> 5107 <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>"/>
5098 </target> 5108 </target>
5099 5109
5100 <context-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> 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">669</context></context-group></trans-unit>
5101 5111
5102 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5112 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5103 <source>WebTorrent support enabled</source> 5113 <source>WebTorrent support enabled</source>
5104 <target state="new">WebTorrent support enabled</target> 5114 <target state="new">WebTorrent support enabled</target>
5105 5115
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">614</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5116 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit><trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5107 <source> 5117 <source>
5108 <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>"/> 5118 <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>"/>
5109 5119
@@ -5128,13 +5138,13 @@
5128 <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>"/> 5138 <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>"/>
5129 </target> 5139 </target>
5130 5140
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">638</context></context-group></trans-unit> 5141 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5132 5142
5133 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html"> 5143 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
5134 <source>HLS support enabled</source> 5144 <source>HLS support enabled</source>
5135 <target state="new">HLS support enabled</target> 5145 <target state="new">HLS support enabled</target>
5136 5146
5137 <context-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> 5147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5138 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5148 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5139 <source>Transcoding threads</source> 5149 <source>Transcoding threads</source>
5140 <target>转码线程数</target> 5150 <target>转码线程数</target>
@@ -5142,41 +5152,41 @@
5142 <context context-type="linenumber">517</context> 5152 <context context-type="linenumber">517</context>
5143 </context-group> 5153 </context-group>
5144 5154
5145 <context-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"> 5155 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit><trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5146 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target> 5156 <source>Resolutions to generate</source><target state="new">Resolutions to generate</target>
5147 5157
5148 <context-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> 5158 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5149 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5159 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5150 <source>CACHE</source><target state="new">CACHE</target> 5160 <source>CACHE</source><target state="new">CACHE</target>
5151 5161
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">699</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5162 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit><trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5153 <source> 5163 <source>
5154 Some files are not federated, and fetched when necessary. Define their caching policies. 5164 Some files are not federated, and fetched when necessary. Define their caching policies.
5155 </source><target state="new"> 5165 </source><target state="new">
5156 Some files are not federated, and fetched when necessary. Define their caching policies. 5166 Some files are not federated, and fetched when necessary. Define their caching policies.
5157 </target> 5167 </target>
5158 5168
5159 <context-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"> 5169 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit><trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5160 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target> 5170 <source>Number of previews to keep in cache</source><target state="new">Number of previews to keep in cache</target>
5161 5171
5162 <context-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"> 5172 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit><trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5163 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target> 5173 <source>Number of video captions to keep in cache</source><target state="new">Number of video captions to keep in cache</target>
5164 5174
5165 <context-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> 5175 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5166 5176
5167 5177
5168 5178
5169 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5179 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5170 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target> 5180 <source>CUSTOMIZATIONS</source><target state="new">CUSTOMIZATIONS</target>
5171 5181
5172 <context-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"> 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">785</context></context-group></trans-unit><trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5173 <source> 5183 <source>
5174 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5184 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5175 </source><target state="new"> 5185 </source><target state="new">
5176 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill. 5186 Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.
5177 </target> 5187 </target>
5178 5188
5179 <context-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> 5189 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5180 5190
5181 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5191 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5182 <source>JavaScript</source> 5192 <source>JavaScript</source>
@@ -5185,14 +5195,14 @@
5185 <context context-type="linenumber">575</context> 5195 <context context-type="linenumber">575</context>
5186 </context-group> 5196 </context-group>
5187 5197
5188 <context-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"> 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">796</context></context-group></trans-unit><trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5189 <source> 5199 <source>
5190 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5200 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5191 </source><target state="new"> 5201 </source><target state="new">
5192 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5202 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5193 </target> 5203 </target>
5194 5204
5195 <context-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"> 5205 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit><trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5196 <source> 5206 <source>
5197 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/>"/> 5207 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/>"/>
5198 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 5208 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
@@ -5217,7 +5227,7 @@
5217 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 5227 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5218 </target> 5228 </target>
5219 5229
5220 <context-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> 5230 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5221 5231
5222 5232
5223 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5233 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
@@ -5227,7 +5237,7 @@
5227 <context context-type="linenumber">452</context> 5237 <context context-type="linenumber">452</context>
5228 </context-group> 5238 </context-group>
5229 5239
5230 <context-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> 5240 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5231 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5241 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5232 <source>Update configuration</source> 5242 <source>Update configuration</source>
5233 <target>更新设置</target> 5243 <target>更新设置</target>
@@ -5235,12 +5245,12 @@
5235 <context context-type="linenumber">628</context> 5245 <context context-type="linenumber">628</context>
5236 </context-group> 5246 </context-group>
5237 5247
5238 <context-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> 5248 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5239 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html"> 5249 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
5240 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5250 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5241 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target> 5251 <target state="new">It seems like the configuration is invalid. Please search for potential errors in the different tabs.</target>
5242 5252
5243 <context-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"> 5253 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit><trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5244 <source>PROFILE</source><target state="new">PROFILE</target> 5254 <source>PROFILE</source><target state="new">PROFILE</target>
5245 <context-group purpose="location"> 5255 <context-group purpose="location">
5246 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context> 5256 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
@@ -5450,6 +5460,12 @@
5450 <context context-type="linenumber">17</context> 5460 <context context-type="linenumber">17</context>
5451 </context-group> 5461 </context-group>
5452 <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">17</context></context-group> 5462 <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">17</context></context-group>
5463 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5464 <source>Your current password</source><target state="new">Your current password</target>
5465 <context-group purpose="location">
5466 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5467 <context context-type="linenumber">26</context>
5468 </context-group>
5453 </trans-unit> 5469 </trans-unit>
5454 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5470 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5455 <source>Your password</source> 5471 <source>Your password</source>
@@ -5457,16 +5473,16 @@
5457 <context-group name="null"> 5473 <context-group name="null">
5458 <context context-type="linenumber">27</context> 5474 <context context-type="linenumber">27</context>
5459 </context-group> 5475 </context-group>
5460 <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">27</context></context-group> 5476
5461 </trans-unit> 5477 <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">28</context></context-group></trans-unit>
5462 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5478 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5463 <source>Change email</source> 5479 <source>Change email</source>
5464 <target>修改电子邮件地址</target> 5480 <target>修改电子邮件地址</target>
5465 <context-group name="null"> 5481 <context-group name="null">
5466 <context context-type="linenumber">35</context> 5482 <context context-type="linenumber">35</context>
5467 </context-group> 5483 </context-group>
5468 <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">35</context></context-group> 5484
5469 </trans-unit> 5485 <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">36</context></context-group></trans-unit>
5470 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5486 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5471 <source>Theme</source> 5487 <source>Theme</source>
5472 <target>主题</target> 5488 <target>主题</target>
@@ -6301,17 +6317,18 @@
6301 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6317 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6302 <context context-type="linenumber">2</context> 6318 <context context-type="linenumber">2</context>
6303 </context-group> 6319 </context-group>
6304 </trans-unit> 6320 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6305 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6321 <source>
6306 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6322 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6307 <target state="new"> 6323 </source><target state="new">
6308 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser. 6324 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6309 </target> 6325 </target>
6310 <context-group purpose="location"> 6326 <context-group purpose="location">
6311 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6327 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6312 <context context-type="linenumber">9</context> 6328 <context context-type="linenumber">9</context>
6313 </context-group> 6329 </context-group>
6314 </trans-unit> 6330 </trans-unit>
6331
6315 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6332 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6316 <source> 6333 <source>
6317 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 6334 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
@@ -10090,6 +10107,24 @@
10090 <context context-type="linenumber">1</context> 10107 <context context-type="linenumber">1</context>
10091 </context-group> 10108 </context-group>
10092 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10109 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10110 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10111 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10112 <context-group purpose="location">
10113 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10114 <context context-type="linenumber">1</context>
10115 </context-group>
10116 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10117 <source>Delete account comments</source><target state="new">Delete account comments</target>
10118 <context-group purpose="location">
10119 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10120 <context context-type="linenumber">1</context>
10121 </context-group>
10122 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10123 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10124 <context-group purpose="location">
10125 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10126 <context context-type="linenumber">1</context>
10127 </context-group>
10093 </trans-unit> 10128 </trans-unit>
10094 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10129 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10095 <source>Edit user</source> 10130 <source>Edit user</source>
@@ -10183,6 +10218,18 @@
10183 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10218 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10184 <context context-type="linenumber">1</context> 10219 <context context-type="linenumber">1</context>
10185 </context-group> 10220 </context-group>
10221 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10222 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10223 <context-group purpose="location">
10224 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10225 <context context-type="linenumber">1</context>
10226 </context-group>
10227 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10228 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10229 <context-group purpose="location">
10230 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10231 <context context-type="linenumber">1</context>
10232 </context-group>
10186 </trans-unit> 10233 </trans-unit>
10187 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10234 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10188 <source>Mute this account by your instance</source> 10235 <source>Mute this account by your instance</source>
@@ -10239,6 +10286,18 @@
10239 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10286 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10240 <context context-type="linenumber">1</context> 10287 <context context-type="linenumber">1</context>
10241 </context-group> 10288 </context-group>
10289 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10290 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10291 <context-group purpose="location">
10292 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10293 <context context-type="linenumber">1</context>
10294 </context-group>
10295 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10296 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10297 <context-group purpose="location">
10298 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10299 <context context-type="linenumber">1</context>
10300 </context-group>
10242 </trans-unit> 10301 </trans-unit>
10243 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10302 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10244 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10303 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/angular.zh-Hant-TW.xlf b/client/src/locale/angular.zh-Hant-TW.xlf
index 6092887dc..63c3b18ec 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;"/>您的帳戶<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>"/>您的帳戶<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">
@@ -388,9 +396,9 @@
388 <context-group name="null"> 396 <context-group name="null">
389 <context context-type="linenumber">9</context> 397 <context context-type="linenumber">9</context>
390 </context-group> 398 </context-group>
391 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group> 399
392 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">42</context></context-group> 400
393 </trans-unit> 401 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context><context context-type="linenumber">9</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">48</context></context-group></trans-unit>
394 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d"> 402 <trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d">
395 <source>Start at</source> 403 <source>Start at</source>
396 <target>開始於</target> 404 <target>開始於</target>
@@ -458,9 +466,9 @@
458 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html"> 466 <trans-unit id="e53246788ffa2660a170aa859691a55576df2e6c" datatype="html">
459 <source>video</source> 467 <source>video</source>
460 <target state="translated">視頻</target> 468 <target state="translated">視頻</target>
461 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group> 469
462 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">46</context></context-group> 470
463 </trans-unit> 471 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
464 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html"> 472 <trans-unit id="7cdda05962b3123483985a6fe7da45a7a564ecf9" datatype="html">
465 <source>subtitles</source> 473 <source>subtitles</source>
466 <target state="translated">字幕</target> 474 <target state="translated">字幕</target>
@@ -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>
@@ -672,10 +680,10 @@
672 <context-group name="null"> 680 <context-group name="null">
673 <context context-type="linenumber">34</context> 681 <context context-type="linenumber">34</context>
674 </context-group> 682 </context-group>
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">34</context></context-group> 683
676 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">49</context></context-group> 684
677 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group> 685
678 </trans-unit> 686 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">34</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">100</context></context-group></trans-unit>
679 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc"> 687 <trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc">
680 <source>Edit starts/stops at</source> 688 <source>Edit starts/stops at</source>
681 <target>編輯開始/停止於</target> 689 <target>編輯開始/停止於</target>
@@ -725,11 +733,11 @@
725 <context-group name="null"> 733 <context-group name="null">
726 <context context-type="linenumber">13</context> 734 <context context-type="linenumber">13</context>
727 </context-group> 735 </context-group>
728 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</context></context-group> 736
729 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">186</context></context-group> 737
730 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">39</context></context-group> 738
731 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group> 739
732 </trans-unit> 740 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context><context context-type="linenumber">5</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">186</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">45</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context><context context-type="linenumber">21</context></context-group></trans-unit>
733 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c"> 741 <trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c">
734 <source>Edit</source> 742 <source>Edit</source>
735 <target>編輯</target> 743 <target>編輯</target>
@@ -830,24 +838,33 @@
830 <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> 838 <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>
831 </trans-unit> 839 </trans-unit>
832 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 840 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
833 <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> 841 <source>
834 <target><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;"/> <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;"/> </target> 842 <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>"/>
843 <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>"/>
844 </source>
845 <target><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>遠端訂閱<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>"/>遠端互動<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </target>
835 <context-group name="null"> 846 <context-group name="null">
836 <context context-type="linenumber">10</context> 847 <context context-type="linenumber">10</context>
837 </context-group> 848 </context-group>
838 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group> 849 <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>
839 </trans-unit> 850 </trans-unit>
840 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 851 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
841 <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> 852 <source>
842 <target>您可以透過任何 ActivityPub 聯邦宇宙的實例訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 </target> 853 You can 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/>"/>
854 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
855 </source>
856 <target>您可以透過任何 ActivityPub 聯邦宇宙的實例訂閱此頻道。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 </target>
843 <context-group name="null"> 857 <context-group name="null">
844 <context context-type="linenumber">17</context> 858 <context context-type="linenumber">17</context>
845 </context-group> 859 </context-group>
846 <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> 860 <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>
847 </trans-unit> 861 </trans-unit>
848 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 862 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
849 <source>You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. </source> 863 <source>
850 <target>您可以透過任何 ActivityPub 聯邦宇宙的實例與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 </target> 864 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
865 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
866 </source>
867 <target>您可以透過任何 ActivityPub 聯邦宇宙的實例與此互動。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 舉例來說,您可以在 Mastodon 或 Pleroma 中的搜尋框輸入頻道的 URL,並在那裡訂閱。 </target>
851 <context-group name="null"> 868 <context-group name="null">
852 <context context-type="linenumber">26</context> 869 <context context-type="linenumber">26</context>
853 </context-group> 870 </context-group>
@@ -862,8 +879,11 @@
862 </context-group> 879 </context-group>
863 </trans-unit> 880 </trans-unit>
864 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 881 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
865 <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> 882 <source>
866 <target><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;"/> <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;"/> </target> 883 <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>"/>
884 <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>"/>
885 </source>
886 <target><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>"/> <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>"/> </target>
867 <context-group name="null"> 887 <context-group name="null">
868 <context context-type="linenumber">5</context> 888 <context context-type="linenumber">5</context>
869 </context-group> 889 </context-group>
@@ -921,9 +941,9 @@
921 <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> 941 <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>
922 </trans-unit> 942 </trans-unit>
923 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 943 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
924 <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> 944 <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>
925 <target> 945 <target>
926 無限 <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;"/> 946 無限 <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>"/>
927 </target> 947 </target>
928 <context-group name="null"> 948 <context-group name="null">
929 <context context-type="linenumber">53</context> 949 <context context-type="linenumber">53</context>
@@ -1121,8 +1141,8 @@
1121 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group> 1141 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.html</context><context context-type="linenumber">2</context></context-group>
1122 </trans-unit> 1142 </trans-unit>
1123 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html"> 1143 <trans-unit id="6b6240483bee515c1e20c0c21fc6096e8cdd08e9" datatype="html">
1124 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/>. </source> 1144 <source>Sorry but there was an issue with the external login process. Please <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>contact an administrator<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. </source>
1125 <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> 1145 <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>
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">6</context> 1148 <context context-type="linenumber">6</context>
@@ -1137,8 +1157,15 @@
1137 </context-group> 1157 </context-group>
1138 </trans-unit> 1158 </trans-unit>
1139 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html"> 1159 <trans-unit id="8b339f3b4ba60cd2f880c7c19e8b375e7892f4c1" datatype="html">
1140 <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> 1160 <source>
1141 <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> 1161 Currently this instance doesn't allow for user registration, but you can find an instance
1162 that gives you the possibility to sign up for an account and upload your videos there.
1163
1164 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1165
1166 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>"/>.
1167 </source>
1168 <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>
1142 <context-group purpose="location"> 1169 <context-group purpose="location">
1143 <context context-type="sourcefile">src/app/login/login.component.html</context> 1170 <context context-type="sourcefile">src/app/login/login.component.html</context>
1144 <context context-type="linenumber">16</context> 1171 <context context-type="linenumber">16</context>
@@ -1304,9 +1331,9 @@
1304 </context-group> 1331 </context-group>
1305 </trans-unit> 1332 </trans-unit>
1306 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1333 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1307 <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> 1334 <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>
1308 <target> 1335 <target>
1309 為 <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;"/> 1336 為 <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>"/>
1310 </target> 1337 </target>
1311 <context-group name="null"> 1338 <context-group name="null">
1312 <context context-type="linenumber">6</context> 1339 <context context-type="linenumber">6</context>
@@ -1314,10 +1341,13 @@
1314 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group> 1341 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">6</context></context-group>
1315 </trans-unit> 1342 </trans-unit>
1316 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1343 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1317 <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> 1344 <source>
1345 Filters
1346 <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>"/>
1347 </source>
1318 <target> 1348 <target>
1319 過濾器 1349 過濾器
1320 <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;"/> 1350 <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>"/>
1321 </target> 1351 </target>
1322 <context-group name="null"> 1352 <context-group name="null">
1323 <context context-type="linenumber">16</context> 1353 <context context-type="linenumber">16</context>
@@ -1349,7 +1379,8 @@
1349 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group> 1379 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">3</context></context-group>
1350 </trans-unit> 1380 </trans-unit>
1351 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c"> 1381 <trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c">
1352 <source>CLI documentation</source> 1382 <source>CLI
1383 documentation</source>
1353 <target>CLI 文檔</target> 1384 <target>CLI 文檔</target>
1354 <context-group name="null"> 1385 <context-group name="null">
1355 <context context-type="linenumber">12</context> 1386 <context context-type="linenumber">12</context>
@@ -1365,7 +1396,8 @@
1365 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group> 1396 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">15</context></context-group>
1366 </trans-unit> 1397 </trans-unit>
1367 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9"> 1398 <trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9">
1368 <source>Administer documentation</source> 1399 <source>Administer
1400 documentation</source>
1369 <target>管理文檔</target> 1401 <target>管理文檔</target>
1370 <context-group name="null"> 1402 <context-group name="null">
1371 <context context-type="linenumber">19</context> 1403 <context context-type="linenumber">19</context>
@@ -1381,7 +1413,8 @@
1381 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group> 1413 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">22</context></context-group>
1382 </trans-unit> 1414 </trans-unit>
1383 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417"> 1415 <trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417">
1384 <source>Use documentation</source> 1416 <source>Use
1417 documentation</source>
1385 <target>使用文檔</target> 1418 <target>使用文檔</target>
1386 <context-group name="null"> 1419 <context-group name="null">
1387 <context context-type="linenumber">26</context> 1420 <context context-type="linenumber">26</context>
@@ -1405,16 +1438,16 @@
1405 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group> 1438 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group>
1406 </trans-unit> 1439 </trans-unit>
1407 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1440 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1408 <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> 1441 <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>
1409 <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> 1442 <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>
1410 <context-group name="null"> 1443 <context-group name="null">
1411 <context context-type="linenumber">44</context> 1444 <context context-type="linenumber">44</context>
1412 </context-group> 1445 </context-group>
1413 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group> 1446 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group>
1414 </trans-unit> 1447 </trans-unit>
1415 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1448 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1416 <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> 1449 <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>
1417 <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;"/> </target> 1450 <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>"/> </target>
1418 <context-group name="null"> 1451 <context-group name="null">
1419 <context context-type="linenumber">47</context> 1452 <context context-type="linenumber">47</context>
1420 </context-group> 1453 </context-group>
@@ -1429,16 +1462,26 @@
1429 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group> 1462 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group>
1430 </trans-unit> 1463 </trans-unit>
1431 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1464 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1432 <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> 1465 <source>
1433 <target>選擇您的<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;"/>、 為什麼<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;"/> 都對訪客瞭解他們正在哪種實例上非常重要。 </target> 1466 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>"/>,
1467 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>"/>
1468 is very important for visitors to understand on what type of instance they are.
1469 </source>
1470 <target>選擇您的<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>"/>、 為什麼<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>"/> 都對訪客瞭解他們正在哪種實例上非常重要。 </target>
1434 <context-group name="null"> 1471 <context-group name="null">
1435 <context context-type="linenumber">61</context> 1472 <context context-type="linenumber">61</context>
1436 </context-group> 1473 </context-group>
1437 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group> 1474 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group>
1438 </trans-unit> 1475 </trans-unit>
1439 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1476 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1440 <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> 1477 <source>
1441 <target>如果您想要開放註冊,請決定好<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;"/>the 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> PeerTube 實例上註冊。 </target> 1478 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
1479 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1480 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
1481 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1482 PeerTube instance.
1483 </source>
1484 <target>如果您想要開放註冊,請決定好<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>"/>the 適合的<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> PeerTube 實例上註冊。 </target>
1442 <context-group name="null"> 1485 <context-group name="null">
1443 <context context-type="linenumber">67</context> 1486 <context context-type="linenumber">67</context>
1444 </context-group> 1487 </context-group>
@@ -1531,15 +1574,20 @@
1531 <context context-type="linenumber">21</context> 1574 <context context-type="linenumber">21</context>
1532 </context-group> 1575 </context-group>
1533 <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> 1576 <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>
1534 </trans-unit> 1577 </trans-unit><trans-unit id="565e31173ab0ea2c00c311c9051c15d8896a0b80" datatype="html">
1535 <trans-unit id="7e76a185dbd8842cfea86afe863ed902a4447f7c" datatype="html"> 1578 <source>
1536 <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> 1579 Please consider configuring 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>"/>.
1537 <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> 1580 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1581 </source><target state="new">
1582 Please consider configuring 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>"/>.
1583 Without them, your instance may not be referenced on the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>JoinPeerTube website<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
1584 </target>
1538 <context-group purpose="location"> 1585 <context-group purpose="location">
1539 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context> 1586 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1540 <context context-type="linenumber">24</context> 1587 <context context-type="linenumber">24</context>
1541 </context-group> 1588 </context-group>
1542 </trans-unit> 1589 </trans-unit>
1590
1543 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec"> 1591 <trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec">
1544 <source>Configure these fields</source> 1592 <source>Configure these fields</source>
1545 <target>設定這些欄位</target> 1593 <target>設定這些欄位</target>
@@ -1853,79 +1901,49 @@
1853 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html"> 1901 <trans-unit id="90ce30ddedd5892740bb41e9ead736cd2c0f9b53" datatype="html">
1854 <source>GLOBAL SEARCH</source> 1902 <source>GLOBAL SEARCH</source>
1855 <target state="translated">全域搜尋</target> 1903 <target state="translated">全域搜尋</target>
1856 <context-group purpose="location"> 1904
1857 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1905 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
1858 <context context-type="linenumber">16</context>
1859 </context-group>
1860 </trans-unit>
1861 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html"> 1906 <trans-unit id="7ef9c50b8735e25780026b93da26cfcab1546653" datatype="html">
1862 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source> 1907 <source>using <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></source>
1863 <target state="translated">正在使用 <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target> 1908 <target state="translated">正在使用 <x id="INTERPOLATION" equiv-text="{{ serverConfig.followings.instance.autoFollowIndex.indexUrl }}"/></target>
1864 <context-group purpose="location"> 1909
1865 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1910 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
1866 <context context-type="linenumber">18</context>
1867 </context-group>
1868 </trans-unit>
1869 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html"> 1911 <trans-unit id="44f26a1c56d73d4763225ba2e6d5091e0cad1b7c" datatype="html">
1870 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source> 1912 <source>Results will be augmented with those of a third-party index. Only data necessary to make the query will be sent.</source>
1871 <target state="translated">結果將使用第三方索引來強化。僅會傳送查詢所需的資料。</target> 1913 <target state="translated">結果將使用第三方索引來強化。僅會傳送查詢所需的資料。</target>
1872 <context-group purpose="location"> 1914
1873 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1915 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
1874 <context context-type="linenumber">22</context>
1875 </context-group>
1876 </trans-unit>
1877 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html"> 1916 <trans-unit id="ee697ded3eb6909ca0e619ab5cc9647cbd849da5" datatype="html">
1878 <source>ADVANCED SEARCH</source> 1917 <source>ADVANCED SEARCH</source>
1879 <target state="translated">進階搜尋</target> 1918 <target state="translated">進階搜尋</target>
1880 <context-group purpose="location"> 1919
1881 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1920 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">30</context></context-group></trans-unit>
1882 <context context-type="linenumber">29</context>
1883 </context-group>
1884 </trans-unit>
1885 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html"> 1921 <trans-unit id="8e799fee4b3df7ea53786f096380f81c78a77efd" datatype="html">
1886 <source>any instance</source> 1922 <source>any instance</source>
1887 <target state="translated">任何實例</target> 1923 <target state="translated">任何實例</target>
1888 <context-group purpose="location"> 1924
1889 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1925 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1890 <context context-type="linenumber">32</context>
1891 </context-group>
1892 </trans-unit>
1893 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html"> 1926 <trans-unit id="36a1080014918cc9c4ef8c0d3d5f4d3ae88176bd" datatype="html">
1894 <source>only followed instances</source> 1927 <source>only followed instances</source>
1895 <target state="translated">僅已追蹤的實例</target> 1928 <target state="translated">僅已追蹤的實例</target>
1896 <context-group purpose="location"> 1929
1897 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1930 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">34</context></context-group></trans-unit>
1898 <context context-type="linenumber">33</context>
1899 </context-group>
1900 </trans-unit>
1901 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html"> 1931 <trans-unit id="e5a60e5f83aad776726b8b9e7ff1b69f047a8416" datatype="html">
1902 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source> 1932 <source>Determines whether you can resolve any distant content, or if this instance only allows doing so for instances it follows.</source>
1903 <target state="translated">確定您是否可以解析任何遠端內容,或僅允許其追蹤的實例這麼做。</target> 1933 <target state="translated">確定您是否可以解析任何遠端內容,或僅允許其追蹤的實例這麼做。</target>
1904 <context-group purpose="location"> 1934
1905 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1935 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">32</context></context-group></trans-unit>
1906 <context context-type="linenumber">31</context>
1907 </context-group>
1908 </trans-unit>
1909 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html"> 1936 <trans-unit id="c9af5a8f7fae61166a0cc135063ff16d76deef55" datatype="html">
1910 <source>channel</source> 1937 <source>channel</source>
1911 <target state="translated">頻道</target> 1938 <target state="translated">頻道</target>
1912 <context-group purpose="location"> 1939
1913 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1940
1914 <context context-type="linenumber">40</context> 1941 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">41</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1915 </context-group>
1916 <context-group purpose="location">
1917 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context>
1918 <context context-type="linenumber">43</context>
1919 </context-group>
1920 </trans-unit>
1921 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html"> 1942 <trans-unit id="1dde6766dd298aa1e1b12afe67ad23dfbca88d2e" datatype="html">
1922 <source>Any other text will return matching video or channel names.</source> 1943 <source>Any other text will return matching video or channel names.</source>
1923 <target state="translated">任何其他文字都將會回傳相符的視頻或頻道名稱。</target> 1944 <target state="translated">任何其他文字都將會回傳相符的視頻或頻道名稱。</target>
1924 <context-group purpose="location"> 1945
1925 <context context-type="sourcefile">src/app/header/search-typeahead.component.html</context> 1946 <context-group purpose="location"><context context-type="sourcefile">src/app/header/search-typeahead.component.html</context><context context-type="linenumber">50</context></context-group></trans-unit>
1926 <context context-type="linenumber">49</context>
1927 </context-group>
1928 </trans-unit>
1929 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599"> 1947 <trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599">
1930 <source>Search...</source> 1948 <source>Search...</source>
1931 <target>搜尋……</target> 1949 <target>搜尋……</target>
@@ -1967,8 +1985,11 @@
1967 </context-group> 1985 </context-group>
1968 </trans-unit> 1986 </trans-unit>
1969 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html"> 1987 <trans-unit id="17ebc377c617be81cff7c2f2edbb7d405595d73a" datatype="html">
1970 <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> 1988 <source>
1971 <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> 1989 Jump to channel
1990 <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>↵<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1991 </source>
1992 <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>
1972 <context-group purpose="location"> 1993 <context-group purpose="location">
1973 <context context-type="sourcefile">src/app/header/suggestion.component.html</context> 1994 <context context-type="sourcefile">src/app/header/suggestion.component.html</context>
1974 <context context-type="linenumber">18</context> 1995 <context context-type="linenumber">18</context>
@@ -2206,8 +2227,12 @@
2206 <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> 2227 <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>
2207 </trans-unit> 2228 </trans-unit>
2208 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html"> 2229 <trans-unit id="19f59c3f026a162a78af887faff8d9b2b11a4e27" datatype="html">
2209 <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> 2230 <source>
2210 <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> 2231 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2232 There is a maximum of 5 tags. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2233 Press Enter to add a new tag.
2234 </source>
2235 <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>
2211 <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> 2236 <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>
2212 </trans-unit> 2237 </trans-unit>
2213 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf"> 2238 <trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf">
@@ -2370,7 +2395,7 @@
2370 <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> 2395 <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>
2371 </trans-unit> 2396 </trans-unit>
2372 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee"> 2397 <trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee">
2373 <source>Already uploaded ✔</source> 2398 <source>Already uploaded ✔</source>
2374 <target>已上傳 ✔</target> 2399 <target>已上傳 ✔</target>
2375 <context-group name="null"> 2400 <context-group name="null">
2376 <context context-type="linenumber">179</context> 2401 <context context-type="linenumber">179</context>
@@ -2501,8 +2526,12 @@
2501 <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> 2526 <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>
2502 </trans-unit> 2527 </trans-unit>
2503 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7"> 2528 <trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7">
2504 <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> 2529 <source>
2505 <target>您可以匯入任何 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;"/> 或指向原始 MP4 檔案的 URL。 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的實例惹上法律問題。 </target> 2530 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>"/>
2531 or URL that points to a raw MP4 file.
2532 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.
2533 </source>
2534 <target>您可以匯入任何 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>"/> 或指向原始 MP4 檔案的 URL。 您應該確保您對您所指向的內容有傳播權,否則可能會為您與您的實例惹上法律問題。 </target>
2506 <context-group name="null"> 2535 <context-group name="null">
2507 <context context-type="linenumber">10</context> 2536 <context context-type="linenumber">10</context>
2508 </context-group> 2537 </context-group>
@@ -2562,10 +2591,14 @@
2562 <context-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> 2591 <context-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>
2563 </trans-unit> 2592 </trans-unit>
2564 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2593 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2565 <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> 2594 <source>
2595 Image that will be merged with your audio file.
2596 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2597 The chosen image will be definitive and cannot be modified.
2598 </source>
2566 <target> 2599 <target>
2567 圖片將會被合併到您的音訊檔中。 2600 圖片將會被合併到您的音訊檔中。
2568 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 2601 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2569 選定的圖片將無法修改。 2602 選定的圖片將無法修改。
2570 </target> 2603 </target>
2571 <context-group name="null"> 2604 <context-group name="null">
@@ -2633,7 +2666,10 @@
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> 2666 <context-group 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>
2634 </trans-unit> 2667 </trans-unit>
2635 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52"> 2668 <trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52">
2636 <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> 2669 <source>
2670 You can import any torrent file that points to a mp4 file.
2671 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.
2672 </source>
2637 <target>您可以匯入任何指向 mp4 檔案的 torrent 檔案。 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的實例惹上法律問題。</target> 2673 <target>您可以匯入任何指向 mp4 檔案的 torrent 檔案。 您應該確保您對您所指向的內容有傳播權,否則可能會讓您與您的實例惹上法律問題。</target>
2638 <context-group name="null"> 2674 <context-group name="null">
2639 <context context-type="linenumber">17</context> 2675 <context context-type="linenumber">17</context>
@@ -2649,8 +2685,12 @@
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">56</context></context-group> 2685 <context-group 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>
2650 </trans-unit> 2686 </trans-unit>
2651 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html"> 2687 <trans-unit id="ebe5234338205e30a59cf703e2a2b6ef49fb75f8" datatype="html">
2652 <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> 2688 <source>
2653 <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> 2689 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.
2690 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2691 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.
2692 </source>
2693 <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>
2654 <context-group purpose="location"> 2694 <context-group purpose="location">
2655 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2695 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2656 <context context-type="linenumber">2</context> 2696 <context context-type="linenumber">2</context>
@@ -2886,16 +2926,16 @@
2886 <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> 2926 <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>
2887 </trans-unit> 2927 </trans-unit>
2888 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html"> 2928 <trans-unit id="82bf4d36722689b7c0058ed18e50d7b550d6d8b6" datatype="html">
2889 <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> 2929 <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>
2890 <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> 2930 <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>
2891 <context-group purpose="location"> 2931 <context-group purpose="location">
2892 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2932 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2893 <context context-type="linenumber">45</context> 2933 <context context-type="linenumber">45</context>
2894 </context-group> 2934 </context-group>
2895 </trans-unit> 2935 </trans-unit>
2896 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html"> 2936 <trans-unit id="04aabb1507157d38b070f1a7ed5271bcea041404" datatype="html">
2897 <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> 2937 <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>
2898 <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> 2938 <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>
2899 <context-group purpose="location"> 2939 <context-group purpose="location">
2900 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2940 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2901 <context context-type="linenumber">56</context> 2941 <context context-type="linenumber">56</context>
@@ -3188,7 +3228,11 @@
3188 <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> 3228 <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>
3189 </trans-unit> 3229 </trans-unit>
3190 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html"> 3230 <trans-unit id="2c6453cc150c9f652a7f1238d2f172e625f0f117" datatype="html">
3191 <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> 3231 <source>
3232 You can comment using an account on any ActivityPub-compatible instance.
3233 On most platforms, you can find the video by typing its URL in the search bar and then comment it
3234 from within the software's interface.
3235 </source>
3192 <target state="translated">您可以使用任何相容於 ActivityPub 的實例上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找視頻,並從軟體介面中留言。</target> 3236 <target state="translated">您可以使用任何相容於 ActivityPub 的實例上的帳號留言。在大多數的平臺上,您可以透過在搜尋列中輸入其 URL 來尋找視頻,並從軟體介面中留言。</target>
3193 <context-group purpose="location"> 3237 <context-group purpose="location">
3194 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context> 3238 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
@@ -3224,13 +3268,13 @@
3224 <context-group name="null"> 3268 <context-group name="null">
3225 <context context-type="linenumber">14</context> 3269 <context context-type="linenumber">14</context>
3226 </context-group> 3270 </context-group>
3227 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">38</context></context-group> 3271
3228 </trans-unit> 3272 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
3229 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html"> 3273 <trans-unit id="3dc4cf221502c170c7fcd4b2bffc9b3aa46b84bb" datatype="html">
3230 <source>This comment has been deleted</source> 3274 <source>This comment has been deleted</source>
3231 <target state="translated">此留言已被刪除</target> 3275 <target state="translated">此留言已被刪除</target>
3232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">55</context></context-group> 3276
3233 </trans-unit> 3277 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
3234 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html"> 3278 <trans-unit id="fee25862814afd08fca2abe1452e6841e8b57b1e" datatype="html">
3235 <source>Follows &amp; redundancies</source> 3279 <source>Follows &amp; redundancies</source>
3236 <target state="translated">追蹤 &amp; 重複</target> 3280 <target state="translated">追蹤 &amp; 重複</target>
@@ -3370,8 +3414,8 @@
3370 <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> 3414 <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>
3371 </trans-unit> 3415 </trans-unit>
3372 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 3416 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
3373 <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> 3417 <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>
3374 <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> 3418 <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>
3375 <context-group name="null"> 3419 <context-group name="null">
3376 <context context-type="linenumber">11</context> 3420 <context context-type="linenumber">11</context>
3377 </context-group> 3421 </context-group>
@@ -3461,8 +3505,8 @@
3461 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group> 3505 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">26</context></context-group>
3462 </trans-unit> 3506 </trans-unit>
3463 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html"> 3507 <trans-unit id="107f0fef40ba00a1a183a03eba85054ed8413f92" datatype="html">
3464 <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> 3508 <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>
3465 <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> 3509 <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>
3466 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group> 3510 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context><context context-type="linenumber">29</context></context-group>
3467 </trans-unit> 3511 </trans-unit>
3468 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html"> 3512 <trans-unit id="8cffa679dff97a096d44fca9348eeaa1867d40aa" datatype="html">
@@ -3581,8 +3625,11 @@
3581 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">48</context></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">48</context></context-group>
3582 </trans-unit> 3626 </trans-unit>
3583 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html"> 3627 <trans-unit id="2768c5a04ffea51e600e3b1e14ed676afb355f23" datatype="html">
3584 <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> 3628 <source>
3585 <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> 3629 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/>"/>
3630 At most, this user could upload ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3631 </source>
3632 <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>
3586 <context-group purpose="location"> 3633 <context-group purpose="location">
3587 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3634 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3588 <context context-type="linenumber">148</context> 3635 <context context-type="linenumber">148</context>
@@ -3674,16 +3721,16 @@
3674 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group> 3721 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">22</context></context-group>
3675 </trans-unit> 3722 </trans-unit>
3676 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 3723 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
3677 <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> 3724 <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>
3678 <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> 3725 <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>
3679 <context-group name="null"> 3726 <context-group name="null">
3680 <context context-type="linenumber">40</context> 3727 <context context-type="linenumber">40</context>
3681 </context-group> 3728 </context-group>
3682 <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> 3729 <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>
3683 </trans-unit> 3730 </trans-unit>
3684 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 3731 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
3685 <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> 3732 <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>
3686 <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> 3733 <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>
3687 <context-group name="null"> 3734 <context-group name="null">
3688 <context context-type="linenumber">42</context> 3735 <context context-type="linenumber">42</context>
3689 </context-group> 3736 </context-group>
@@ -3734,8 +3781,8 @@
3734 <context-group name="null"> 3781 <context-group name="null">
3735 <context context-type="linenumber">95</context> 3782 <context context-type="linenumber">95</context>
3736 </context-group> 3783 </context-group>
3737 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">118</context></context-group> 3784
3738 </trans-unit> 3785 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">121</context></context-group></trans-unit>
3739 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html"> 3786 <trans-unit id="0fcb785bae83bfd5c1b1bbeb57cda21eec98ae1a" datatype="html">
3740 <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> 3787 <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>
3741 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 使用者</target> 3788 <target state="translated">正在顯示 <x id="INTERPOLATION" equiv-text="{{'{first}'}}"/> 到 <x id="INTERPOLATION_1" equiv-text="{{'{last}'}}"/> 的 <x id="INTERPOLATION_2" equiv-text="{{'{totalRecords}'}}"/> 使用者</target>
@@ -3794,8 +3841,8 @@
3794 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group> 3841 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group>
3795 </trans-unit> 3842 </trans-unit>
3796 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html"> 3843 <trans-unit id="91bd2d52b840951d3b1f5830b023bee8bca91293" datatype="html">
3797 <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> 3844 <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>
3798 <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> 3845 <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>
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> 3846 <context-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>
3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">24</context></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">24</context></context-group>
3801 </trans-unit> 3848 </trans-unit>
@@ -3852,8 +3899,8 @@
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">26</context></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">26</context></context-group>
3853 </trans-unit> 3900 </trans-unit>
3854 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3901 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3855 <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> 3902 <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>
3856 <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> 3903 <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>
3857 <context-group name="null"> 3904 <context-group name="null">
3858 <context context-type="linenumber">11</context> 3905 <context context-type="linenumber">11</context>
3859 </context-group> 3906 </context-group>
@@ -4063,8 +4110,8 @@
4063 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group> 4110 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">74</context></context-group>
4064 </trans-unit> 4111 </trans-unit>
4065 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 4112 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
4066 <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> 4113 <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>
4067 <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> 4114 <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>
4068 <context-group name="null"> 4115 <context-group name="null">
4069 <context context-type="linenumber">11</context> 4116 <context context-type="linenumber">11</context>
4070 </context-group> 4117 </context-group>
@@ -4073,8 +4120,8 @@
4073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group> 4120 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">43</context></context-group>
4074 </trans-unit> 4121 </trans-unit>
4075 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html"> 4122 <trans-unit id="9a7b523cbbebabeb9b10482291b58c52825a4b05" datatype="html">
4076 <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> 4123 <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>
4077 <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> 4124 <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>
4078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group> 4125 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">24</context></context-group>
4079 </trans-unit> 4126 </trans-unit>
4080 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7"> 4127 <trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7">
@@ -4094,8 +4141,8 @@
4094 </context-group> 4141 </context-group>
4095 </trans-unit> 4142 </trans-unit>
4096 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html"> 4143 <trans-unit id="f0045181fddf6e1642314ee5464667098ac18d9d" datatype="html">
4097 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><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> 4144 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4098 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} 其他 {...}}"/><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> 4145 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReporter, plural, =1 {...} 其他 {...}}"/><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>
4099 <context-group purpose="location"> 4146 <context-group purpose="location">
4100 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4147 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4101 <context context-type="linenumber">20</context> 4148 <context context-type="linenumber">20</context>
@@ -4118,8 +4165,8 @@
4118 </context-group> 4165 </context-group>
4119 </trans-unit> 4166 </trans-unit>
4120 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html"> 4167 <trans-unit id="28b2bd6301b8655f46a26faf4db7f11e06be1747" datatype="html">
4121 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><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> 4168 <source><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} other {...}}"/><x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/><x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> </source>
4122 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} 其他{...}}"/><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> 4169 <target state="translated"><x id="ICU" equiv-text="{videoAbuse.countReportsForReportee, plural, =1 {...} 其他{...}}"/><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>
4123 <context-group purpose="location"> 4170 <context-group purpose="location">
4124 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context> 4171 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-details.component.html</context>
4125 <context context-type="linenumber">40</context> 4172 <context context-type="linenumber">40</context>
@@ -4166,8 +4213,8 @@
4166 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group> 4213 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group>
4167 </trans-unit> 4214 </trans-unit>
4168 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 4215 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
4169 <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> 4216 <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>
4170 <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> 4217 <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>
4171 <context-group name="null"> 4218 <context-group name="null">
4172 <context context-type="linenumber">13</context> 4219 <context context-type="linenumber">13</context>
4173 </context-group> 4220 </context-group>
@@ -4294,6 +4341,12 @@
4294 <context context-type="linenumber">51</context> 4341 <context context-type="linenumber">51</context>
4295 </context-group> 4342 </context-group>
4296 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group> 4343 <context-group purpose="location"><context context-type="sourcefile">src/app/app.component.html</context><context context-type="linenumber">11</context></context-group>
4344 </trans-unit><trans-unit id="0fab2b1e25b97842c52a6b95f139bda7e416fde6" datatype="html">
4345 <source>Close this message</source><target state="new">Close this message</target>
4346 <context-group purpose="location">
4347 <context context-type="sourcefile">src/app/app.component.html</context>
4348 <context context-type="linenumber">34</context>
4349 </context-group>
4297 </trans-unit> 4350 </trans-unit>
4298 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768"> 4351 <trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768">
4299 <source>Go to the plugin homepage</source> 4352 <source>Go to the plugin homepage</source>
@@ -4458,8 +4511,8 @@
4458 </context-group> 4511 </context-group>
4459 </trans-unit> 4512 </trans-unit>
4460 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html"> 4513 <trans-unit id="e4ce2d897f4bdce126c9012769654301a587110a" datatype="html">
4461 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</source> 4514 <source>By <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></source>
4462 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -&gt;</target> 4515 <target state="translated">由 <x id="INTERPOLATION" equiv-text="{{ log.by }}"/> -></target>
4463 <context-group purpose="location"> 4516 <context-group purpose="location">
4464 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context> 4517 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
4465 <context context-type="linenumber">32</context> 4518 <context context-type="linenumber">32</context>
@@ -4507,8 +4560,8 @@
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">65</context></context-group> 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">65</context></context-group>
4508 </trans-unit> 4561 </trans-unit>
4509 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html"> 4562 <trans-unit id="a8544bac210fd102d71c5aaf1bef79c1fc48c079" datatype="html">
4510 <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> 4563 <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>
4511 <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 等)傳送給其他端點,但是這有助於降低伺服器的負載。</target> 4564 <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 等)傳送給其他端點,但是這有助於降低伺服器的負載。</target>
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">47</context></context-group> 4565 <context-group purpose="location"><context context-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>
4513 </trans-unit> 4566 </trans-unit>
4514 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html"> 4567 <trans-unit id="0f9a16c167ea4f043577304b13046c143692cb99" datatype="html">
@@ -4550,8 +4603,8 @@
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">75</context></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">75</context></context-group>
4551 </trans-unit> 4604 </trans-unit>
4552 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html"> 4605 <trans-unit id="f0716b4964f9dc6437aaed3ae0c78e94fd259fb9" datatype="html">
4553 <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> 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 build a moderation team. </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;"/> 以建立良好的團隊。 </target> 4607 <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>
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">76</context></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">76</context></context-group>
4556 </trans-unit> 4609 </trans-unit>
4557 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634"> 4610 <trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634">
@@ -4563,8 +4616,11 @@
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">86</context></context-group> 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">86</context></context-group>
4564 </trans-unit> 4617 </trans-unit>
4565 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html"> 4618 <trans-unit id="55c4d3cc288701854147f69ccf3d86d316589968" datatype="html">
4566 <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> 4619 <source>
4567 <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> 4620 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/>"/>
4621 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
4622 </source>
4623 <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>
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">90</context></context-group> 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">90</context></context-group>
4569 </trans-unit> 4625 </trans-unit>
4570 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9"> 4626 <trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9">
@@ -4576,8 +4632,8 @@
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">99</context></context-group> 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">99</context></context-group>
4577 </trans-unit> 4633 </trans-unit>
4578 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html"> 4634 <trans-unit id="8dccab3d8cadb847889ff89644d3f08ffee0d76e" datatype="html">
4579 <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> 4635 <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>
4580 <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> 4636 <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>
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">103</context></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">103</context></context-group>
4582 </trans-unit> 4638 </trans-unit>
4583 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe"> 4639 <trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe">
@@ -4737,8 +4793,8 @@
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">240</context></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">240</context></context-group>
4738 </trans-unit> 4794 </trans-unit>
4739 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html"> 4795 <trans-unit id="0aa2ad4efb780f946dd9a821fe7471dde20014c3" datatype="html">
4740 <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> 4796 <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>
4741 <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> 4797 <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>
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">241</context></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">241</context></context-group>
4743 </trans-unit> 4799 </trans-unit>
4744 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb"> 4800 <trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb">
@@ -4793,41 +4849,81 @@
4793 <context context-type="linenumber">223</context> 4849 <context context-type="linenumber">223</context>
4794 </context-group> 4850 </context-group>
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">270</context></context-group> 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">270</context></context-group>
4852 </trans-unit><trans-unit id="c5d4e7a320b88bdcf7fb2b670b81173048af3956" datatype="html">
4853 <source>BROADCAST MESSAGE</source><target state="new">BROADCAST MESSAGE</target>
4854 <context-group purpose="location">
4855 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4856 <context context-type="linenumber">281</context>
4857 </context-group>
4858 </trans-unit><trans-unit id="3a10a32f96683addb9e1335cdba7d6685587fe6e" datatype="html">
4859 <source>
4860 Display a message on your instance
4861 </source><target state="new">
4862 Display a message on your instance
4863 </target>
4864 <context-group purpose="location">
4865 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4866 <context context-type="linenumber">282</context>
4867 </context-group>
4868 </trans-unit><trans-unit id="58be3e0a0ef272fbd6e715b44059c3d89b332d9b" datatype="html">
4869 <source>Enable broadcast message</source><target state="new">Enable broadcast message</target>
4870 <context-group purpose="location">
4871 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4872 <context context-type="linenumber">294</context>
4873 </context-group>
4874 </trans-unit><trans-unit id="6938c4a91284a1bc8b61b0d8085d9985e46c9f5b" datatype="html">
4875 <source>Allow users to dismiss the broadcast message </source><target state="new">Allow users to dismiss the broadcast message </target>
4876 <context-group purpose="location">
4877 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4878 <context context-type="linenumber">301</context>
4879 </context-group>
4880 </trans-unit><trans-unit id="dd24d21f2898608f623ae2513e1eb0a08a442f7a" datatype="html">
4881 <source>Broadcast message level</source><target state="new">Broadcast message level</target>
4882 <context-group purpose="location">
4883 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4884 <context context-type="linenumber">306</context>
4885 </context-group>
4886 </trans-unit><trans-unit id="ccac601bf473fa28c9ac46794f1cd40542f74347" datatype="html">
4887 <source>Message</source><target state="new">Message</target>
4888 <context-group purpose="location">
4889 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4890 <context context-type="linenumber">318</context>
4891 </context-group>
4796 </trans-unit> 4892 </trans-unit>
4797 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html"> 4893 <trans-unit id="0ea3c4f671addedc1fff64ba63adbf0629fab06a" datatype="html">
4798 <source>NEW USERS</source> 4894 <source>NEW USERS</source>
4799 <target state="translated">新使用者</target> 4895 <target state="translated">新使用者</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">281</context></context-group> 4896
4801 </trans-unit> 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">333</context></context-group></trans-unit>
4802 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html"> 4898 <trans-unit id="eb55f6a974ace4bade90b976dba651c9545c979d" datatype="html">
4803 <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> 4899 <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>
4804 <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> 4900 <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>
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">282</context></context-group> 4901
4806 </trans-unit> 4902 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">334</context></context-group></trans-unit>
4807 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247"> 4903 <trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247">
4808 <source>Signup enabled</source> 4904 <source>Signup enabled</source>
4809 <target>已啟用註冊</target> 4905 <target>已啟用註冊</target>
4810 <context-group name="null"> 4906 <context-group name="null">
4811 <context context-type="linenumber">235</context> 4907 <context context-type="linenumber">235</context>
4812 </context-group> 4908 </context-group>
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">293</context></context-group> 4909
4814 </trans-unit> 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">345</context></context-group></trans-unit>
4815 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7"> 4911 <trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7">
4816 <source>Signup requires email verification</source> 4912 <source>Signup requires email verification</source>
4817 <target>註冊需要電子郵件驗證</target> 4913 <target>註冊需要電子郵件驗證</target>
4818 <context-group name="null"> 4914 <context-group name="null">
4819 <context context-type="linenumber">242</context> 4915 <context context-type="linenumber">242</context>
4820 </context-group> 4916 </context-group>
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">301</context></context-group> 4917
4822 </trans-unit> 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">353</context></context-group></trans-unit>
4823 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402"> 4919 <trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402">
4824 <source>Signup limit</source> 4920 <source>Signup limit</source>
4825 <target>限制註冊</target> 4921 <target>限制註冊</target>
4826 <context-group name="null"> 4922 <context-group name="null">
4827 <context context-type="linenumber">247</context> 4923 <context context-type="linenumber">247</context>
4828 </context-group> 4924 </context-group>
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">305</context></context-group> 4925
4830 </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">357</context></context-group></trans-unit>
4831 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be"> 4927 <trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be">
4832 <source>Users</source> 4928 <source>Users</source>
4833 <target>使用者</target> 4929 <target>使用者</target>
@@ -4935,102 +5031,96 @@
4935 <context-group name="null"> 5031 <context-group name="null">
4936 <context context-type="linenumber">261</context> 5032 <context context-type="linenumber">261</context>
4937 </context-group> 5033 </context-group>
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">320</context></context-group> 5034
4939 </trans-unit> 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">372</context></context-group></trans-unit>
4940 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2"> 5036 <trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2">
4941 <source>Default daily upload limit per user</source> 5037 <source>Default daily upload limit per user</source>
4942 <target>每個使用者預設的每日上傳限制</target> 5038 <target>每個使用者預設的每日上傳限制</target>
4943 <context-group name="null"> 5039 <context-group name="null">
4944 <context context-type="linenumber">273</context> 5040 <context context-type="linenumber">273</context>
4945 </context-group> 5041 </context-group>
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">332</context></context-group> 5042
4947 </trans-unit> 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">384</context></context-group></trans-unit>
4948 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html"> 5044 <trans-unit id="e8835d4b5abe1ae304ffaaea6e96bf49805f54a2" datatype="html">
4949 <source>NEW VIDEOS</source> 5045 <source>NEW VIDEOS</source>
4950 <target state="translated">新視頻</target> 5046 <target state="translated">新視頻</target>
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">349</context></context-group> 5047
4952 </trans-unit> 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">401</context></context-group></trans-unit>
4953 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html"> 5049 <trans-unit id="6c65014c4ccf5a3ca7b0f4bdb17ff00578004420" datatype="html">
4954 <source>Allow import with HTTP URL (i.e. YouTube)</source> 5050 <source>Allow import with HTTP URL (i.e. YouTube)</source>
4955 <target state="translated">允許使用 HTTP URL 匯入(如 YouTube)</target> 5051 <target state="translated">允許使用 HTTP URL 匯入(如 YouTube)</target>
4956 <context-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> 5052
4957 </trans-unit> 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">412</context></context-group></trans-unit>
4958 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html"> 5054 <trans-unit id="ec3d83c2ae784e843fbe96eb368f9e6e0f26cc2e" datatype="html">
4959 <source>Allow import with a torrent file or a magnet URI</source> 5055 <source>Allow import with a torrent file or a magnet URI</source>
4960 <target state="translated">允許使用種子檔案或磁力連結匯入</target> 5056 <target state="translated">允許使用種子檔案或磁力連結匯入</target>
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">367</context></context-group> 5057
4962 </trans-unit> 5058 <context-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>
4963 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html"> 5059 <trans-unit id="c590ac6eba10ab6269e068156a910c7c58328cc5" datatype="html">
4964 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source> 5060 <source>Unless a user is marked as trusted, their videos will stay private until a moderator reviews them.</source>
4965 <target state="translated">除非使用者被標記為受信任,否則他們的視頻將會在調解員審閱前保持私密視頻的狀態。</target> 5061 <target state="translated">除非使用者被標記為受信任,否則他們的視頻將會在調解員審閱前保持私密視頻的狀態。</target>
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">384</context></context-group> 5062
4967 </trans-unit> 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">436</context></context-group></trans-unit>
4968 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html"> 5064 <trans-unit id="680ef3c95b9b6264dfb992c82e91d64312b133db" datatype="html">
4969 <source>Blacklist new videos automatically</source> 5065 <source>Blacklist new videos automatically</source>
4970 <target state="translated">自動將新視頻列入黑名單</target> 5066 <target state="translated">自動將新視頻列入黑名單</target>
4971 <context-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> 5067
4972 </trans-unit> 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">433</context></context-group></trans-unit>
4973 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html"> 5069 <trans-unit id="3f237e2a863d0308a21bdb0bb5d4b84e3376dbee" datatype="html">
4974 <source>FEDERATION</source> 5070 <source>FEDERATION</source>
4975 <target state="translated">聯盟</target> 5071 <target state="translated">聯盟</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">398</context></context-group> 5072
4977 </trans-unit> 5073 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">450</context></context-group></trans-unit>
4978 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html"> 5074 <trans-unit id="2cc42a6b77d06f99a195ef8f3324d49267eedf87" datatype="html">
4979 <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> 5075 <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>
4980 <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> 5076 <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>
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">399</context></context-group> 5077
4982 </trans-unit> 5078 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">451</context></context-group></trans-unit>
4983 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html"> 5079 <trans-unit id="a7f09999dbd1438d803b28abe1eb769f75126b3e" datatype="html">
4984 <source>Other instances can follow yours</source> 5080 <source>Other instances can follow yours</source>
4985 <target state="translated">其他實例可以追蹤您的</target> 5081 <target state="translated">其他實例可以追蹤您的</target>
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">412</context></context-group> 5082
4987 </trans-unit> 5083 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">464</context></context-group></trans-unit>
4988 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html"> 5084 <trans-unit id="3d9ffce2b1f284cb60067de15a313d3ecde0875f" datatype="html">
4989 <source>Manually approve new instance followers</source> 5085 <source>Manually approve new instance followers</source>
4990 <target state="translated">手動批准新的實例追蹤者</target> 5086 <target state="translated">手動批准新的實例追蹤者</target>
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">419</context></context-group> 5087
4992 </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">471</context></context-group></trans-unit>
4993 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html"> 5089 <trans-unit id="9a3dd9c65ee3381ae3b78b9c56cc4e0d2e41f0e8" datatype="html">
4994 <source>Automatically follow back instances</source> 5090 <source>Automatically follow back instances</source>
4995 <target state="translated">自動追蹤實例</target> 5091 <target state="translated">自動追蹤實例</target>
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">432</context></context-group> 5092
4997 </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">484</context></context-group></trans-unit>
4998 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html"> 5094 <trans-unit id="6d247698b32e560146200812155feea437c3bc98" datatype="html">
4999 <source>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;"/>. </source> 5095 <source>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>"/>. </source>
5000 <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> 5096 <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>
5001 <context-group purpose="location"> 5097
5002 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">502</context></context-group></trans-unit>
5003 <context context-type="linenumber">450</context>
5004 </context-group>
5005 </trans-unit>
5006 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html"> 5099 <trans-unit id="9bef6fc7194e11d18fdcac6aaccc816fe9ffc5a7" datatype="html">
5007 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source> 5100 <source>⚠️ This functionality requires a lot of attention and extra moderation.</source>
5008 <target state="translated">⚠️ 使用此功能時必須非常小心。</target> 5101 <target state="translated">⚠️ 使用此功能時必須非常小心。</target>
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">296</context></context-group> 5102
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">435</context></context-group> 5103
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">448</context></context-group> 5104
5012 </trans-unit> 5105 <context-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><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">487</context></context-group><context-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>
5013 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0"> 5106 <trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0">
5014 <source>Index URL</source> 5107 <source>Index URL</source>
5015 <target>索引 URL</target> 5108 <target>索引 URL</target>
5016 <context-group name="null"> 5109 <context-group name="null">
5017 <context context-type="linenumber">371</context> 5110 <context context-type="linenumber">371</context>
5018 </context-group> 5111 </context-group>
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">457</context></context-group> 5112
5020 </trans-unit> 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">509</context></context-group></trans-unit>
5021 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html"> 5114 <trans-unit id="62f023a56fd29518ab030384702362e6bf6a83e4" datatype="html">
5022 <source>Automatically follow instances of a public index</source> 5115 <source>Automatically follow instances of a public index</source>
5023 <target state="translated">自動追蹤公開索引上的實例</target> 5116 <target state="translated">自動追蹤公開索引上的實例</target>
5024 <context-group purpose="location"> 5117
5025 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 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">497</context></context-group></trans-unit>
5026 <context context-type="linenumber">445</context>
5027 </context-group>
5028 </trans-unit>
5029 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html"> 5119 <trans-unit id="5805ff22d19f43016e2b1a0f7eff12185c78e89d" datatype="html">
5030 <source>ADMINISTRATORS</source> 5120 <source>ADMINISTRATORS</source>
5031 <target state="translated">管理</target> 5121 <target state="translated">管理</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">477</context></context-group> 5122
5033 </trans-unit> 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">529</context></context-group></trans-unit>
5034 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011"> 5124 <trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011">
5035 <source>Administrator</source> 5125 <source>Administrator</source>
5036 <target>管理員</target> 5126 <target>管理員</target>
@@ -5045,16 +5135,16 @@
5045 <context-group name="null"> 5135 <context-group name="null">
5046 <context context-type="linenumber">387</context> 5136 <context context-type="linenumber">387</context>
5047 </context-group> 5137 </context-group>
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">483</context></context-group> 5138
5049 </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">535</context></context-group></trans-unit>
5050 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a"> 5140 <trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a">
5051 <source>Enable contact form</source> 5141 <source>Enable contact form</source>
5052 <target>啟用聯絡表單</target> 5142 <target>啟用聯絡表單</target>
5053 <context-group name="null"> 5143 <context-group name="null">
5054 <context context-type="linenumber">398</context> 5144 <context context-type="linenumber">398</context>
5055 </context-group> 5145 </context-group>
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">494</context></context-group> 5146
5057 </trans-unit> 5147 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">546</context></context-group></trans-unit>
5058 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5"> 5148 <trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5">
5059 <source>Basic configuration</source> 5149 <source>Basic configuration</source>
5060 <target>基本設定</target> 5150 <target>基本設定</target>
@@ -5066,202 +5156,241 @@
5066 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html"> 5156 <trans-unit id="51d86d65a52d00976c7cce4bdf8e144f956ef888" datatype="html">
5067 <source>TWITTER</source> 5157 <source>TWITTER</source>
5068 <target state="translated">TWITTER</target> 5158 <target state="translated">TWITTER</target>
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">511</context></context-group> 5159
5070 </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">563</context></context-group></trans-unit>
5071 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html"> 5161 <trans-unit id="31f11266d05b7a427477a8a9056a717ce332cfe3" datatype="html">
5072 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source> 5162 <source>Optional. If any, provide the Twitter account representing your instance to improve link previews.</source>
5073 <target state="translated">可選擇。如果有的話,請提供您實例的 Twitter 帳號以改善連結預覽。</target> 5163 <target state="translated">可選擇。如果有的話,請提供您實例的 Twitter 帳號以改善連結預覽。</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">512</context></context-group> 5164
5075 </trans-unit> 5165 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">564</context></context-group></trans-unit>
5076 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524"> 5166 <trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524">
5077 <source>Your Twitter username</source> 5167 <source>Your Twitter username</source>
5078 <target>您的 Twitter 使用者名稱</target> 5168 <target>您的 Twitter 使用者名稱</target>
5079 <context-group name="null"> 5169 <context-group name="null">
5080 <context context-type="linenumber">413</context> 5170 <context context-type="linenumber">413</context>
5081 </context-group> 5171 </context-group>
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">523</context></context-group> 5172
5083 </trans-unit> 5173 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit>
5084 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605"> 5174 <trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605">
5085 <source>Instance whitelisted by Twitter</source> 5175 <source>Instance whitelisted by Twitter</source>
5086 <target>已被 Twitter 列入白名單的實例</target> 5176 <target>已被 Twitter 列入白名單的實例</target>
5087 <context-group name="null"> 5177 <context-group name="null">
5088 <context context-type="linenumber">431</context> 5178 <context context-type="linenumber">431</context>
5089 </context-group> 5179 </context-group>
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">535</context></context-group> 5180
5091 </trans-unit> 5181 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">587</context></context-group></trans-unit>
5092 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html"> 5182 <trans-unit id="5c3526524f8f9f50390e39f56cb12e2091d883cd" datatype="html">
5093 <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> 5183 <source>
5094 <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> 5184 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/>"/>
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">539</context></context-group> 5185 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/>"/>
5096 </trans-unit> 5186 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
5187 <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>"/>
5188 to see if you instance is whitelisted.
5189 </source>
5190 <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>
5191
5192 <context-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>
5097 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5"> 5193 <trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5">
5098 <source>Services</source> 5194 <source>Services</source>
5099 <target>服務</target> 5195 <target>服務</target>
5100 <context-group name="null"> 5196 <context-group name="null">
5101 <context context-type="linenumber">405</context> 5197 <context context-type="linenumber">405</context>
5102 </context-group> 5198 </context-group>
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">505</context></context-group> 5199
5104 </trans-unit> 5200 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">557</context></context-group></trans-unit>
5105 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html"> 5201 <trans-unit id="9a6dbeb95c096daa71967ac36a043de69d0cf72b" datatype="html">
5106 <source>TRANSCODING</source> 5202 <source>TRANSCODING</source>
5107 <target state="translated">轉換編碼</target> 5203 <target state="translated">轉換編碼</target>
5108 <context-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> 5204
5109 </trans-unit> 5205 <context-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>
5110 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html"> 5206 <trans-unit id="ee4b28ab2d3293d453dec75c6654c6425705283c" datatype="html">
5111 <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> 5207 <source>
5208 Process uploaded videos so that they are in a streamable form that any device can play. Though costly in
5209 resources, this is a critical part of PeerTube, so tread carefully.
5210 </source>
5112 <target state="translated">處理上傳的視頻,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target> 5211 <target state="translated">處理上傳的視頻,以讓它們變成任何裝置都可以播放的串流形式。儘管這相當耗費資源,但這是 PeerTube 的關鍵組成部分,所以請小心處理。</target>
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">566</context></context-group> 5212
5114 </trans-unit> 5213 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">618</context></context-group></trans-unit>
5115 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9"> 5214 <trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9">
5116 <source>Transcoding enabled</source> 5215 <source>Transcoding enabled</source>
5117 <target>轉換編碼已啟用</target> 5216 <target>轉換編碼已啟用</target>
5118 <context-group name="null"> 5217 <context-group name="null">
5119 <context context-type="linenumber">461</context> 5218 <context context-type="linenumber">461</context>
5120 </context-group> 5219 </context-group>
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">579</context></context-group> 5220
5122 </trans-unit> 5221 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">631</context></context-group></trans-unit>
5123 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f"> 5222 <trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f">
5124 <source>If you disable transcoding, many videos from your users will not work!</source> 5223 <source>If you disable transcoding, many videos from your users will not work!</source>
5125 <target>若您停用轉換編碼,從您的使用者們而來的許多視頻將會無法運作!</target> 5224 <target>若您停用轉換編碼,從您的使用者們而來的許多視頻將會無法運作!</target>
5126 <context-group name="null"> 5225 <context-group name="null">
5127 <context context-type="linenumber">465</context> 5226 <context context-type="linenumber">465</context>
5128 </context-group> 5227 </context-group>
5129 <context-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> 5228
5130 </trans-unit> 5229 <context-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>
5131 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html"> 5230 <trans-unit id="3223b992b14f2fa5690676fa57317bffa7275f90" datatype="html">
5132 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source> 5231 <source>Allows users to upload .mkv, .mov, .avi and .flv videos.</source>
5133 <target state="translated">允許使用者上傳 .mkv、.mov、.avi 與 .flv 視頻。</target> 5232 <target state="translated">允許使用者上傳 .mkv、.mov、.avi 與 .flv 視頻。</target>
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">594</context></context-group> 5233
5135 </trans-unit> 5234 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">646</context></context-group></trans-unit>
5136 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f"> 5235 <trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f">
5137 <source>Allow additional extensions</source> 5236 <source>Allow additional extensions</source>
5138 <target>允許額外的副檔名</target> 5237 <target>允許額外的副檔名</target>
5139 <context-group name="null"> 5238 <context-group name="null">
5140 <context context-type="linenumber">475</context> 5239 <context context-type="linenumber">475</context>
5141 </context-group> 5240 </context-group>
5142 <context-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> 5241
5143 </trans-unit> 5242 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">643</context></context-group></trans-unit>
5144 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html"> 5243 <trans-unit id="abdec139a0b513ddbd4549284c38dc60e96bb477" datatype="html">
5145 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source> 5244 <source>Allows users to upload audio files that will be merged with the preview file on upload.</source>
5146 <target state="translated">允許使用者上傳音訊檔案,其將會在預覽檔案上傳時合併。</target> 5245 <target state="translated">允許使用者上傳音訊檔案,其將會在預覽檔案上傳時合併。</target>
5147 <context-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> 5246
5148 </trans-unit> 5247 <context-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>
5149 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6"> 5248 <trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6">
5150 <source>Allow audio files upload</source> 5249 <source>Allow audio files upload</source>
5151 <target>允許上傳音訊檔案</target> 5250 <target>允許上傳音訊檔案</target>
5152 <context-group name="null"> 5251 <context-group name="null">
5153 <context context-type="linenumber">486</context> 5252 <context context-type="linenumber">486</context>
5154 </context-group> 5253 </context-group>
5155 <context-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> 5254
5156 </trans-unit> 5255 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">654</context></context-group></trans-unit>
5157 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html"> 5256 <trans-unit id="1f83d0ff227c35b5631a2b2f78067b3e915cdb59" datatype="html">
5158 <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> 5257 <source>
5159 <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> 5258 <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>"/>
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">617</context></context-group> 5259
5161 </trans-unit> 5260 <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>"/>
5261
5262 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
5263
5264 <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>"/>
5265 </source>
5266 <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>
5267
5268 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">669</context></context-group></trans-unit>
5162 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html"> 5269 <trans-unit id="ff852c5a22beaff7a8c62447b0a96f9ced7c3ed6" datatype="html">
5163 <source>WebTorrent support enabled</source> 5270 <source>WebTorrent support enabled</source>
5164 <target state="translated">WebTorrent 支援已啟用</target> 5271 <target state="translated">WebTorrent 支援已啟用</target>
5165 <context-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> 5272
5166 </trans-unit> 5273 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">666</context></context-group></trans-unit>
5167 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html"> 5274 <trans-unit id="a0a116af355dfc3ac02f4501c2ffadb882768564" datatype="html">
5168 <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> 5275 <source>
5169 <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> 5276 <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>"/>
5170 <context-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> 5277
5171 </trans-unit> 5278 <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>"/>
5279 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
5280 <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>"/>
5281 <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>"/>
5282 <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>"/>
5283 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
5284
5285 <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>"/>
5286 </source>
5287 <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>
5288
5289 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">690</context></context-group></trans-unit>
5172 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202"> 5290 <trans-unit id="94213e7007705d887db1d366b5abc163122d9202">
5173 <source>HLS support enabled</source> 5291 <source>HLS support enabled</source>
5174 <target>已啟用 HLS 支援</target> 5292 <target>已啟用 HLS 支援</target>
5175 <context-group name="null"> 5293 <context-group name="null">
5176 <context context-type="linenumber">498</context> 5294 <context context-type="linenumber">498</context>
5177 </context-group> 5295 </context-group>
5178 <context-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> 5296
5179 </trans-unit> 5297 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">687</context></context-group></trans-unit>
5180 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2"> 5298 <trans-unit id="a33feadefbb776217c2db96100736314f8b765c2">
5181 <source>Transcoding threads</source> 5299 <source>Transcoding threads</source>
5182 <target>轉換編碼執行緒</target> 5300 <target>轉換編碼執行緒</target>
5183 <context-group name="null"> 5301 <context-group name="null">
5184 <context context-type="linenumber">517</context> 5302 <context context-type="linenumber">517</context>
5185 </context-group> 5303 </context-group>
5186 <context-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> 5304
5187 </trans-unit> 5305 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">712</context></context-group></trans-unit>
5188 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html"> 5306 <trans-unit id="4f9162543288be617b88ad6fcae84325f11e31b6" datatype="html">
5189 <source>Resolutions to generate</source> 5307 <source>Resolutions to generate</source>
5190 <target state="translated">要生成的解析度</target> 5308 <target state="translated">要生成的解析度</target>
5191 <context-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> 5309
5192 </trans-unit> 5310 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">725</context></context-group></trans-unit>
5193 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html"> 5311 <trans-unit id="f05f4a8b97269a2da6d7fcc6e86fbfafd16e30bd" datatype="html">
5194 <source>CACHE</source> 5312 <source>CACHE</source>
5195 <target state="translated">快取</target> 5313 <target state="translated">快取</target>
5196 <context-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> 5314
5197 </trans-unit> 5315 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">751</context></context-group></trans-unit>
5198 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html"> 5316 <trans-unit id="3469b0eb5bd7b7f0e85c029cd82ae1912bb51677" datatype="html">
5199 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source> 5317 <source>Some files are not federated, and fetched when necessary. Define their caching policies.</source>
5200 <target state="translated">某些檔案未聯播,並會在需要時擷取。定義它們的快取策略。</target> 5318 <target state="translated">某些檔案未聯播,並會在需要時擷取。定義它們的快取策略。</target>
5201 <context-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> 5319
5202 </trans-unit> 5320 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">752</context></context-group></trans-unit>
5203 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html"> 5321 <trans-unit id="e7845bb59f7887d60f1cf3b7b9fe5cfdb0b7e915" datatype="html">
5204 <source>Number of previews to keep in cache</source> 5322 <source>Number of previews to keep in cache</source>
5205 <target state="translated">要保留在快取中的預覽數量</target> 5323 <target state="translated">要保留在快取中的預覽數量</target>
5206 <context-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> 5324
5207 </trans-unit> 5325 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">761</context></context-group></trans-unit>
5208 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html"> 5326 <trans-unit id="478d017e2701ae21cefab20e7226702d77f15727" datatype="html">
5209 <source>Number of video captions to keep in cache</source> 5327 <source>Number of video captions to keep in cache</source>
5210 <target state="translated">要保留在快取中的視頻字幕數量</target> 5328 <target state="translated">要保留在快取中的視頻字幕數量</target>
5211 <context-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> 5329
5212 </trans-unit> 5330 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">770</context></context-group></trans-unit>
5213 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html"> 5331 <trans-unit id="ede5494c4a39e72d3e21a5fefdc3d966da4a3e00" datatype="html">
5214 <source>CUSTOMIZATIONS</source> 5332 <source>CUSTOMIZATIONS</source>
5215 <target state="translated">自訂</target> 5333 <target state="translated">自訂</target>
5216 <context-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> 5334
5217 </trans-unit> 5335 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">785</context></context-group></trans-unit>
5218 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html"> 5336 <trans-unit id="7473fbca4ff699b020fc8894bad4c88611c76f5c" datatype="html">
5219 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source> 5337 <source>Slight modifications to your PeerTube instance for when creating a plugin or theme is overkill.</source>
5220 <target state="translated">爲了建立外掛程式或佈景主題而對您的 PeerTube 實例進行少量修改,這有點太多了。</target> 5338 <target state="translated">爲了建立外掛程式或佈景主題而對您的 PeerTube 實例進行少量修改,這有點太多了。</target>
5221 <context-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> 5339
5222 </trans-unit> 5340 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">786</context></context-group></trans-unit>
5223 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c"> 5341 <trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c">
5224 <source>JavaScript</source> 5342 <source>JavaScript</source>
5225 <target>JavaScript</target> 5343 <target>JavaScript</target>
5226 <context-group name="null"> 5344 <context-group name="null">
5227 <context context-type="linenumber">575</context> 5345 <context context-type="linenumber">575</context>
5228 </context-group> 5346 </context-group>
5229 <context-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> 5347
5230 </trans-unit> 5348 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">796</context></context-group></trans-unit>
5231 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html"> 5349 <trans-unit id="782afa7c58d912592d73fce888ffce8542a4acf3" datatype="html">
5232 <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> 5350 <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>
5233 <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> 5351 <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>
5234 <context-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> 5352
5235 </trans-unit> 5353 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">799</context></context-group></trans-unit>
5236 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html"> 5354 <trans-unit id="ef86c28e82ac4b08e6914d2a067e5455b4d4f4f7" datatype="html">
5237 <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> 5355 <source>
5238 <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> 5356 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/>"/>
5239 <context-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> 5357 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5240 </trans-unit> 5358 color: red;
5359 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5360 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5361 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/>"/>
5362 <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/> #custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
5363 color: red;
5364 <x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
5365 <x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
5366 </source>
5367 <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>
5368
5369 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">818</context></context-group></trans-unit>
5241 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab"> 5370 <trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab">
5242 <source>Advanced configuration</source> 5371 <source>Advanced configuration</source>
5243 <target>進階設定</target> 5372 <target>進階設定</target>
5244 <context-group name="null"> 5373 <context-group name="null">
5245 <context context-type="linenumber">452</context> 5374 <context context-type="linenumber">452</context>
5246 </context-group> 5375 </context-group>
5247 <context-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> 5376
5248 </trans-unit> 5377 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">611</context></context-group></trans-unit>
5249 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8"> 5378 <trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8">
5250 <source>Update configuration</source> 5379 <source>Update configuration</source>
5251 <target>更新設定</target> 5380 <target>更新設定</target>
5252 <context-group name="null"> 5381 <context-group name="null">
5253 <context context-type="linenumber">628</context> 5382 <context context-type="linenumber">628</context>
5254 </context-group> 5383 </context-group>
5255 <context-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> 5384
5256 </trans-unit> 5385 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">858</context></context-group></trans-unit>
5257 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83"> 5386 <trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83">
5258 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source> 5387 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
5259 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target> 5388 <target>設定似乎無效。請在不同的分頁中搜尋潛在的錯誤。</target>
5260 <context-group name="null"> 5389 <context-group name="null">
5261 <context context-type="linenumber">629</context> 5390 <context context-type="linenumber">629</context>
5262 </context-group> 5391 </context-group>
5263 <context-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> 5392
5264 </trans-unit> 5393 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">856</context></context-group></trans-unit>
5265 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html"> 5394 <trans-unit id="824c2b28d0d9e771e3caf1d02021b740ac97076d" datatype="html">
5266 <source>PROFILE</source> 5395 <source>PROFILE</source>
5267 <target state="translated">個人檔案</target> 5396 <target state="translated">個人檔案</target>
@@ -5428,8 +5557,8 @@
5428 <context-group purpose="location"><context context-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> 5557 <context-group purpose="location"><context context-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>
5429 </trans-unit> 5558 </trans-unit>
5430 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737"> 5559 <trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737">
5431 <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> 5560 <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>
5432 <target>有了 <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> 5561 <target>有了 <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>
5433 <context-group name="null"> 5562 <context-group name="null">
5434 <context context-type="linenumber">6</context> 5563 <context context-type="linenumber">6</context>
5435 </context-group> 5564 </context-group>
@@ -5458,9 +5587,9 @@
5458 <context-group purpose="location"><context context-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> 5587 <context-group purpose="location"><context context-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>
5459 </trans-unit> 5588 </trans-unit>
5460 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 5589 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
5461 <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> 5590 <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>
5462 <target> 5591 <target>
5463 您目前的電子郵件地址為 <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;"/> 5592 您目前的電子郵件地址為 <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>"/>
5464</target> 5593</target>
5465 <context-group name="null"> 5594 <context-group name="null">
5466 <context context-type="linenumber">4</context> 5595 <context context-type="linenumber">4</context>
@@ -5468,9 +5597,9 @@
5468 <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> 5597 <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>
5469 </trans-unit> 5598 </trans-unit>
5470 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 5599 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
5471 <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> 5600 <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>
5472 <target> 5601 <target>
5473 <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;"/> 正在等待電子郵件驗證 5602 <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>"/> 正在等待電子郵件驗證
5474</target> 5603</target>
5475 <context-group name="null"> 5604 <context-group name="null">
5476 <context context-type="linenumber">8</context> 5605 <context context-type="linenumber">8</context>
@@ -5492,6 +5621,12 @@
5492 <context context-type="linenumber">17</context> 5621 <context context-type="linenumber">17</context>
5493 </context-group> 5622 </context-group>
5494 <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">17</context></context-group> 5623 <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">17</context></context-group>
5624 </trans-unit><trans-unit id="3a83d433c5d27e1d06ece0475fac8ba409b6c9ac" datatype="html">
5625 <source>Your current password</source><target state="new">Your current password</target>
5626 <context-group purpose="location">
5627 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
5628 <context context-type="linenumber">26</context>
5629 </context-group>
5495 </trans-unit> 5630 </trans-unit>
5496 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404"> 5631 <trans-unit id="5b5b91438db5731debea388908f788bab8d3d404">
5497 <source>Your password</source> 5632 <source>Your password</source>
@@ -5499,16 +5634,16 @@
5499 <context-group name="null"> 5634 <context-group name="null">
5500 <context context-type="linenumber">27</context> 5635 <context context-type="linenumber">27</context>
5501 </context-group> 5636 </context-group>
5502 <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">27</context></context-group> 5637
5503 </trans-unit> 5638 <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">28</context></context-group></trans-unit>
5504 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c"> 5639 <trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c">
5505 <source>Change email</source> 5640 <source>Change email</source>
5506 <target>變更電子郵件</target> 5641 <target>變更電子郵件</target>
5507 <context-group name="null"> 5642 <context-group name="null">
5508 <context context-type="linenumber">35</context> 5643 <context context-type="linenumber">35</context>
5509 </context-group> 5644 </context-group>
5510 <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">35</context></context-group> 5645
5511 </trans-unit> 5646 <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">36</context></context-group></trans-unit>
5512 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522"> 5647 <trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522">
5513 <source>Theme</source> 5648 <source>Theme</source>
5514 <target>佈景主題</target> 5649 <target>佈景主題</target>
@@ -5552,8 +5687,8 @@
5552 <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> 5687 <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>
5553 </trans-unit> 5688 </trans-unit>
5554 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html"> 5689 <trans-unit id="7cb7f53b151a060db53d748d3973e345013f1af6" datatype="html">
5555 <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> 5690 <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>
5556 <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> 5691 <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>
5557 <context-group purpose="location"> 5692 <context-group purpose="location">
5558 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context> 5693 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
5559 <context context-type="linenumber">2</context> 5694 <context context-type="linenumber">2</context>
@@ -5589,10 +5724,13 @@
5589 <context-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> 5724 <context-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>
5590 </trans-unit> 5725 </trans-unit>
5591 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 5726 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
5592 <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> 5727 <source>
5728 Created
5729 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5730 </source>
5593 <target> 5731 <target>
5594 已建立 5732 已建立
5595 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/> 5733 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
5596 </target> 5734 </target>
5597 <context-group name="null"> 5735 <context-group name="null">
5598 <context context-type="linenumber">15</context> 5736 <context context-type="linenumber">15</context>
@@ -5664,8 +5802,9 @@
5664 <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> 5802 <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>
5665 </trans-unit> 5803 </trans-unit>
5666 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html"> 5804 <trans-unit id="66ad6eb3f06251c75325b780943a07f94c949df7" datatype="html">
5667 <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> 5805 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br />&lt;br />
5668 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br /&gt;&lt;br /&gt; 當您要在此頻道上傳視頻時,視頻支援欄位將會自動填入這些文字。</target> 5806 When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
5807 <target state="translated">告訴人們他們可以怎麼支持您頻道的簡短文字(會員平台等……)。&lt;br />&lt;br /> 當您要在此頻道上傳視頻時,視頻支援欄位將會自動填入這些文字。</target>
5669 <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> 5808 <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>
5670 <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> 5809 <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>
5671 </trans-unit> 5810 </trans-unit>
@@ -5762,9 +5901,12 @@
5762 </context-group> 5901 </context-group>
5763 </trans-unit> 5902 </trans-unit>
5764 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 5903 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
5765 <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> 5904 <source>
5905 <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>"/>
5906 Delete history
5907 </source>
5766 <target> 5908 <target>
5767 <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;"/> 5909 <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>"/>
5768 刪除歷史紀錄 5910 刪除歷史紀錄
5769 </target> 5911 </target>
5770 <context-group name="null"> 5912 <context-group name="null">
@@ -5781,9 +5923,12 @@
5781 </context-group> 5923 </context-group>
5782 </trans-unit> 5924 </trans-unit>
5783 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 5925 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
5784 <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> 5926 <source>
5927 <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>"/>
5928 Notification preferences
5929 </source>
5785 <target> 5930 <target>
5786 <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;"/> 5931 <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>"/>
5787 通知偏好設定 5932 通知偏好設定
5788 </target> 5933 </target>
5789 <context-group name="null"> 5934 <context-group name="null">
@@ -5863,8 +6008,8 @@
5863 <context-group purpose="location"><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> 6008 <context-group purpose="location"><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>
5864 </trans-unit> 6009 </trans-unit>
5865 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html"> 6010 <trans-unit id="a808c932c8ac3cac864f214734b6899568d6c976" datatype="html">
5866 <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> 6011 <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>
5867 <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> 6012 <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>
5868 <context-group purpose="location"> 6013 <context-group purpose="location">
5869 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context> 6014 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
5870 <context context-type="linenumber">2</context> 6015 <context context-type="linenumber">2</context>
@@ -5892,9 +6037,9 @@
5892 <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> 6037 <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>
5893 </trans-unit> 6038 </trans-unit>
5894 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0"> 6039 <trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0">
5895 <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> 6040 <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>
5896 <target> 6041 <target>
5897 如果您需要取得關於使用 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;"/>。 6042 如果您需要取得關於使用 PeerTube 的說明,您可以看看 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>。
5898 </target> 6043 </target>
5899 <context-group name="null"> 6044 <context-group name="null">
5900 <context context-type="linenumber">13</context> 6045 <context context-type="linenumber">13</context>
@@ -6338,33 +6483,40 @@
6338 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6483 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6339 <context context-type="linenumber">2</context> 6484 <context context-type="linenumber">2</context>
6340 </context-group> 6485 </context-group>
6341 </trans-unit> 6486 </trans-unit><trans-unit id="49ea58bdafe3b72efaa42bac13d7d9b2f22a2990" datatype="html">
6342 <trans-unit id="b3e11d554239b002489fbfd1e7d82d12e7f64a43" datatype="html"> 6487 <source>
6343 <source>PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.</source> 6488 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6344 <target state="translated">PeerTube 是直接在瀏覽器中使用 P2P 的可自行託管聯播式 (ActivityPub)視頻串流平臺。</target> 6489 </source><target state="new">
6490 PeerTube is a self-hosted ActivityPub-federated video streaming platform using P2P directly in your web browser.
6491 </target>
6345 <context-group purpose="location"> 6492 <context-group purpose="location">
6346 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6493 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6347 <context context-type="linenumber">9</context> 6494 <context context-type="linenumber">9</context>
6348 </context-group> 6495 </context-group>
6349 </trans-unit> 6496 </trans-unit>
6497
6350 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html"> 6498 <trans-unit id="6469b375536342370eefd959bb72a06dc3d5884b" datatype="html">
6351 <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> 6499 <source>
6352 <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> 6500 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3
6501 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
6502 </source>
6503 <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>
6353 <context-group purpose="location"> 6504 <context-group purpose="location">
6354 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6505 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6355 <context context-type="linenumber">13</context> 6506 <context context-type="linenumber">13</context>
6356 </context-group> 6507 </context-group>
6357 </trans-unit> 6508 </trans-unit>
6358 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html"> 6509 <trans-unit id="7b85d0debc419e6c9c390ce02686b57d256cd139" datatype="html">
6359 <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> 6510 <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>
6360 <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> 6511 <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>
6361 <context-group purpose="location"> 6512 <context-group purpose="location">
6362 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6513 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
6363 <context context-type="linenumber">18</context> 6514 <context context-type="linenumber">18</context>
6364 </context-group> 6515 </context-group>
6365 </trans-unit> 6516 </trans-unit>
6366 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html"> 6517 <trans-unit id="0f972eed0e4c81f8006cf8061a400304b2c62b21" datatype="html">
6367 <source>Use PeerTube documentation</source> 6518 <source>Use PeerTube
6519 documentation</source>
6368 <target state="translated">使用 PeerTube 文件</target> 6520 <target state="translated">使用 PeerTube 文件</target>
6369 <context-group purpose="location"> 6521 <context-group purpose="location">
6370 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6522 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6380,7 +6532,8 @@
6380 </context-group> 6532 </context-group>
6381 </trans-unit> 6533 </trans-unit>
6382 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html"> 6534 <trans-unit id="08d65d76b1b4f8b5d802900b539b1d2e16a71756" datatype="html">
6383 <source>PeerTube Applications</source> 6535 <source>PeerTube
6536 Applications</source>
6384 <target state="translated">PeerTube 應用程式</target> 6537 <target state="translated">PeerTube 應用程式</target>
6385 <context-group purpose="location"> 6538 <context-group purpose="location">
6386 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6539 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6396,7 +6549,8 @@
6396 </context-group> 6549 </context-group>
6397 </trans-unit> 6550 </trans-unit>
6398 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html"> 6551 <trans-unit id="a1b892a310faf2ee74544d659ce968314997d56a" datatype="html">
6399 <source>Contribute on PeerTube</source> 6552 <source>Contribute on
6553 PeerTube</source>
6400 <target state="translated">在 PeerTube 上貢獻</target> 6554 <target state="translated">在 PeerTube 上貢獻</target>
6401 <context-group purpose="location"> 6555 <context-group purpose="location">
6402 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6556 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6420,7 +6574,11 @@
6420 <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> 6574 <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>
6421 </trans-unit> 6575 </trans-unit>
6422 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html"> 6576 <trans-unit id="d0a97e9255fb49b92504d36516f902f440bc8878" datatype="html">
6423 <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> 6577 <source>
6578 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server,
6579 but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What
6580 follows applies only if you want to keep using the P2P mode of PeerTube.
6581 </source>
6424 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此幫忙降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target> 6582 <target state="translated">PeerTube 預設使用 BitTorrent 協定以在使用者間分享頻寬,藉此幫忙降低伺服器負載,但仍可讓您切換回一般的從伺服器來的串流方式。僅當您想要繼續使用 PeerTube 的 P2P 模式時,以下的內容才有用。</target>
6425 <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> 6583 <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>
6426 </trans-unit> 6584 </trans-unit>
@@ -6433,17 +6591,27 @@
6433 <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> 6591 <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>
6434 </trans-unit> 6592 </trans-unit>
6435 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html"> 6593 <trans-unit id="14d3bc3dafb4a09f3c79daac07ebf30e76457f63" datatype="html">
6436 <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> 6594 <source>
6595 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
6596 In practice, this is much more difficult because:
6597 </source>
6437 <target state="translated">理論上,有足夠技術知識的人可以建立腳本來追蹤哪個 IP 正在下載哪個視頻。實際上,這相當困難,因為:</target> 6598 <target state="translated">理論上,有足夠技術知識的人可以建立腳本來追蹤哪個 IP 正在下載哪個視頻。實際上,這相當困難,因為:</target>
6438 <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> 6599 <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>
6439 </trans-unit> 6600 </trans-unit>
6440 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html"> 6601 <trans-unit id="fc899a02306f4fd2ce20978136d252dd6eb346cf" datatype="html">
6441 <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> 6602 <source>
6603 An HTTP request has to be sent on each tracker for each video to spy.
6604 If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot)
6605 </source>
6442 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個視頻。如果我們想要監視所有 PeerTube 視頻,我們必須傳送與視頻一樣多的請求(因此會非常多)</target> 6606 <target state="translated">必須在每個追蹤器上發送 HTTP 請求以監視每個視頻。如果我們想要監視所有 PeerTube 視頻,我們必須傳送與視頻一樣多的請求(因此會非常多)</target>
6443 <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> 6607 <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>
6444 </trans-unit> 6608 </trans-unit>
6445 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html"> 6609 <trans-unit id="278669a7857ee77786cf4578b11bb601002cf7a8" datatype="html">
6446 <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> 6610 <source>
6611 For each request sent, the tracker returns random peers at a limited number.
6612 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
6613 requests sent to know every peer in the swarm
6614 </source>
6447 <target state="translated">對於每個傳送的請求,追蹤器將會回傳有限的隨機端點。舉例來說,如果群體中有 1000 個端點,而追蹤器僅為每個請求傳送 20 個端點,那就必須至少傳送 50 個請求才能知道群體中所有的端點</target> 6615 <target state="translated">對於每個傳送的請求,追蹤器將會回傳有限的隨機端點。舉例來說,如果群體中有 1000 個端點,而追蹤器僅為每個請求傳送 20 個端點,那就必須至少傳送 50 個請求才能知道群體中所有的端點</target>
6448 <context-group purpose="location"> 6616 <context-group purpose="location">
6449 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 6617 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -6456,7 +6624,10 @@
6456 <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> 6624 <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>
6457 </trans-unit> 6625 </trans-unit>
6458 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html"> 6626 <trans-unit id="a5089b43b2fd8a2639bc7a4cdfaa90e869f51cc3" datatype="html">
6459 <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> 6627 <source>
6628 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
6629 video
6630 </source>
6460 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了視頻</target> 6631 <target state="translated">如果 IP 被儲存在追蹤器中,也不代表在 IP 背後的人(如果這個人存在的話)看過了視頻</target>
6461 <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> 6632 <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>
6462 </trans-unit> 6633 </trans-unit>
@@ -6466,12 +6637,21 @@
6466 <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> 6637 <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>
6467 </trans-unit> 6638 </trans-unit>
6468 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html"> 6639 <trans-unit id="31c95b65cb16d779069e65e82e68690f712c4a5c" datatype="html">
6469 <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> 6640 <source>
6470 <target state="translated">網路端點並無法被公開存取:因為我們在瀏覽器中使用 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 位置的訊號給追蹤器,其將會隨機選擇其他端點轉發資訊。看看<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> 6641 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
6642 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
6643 When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers
6644 to forward the information to.
6645 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
6646 </source>
6647 <target state="translated">網路端點並無法被公開存取:因為我們在瀏覽器中使用 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 位置的訊號給追蹤器,其將會隨機選擇其他端點轉發資訊。看看<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>此文件<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>來取得更多資訊 </target>
6471 <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> 6648 <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>
6472 </trans-unit> 6649 </trans-unit>
6473 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html"> 6650 <trans-unit id="e916a82a25fb892f83d2b63ca55594dc7d02f36a" datatype="html">
6474 <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> 6651 <source>
6652 The worst-case scenario of an average person spying on their friends is quite unlikely.
6653 There are much more effective ways to get that kind of information.
6654 </source>
6475 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target> 6655 <target state="translated">一般人監視朋友的最壞情況是不太可能發生的。有更多有效的方式來取得這類資訊。</target>
6476 <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> 6656 <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>
6477 </trans-unit> 6657 </trans-unit>
@@ -6484,7 +6664,11 @@
6484 <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> 6664 <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>
6485 </trans-unit> 6665 </trans-unit>
6486 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html"> 6666 <trans-unit id="1fd22031e4f7920db2300cc76ee9c8516b25f50d" datatype="html">
6487 <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> 6667 <source>
6668 The threats to privacy with YouTube are different from PeerTube's.
6669 In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
6670 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
6671 </source>
6488 <target state="translated">YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。</target> 6672 <target state="translated">YouTube 的隱私威脅與 PeerTube 的不同。在 YouTube 的例子中,該平台會蒐集大量的個人資料(不只是 IP),以進行分析與追蹤。此外,YouTube 為 Google/Alphabet 所有,該公司可在許多網站上(透過 AdSense 或 Google Analytics)追蹤您。</target>
6489 <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> 6673 <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>
6490 </trans-unit> 6674 </trans-unit>
@@ -6497,7 +6681,12 @@
6497 <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> 6681 <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>
6498 </trans-unit> 6682 </trans-unit>
6499 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html"> 6683 <trans-unit id="301e86f807ed659ff42d3b4bba6e03b88bff7907" datatype="html">
6500 <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> 6684 <source>
6685 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
6686 your IP in their connection logs: ISP/routers/trackers/CDN and more.
6687 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.
6688 Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense.
6689 </source>
6501 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是不理性的。</target> 6690 <target state="translated">您的 IP 是公開的,因此您每次存取網站時,都會有許多的參與者(除了最終網站以外)可以在其連線日誌中看到您的 IP:ISP/路由器/追蹤器/CDN 以及更多。PeerTube 對此相當透明:我們會警告您,如果您想要讓您的 IP 保持隱密,請使用 VPN 或 Tor 瀏覽器。認為從 PeerTube 移除 P2P 就能為您帶來匿名性是不理性的。</target>
6502 <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> 6691 <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>
6503 </trans-unit> 6692 </trans-unit>
@@ -6510,7 +6699,10 @@
6510 <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> 6699 <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>
6511 </trans-unit> 6700 </trans-unit>
6512 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html"> 6701 <trans-unit id="db4d65ed605b948169d51eac4c1b2ff662088eb7" datatype="html">
6513 <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> 6702 <source>
6703 PeerTube wants to deliver the best countermeasures possible, to give you more choice
6704 and render attacks less likely. Here is what we put in place so far:
6705 </source>
6514 <target state="translated">PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作:</target> 6706 <target state="translated">PeerTube 希望提供盡可能最好的對策,以便為您提供更多選擇並減少攻擊的可能性。到目前為止,這是我們執行的動作:</target>
6515 <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> 6707 <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>
6516 </trans-unit> 6708 </trans-unit>
@@ -6535,7 +6727,10 @@
6535 <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> 6727 <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>
6536 </trans-unit> 6728 </trans-unit>
6537 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html"> 6729 <trans-unit id="a4a403ca6ccc6c4bd590cdfb045474270625ea12" datatype="html">
6538 <source>Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser.</source> 6730 <source>
6731 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling
6732 WebRTC in your browser.
6733 </source>
6539 <target state="translated">最後,請記住您一直都可以透過在視頻播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target> 6734 <target state="translated">最後,請記住您一直都可以透過在視頻播放器中切換 P2P 來停用它,或者僅在瀏覽器中停用 WebRTC。</target>
6540 <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> 6735 <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>
6541 </trans-unit> 6736 </trans-unit>
@@ -6572,8 +6767,8 @@
6572 </context-group> 6767 </context-group>
6573 </trans-unit> 6768 </trans-unit>
6574 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html"> 6769 <trans-unit id="3d2fb0ff92d3dd1e6040cd79b2a60edac6dea2da" datatype="html">
6575 <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> 6770 <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>
6576 <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> 6771 <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>
6577 <context-group purpose="location"> 6772 <context-group purpose="location">
6578 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context> 6773 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
6579 <context context-type="linenumber">3</context> 6774 <context context-type="linenumber">3</context>
@@ -6654,8 +6849,11 @@
6654 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group> 6849 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group>
6655 </trans-unit> 6850 </trans-unit>
6656 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 6851 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
6657 <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> 6852 <source>
6658 <target>頻道是您視頻上傳後儲存的實體。建立數個頻道有助於組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的視頻,而另一個頻道則發佈關於生態學的視頻。 </target> 6853 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/>"/>
6854 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.
6855 </source>
6856 <target>頻道是您視頻上傳後儲存的實體。建立數個頻道有助於組織並分離您的內容。<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 舉例來說,您可以決定其中一個頻道發佈您鋼琴演奏會的視頻,而另一個頻道則發佈關於生態學的視頻。 </target>
6659 <context-group name="null"> 6857 <context-group name="null">
6660 <context context-type="linenumber">4</context> 6858 <context context-type="linenumber">4</context>
6661 </context-group> 6859 </context-group>
@@ -6728,8 +6926,13 @@
6728 </context-group> 6926 </context-group>
6729 </trans-unit> 6927 </trans-unit>
6730 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 6928 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
6731 <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> 6929 <source>
6732 <target>我至少 16 歲並同意此實例的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a&gt;"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/> </target> 6930 I am at least 16 years old and agree
6931 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>"/>
6932 <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>"/>
6933 of this instance
6934 </source>
6935 <target>我至少 16 歲並同意此實例的 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>條款<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>與<x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>行為守則<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> </target>
6733 <context-group name="null"> 6936 <context-group name="null">
6734 <context context-type="linenumber">65</context> 6937 <context context-type="linenumber">65</context>
6735 </context-group> 6938 </context-group>
@@ -6832,8 +7035,8 @@
6832 </context-group> 7035 </context-group>
6833 </trans-unit> 7036 </trans-unit>
6834 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html"> 7037 <trans-unit id="b867165f9a29f4af6d0c37bcb1f48e53850a0d2d" datatype="html">
6835 <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> 7038 <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>
6836 <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> 7039 <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>
6837 <context-group purpose="location"> 7040 <context-group purpose="location">
6838 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context> 7041 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
6839 <context context-type="linenumber">1</context> 7042 <context context-type="linenumber">1</context>
@@ -8540,7 +8743,7 @@
8540 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group> 8743 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group>
8541 </trans-unit> 8744 </trans-unit>
8542 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225"> 8745 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225">
8543 <source>Long (&gt; 10 min)</source> 8746 <source>Long (> 10 min)</source>
8544 <target>長(大於 10 分鐘)</target> 8747 <target>長(大於 10 分鐘)</target>
8545 <context-group name="null"> 8748 <context-group name="null">
8546 <context context-type="linenumber">1</context> 8749 <context context-type="linenumber">1</context>
@@ -9900,8 +10103,8 @@
9900 <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> 10103 <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>
9901 </trans-unit> 10104 </trans-unit>
9902 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 10105 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
9903 <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> 10106 <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>
9904 <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> 10107 <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>
9905 <context-group name="null"> 10108 <context-group name="null">
9906 <context context-type="linenumber">1</context> 10109 <context context-type="linenumber">1</context>
9907 </context-group> 10110 </context-group>
@@ -10067,6 +10270,24 @@
10067 <context context-type="linenumber">1</context> 10270 <context context-type="linenumber">1</context>
10068 </context-group> 10271 </context-group>
10069 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group> 10272 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group>
10273 </trans-unit><trans-unit id="e15db422c8eb20c7b5bfabf40b189469c5c98fa6" datatype="html">
10274 <source>Are you sure you want to remove all the comments of this account?</source><target state="new">Are you sure you want to remove all the comments of this account?</target>
10275 <context-group purpose="location">
10276 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10277 <context context-type="linenumber">1</context>
10278 </context-group>
10279 </trans-unit><trans-unit id="52f803962375daf7fc526ec0ee14a050c3d534c1" datatype="html">
10280 <source>Delete account comments</source><target state="new">Delete account comments</target>
10281 <context-group purpose="location">
10282 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10283 <context context-type="linenumber">1</context>
10284 </context-group>
10285 </trans-unit><trans-unit id="2100e5e8263ed1516f0160f2fe2acecc6f571fdd" datatype="html">
10286 <source>Will remove comments of this account (may take several minutes).</source><target state="new">Will remove comments of this account (may take several minutes).</target>
10287 <context-group purpose="location">
10288 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10289 <context context-type="linenumber">1</context>
10290 </context-group>
10070 </trans-unit> 10291 </trans-unit>
10071 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html"> 10292 <trans-unit id="632e8b20c98e8eec4059a605a4b011bb476137af" datatype="html">
10072 <source>Edit user</source> 10293 <source>Edit user</source>
@@ -10171,6 +10392,18 @@
10171 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10392 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10172 <context context-type="linenumber">1</context> 10393 <context context-type="linenumber">1</context>
10173 </context-group> 10394 </context-group>
10395 </trans-unit><trans-unit id="4df4e5587ea8aae55e12a63a63a14c201f5f1114" datatype="html">
10396 <source>Remove comments from your videos</source><target state="new">Remove comments from your videos</target>
10397 <context-group purpose="location">
10398 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10399 <context context-type="linenumber">1</context>
10400 </context-group>
10401 </trans-unit><trans-unit id="4e53f57167a98f31ea7148dc310352018670e56d" datatype="html">
10402 <source>Remove comments of this account from your videos.</source><target state="new">Remove comments of this account from your videos.</target>
10403 <context-group purpose="location">
10404 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10405 <context context-type="linenumber">1</context>
10406 </context-group>
10174 </trans-unit> 10407 </trans-unit>
10175 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432"> 10408 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432">
10176 <source>Mute this account by your instance</source> 10409 <source>Mute this account by your instance</source>
@@ -10235,6 +10468,18 @@
10235 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 10468 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10236 <context context-type="linenumber">1</context> 10469 <context context-type="linenumber">1</context>
10237 </context-group> 10470 </context-group>
10471 </trans-unit><trans-unit id="f0442400e6f0859203b6c6e46c394cf5d922d881" datatype="html">
10472 <source>Remove comments from your instance</source><target state="new">Remove comments from your instance</target>
10473 <context-group purpose="location">
10474 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10475 <context context-type="linenumber">1</context>
10476 </context-group>
10477 </trans-unit><trans-unit id="3d149a4d28670f94abf5130b9c4b125fe359a2f0" datatype="html">
10478 <source>Remove comments of this account from your instance.</source><target state="new">Remove comments of this account from your instance.</target>
10479 <context-group purpose="location">
10480 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
10481 <context context-type="linenumber">1</context>
10482 </context-group>
10238 </trans-unit> 10483 </trans-unit>
10239 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac"> 10484 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac">
10240 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source> 10485 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
diff --git a/client/src/locale/server.en-US.json b/client/src/locale/server.en-US.json
index d151eb203..a2c6a89bb 100644
--- a/client/src/locale/server.en-US.json
+++ b/client/src/locale/server.en-US.json
@@ -1 +1 @@
{"Music":"Music","Films":"Films","Vehicles":"Vehicles","Art":"Art","Sports":"Sports","Travels":"Travels","Gaming":"Gaming","People":"People","Comedy":"Comedy","Entertainment":"Entertainment","News & Politics":"News & Politics","How To":"How To","Education":"Education","Activism":"Activism","Science & Technology":"Science & Technology","Animals":"Animals","Kids":"Kids","Food":"Food","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Public","Unlisted":"Unlisted","Private":"Private","Internal":"Internal","Published":"Published","To transcode":"To transcode","To import":"To import","Pending":"Pending","Success":"Success","Failed":"Failed","Regular":"Regular","Watch later":"Watch later","This video does not exist.":"This video does not exist.","We cannot fetch the video. Please try again later.":"We cannot fetch the video. Please try again later.","Sorry":"Sorry","This video is not available because the remote instance is not responding.":"This video is not available because the remote instance is not responding.","Misc":"Misc","Unknown":"Unknown","Afar":"Afar","Abkhazian":"Abkhazian","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabic","Aragonese":"Aragonese","American Sign Language":"American Sign Language","Assamese":"Assamese","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azerbaijani","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Belarusian","Bengali":"Bengali","British Sign Language":"British Sign Language","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgarian","Brazilian Sign Language":"Brazilian Sign Language","Catalan":"Catalan","Czech":"Czech","Chamorro":"Chamorro","Chechen":"Chechen","Chuvash":"Chuvash","Cornish":"Cornish","Corsican":"Corsican","Cree":"Cree","Czech Sign Language":"Czech Sign Language","Chinese Sign Language":"Chinese Sign Language","Welsh":"Welsh","Danish":"Danish","German":"German","Dhivehi":"Dhivehi","Danish Sign Language":"Danish Sign Language","Dzongkha":"Dzongkha","Greek":"Greek","English":"English","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basque","Ewe":"Ewe","Faroese":"Faroese","Persian":"Persian","Fijian":"Fijian","Finnish":"Finnish","French":"French","Western Frisian":"Western Frisian","French Sign Language":"French Sign Language","Fulah":"Fulah","Scottish Gaelic":"Scottish Gaelic","Irish":"Irish","Galician":"Galician","Manx":"Manx","Guarani":"Guarani","German Sign Language":"German Sign Language","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Serbo-Croatian","Hebrew":"Hebrew","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Croatian","Hungarian":"Hungarian","Armenian":"Armenian","Igbo":"Igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"Inuktitut","Indonesian":"Indonesian","Inupiaq":"Inupiaq","Icelandic":"Icelandic","Italian":"Italian","Javanese":"Javanese","Lojban":"Lojban","Japanese":"Japanese","Japanese Sign Language":"Japanese Sign Language","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Kazakh","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirghiz","Komi":"Komi","Kongo":"Kongo","Korean":"Korean","Kuanyama":"Kuanyama","Kurdish":"Kurdish","Lao":"Lao","Latvian":"Latvian","Limburgan":"Limburgan","Lingala":"Lingala","Lithuanian":"Lithuanian","Luxembourgish":"Luxembourgish","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallese","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malagasy","Maltese":"Maltese","Mongolian":"Mongolian","Maori":"Maori","Malay (macrolanguage)":"Malay (macrolanguage)","Burmese":"Burmese","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"South Ndebele","North Ndebele":"North Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolanguage)","Dutch":"Dutch","Norwegian Nynorsk":"Norwegian Nynorsk","Norwegian Bokmål":"Norwegian Bokmål","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolanguage)","Oromo":"Oromo","Ossetian":"Ossetian","Panjabi":"Panjabi","Pakistan Sign Language":"Pakistan Sign Language","Polish":"Polish","Portuguese":"Portuguese","Pushto":"Pushto","Quechua":"Quechua","Romansh":"Romansh","Romanian":"Romanian","Russian Sign Language":"Russian Sign Language","Rundi":"Rundi","Russian":"Russian","Sango":"Sango","Saudi Arabian Sign Language":"Saudi Arabian Sign Language","South African Sign Language":"South African Sign Language","Sinhala":"Sinhala","Slovak":"Slovak","Slovenian":"Slovenian","Northern Sami":"Northern Sami","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Southern Sotho","Spanish":"Spanish","Albanian":"Albanian","Sardinian":"Sardinian","Serbian":"Serbian","Swati":"Swati","Sundanese":"Sundanese","Swahili (macrolanguage)":"Swahili (macrolanguage)","Swedish":"Swedish","Swedish Sign Language":"Swedish Sign Language","Tahitian":"Tahitian","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalog","Thai":"Thai","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonga (Tonga Islands)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmen","Turkish":"Turkish","Twi":"Twi","Uighur":"Uighur","Ukrainian":"Ukrainian","Urdu":"Urdu","Uzbek":"Uzbek","Venda":"Venda","Vietnamese":"Vietnamese","Walloon":"Walloon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinese","Zulu":"Zulu"} {"Music":"Music","Films":"Films","Vehicles":"Vehicles","Art":"Art","Sports":"Sports","Travels":"Travels","Gaming":"Gaming","People":"People","Comedy":"Comedy","Entertainment":"Entertainment","News & Politics":"News & Politics","How To":"How To","Education":"Education","Activism":"Activism","Science & Technology":"Science & Technology","Animals":"Animals","Kids":"Kids","Food":"Food","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Share Alike","Attribution - No Derivatives":"Attribution - No Derivatives","Attribution - Non Commercial":"Attribution - Non Commercial","Attribution - Non Commercial - Share Alike":"Attribution - Non Commercial - Share Alike","Attribution - Non Commercial - No Derivatives":"Attribution - Non Commercial - No Derivatives","Public Domain Dedication":"Public Domain Dedication","Public":"Public","Unlisted":"Unlisted","Private":"Private","Internal":"Internal","Published":"Published","To transcode":"To transcode","To import":"To import","Pending":"Pending","Success":"Success","Failed":"Failed","Rejected":"Rejected","Regular":"Regular","Watch later":"Watch later","This video does not exist.":"This video does not exist.","We cannot fetch the video. Please try again later.":"We cannot fetch the video. Please try again later.","Sorry":"Sorry","This video is not available because the remote instance is not responding.":"This video is not available because the remote instance is not responding.","Misc":"Misc","Unknown":"Unknown","Afar":"Afar","Abkhazian":"Abkhazian","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharic","Arabic":"Arabic","Aragonese":"Aragonese","American Sign Language":"American Sign Language","Assamese":"Assamese","Avaric":"Avaric","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azerbaijani","Bashkir":"Bashkir","Bambara":"Bambara","Belarusian":"Belarusian","Bengali":"Bengali","British Sign Language":"British Sign Language","Bislama":"Bislama","Tibetan":"Tibetan","Bosnian":"Bosnian","Breton":"Breton","Bulgarian":"Bulgarian","Brazilian Sign Language":"Brazilian Sign Language","Catalan":"Catalan","Czech":"Czech","Chamorro":"Chamorro","Chechen":"Chechen","Chuvash":"Chuvash","Cornish":"Cornish","Corsican":"Corsican","Cree":"Cree","Czech Sign Language":"Czech Sign Language","Chinese Sign Language":"Chinese Sign Language","Welsh":"Welsh","Danish":"Danish","German":"German","Dhivehi":"Dhivehi","Danish Sign Language":"Danish Sign Language","Dzongkha":"Dzongkha","Greek":"Greek","English":"English","Esperanto":"Esperanto","Estonian":"Estonian","Basque":"Basque","Ewe":"Ewe","Faroese":"Faroese","Persian":"Persian","Fijian":"Fijian","Finnish":"Finnish","French":"French","Western Frisian":"Western Frisian","French Sign Language":"French Sign Language","Fulah":"Fulah","Scottish Gaelic":"Scottish Gaelic","Irish":"Irish","Galician":"Galician","Manx":"Manx","Guarani":"Guarani","German Sign Language":"German Sign Language","Gujarati":"Gujarati","Haitian":"Haitian","Hausa":"Hausa","Serbo-Croatian":"Serbo-Croatian","Hebrew":"Hebrew","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri Motu","Croatian":"Croatian","Hungarian":"Hungarian","Armenian":"Armenian","Igbo":"Igbo","Sichuan Yi":"Sichuan Yi","Inuktitut":"Inuktitut","Indonesian":"Indonesian","Inupiaq":"Inupiaq","Icelandic":"Icelandic","Italian":"Italian","Javanese":"Javanese","Lojban":"Lojban","Japanese":"Japanese","Japanese Sign Language":"Japanese Sign Language","Kalaallisut":"Kalaallisut","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Georgian","Kanuri":"Kanuri","Kazakh":"Kazakh","Khmer":"Khmer","Kikuyu":"Kikuyu","Kinyarwanda":"Kinyarwanda","Kirghiz":"Kirghiz","Komi":"Komi","Kongo":"Kongo","Korean":"Korean","Kuanyama":"Kuanyama","Kurdish":"Kurdish","Lao":"Lao","Latvian":"Latvian","Limburgan":"Limburgan","Lingala":"Lingala","Lithuanian":"Lithuanian","Luxembourgish":"Luxembourgish","Luba-Katanga":"Luba-Katanga","Ganda":"Ganda","Marshallese":"Marshallese","Malayalam":"Malayalam","Marathi":"Marathi","Macedonian":"Macedonian","Malagasy":"Malagasy","Maltese":"Maltese","Mongolian":"Mongolian","Maori":"Maori","Malay (macrolanguage)":"Malay (macrolanguage)","Burmese":"Burmese","Nauru":"Nauru","Navajo":"Navajo","South Ndebele":"South Ndebele","North Ndebele":"North Ndebele","Ndonga":"Ndonga","Nepali (macrolanguage)":"Nepali (macrolanguage)","Dutch":"Dutch","Norwegian Nynorsk":"Norwegian Nynorsk","Norwegian Bokmål":"Norwegian Bokmål","Norwegian":"Norwegian","Nyanja":"Nyanja","Occitan":"Occitan","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya (macrolanguage)","Oromo":"Oromo","Ossetian":"Ossetian","Panjabi":"Panjabi","Pakistan Sign Language":"Pakistan Sign Language","Polish":"Polish","Portuguese":"Portuguese","Pushto":"Pushto","Quechua":"Quechua","Romansh":"Romansh","Romanian":"Romanian","Russian Sign Language":"Russian Sign Language","Rundi":"Rundi","Russian":"Russian","Sango":"Sango","Saudi Arabian Sign Language":"Saudi Arabian Sign Language","South African Sign Language":"South African Sign Language","Sinhala":"Sinhala","Slovak":"Slovak","Slovenian":"Slovenian","Northern Sami":"Northern Sami","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Southern Sotho","Spanish":"Spanish","Albanian":"Albanian","Sardinian":"Sardinian","Serbian":"Serbian","Swati":"Swati","Sundanese":"Sundanese","Swahili (macrolanguage)":"Swahili (macrolanguage)","Swedish":"Swedish","Swedish Sign Language":"Swedish Sign Language","Tahitian":"Tahitian","Tamil":"Tamil","Tatar":"Tatar","Telugu":"Telugu","Tajik":"Tajik","Tagalog":"Tagalog","Thai":"Thai","Tigrinya":"Tigrinya","Klingon":"Klingon","Tonga (Tonga Islands)":"Tonga (Tonga Islands)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmen","Turkish":"Turkish","Twi":"Twi","Uighur":"Uighur","Ukrainian":"Ukrainian","Urdu":"Urdu","Uzbek":"Uzbek","Venda":"Venda","Vietnamese":"Vietnamese","Walloon":"Walloon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinese","Zulu":"Zulu"}
diff --git a/client/yarn.lock b/client/yarn.lock
index ce5646c46..170d21c63 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -2,29 +2,29 @@
2# yarn lockfile v1 2# yarn lockfile v1
3 3
4 4
5"@angular-devkit/architect@0.901.5": 5"@angular-devkit/architect@0.901.7":
6 version "0.901.5" 6 version "0.901.7"
7 resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.901.5.tgz#148940d87bd6b4c09ca3aaba7f5cae4e11e44a94" 7 resolved "https://registry.yarnpkg.com/@angular-devkit/architect/-/architect-0.901.7.tgz#6a09cb076ca92b3202053fca757a456d1f8e4395"
8 integrity sha512-VO+8qBkaq54xAjdtvhEhQ86gZxS0V1wC9hGblw3O+XXri/euHky4811B2BbEylPy8/kRy5sUYcuwcyZrVxJ2TQ== 8 integrity sha512-yW/PUEqle55QihOFbmeNXaVTodhfeXkteoFDUpz+YpX3xiQDXDtNbIJSzKOQTojtBKdSMKMvZkQLr+RAa7/1EA==
9 dependencies: 9 dependencies:
10 "@angular-devkit/core" "9.1.5" 10 "@angular-devkit/core" "9.1.7"
11 rxjs "6.5.4" 11 rxjs "6.5.4"
12 12
13"@angular-devkit/build-angular@~0.901.1": 13"@angular-devkit/build-angular@~0.901.7":
14 version "0.901.5" 14 version "0.901.7"
15 resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.901.5.tgz#e20477dab6545437e42151b20650d923ec711958" 15 resolved "https://registry.yarnpkg.com/@angular-devkit/build-angular/-/build-angular-0.901.7.tgz#10d55e3c73213971ba7d733f15d66494dfe9918a"
16 integrity sha512-XottEBXE7cmkx6LPu33lXJCSAlxFkIu2ErWvV1oy+La6aZEuoJVntxzIKLprJmTiiD/4IDDQLWwp4m+EC96kyg== 16 integrity sha512-NiBwapx/XJqYGzSmENff78i6Yif9PjYDJ9BB+59t2eDofkCZUcPFrhQmRgliO7rt6RATvT81lDP89+LBXCTQPw==
17 dependencies: 17 dependencies:
18 "@angular-devkit/architect" "0.901.5" 18 "@angular-devkit/architect" "0.901.7"
19 "@angular-devkit/build-optimizer" "0.901.5" 19 "@angular-devkit/build-optimizer" "0.901.7"
20 "@angular-devkit/build-webpack" "0.901.5" 20 "@angular-devkit/build-webpack" "0.901.7"
21 "@angular-devkit/core" "9.1.5" 21 "@angular-devkit/core" "9.1.7"
22 "@babel/core" "7.9.0" 22 "@babel/core" "7.9.0"
23 "@babel/generator" "7.9.3" 23 "@babel/generator" "7.9.3"
24 "@babel/preset-env" "7.9.0" 24 "@babel/preset-env" "7.9.0"
25 "@babel/template" "7.8.6" 25 "@babel/template" "7.8.6"
26 "@jsdevtools/coverage-istanbul-loader" "3.0.3" 26 "@jsdevtools/coverage-istanbul-loader" "3.0.3"
27 "@ngtools/webpack" "9.1.5" 27 "@ngtools/webpack" "9.1.7"
28 ajv "6.12.0" 28 ajv "6.12.0"
29 autoprefixer "9.7.4" 29 autoprefixer "9.7.4"
30 babel-loader "8.0.6" 30 babel-loader "8.0.6"
@@ -71,16 +71,16 @@
71 tree-kill "1.2.2" 71 tree-kill "1.2.2"
72 webpack "4.42.0" 72 webpack "4.42.0"
73 webpack-dev-middleware "3.7.2" 73 webpack-dev-middleware "3.7.2"
74 webpack-dev-server "3.10.3" 74 webpack-dev-server "3.11.0"
75 webpack-merge "4.2.2" 75 webpack-merge "4.2.2"
76 webpack-sources "1.4.3" 76 webpack-sources "1.4.3"
77 webpack-subresource-integrity "1.4.0" 77 webpack-subresource-integrity "1.4.0"
78 worker-plugin "4.0.3" 78 worker-plugin "4.0.3"
79 79
80"@angular-devkit/build-optimizer@0.901.5": 80"@angular-devkit/build-optimizer@0.901.7":
81 version "0.901.5" 81 version "0.901.7"
82 resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.901.5.tgz#e17795fb3ada71474a1eb5f6ffca990df4c986c4" 82 resolved "https://registry.yarnpkg.com/@angular-devkit/build-optimizer/-/build-optimizer-0.901.7.tgz#e72fc3031207a78aee175a76d3317cdf226984e9"
83 integrity sha512-xmAMvLMSa8BvqlZ0wsC37Qop/7/pEaQRKLeowC3CCI3jiYDF10Tihar+Hjc04NVSal8ZBP9/+Gp3Yr0x61HcFA== 83 integrity sha512-Xuce3StdxhcgLYb0BAaFGr3Bzj5EM2OsAqIT15PkikWY1k5cK50vPxoC/BkX4QDL9eXSHtqAfMBfA6h5N422vw==
84 dependencies: 84 dependencies:
85 loader-utils "2.0.0" 85 loader-utils "2.0.0"
86 source-map "0.7.3" 86 source-map "0.7.3"
@@ -88,19 +88,19 @@
88 typescript "3.6.5" 88 typescript "3.6.5"
89 webpack-sources "1.4.3" 89 webpack-sources "1.4.3"
90 90
91"@angular-devkit/build-webpack@0.901.5": 91"@angular-devkit/build-webpack@0.901.7":
92 version "0.901.5" 92 version "0.901.7"
93 resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.901.5.tgz#dfa7976c9798c9e926ae0c7c7ee341145c5debb9" 93 resolved "https://registry.yarnpkg.com/@angular-devkit/build-webpack/-/build-webpack-0.901.7.tgz#6d93c38756540a02e67d2c3ccfac4220c62962de"
94 integrity sha512-4HHOFFRu3yUBe0otaDHh4PID99XvnBJj7hYzvbB5BvP0ULif4/W0aoU2STnern4lH4pJmrtqYawBZ84ETXN/Ag== 94 integrity sha512-pTLW5Eqy9cHgv78LKiH0e30lxqKzUPjh1djvNtFsEemOHsfKQdAfjLjikoaQvqMoBKVaUU7r2vmyyS17cH+1yw==
95 dependencies: 95 dependencies:
96 "@angular-devkit/architect" "0.901.5" 96 "@angular-devkit/architect" "0.901.7"
97 "@angular-devkit/core" "9.1.5" 97 "@angular-devkit/core" "9.1.7"
98 rxjs "6.5.4" 98 rxjs "6.5.4"
99 99
100"@angular-devkit/core@9.1.5": 100"@angular-devkit/core@9.1.7":
101 version "9.1.5" 101 version "9.1.7"
102 resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.1.5.tgz#97198d2a4d9c425c751c569b73874ecedf161fca" 102 resolved "https://registry.yarnpkg.com/@angular-devkit/core/-/core-9.1.7.tgz#f193ccbae4c80b34188bc9cc401c16b3ced50339"
103 integrity sha512-i0BJ6Ad3bcDE6e4Ev9Flbw7P0bz9p94FDVfEOPGBTrbJQZSqOm3CqaH2y5LGfl7acSPUi54hK481h1QRUFBkTQ== 103 integrity sha512-guvolu9Cl+qYMTtedLZD9wCqustJjdqzJ2psD2C1Sr1LrX9T0mprmDldR/YnhsitThveJEb6sM/0EvqWxoSvKw==
104 dependencies: 104 dependencies:
105 ajv "6.12.0" 105 ajv "6.12.0"
106 fast-json-stable-stringify "2.1.0" 106 fast-json-stable-stringify "2.1.0"
@@ -108,19 +108,19 @@
108 rxjs "6.5.4" 108 rxjs "6.5.4"
109 source-map "0.7.3" 109 source-map "0.7.3"
110 110
111"@angular-devkit/schematics@9.1.5": 111"@angular-devkit/schematics@9.1.7":
112 version "9.1.5" 112 version "9.1.7"
113 resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.1.5.tgz#c176fe030925b660e85c751e6cc64e7d12e7f2f8" 113 resolved "https://registry.yarnpkg.com/@angular-devkit/schematics/-/schematics-9.1.7.tgz#45394a1c928db449b412dacf205c3ec78fb5ef0c"
114 integrity sha512-nkNiGrVl7xLaYYj/oT1wOBowa4Driv2f4abn78AJI/pd/EXA45G/rI9gO/kEG8lHn+FAMQedaywX9N4JDOxCGg== 114 integrity sha512-oeHPJePBcPp/bd94jHQeFUnft93PGF5iJiKV9szxqS8WWC5OMZ5eK7icRY0PwvLyfenspAZxdZcNaqJqPMul5A==
115 dependencies: 115 dependencies:
116 "@angular-devkit/core" "9.1.5" 116 "@angular-devkit/core" "9.1.7"
117 ora "4.0.3" 117 ora "4.0.3"
118 rxjs "6.5.4" 118 rxjs "6.5.4"
119 119
120"@angular/animations@~9.1.1": 120"@angular/animations@~9.1.9":
121 version "9.1.6" 121 version "9.1.9"
122 resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.1.6.tgz#aaa1c7c396ecb5fdfa2e095a12fee49412308258" 122 resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-9.1.9.tgz#de54334ea195189402487855c9a98f5618605da4"
123 integrity sha512-7Pp7aqNNcH4fu1BnOVpvqJJHjE7RZ5K1oD396OWCh35pgpLowLSpFjhbVhzGrcAuxHyKnnHSX3etLn2hDaHxmQ== 123 integrity sha512-qWVi0TxmU6HeXAgEsfpQvFFygh+a0kH2kGe6bWij4XvG6dWfV3xZjlaFwSIYGk+yK4yL0+9+PAXH+ENfxNw+Cw==
124 124
125"@angular/cdk@^9.0.0": 125"@angular/cdk@^9.0.0":
126 version "9.2.3" 126 version "9.2.3"
@@ -129,16 +129,16 @@
129 optionalDependencies: 129 optionalDependencies:
130 parse5 "^5.0.0" 130 parse5 "^5.0.0"
131 131
132"@angular/cli@~9.1.1": 132"@angular/cli@~9.1.7":
133 version "9.1.5" 133 version "9.1.7"
134 resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.1.5.tgz#1d9a7999c6cddbdf14ab72069aad95785ce315e8" 134 resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-9.1.7.tgz#0532b9c55d267cd6ee3edb79fec8b19c4e64e607"
135 integrity sha512-Decn0p+s0SLc5p2GN7k8dUrOY43hBuCz8PxueW0gEln7NjlpdmHk+6JQn0ZRl2/2Dbk+eTGzPXyCxGwqsW3jjw== 135 integrity sha512-NhsIa725S/U/n7nDxp6ForusdYHEXF4aSIvsFRdoK6vbQ889c5e1Rdj+T5EWXLmpQZxeprSKhLI2alNX0nVhhQ==
136 dependencies: 136 dependencies:
137 "@angular-devkit/architect" "0.901.5" 137 "@angular-devkit/architect" "0.901.7"
138 "@angular-devkit/core" "9.1.5" 138 "@angular-devkit/core" "9.1.7"
139 "@angular-devkit/schematics" "9.1.5" 139 "@angular-devkit/schematics" "9.1.7"
140 "@schematics/angular" "9.1.5" 140 "@schematics/angular" "9.1.7"
141 "@schematics/update" "0.901.5" 141 "@schematics/update" "0.901.7"
142 "@yarnpkg/lockfile" "1.1.0" 142 "@yarnpkg/lockfile" "1.1.0"
143 ansi-colors "4.1.1" 143 ansi-colors "4.1.1"
144 debug "4.1.1" 144 debug "4.1.1"
@@ -160,15 +160,15 @@
160 resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.7.tgz#a5d96515ac0db6d7fccb14e16d2bf713cf845a9d" 160 resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.0.7.tgz#a5d96515ac0db6d7fccb14e16d2bf713cf845a9d"
161 integrity sha512-B58YgxZva1DBaeayOBsaUOOkoyR+GRibuNC3gfOMm2vXeW9eCNX+jvDtw767GnKm2yGzIq8wB3x6GHojN00dPw== 161 integrity sha512-B58YgxZva1DBaeayOBsaUOOkoyR+GRibuNC3gfOMm2vXeW9eCNX+jvDtw767GnKm2yGzIq8wB3x6GHojN00dPw==
162 162
163"@angular/common@~9.1.1": 163"@angular/common@~9.1.9":
164 version "9.1.6" 164 version "9.1.9"
165 resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.1.6.tgz#6428051e8fb18fddf1f800fc6a5e1d7d8f92067b" 165 resolved "https://registry.yarnpkg.com/@angular/common/-/common-9.1.9.tgz#16e77b2db675b80e32f1788a20c538150fd09294"
166 integrity sha512-L9vw//wE+8QcSArOA411uJ68znnszCiPrbzSBV0BRZeadc7X68MwANA9qjtiTWZx5Xh9pNfHHwsCUyv2lUeinQ== 166 integrity sha512-y/tJtkuOJhV2kcaXZyrLZH84i4uQ1r+vaaEHvXj+JZYfYfcMMd/TDqMiPcIkUb3RxqghtZ+q0ZNW5D1Nlru3Pw==
167 167
168"@angular/compiler-cli@~9.1.1": 168"@angular/compiler-cli@~9.1.9":
169 version "9.1.6" 169 version "9.1.9"
170 resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.1.6.tgz#d80f21bd8b6e4db1e1c0a029db223e5e1fcede65" 170 resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-9.1.9.tgz#e3c234d888074002fa5f6b7eab4f63f4ddbdb7bd"
171 integrity sha512-1b7m9tvSQJE4y95wNCdi34MORcsmXPC1vaylYlzChVM2et9Y2eKHYcRs+4g329j66irLBGpS/7cgTT2pgJ+IbA== 171 integrity sha512-aLr2eaDlREN8XybgTbelvjtSZ8eAkxBPilnkddc700BgiC6ImyUSKaItOwa8bnjQwq4Wlz5eVG0ibsrX+5MXwg==
172 dependencies: 172 dependencies:
173 canonical-path "1.0.0" 173 canonical-path "1.0.0"
174 chokidar "^3.0.0" 174 chokidar "^3.0.0"
@@ -183,54 +183,54 @@
183 sourcemap-codec "^1.4.8" 183 sourcemap-codec "^1.4.8"
184 yargs "15.3.0" 184 yargs "15.3.0"
185 185
186"@angular/compiler@~9.1.1": 186"@angular/compiler@~9.1.9":
187 version "9.1.6" 187 version "9.1.9"
188 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.6.tgz#be4bc14e000c4b9e4c1ebf85f15f8de0b2603dc5" 188 resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-9.1.9.tgz#cbf678ee28a0811a8ef3ee7be565d4911ff28ec7"
189 integrity sha512-tHOQEjWuWqSkrk6/vI6BK7uJnpAyFajCXPW37rH5xspF/aMbetrpoOiGBNUQg/HLaFh04nOAnnFntjLkW0ooaA== 189 integrity sha512-kjFgaTB2ckr9lgmkS1dOGRT7kmzpQueydxsxXSHWgICNVE6F/u1PHyeSOyJRpxW0GnrkLq3QM2EUFnQGGga5bg==
190 190
191"@angular/core@~9.1.1": 191"@angular/core@~9.1.9":
192 version "9.1.6" 192 version "9.1.9"
193 resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.6.tgz#810b4bb960cc2a933b89969c4d0f5ac53535c241" 193 resolved "https://registry.yarnpkg.com/@angular/core/-/core-9.1.9.tgz#db4241f867d6e14b81ed6e7c50334813c6ebfc10"
194 integrity sha512-iXgPh5DebLwkMzLtQ6WKiv/mo4hpwMOwYex3O4F2CKToR2tKPnXbV5WC/ADGm0XYXiocSKQPiyL4ZrUjVeKEqA== 194 integrity sha512-q/DERgVU6vK2LtTcdVCGGBcoO424WsEfImh3Vcuy+P/ZVmthlDUC/+q+tSKt8MMf4hLpxFDQJE8vUSkktj7QEw==
195 195
196"@angular/forms@~9.1.1": 196"@angular/forms@~9.1.9":
197 version "9.1.6" 197 version "9.1.9"
198 resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.1.6.tgz#2589b74288318ddebb8c12b0fd45eb48dbd9e665" 198 resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-9.1.9.tgz#20c9a79d1dcb2cace45df9e2f304b658e02c1687"
199 integrity sha512-3KiFjLDipZVgS5rfnZ8EoKlkUokOR8dmuw2xdjKHgzflWFFeuaY9ZtQgjZGw9/jkwWlc9P38BOSEHbK8NakdDw== 199 integrity sha512-r675yImnb/0pY7K5W3V2ITa7YETu1I2AS+bRfII6UQ6gthyeFFOHb5noa7YneC2yqQiM6E4DQmF5ig3daPuFNg==
200 200
201"@angular/language-service@~9.1.1": 201"@angular/language-service@~9.1.9":
202 version "9.1.6" 202 version "9.1.9"
203 resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-9.1.6.tgz#ff5e4bda847192820d7921f4551aaa1af8192ed3" 203 resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-9.1.9.tgz#332a7e54d5e553b92342b10703dc13aba474a28f"
204 integrity sha512-pB18hVoAbIuk1Wus8ur7yUxSukfPR4pCXiOfbxDQ94qlCzLAzIwXbaNV4erpBfL/fUKxMY3h8RrVt0dfm6M5RQ== 204 integrity sha512-yT6HPpdAe2mD9HRoTCiWFog1MRJt+0j+CLbI/Ql7C6pH6vbjmfsJ55xMmQ7eS6trsnebpMWTUv1f2GRykv3ygw==
205 205
206"@angular/localize@^9.1.1": 206"@angular/localize@^9.1.9":
207 version "9.1.6" 207 version "9.1.9"
208 resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.1.6.tgz#6b1a3639441da91b8ed7563f82ab3a3112f632a0" 208 resolved "https://registry.yarnpkg.com/@angular/localize/-/localize-9.1.9.tgz#0867a82abcdeb6b88cbd4d61e1410f3c63a66ddb"
209 integrity sha512-SGDtXR+HdyfjjMl/JpqHcDPn+OcWKk9eKrJmUB3HcUwsBl1wuYx5dES2iErPTB4BLf2W6rm3o0Bzh7kT+eJFuw== 209 integrity sha512-U/4axUr99GO3+dRuMIEyJ1FqXauT82x/w7GulWu05qk8ML8MaIQ58RcB/LTJJY1s1qfwdcsyzX2wZrZcwBLKlA==
210 dependencies: 210 dependencies:
211 "@babel/core" "7.8.3" 211 "@babel/core" "7.8.3"
212 glob "7.1.2" 212 glob "7.1.2"
213 yargs "15.3.0" 213 yargs "15.3.0"
214 214
215"@angular/platform-browser-dynamic@~9.1.1": 215"@angular/platform-browser-dynamic@~9.1.9":
216 version "9.1.6" 216 version "9.1.9"
217 resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.1.6.tgz#3522fd43825f12f8e9982acab85c0a9cdc0c5c86" 217 resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-9.1.9.tgz#12f8b05d3c9ef0844df88f3833e29ea1e49ec5e0"
218 integrity sha512-7AL3hWu4oY0LRiMS9ZEFXPW2uqybWcVNFDHjPp3UwsDIT4+sW3DIm8P+UvAOFkkRwaHpPDqm4chTTiAHygC/1Q== 218 integrity sha512-b9MG5MWne+IuL3uLm8jwPhlJzqYaGBGk/qibOqb17T24j1iyrlO7T5bZ8zO6pUy5iT/TahVfHPnPJC1qTK5OmA==
219 219
220"@angular/platform-browser@~9.1.1": 220"@angular/platform-browser@~9.1.9":
221 version "9.1.6" 221 version "9.1.9"
222 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.1.6.tgz#3f107b96f8fdfc87370dae5bc6698c8be9b246e9" 222 resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-9.1.9.tgz#c2fcc50aebfdc268521b407e32dc0d967cb40411"
223 integrity sha512-ebQhbT0Z55vwlQwAY4+s3Bcf1Q4wEN5Yk43iCuVt4g2kFkg09UP0z8aYtbuh7VQDyv/W4TTIGX8smGBWstoedQ== 223 integrity sha512-V861X3MxJp1AlMTnkUPldpBLIJbApXF3ka0A5Dq2nVJCyOFeteGkaRWSBgqe2jxmq+LVpJbzcNvtDFXw6mQ0jA==
224 224
225"@angular/router@~9.1.1": 225"@angular/router@~9.1.9":
226 version "9.1.6" 226 version "9.1.9"
227 resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.1.6.tgz#1186e63d3f69faffbf7f92773f342314130b1fcf" 227 resolved "https://registry.yarnpkg.com/@angular/router/-/router-9.1.9.tgz#5d79d72cb62ea1c04ea70238846653ecf9c4a73c"
228 integrity sha512-Oz4nVQUR6t68DSzZuSrVaqrzmA7/0PIEi0sc85CE+UuOEoAqGMwN0NdQYizFT62WZ16DRI/1tZ+TTWvdmpEv8w== 228 integrity sha512-4u+CWMPB4hCkAsFCEzC94YEWT0wVozqGkc/Dortt2hFaqvZpIegg6iJVZlDxuyDjzFYBPnnbTDdgiTTA8ckfuA==
229 229
230"@angular/service-worker@~9.1.1": 230"@angular/service-worker@~9.1.9":
231 version "9.1.6" 231 version "9.1.9"
232 resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.1.6.tgz#820a685af690bd06d9934087f60b942a68cf92cb" 232 resolved "https://registry.yarnpkg.com/@angular/service-worker/-/service-worker-9.1.9.tgz#2a5fbd528aed4a69e7f5d6b80ecaf5f6878e51d7"
233 integrity sha512-mQhVZjw4aEH7f0j07TuoBSrW02KTbySYimivfq9Cb33a2ihI7fb3MAR6YmoM+0ax8Ohl88aOsUOU7xFeHbaMJQ== 233 integrity sha512-TRN9SD38VfyrVwObeAYhogQqSHl9hax51Vi/egEt/LXdOFBIssLsW0Wa3WOByzo25zcR3M2mMbQ7UuWtUnfduA==
234 234
235"@angularclass/hmr@^2.1.3": 235"@angularclass/hmr@^2.1.3":
236 version "2.1.3" 236 version "2.1.3"
@@ -1139,12 +1139,12 @@
1139 resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-6.1.0.tgz#fce7550a095aeac42108f76ac1ebd63caf8304e9" 1139 resolved "https://registry.yarnpkg.com/@ng-bootstrap/ng-bootstrap/-/ng-bootstrap-6.1.0.tgz#fce7550a095aeac42108f76ac1ebd63caf8304e9"
1140 integrity sha512-2GzkNJBKdeHkaUqaCAqSILPft0IzzHjMfAlAuGY6/ZLlVQ0glt5MTbIXtIhSbjR+OvlrljoXFLrvzs1LGdmE+A== 1140 integrity sha512-2GzkNJBKdeHkaUqaCAqSILPft0IzzHjMfAlAuGY6/ZLlVQ0glt5MTbIXtIhSbjR+OvlrljoXFLrvzs1LGdmE+A==
1141 1141
1142"@ngtools/webpack@9.1.5": 1142"@ngtools/webpack@9.1.7":
1143 version "9.1.5" 1143 version "9.1.7"
1144 resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-9.1.5.tgz#df32f559b5d2ce8f056886d8bdd2058e4f9c24f4" 1144 resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-9.1.7.tgz#4322757b029e1175a3361183c06b31d0576538d8"
1145 integrity sha512-6VzmlXRnf7phwLOiy0WrxHFHD5TuNQgVVpD/VFkZjtCTOsZyGQYGVPfaqxvn13M4Mm8bjrN4mk06VowCFm2oHw== 1145 integrity sha512-A7VB2I42Kn+7jl0tDKzGNLAoZLWSqkKo9Hg1bmKpvAAIz+DSbq3uV+JWgGgTprM3tn0lfkVgmqk4H17HKwAOcg==
1146 dependencies: 1146 dependencies:
1147 "@angular-devkit/core" "9.1.5" 1147 "@angular-devkit/core" "9.1.7"
1148 enhanced-resolve "4.1.1" 1148 enhanced-resolve "4.1.1"
1149 rxjs "6.5.4" 1149 rxjs "6.5.4"
1150 webpack-sources "1.4.3" 1150 webpack-sources "1.4.3"
@@ -1213,21 +1213,21 @@
1213 tslib "^1.9.0" 1213 tslib "^1.9.0"
1214 yargs "10.0.3" 1214 yargs "10.0.3"
1215 1215
1216"@schematics/angular@9.1.5": 1216"@schematics/angular@9.1.7":
1217 version "9.1.5" 1217 version "9.1.7"
1218 resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.1.5.tgz#9d07997638194439b47d4bf3ba2b3fe4f7f1a630" 1218 resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-9.1.7.tgz#b7801a5e20f844da560db81d2971590e8ac090ff"
1219 integrity sha512-kMscfnwd9TGLo8V+dE/Pzu4wNxZej/6F6z5XzMOQVFTbL+RqMDvtkHf9CarhiKBd5ogm4npfKV8ToNTUecFJkA== 1219 integrity sha512-ld3WcoMWvup04V3OWioQ+AFGQBzz7IDM4Fxc5+Qc3wILWkDJnNkrc4EmJAow96Ab4/T1+Wl1vof3tV4At0BTzA==
1220 dependencies: 1220 dependencies:
1221 "@angular-devkit/core" "9.1.5" 1221 "@angular-devkit/core" "9.1.7"
1222 "@angular-devkit/schematics" "9.1.5" 1222 "@angular-devkit/schematics" "9.1.7"
1223 1223
1224"@schematics/update@0.901.5": 1224"@schematics/update@0.901.7":
1225 version "0.901.5" 1225 version "0.901.7"
1226 resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.901.5.tgz#c85d193e1ffee0b764328be2b7be02656e5296ba" 1226 resolved "https://registry.yarnpkg.com/@schematics/update/-/update-0.901.7.tgz#164bff4e97383a0a7d266fe5eb2e1bf41f14dfe9"
1227 integrity sha512-JmB+AuU6C9eM8x/CxeBEDigRuypzuWx7gnloK9D5i2gP9r39clFNtWT7eM3YW3kl4uyEMzrQHx6esMWNUScVBw== 1227 integrity sha512-6IpQVFvbu47CrXfqqHAzv2vi7AOdfi1S+SiayXU6FWTeA2wV47H8R60VjxurL8JkDGoVhFgC4+lK6KG++g3dQw==
1228 dependencies: 1228 dependencies:
1229 "@angular-devkit/core" "9.1.5" 1229 "@angular-devkit/core" "9.1.7"
1230 "@angular-devkit/schematics" "9.1.5" 1230 "@angular-devkit/schematics" "9.1.7"
1231 "@yarnpkg/lockfile" "1.1.0" 1231 "@yarnpkg/lockfile" "1.1.0"
1232 ini "1.3.5" 1232 ini "1.3.5"
1233 npm-package-arg "^8.0.0" 1233 npm-package-arg "^8.0.0"
@@ -5581,7 +5581,7 @@ html-comment-regex@^1.1.0:
5581 resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7" 5581 resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.2.tgz#97d4688aeb5c81886a364faa0cad1dda14d433a7"
5582 integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ== 5582 integrity sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==
5583 5583
5584html-entities@^1.2.1: 5584html-entities@^1.3.1:
5585 version "1.3.1" 5585 version "1.3.1"
5586 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44" 5586 resolved "https://registry.yarnpkg.com/html-entities/-/html-entities-1.3.1.tgz#fb9a1a4b5b14c5daba82d3e34c6ae4fe701a0e44"
5587 integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA== 5587 integrity sha512-rhE/4Z3hIhzHAUKbW8jVcCyuT5oJCXXqhN/6mXXVCpzTmvJnoH2HL/bt3EZ6p55jbFJBeAe1ZNpL5BugLujxNA==
@@ -7031,7 +7031,7 @@ log4js@^4.0.0:
7031 rfdc "^1.1.4" 7031 rfdc "^1.1.4"
7032 streamroller "^1.0.6" 7032 streamroller "^1.0.6"
7033 7033
7034loglevel@^1.6.6: 7034loglevel@^1.6.8:
7035 version "1.6.8" 7035 version "1.6.8"
7036 resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171" 7036 resolved "https://registry.yarnpkg.com/loglevel/-/loglevel-1.6.8.tgz#8a25fb75d092230ecd4457270d80b54e28011171"
7037 integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA== 7037 integrity sha512-bsU7+gc9AJ2SqpzxwU3+1fedl8zAntbtC5XYlt3s2j1hJcn2PsXSmgN8TaLG/J1/2mod4+cE/3vNL70/c1RNCA==
@@ -8596,7 +8596,7 @@ pngjs@^3.3.0:
8596 resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f" 8596 resolved "https://registry.yarnpkg.com/pngjs/-/pngjs-3.4.0.tgz#99ca7d725965fb655814eaf65f38f12bbdbf555f"
8597 integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w== 8597 integrity sha512-NCrCHhWmnQklfH4MtJMRjZ2a8c80qXeMlQMv2uVp9ISJMTt562SbGd6n2oq0PaPgKm7Z6pL9E2UlLIhC+SHL3w==
8598 8598
8599portfinder@^1.0.25: 8599portfinder@^1.0.26:
8600 version "1.0.26" 8600 version "1.0.26"
8601 resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.26.tgz#475658d56ca30bed72ac7f1378ed350bd1b64e70" 8601 resolved "https://registry.yarnpkg.com/portfinder/-/portfinder-1.0.26.tgz#475658d56ca30bed72ac7f1378ed350bd1b64e70"
8602 integrity sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ== 8602 integrity sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ==
@@ -10316,13 +10316,14 @@ sockjs-client@1.4.0:
10316 json3 "^3.3.2" 10316 json3 "^3.3.2"
10317 url-parse "^1.4.3" 10317 url-parse "^1.4.3"
10318 10318
10319sockjs@0.3.19: 10319sockjs@0.3.20:
10320 version "0.3.19" 10320 version "0.3.20"
10321 resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.19.tgz#d976bbe800af7bd20ae08598d582393508993c0d" 10321 resolved "https://registry.yarnpkg.com/sockjs/-/sockjs-0.3.20.tgz#b26a283ec562ef8b2687b44033a4eeceac75d855"
10322 integrity sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw== 10322 integrity sha512-SpmVOVpdq0DJc0qArhF3E5xsxvaiqGNb73XfgBpK1y3UD5gs8DSo8aCTsuT5pX8rssdc2NDIzANwP9eCAiSdTA==
10323 dependencies: 10323 dependencies:
10324 faye-websocket "^0.10.0" 10324 faye-websocket "^0.10.0"
10325 uuid "^3.0.1" 10325 uuid "^3.4.0"
10326 websocket-driver "0.6.5"
10326 10327
10327socks-proxy-agent@^4.0.0: 10328socks-proxy-agent@^4.0.0:
10328 version "4.0.2" 10329 version "4.0.2"
@@ -10461,7 +10462,7 @@ spdy-transport@^3.0.0:
10461 readable-stream "^3.0.6" 10462 readable-stream "^3.0.6"
10462 wbuf "^1.7.3" 10463 wbuf "^1.7.3"
10463 10464
10464spdy@^4.0.1: 10465spdy@^4.0.2:
10465 version "4.0.2" 10466 version "4.0.2"
10466 resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b" 10467 resolved "https://registry.yarnpkg.com/spdy/-/spdy-4.0.2.tgz#b74f466203a3eda452c02492b91fb9e84a27677b"
10467 integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA== 10468 integrity sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==
@@ -11571,7 +11572,7 @@ uuid@7.0.2:
11571 resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6" 11572 resolved "https://registry.yarnpkg.com/uuid/-/uuid-7.0.2.tgz#7ff5c203467e91f5e0d85cfcbaaf7d2ebbca9be6"
11572 integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw== 11573 integrity sha512-vy9V/+pKG+5ZTYKf+VcphF5Oc6EFiu3W8Nv3P3zIh0EqVI80ZxOzuPfe9EHjkFNvf8+xuTHVeei4Drydlx4zjw==
11573 11574
11574uuid@^3.0.0, uuid@^3.0.1, uuid@^3.1.0, uuid@^3.3.2: 11575uuid@^3.0.0, uuid@^3.1.0, uuid@^3.3.2, uuid@^3.4.0:
11575 version "3.4.0" 11576 version "3.4.0"
11576 resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee" 11577 resolved "https://registry.yarnpkg.com/uuid/-/uuid-3.4.0.tgz#b23e4358afa8a202fe7a100af1f5f883f02007ee"
11577 integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A== 11578 integrity sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==
@@ -11787,10 +11788,10 @@ webpack-dev-middleware@3.7.2, webpack-dev-middleware@^3.7.2:
11787 range-parser "^1.2.1" 11788 range-parser "^1.2.1"
11788 webpack-log "^2.0.0" 11789 webpack-log "^2.0.0"
11789 11790
11790webpack-dev-server@3.10.3: 11791webpack-dev-server@3.11.0:
11791 version "3.10.3" 11792 version "3.11.0"
11792 resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.10.3.tgz#f35945036813e57ef582c2420ef7b470e14d3af0" 11793 resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-3.11.0.tgz#8f154a3bce1bcfd1cc618ef4e703278855e7ff8c"
11793 integrity sha512-e4nWev8YzEVNdOMcNzNeCN947sWJNd43E5XvsJzbAL08kGc2frm1tQ32hTJslRS+H65LCb/AaUCYU7fjHCpDeQ== 11794 integrity sha512-PUxZ+oSTxogFQgkTtFndEtJIPNmml7ExwufBZ9L2/Xyyd5PnOL5UreWe5ZT7IU25DSdykL9p1MLQzmLh2ljSeg==
11794 dependencies: 11795 dependencies:
11795 ansi-html "0.0.7" 11796 ansi-html "0.0.7"
11796 bonjour "^3.5.0" 11797 bonjour "^3.5.0"
@@ -11800,31 +11801,31 @@ webpack-dev-server@3.10.3:
11800 debug "^4.1.1" 11801 debug "^4.1.1"
11801 del "^4.1.1" 11802 del "^4.1.1"
11802 express "^4.17.1" 11803 express "^4.17.1"
11803 html-entities "^1.2.1" 11804 html-entities "^1.3.1"
11804 http-proxy-middleware "0.19.1" 11805 http-proxy-middleware "0.19.1"
11805 import-local "^2.0.0" 11806 import-local "^2.0.0"
11806 internal-ip "^4.3.0" 11807 internal-ip "^4.3.0"
11807 ip "^1.1.5" 11808 ip "^1.1.5"
11808 is-absolute-url "^3.0.3" 11809 is-absolute-url "^3.0.3"
11809 killable "^1.0.1" 11810 killable "^1.0.1"
11810 loglevel "^1.6.6" 11811 loglevel "^1.6.8"
11811 opn "^5.5.0" 11812 opn "^5.5.0"
11812 p-retry "^3.0.1" 11813 p-retry "^3.0.1"
11813 portfinder "^1.0.25" 11814 portfinder "^1.0.26"
11814 schema-utils "^1.0.0" 11815 schema-utils "^1.0.0"
11815 selfsigned "^1.10.7" 11816 selfsigned "^1.10.7"
11816 semver "^6.3.0" 11817 semver "^6.3.0"
11817 serve-index "^1.9.1" 11818 serve-index "^1.9.1"
11818 sockjs "0.3.19" 11819 sockjs "0.3.20"
11819 sockjs-client "1.4.0" 11820 sockjs-client "1.4.0"
11820 spdy "^4.0.1" 11821 spdy "^4.0.2"
11821 strip-ansi "^3.0.1" 11822 strip-ansi "^3.0.1"
11822 supports-color "^6.1.0" 11823 supports-color "^6.1.0"
11823 url "^0.11.0" 11824 url "^0.11.0"
11824 webpack-dev-middleware "^3.7.2" 11825 webpack-dev-middleware "^3.7.2"
11825 webpack-log "^2.0.0" 11826 webpack-log "^2.0.0"
11826 ws "^6.2.1" 11827 ws "^6.2.1"
11827 yargs "12.0.5" 11828 yargs "^13.3.2"
11828 11829
11829webpack-log@^1.2.0: 11830webpack-log@^1.2.0:
11830 version "1.2.0" 11831 version "1.2.0"
@@ -11903,6 +11904,13 @@ webpack@4.42.0:
11903 watchpack "^1.6.0" 11904 watchpack "^1.6.0"
11904 webpack-sources "^1.4.1" 11905 webpack-sources "^1.4.1"
11905 11906
11907websocket-driver@0.6.5:
11908 version "0.6.5"
11909 resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.6.5.tgz#5cb2556ceb85f4373c6d8238aa691c8454e13a36"
11910 integrity sha1-XLJVbOuF9Dc8bYI4qmkchFThOjY=
11911 dependencies:
11912 websocket-extensions ">=0.1.1"
11913
11906websocket-driver@>=0.5.1: 11914websocket-driver@>=0.5.1:
11907 version "0.7.3" 11915 version "0.7.3"
11908 resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.3.tgz#a2d4e0d4f4f116f1e6297eba58b05d430100e9f9" 11916 resolved "https://registry.yarnpkg.com/websocket-driver/-/websocket-driver-0.7.3.tgz#a2d4e0d4f4f116f1e6297eba58b05d430100e9f9"
@@ -12187,24 +12195,6 @@ yargs@10.0.3:
12187 y18n "^3.2.1" 12195 y18n "^3.2.1"
12188 yargs-parser "^8.0.0" 12196 yargs-parser "^8.0.0"
12189 12197
12190yargs@12.0.5, yargs@^12.0.5:
12191 version "12.0.5"
12192 resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
12193 integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
12194 dependencies:
12195 cliui "^4.0.0"
12196 decamelize "^1.2.0"
12197 find-up "^3.0.0"
12198 get-caller-file "^1.0.1"
12199 os-locale "^3.0.0"
12200 require-directory "^2.1.1"
12201 require-main-filename "^1.0.1"
12202 set-blocking "^2.0.0"
12203 string-width "^2.0.0"
12204 which-module "^2.0.0"
12205 y18n "^3.2.1 || ^4.0.0"
12206 yargs-parser "^11.1.1"
12207
12208yargs@13.2.4: 12198yargs@13.2.4:
12209 version "13.2.4" 12199 version "13.2.4"
12210 resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.4.tgz#0b562b794016eb9651b98bd37acf364aa5d6dc83" 12200 resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.2.4.tgz#0b562b794016eb9651b98bd37acf364aa5d6dc83"
@@ -12239,6 +12229,24 @@ yargs@15.3.0:
12239 y18n "^4.0.0" 12229 y18n "^4.0.0"
12240 yargs-parser "^18.1.0" 12230 yargs-parser "^18.1.0"
12241 12231
12232yargs@^12.0.5:
12233 version "12.0.5"
12234 resolved "https://registry.yarnpkg.com/yargs/-/yargs-12.0.5.tgz#05f5997b609647b64f66b81e3b4b10a368e7ad13"
12235 integrity sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==
12236 dependencies:
12237 cliui "^4.0.0"
12238 decamelize "^1.2.0"
12239 find-up "^3.0.0"
12240 get-caller-file "^1.0.1"
12241 os-locale "^3.0.0"
12242 require-directory "^2.1.1"
12243 require-main-filename "^1.0.1"
12244 set-blocking "^2.0.0"
12245 string-width "^2.0.0"
12246 which-module "^2.0.0"
12247 y18n "^3.2.1 || ^4.0.0"
12248 yargs-parser "^11.1.1"
12249
12242yargs@^13.2.4, yargs@^13.3.2: 12250yargs@^13.2.4, yargs@^13.3.2:
12243 version "13.3.2" 12251 version "13.3.2"
12244 resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd" 12252 resolved "https://registry.yarnpkg.com/yargs/-/yargs-13.3.2.tgz#ad7ffefec1aa59565ac915f82dccb38a9c31a2dd"
diff --git a/scripts/build/client.sh b/scripts/build/client.sh
index e7475f56c..c15f92070 100755
--- a/scripts/build/client.sh
+++ b/scripts/build/client.sh
@@ -41,6 +41,8 @@ post_build_hook
41if [ -z ${1+x} ] || [ "$1" != "--light" ]; then 41if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
42 if [ ! -z ${1+x} ] && [ "$1" == "--light-hu" ]; then 42 if [ ! -z ${1+x} ] && [ "$1" == "--light-hu" ]; then
43 languages=(["hu"]="hu-HU") 43 languages=(["hu"]="hu-HU")
44 elif [ ! -z ${1+x} ] && [ "$1" == "--light-ar" ]; then
45 languages=(["ar"]="ar-001")
44 elif [ ! -z ${1+x} ] && [ "$1" == "--light-th" ]; then 46 elif [ ! -z ${1+x} ] && [ "$1" == "--light-th" ]; then
45 languages=(["th"]="th-TH") 47 languages=(["th"]="th-TH")
46 elif [ ! -z ${1+x} ] && [ "$1" == "--light-fi" ]; then 48 elif [ ! -z ${1+x} ] && [ "$1" == "--light-fi" ]; then
@@ -88,6 +90,7 @@ if [ -z ${1+x} ] || [ "$1" != "--light" ]; then
88 else 90 else
89 # Supported languages 91 # Supported languages
90 languages=( 92 languages=(
93 ["ar"]="ar-001"
91 ["hu"]="hu-HU" 94 ["hu"]="hu-HU"
92 ["th"]="th-TH" 95 ["th"]="th-TH"
93 ["fi"]="fi-FI" 96 ["fi"]="fi-FI"
diff --git a/shared/models/i18n/i18n.ts b/shared/models/i18n/i18n.ts
index 9a5ea27dc..1f86eef40 100644
--- a/shared/models/i18n/i18n.ts
+++ b/shared/models/i18n/i18n.ts
@@ -4,6 +4,7 @@ export const I18N_LOCALES = {
4 // Always first to avoid issues when using express acceptLanguages function when no accept language header is set 4 // Always first to avoid issues when using express acceptLanguages function when no accept language header is set
5 'en-US': 'English', 5 'en-US': 'English',
6 6
7 'ar-001': 'العربية',
7 'ca-ES': 'Català', 8 'ca-ES': 'Català',
8 'cs-CZ': 'Čeština', 9 'cs-CZ': 'Čeština',
9 'de-DE': 'Deutsch', 10 'de-DE': 'Deutsch',
@@ -30,6 +31,7 @@ export const I18N_LOCALES = {
30} 31}
31 32
32const I18N_LOCALE_ALIAS = { 33const I18N_LOCALE_ALIAS = {
34 'ar': 'ar-001',
33 'ca': 'ca-ES', 35 'ca': 'ca-ES',
34 'cs': 'cs-CZ', 36 'cs': 'cs-CZ',
35 'de': 'de-DE', 37 'de': 'de-DE',