aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-11-07 09:45:14 +0100
committerChocobozzz <me@florianbigard.com>2019-11-07 09:45:14 +0100
commit3aea8eb2e7ee8fa53e05298030eaeef98d234797 (patch)
tree9dfb03803b8a2b7d7eedad33eb2a0c6925469167
parentc2368b72411253d825a3a4169a85ec4570ba5854 (diff)
downloadPeerTube-3aea8eb2e7ee8fa53e05298030eaeef98d234797.tar.gz
PeerTube-3aea8eb2e7ee8fa53e05298030eaeef98d234797.tar.zst
PeerTube-3aea8eb2e7ee8fa53e05298030eaeef98d234797.zip
Try new worflow with french
-rw-r--r--client/angular.json27
-rw-r--r--client/package.json4
-rw-r--r--client/src/locale/angular.en-US.xlf (renamed from client/src/locale/angular_en_US.xml)766
-rw-r--r--client/src/locale/angular.fr-FR.xlf (renamed from client/src/locale/angular_fr_FR.xml)942
-rw-r--r--client/src/locale/angular.xlf8474
-rw-r--r--client/src/locale/player.en-US.json1
-rw-r--r--client/src/locale/player_fr_FR.json1
-rw-r--r--client/src/locale/server.en-US.json1
-rw-r--r--client/src/locale/server_fr_FR.json1
-rw-r--r--client/src/locale/videojs.en-US.json (renamed from client/src/locale/videojs_en_US.json)0
-rw-r--r--client/yarn.lock48
-rwxr-xr-xscripts/i18n/create-custom-files.ts73
-rwxr-xr-xscripts/i18n/generate.sh9
-rwxr-xr-xscripts/i18n/pull-hook.sh9
14 files changed, 9424 insertions, 932 deletions
diff --git a/client/angular.json b/client/angular.json
index 950ac059e..bbe3d07b3 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -78,6 +78,13 @@
78 "with": "src/environments/environment.e2e.ts" 78 "with": "src/environments/environment.e2e.ts"
79 } 79 }
80 ] 80 ]
81 },
82 "fr_FR": {
83 "aot": true,
84 "outputPath": "dist/PeerTube-fr_FR",
85 "i18nFile": "src/i18n/messages.fr_FR.xlf",
86 "i18nFormat": "xlf",
87 "i18nLocale": "fr_FR"
81 } 88 }
82 } 89 }
83 }, 90 },
@@ -99,6 +106,9 @@
99 "e2e": { 106 "e2e": {
100 "browserTarget": "PeerTube:build:e2e", 107 "browserTarget": "PeerTube:build:e2e",
101 "proxyConfig": "e2e/proxy.config.json" 108 "proxyConfig": "e2e/proxy.config.json"
109 },
110 "fr_FR": {
111 "browserTarget": "PeerTube:build:fr_FR"
102 } 112 }
103 } 113 }
104 }, 114 },
@@ -135,6 +145,23 @@
135 "**/node_modules/**" 145 "**/node_modules/**"
136 ] 146 ]
137 } 147 }
148 },
149 "xliffmerge": {
150 "builder": "@ngx-i18nsupport/tooling:xliffmerge",
151 "options": {
152 "xliffmergeOptions": {
153 "i18nFormat": "xlf",
154 "srcDir": "src/locale",
155 "genDir": "src/locale",
156 "useSourceAsTarget": false,
157 "i18nBaseFile": "angular",
158 "defaultLanguage": "en-US",
159 "languages": [
160 "en-US",
161 "fr-FR"
162 ]
163 }
164 }
138 } 165 }
139 } 166 }
140 }, 167 },
diff --git a/client/package.json b/client/package.json
index 8da250886..aa0899bb5 100644
--- a/client/package.json
+++ b/client/package.json
@@ -48,6 +48,7 @@
48 "@angularclass/hmr": "^2.1.3", 48 "@angularclass/hmr": "^2.1.3",
49 "@neos21/bootstrap3-glyphicons": "^1.0.1", 49 "@neos21/bootstrap3-glyphicons": "^1.0.1",
50 "@ng-bootstrap/ng-bootstrap": "^5.1.0", 50 "@ng-bootstrap/ng-bootstrap": "^5.1.0",
51 "@ngx-i18nsupport/ngx-i18nsupport": "^1.1.6",
51 "@ngx-loading-bar/core": "^4.2.0", 52 "@ngx-loading-bar/core": "^4.2.0",
52 "@ngx-loading-bar/http-client": "^4.2.0", 53 "@ngx-loading-bar/http-client": "^4.2.0",
53 "@ngx-loading-bar/router": "^4.2.0", 54 "@ngx-loading-bar/router": "^4.2.0",
@@ -131,5 +132,8 @@
131 "webtorrent": "^0.107.16", 132 "webtorrent": "^0.107.16",
132 "whatwg-fetch": "^3.0.0", 133 "whatwg-fetch": "^3.0.0",
133 "zone.js": "~0.10.0" 134 "zone.js": "~0.10.0"
135 },
136 "dependencies": {
137 "@ngx-i18nsupport/tooling": "^8.0.3"
134 } 138 }
135} 139}
diff --git a/client/src/locale/angular_en_US.xml b/client/src/locale/angular.en-US.xlf
index ceb323012..a60eeabaf 100644
--- a/client/src/locale/angular_en_US.xml
+++ b/client/src/locale/angular.en-US.xlf
@@ -1,6 +1,6 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2"> 2<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3 <file source-language="en_US" datatype="plaintext" original="ng2.template" target-language="en_US"> 3 <file source-language="en-US" datatype="plaintext" original="ng2.template" target-language="en-US">
4 <body> 4 <body>
5 <trans-unit id="ngb.alert.close" datatype="html"> 5 <trans-unit id="ngb.alert.close" datatype="html">
6 <source>Close</source><target state="final">Close</target> 6 <source>Close</source><target state="final">Close</target>
@@ -109,7 +109,7 @@
109 <context context-type="linenumber">49</context> 109 <context context-type="linenumber">49</context>
110 </context-group> 110 </context-group>
111 </trans-unit><trans-unit id="ngb.progressbar.value" datatype="html"> 111 </trans-unit><trans-unit id="ngb.progressbar.value" datatype="html">
112 <source>&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target> 112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source><target state="final"><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
113 <context-group purpose="location"> 113 <context-group purpose="location">
114 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context> 114 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context>
115 <context context-type="linenumber">6</context> 115 <context context-type="linenumber">6</context>
@@ -187,13 +187,13 @@
187 <context context-type="linenumber">63</context> 187 <context context-type="linenumber">63</context>
188 </context-group> 188 </context-group>
189 </trans-unit><trans-unit id="ngb.timepicker.PM" datatype="html"> 189 </trans-unit><trans-unit id="ngb.timepicker.PM" datatype="html">
190 <source>&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target> 190 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target>
191 <context-group purpose="location"> 191 <context-group purpose="location">
192 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 192 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
193 <context context-type="linenumber">71</context> 193 <context context-type="linenumber">71</context>
194 </context-group> 194 </context-group>
195 </trans-unit><trans-unit id="ngb.timepicker.AM" datatype="html"> 195 </trans-unit><trans-unit id="ngb.timepicker.AM" datatype="html">
196 <source>&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target> 196 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target>
197 <context-group purpose="location"> 197 <context-group purpose="location">
198 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context> 198 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
199 <context context-type="linenumber">72</context> 199 <context context-type="linenumber">72</context>
@@ -212,17 +212,17 @@
212 </context-group> 212 </context-group>
213 </trans-unit><trans-unit id="23e2d8a43af729f896ac66787ed5e756078f5566" datatype="html"> 213 </trans-unit><trans-unit id="23e2d8a43af729f896ac66787ed5e756078f5566" datatype="html">
214 <source> 214 <source>
215 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 215 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
216 216
217 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 217 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
218 &lt;x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 218 <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>"/>
219 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 219 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
220 </source><target state="final"> 220 </source><target state="final">
221 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 221 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
222 222
223 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 223 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
224 &lt;x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 224 <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>"/>
225 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 225 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
226 </target> 226 </target>
227 <context-group purpose="location"> 227 <context-group purpose="location">
228 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 228 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -230,17 +230,17 @@
230 </context-group> 230 </context-group>
231 </trans-unit><trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6" datatype="html"> 231 </trans-unit><trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6" datatype="html">
232 <source> 232 <source>
233 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 233 <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>"/>
234 234
235 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 235 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
236 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted 236 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
237 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 237 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
238 </source><target state="final"> 238 </source><target state="final">
239 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 239 <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>"/>
240 240
241 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
242 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted 242 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
243 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
244 </target> 244 </target>
245 <context-group purpose="location"> 245 <context-group purpose="location">
246 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 246 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -248,17 +248,17 @@
248 </context-group> 248 </context-group>
249 </trans-unit><trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0" datatype="html"> 249 </trans-unit><trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0" datatype="html">
250 <source> 250 <source>
251 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 251 <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>"/>
252 252
253 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
254 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted 254 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
255 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
256 </source><target state="final"> 256 </source><target state="final">
257 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 257 <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>"/>
258 258
259 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 259 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
260 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted 260 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
261 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 261 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
262 </target> 262 </target>
263 <context-group purpose="location"> 263 <context-group purpose="location">
264 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 264 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -266,17 +266,17 @@
266 </context-group> 266 </context-group>
267 </trans-unit><trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac" datatype="html"> 267 </trans-unit><trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac" datatype="html">
268 <source> 268 <source>
269 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 269 <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>"/>
270 270
271 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 271 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
272 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 272 <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>"/>
273 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 273 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
274 </source><target state="final"> 274 </source><target state="final">
275 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 275 <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>"/>
276 276
277 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 277 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
278 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 278 <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>"/>
279 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 279 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
280 </target> 280 </target>
281 <context-group purpose="location"> 281 <context-group purpose="location">
282 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 282 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -284,17 +284,17 @@
284 </context-group> 284 </context-group>
285 </trans-unit><trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47" datatype="html"> 285 </trans-unit><trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47" datatype="html">
286 <source> 286 <source>
287 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 287 <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>"/>
288 288
289 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 289 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
290 The recently added video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 290 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>"/>
291 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 291 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
292 </source><target state="final"> 292 </source><target state="final">
293 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 293 <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>"/>
294 294
295 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 295 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
296 The recently added video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 296 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>"/>
297 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 297 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
298 </target> 298 </target>
299 <context-group purpose="location"> 299 <context-group purpose="location">
300 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 300 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -302,17 +302,17 @@
302 </context-group> 302 </context-group>
303 </trans-unit><trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715" datatype="html"> 303 </trans-unit><trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715" datatype="html">
304 <source> 304 <source>
305 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 305 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
306 306
307 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 307 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
308 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 308 <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>"/>
309 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 309 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
310 </source><target state="final"> 310 </source><target state="final">
311 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 311 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
312 312
313 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 313 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
314 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 314 <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>"/>
315 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 315 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
316 </target> 316 </target>
317 <context-group purpose="location"> 317 <context-group purpose="location">
318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -320,17 +320,17 @@
320 </context-group> 320 </context-group>
321 </trans-unit><trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b" datatype="html"> 321 </trans-unit><trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b" datatype="html">
322 <source> 322 <source>
323 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 323 <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>"/>
324 324
325 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 325 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
326 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published 326 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
327 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 327 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
328 </source><target state="final"> 328 </source><target state="final">
329 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 329 <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>"/>
330 330
331 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 331 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
332 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published 332 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
333 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 333 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
334 </target> 334 </target>
335 <context-group purpose="location"> 335 <context-group purpose="location">
336 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 336 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -338,17 +338,17 @@
338 </context-group> 338 </context-group>
339 </trans-unit><trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085" datatype="html"> 339 </trans-unit><trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085" datatype="html">
340 <source> 340 <source>
341 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 341 <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>"/>
342 342
343 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 343 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
344 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 344 <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
345 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 345 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
346 </source><target state="final"> 346 </source><target state="final">
347 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 347 <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>"/>
348 348
349 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 349 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
350 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded 350 <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
351 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 351 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
352 </target> 352 </target>
353 <context-group purpose="location"> 353 <context-group purpose="location">
354 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 354 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -356,17 +356,17 @@
356 </context-group> 356 </context-group>
357 </trans-unit><trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082" datatype="html"> 357 </trans-unit><trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082" datatype="html">
358 <source> 358 <source>
359 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 359 <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>"/>
360 360
361 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 361 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
362 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 362 <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
363 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 363 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
364 </source><target state="final"> 364 </source><target state="final">
365 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 365 <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>"/>
366 366
367 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
368 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed 368 <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
369 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
370 </target> 370 </target>
371 <context-group purpose="location"> 371 <context-group purpose="location">
372 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 372 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -374,17 +374,17 @@
374 </context-group> 374 </context-group>
375 </trans-unit><trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d" datatype="html"> 375 </trans-unit><trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d" datatype="html">
376 <source> 376 <source>
377 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 377 <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>"/>
378 378
379 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 379 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
380 User &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance 380 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance
381 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 381 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
382 </source><target state="final"> 382 </source><target state="final">
383 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 383 <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>"/>
384 384
385 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 385 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
386 User &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance 386 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance
387 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 387 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
388 </target> 388 </target>
389 <context-group purpose="location"> 389 <context-group purpose="location">
390 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 390 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -392,23 +392,23 @@
392 </context-group> 392 </context-group>
393 </trans-unit><trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2" datatype="html"> 393 </trans-unit><trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2" datatype="html">
394 <source> 394 <source>
395 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 395 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
396 396
397 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 397 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
398 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following 398 <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
399 399
400 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 400 <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>"/>
401 &lt;x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 401 <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>"/>
402 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 402 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
403 </source><target state="final"> 403 </source><target state="final">
404 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 404 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
405 405
406 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 406 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
407 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following 407 <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
408 408
409 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 409 <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>"/>
410 &lt;x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 410 <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>"/>
411 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 411 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
412 </target> 412 </target>
413 <context-group purpose="location"> 413 <context-group purpose="location">
414 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 414 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -416,17 +416,17 @@
416 </context-group> 416 </context-group>
417 </trans-unit><trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1" datatype="html"> 417 </trans-unit><trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1" datatype="html">
418 <source> 418 <source>
419 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 419 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
420 420
421 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 421 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
422 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 422 <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>"/>
423 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 423 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
424 </source><target state="final"> 424 </source><target state="final">
425 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 425 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
426 426
427 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 427 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
428 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 428 <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>"/>
429 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
430 </target> 430 </target>
431 <context-group purpose="location"> 431 <context-group purpose="location">
432 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 432 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -434,19 +434,19 @@
434 </context-group> 434 </context-group>
435 </trans-unit><trans-unit id="2a17038a035574afa33cb5557783468be596a025" datatype="html"> 435 </trans-unit><trans-unit id="2a17038a035574afa33cb5557783468be596a025" datatype="html">
436 <source> 436 <source>
437 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 437 <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>"/>
438 438
439 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 439 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
440 Your instance has &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 440 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 }}"/>)
441 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 441 <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>"/>
442 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 442 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
443 </source><target state="final"> 443 </source><target state="final">
444 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 444 <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>"/>
445 445
446 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 446 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
447 Your instance has &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 447 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 }}"/>)
448 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 448 <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>"/>
449 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 449 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
450 </target> 450 </target>
451 <context-group purpose="location"> 451 <context-group purpose="location">
452 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 452 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -454,17 +454,17 @@
454 </context-group> 454 </context-group>
455 </trans-unit><trans-unit id="fc54954d383d13ebb444d2c1d59f4454e3f06f97" datatype="html"> 455 </trans-unit><trans-unit id="fc54954d383d13ebb444d2c1d59f4454e3f06f97" datatype="html">
456 <source> 456 <source>
457 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 457 <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>"/>
458 458
459 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 459 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
460 Your instance automatically followed &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 460 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>"/>
461 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 461 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
462 </source><target state="final"> 462 </source><target state="final">
463 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 463 <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>"/>
464 464
465 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 465 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
466 Your instance automatically followed &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 466 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>"/>
467 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 467 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
468 </target> 468 </target>
469 <context-group purpose="location"> 469 <context-group purpose="location">
470 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 470 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -592,11 +592,11 @@
592 </context-group> 592 </context-group>
593 </trans-unit><trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html"> 593 </trans-unit><trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html">
594 <source> 594 <source>
595 Your report will be sent to moderators of &lt;x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 595 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
596 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance &lt;x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 596 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
597 </source><target state="final"> 597 </source><target state="final">
598 Your report will be sent to moderators of &lt;x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 598 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
599 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance &lt;x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 599 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
600 </target> 600 </target>
601 <context-group purpose="location"> 601 <context-group purpose="location">
602 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context> 602 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
@@ -697,7 +697,7 @@
697 <context context-type="linenumber">7</context> 697 <context context-type="linenumber">7</context>
698 </context-group> 698 </context-group>
699 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html"> 699 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
700 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target> 700 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source><target state="final"><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</target>
701 <context-group purpose="location"> 701 <context-group purpose="location">
702 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context> 702 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
703 <context context-type="linenumber">24</context> 703 <context context-type="linenumber">24</context>
@@ -719,23 +719,23 @@
719 <context context-type="linenumber">46</context> 719 <context context-type="linenumber">46</context>
720 </context-group> 720 </context-group>
721 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html"> 721 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
722 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {&lt;x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="final">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {&lt;x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target> 722 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source><target state="final">{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</target>
723 <context-group purpose="location"> 723 <context-group purpose="location">
724 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 724 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
725 <context context-type="linenumber">9</context> 725 <context context-type="linenumber">9</context>
726 </context-group> 726 </context-group>
727 </trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html"> 727 </trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html">
728 <source> 728 <source>
729 &lt;x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 729 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
730 </source><target state="final"> 730 </source><target state="final">
731 &lt;x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 731 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
732 </target> 732 </target>
733 <context-group purpose="location"> 733 <context-group purpose="location">
734 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 734 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
735 <context context-type="linenumber">22</context> 735 <context context-type="linenumber">22</context>
736 </context-group> 736 </context-group>
737 </trans-unit><trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4" datatype="html"> 737 </trans-unit><trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4" datatype="html">
738 <source>Updated &lt;x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source><target state="final">Updated &lt;x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target> 738 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source><target state="final">Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
739 <context-group purpose="location"> 739 <context-group purpose="location">
740 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context> 740 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
741 <context context-type="linenumber">29</context> 741 <context context-type="linenumber">29</context>
@@ -777,7 +777,7 @@
777 <context context-type="linenumber">15</context> 777 <context context-type="linenumber">15</context>
778 </context-group> 778 </context-group>
779 </trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html"> 779 </trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
780 <source>Delete from &lt;x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="final">Delete from &lt;x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 780 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source><target state="final">Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
781 <context-group purpose="location"> 781 <context-group purpose="location">
782 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context> 782 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
783 <context context-type="linenumber">85</context> 783 <context context-type="linenumber">85</context>
@@ -919,7 +919,7 @@
919 <context context-type="linenumber">36</context> 919 <context context-type="linenumber">36</context>
920 </context-group> 920 </context-group>
921 </trans-unit><trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3" datatype="html"> 921 </trans-unit><trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3" datatype="html">
922 <source>Subscribe with an account on &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source><target state="final">Subscribe with an account on &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target> 922 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source><target state="final">Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
923 <context-group purpose="location"> 923 <context-group purpose="location">
924 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context> 924 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
925 <context context-type="linenumber">39</context> 925 <context context-type="linenumber">39</context>
@@ -950,11 +950,11 @@
950 </context-group> 950 </context-group>
951 </trans-unit><trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html"> 951 </trans-unit><trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
952 <source> 952 <source>
953 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 953 <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>"/>
954 &lt;x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 954 <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>"/>
955 </source><target state="final"> 955 </source><target state="final">
956 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 956 <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>"/>
957 &lt;x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 957 <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>"/>
958 </target> 958 </target>
959 <context-group purpose="location"> 959 <context-group purpose="location">
960 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context> 960 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
@@ -962,10 +962,10 @@
962 </context-group> 962 </context-group>
963 </trans-unit><trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html"> 963 </trans-unit><trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
964 <source> 964 <source>
965 You can subscribe to the channel via any ActivityPub-capable fediverse instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 965 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/>"/>
966 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 966 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
967 </source><target state="final"> 967 </source><target state="final">
968 You can subscribe to the channel via any ActivityPub-capable fediverse instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 968 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/>"/>
969 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 969 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
970 </target> 970 </target>
971 <context-group purpose="location"> 971 <context-group purpose="location">
@@ -974,10 +974,10 @@
974 </context-group> 974 </context-group>
975 </trans-unit><trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html"> 975 </trans-unit><trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
976 <source> 976 <source>
977 You can interact with this via any ActivityPub-capable fediverse instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 977 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/>"/>
978 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 978 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
979 </source><target state="final"> 979 </source><target state="final">
980 You can interact with this via any ActivityPub-capable fediverse instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 980 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/>"/>
981 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 981 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
982 </target> 982 </target>
983 <context-group purpose="location"> 983 <context-group purpose="location">
@@ -986,11 +986,11 @@
986 </context-group> 986 </context-group>
987 </trans-unit><trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html"> 987 </trans-unit><trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
988 <source> 988 <source>
989 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 989 <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>"/>
990 &lt;x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 990 <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>"/>
991 </source><target state="final"> 991 </source><target state="final">
992 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 992 <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>"/>
993 &lt;x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 993 <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>"/>
994 </target> 994 </target>
995 <context-group purpose="location"> 995 <context-group purpose="location">
996 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 996 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
@@ -1034,9 +1034,9 @@
1034 </context-group> 1034 </context-group>
1035 </trans-unit><trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html"> 1035 </trans-unit><trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
1036 <source> 1036 <source>
1037 Unlimited &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(&lt;x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 1037 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>"/>
1038 </source><target state="final"> 1038 </source><target state="final">
1039 Unlimited &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(&lt;x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 1039 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>"/>
1040 </target> 1040 </target>
1041 <context-group purpose="location"> 1041 <context-group purpose="location">
1042 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context> 1042 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
@@ -1201,13 +1201,13 @@
1201 <context context-type="linenumber">26</context> 1201 <context context-type="linenumber">26</context>
1202 </context-group> 1202 </context-group>
1203 </trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html"> 1203 </trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1204 <source>&lt;x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1204 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1205 <context-group purpose="location"> 1205 <context-group purpose="location">
1206 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context> 1206 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1207 <context context-type="linenumber">11</context> 1207 <context context-type="linenumber">11</context>
1208 </context-group> 1208 </context-group>
1209 </trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html"> 1209 </trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html">
1210 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source><target state="final">(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target> 1210 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source><target state="final">(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1211 <context-group purpose="location"> 1211 <context-group purpose="location">
1212 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context> 1212 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1213 <context context-type="linenumber">12</context> 1213 <context context-type="linenumber">12</context>
@@ -1427,16 +1427,16 @@
1427 <context context-type="linenumber">29</context> 1427 <context context-type="linenumber">29</context>
1428 </context-group> 1428 </context-group>
1429 </trans-unit><trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a" datatype="html"> 1429 </trans-unit><trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a" datatype="html">
1430 <source>&lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</target> 1430 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source><target state="final"><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</target>
1431 <context-group purpose="location"> 1431 <context-group purpose="location">
1432 <context context-type="sourcefile">src/app/search/search.component.html</context> 1432 <context context-type="sourcefile">src/app/search/search.component.html</context>
1433 <context context-type="linenumber">5</context> 1433 <context context-type="linenumber">5</context>
1434 </context-group> 1434 </context-group>
1435 </trans-unit><trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html"> 1435 </trans-unit><trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
1436 <source> 1436 <source>
1437 for &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1437 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>"/>
1438 </source><target state="final"> 1438 </source><target state="final">
1439 for &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1439 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>"/>
1440 </target> 1440 </target>
1441 <context-group purpose="location"> 1441 <context-group purpose="location">
1442 <context context-type="sourcefile">src/app/search/search.component.html</context> 1442 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1445,10 +1445,10 @@
1445 </trans-unit><trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html"> 1445 </trans-unit><trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1446 <source> 1446 <source>
1447 Filters 1447 Filters
1448 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1448 <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>"/>
1449 </source><target state="final"> 1449 </source><target state="final">
1450 Filters 1450 Filters
1451 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1451 <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>"/>
1452 </target> 1452 </target>
1453 <context-group purpose="location"> 1453 <context-group purpose="location">
1454 <context context-type="sourcefile">src/app/search/search.component.html</context> 1454 <context context-type="sourcefile">src/app/search/search.component.html</context>
@@ -1465,7 +1465,7 @@
1465 <context context-type="linenumber">28</context> 1465 <context context-type="linenumber">28</context>
1466 </context-group> 1466 </context-group>
1467 </trans-unit><trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a" datatype="html"> 1467 </trans-unit><trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a" datatype="html">
1468 <source>&lt;x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</target> 1468 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</target>
1469 <context-group purpose="location"> 1469 <context-group purpose="location">
1470 <context context-type="sourcefile">src/app/search/search.component.html</context> 1470 <context context-type="sourcefile">src/app/search/search.component.html</context>
1471 <context context-type="linenumber">44</context> 1471 <context context-type="linenumber">44</context>
@@ -1525,14 +1525,14 @@
1525 <context context-type="linenumber">41</context> 1525 <context context-type="linenumber">41</context>
1526 </context-group> 1526 </context-group>
1527 </trans-unit><trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html"> 1527 </trans-unit><trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1528 <source>Official PeerTube website (news, support, contribute...): &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source><target state="final">Official PeerTube website (news, support, contribute...): &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target> 1528 <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><target state="final">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>
1529 <context-group purpose="location"> 1529 <context-group purpose="location">
1530 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1530 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1531 <context context-type="linenumber">44</context> 1531 <context context-type="linenumber">44</context>
1532 </context-group> 1532 </context-group>
1533 </trans-unit><trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html"> 1533 </trans-unit><trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1534 <source>Put your instance on the public PeerTube index: &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 1534 <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>"/>
1535 </source><target state="final">Put your instance on the public PeerTube index: &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 1535 </source><target state="final">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>"/>
1536 </target> 1536 </target>
1537 <context-group purpose="location"> 1537 <context-group purpose="location">
1538 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context> 1538 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
@@ -1546,12 +1546,12 @@
1546 </context-group> 1546 </context-group>
1547 </trans-unit><trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html"> 1547 </trans-unit><trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1548 <source> 1548 <source>
1549 Choosing your &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, 1549 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>"/>,
1550 why &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1550 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>"/>
1551 is very important for visitors to understand on what type of instance they are. 1551 is very important for visitors to understand on what type of instance they are.
1552 </source><target state="final"> 1552 </source><target state="final">
1553 Choosing your &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, 1553 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>"/>,
1554 why &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1554 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>"/>
1555 is very important for visitors to understand on what type of instance they are. 1555 is very important for visitors to understand on what type of instance they are.
1556 </target> 1556 </target>
1557 <context-group purpose="location"> 1557 <context-group purpose="location">
@@ -1560,16 +1560,16 @@
1560 </context-group> 1560 </context-group>
1561 </trans-unit><trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html"> 1561 </trans-unit><trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1562 <source> 1562 <source>
1563 If you want to open registrations, please decide what are &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance 1563 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
1564 terms&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1564 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1565 and specify the categories and languages you speak. This way, you will help users to register on &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the 1565 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
1566 appropriate&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1566 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1567 PeerTube instance. 1567 PeerTube instance.
1568 </source><target state="final"> 1568 </source><target state="final">
1569 If you want to open registrations, please decide what are &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance 1569 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
1570 terms&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1570 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1571 and specify the categories and languages you speak. This way, you will help users to register on &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the 1571 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
1572 appropriate&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1572 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1573 PeerTube instance. 1573 PeerTube instance.
1574 </target> 1574 </target>
1575 <context-group purpose="location"> 1575 <context-group purpose="location">
@@ -2066,10 +2066,10 @@
2066 </context-group> 2066 </context-group>
2067 </trans-unit><trans-unit id="e6c5724e60577560cba12daa669979fe820429c1" datatype="html"> 2067 </trans-unit><trans-unit id="e6c5724e60577560cba12daa669979fe820429c1" datatype="html">
2068 <source> 2068 <source>
2069 Tags could be used to suggest relevant recommendations. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2069 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2070 Press Enter to add a new tag. 2070 Press Enter to add a new tag.
2071 </source><target state="final"> 2071 </source><target state="final">
2072 Tags could be used to suggest relevant recommendations. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2072 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2073 Press Enter to add a new tag. 2073 Press Enter to add a new tag.
2074 </target> 2074 </target>
2075 <context-group purpose="location"> 2075 <context-group purpose="location">
@@ -2201,7 +2201,7 @@
2201 <context context-type="linenumber">33</context> 2201 <context context-type="linenumber">33</context>
2202 </context-group> 2202 </context-group>
2203 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html"> 2203 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2204 <source>Schedule publication (&lt;x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="final">Schedule publication (&lt;x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 2204 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source><target state="final">Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
2205 <context-group purpose="location"> 2205 <context-group purpose="location">
2206 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context> 2206 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2207 <context context-type="linenumber">122</context> 2207 <context context-type="linenumber">122</context>
@@ -2362,11 +2362,11 @@
2362 </context-group> 2362 </context-group>
2363 </trans-unit><trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2363 </trans-unit><trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2364 <source> 2364 <source>
2365 You can import any URL &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 2365 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>"/>
2366 or URL that points to a raw MP4 file. 2366 or URL that points to a raw MP4 file.
2367 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. 2367 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.
2368 </source><target state="final"> 2368 </source><target state="final">
2369 You can import any URL &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 2369 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>"/>
2370 or URL that points to a raw MP4 file. 2370 or URL that points to a raw MP4 file.
2371 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. 2371 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.
2372 </target> 2372 </target>
@@ -2390,9 +2390,9 @@
2390 </context-group> 2390 </context-group>
2391 </trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html"> 2391 </trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2392 <source> 2392 <source>
2393 Congratulations, the video behind &lt;x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2393 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2394</source><target state="final"> 2394</source><target state="final">
2395 Congratulations, the video behind &lt;x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2395 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2396</target> 2396</target>
2397 <context-group purpose="location"> 2397 <context-group purpose="location">
2398 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context> 2398 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
@@ -2433,11 +2433,11 @@
2433 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html"> 2433 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2434 <source> 2434 <source>
2435 Image that will be merged with your audio file. 2435 Image that will be merged with your audio file.
2436 &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2436 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2437 The chosen image will be definitive and cannot be modified. 2437 The chosen image will be definitive and cannot be modified.
2438 </source><target state="final"> 2438 </source><target state="final">
2439 Image that will be merged with your audio file. 2439 Image that will be merged with your audio file.
2440 &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2440 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2441 The chosen image will be definitive and cannot be modified. 2441 The chosen image will be definitive and cannot be modified.
2442 </target> 2442 </target>
2443 <context-group purpose="location"> 2443 <context-group purpose="location">
@@ -2507,13 +2507,13 @@
2507 <context context-type="linenumber">57</context> 2507 <context context-type="linenumber">57</context>
2508 </context-group> 2508 </context-group>
2509 </trans-unit><trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860" datatype="html"> 2509 </trans-unit><trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860" datatype="html">
2510 <source>Import &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source><target state="final">Import &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target> 2510 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source><target state="final">Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2511 <context-group purpose="location"> 2511 <context-group purpose="location">
2512 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2512 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2513 <context context-type="linenumber">3</context> 2513 <context context-type="linenumber">3</context>
2514 </context-group> 2514 </context-group>
2515 </trans-unit><trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5" datatype="html"> 2515 </trans-unit><trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5" datatype="html">
2516 <source>Upload &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source><target state="final">Upload &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target> 2516 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source><target state="final">Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2517 <context-group purpose="location"> 2517 <context-group purpose="location">
2518 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context> 2518 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2519 <context context-type="linenumber">4</context> 2519 <context context-type="linenumber">4</context>
@@ -2538,9 +2538,9 @@
2538 </context-group> 2538 </context-group>
2539 </trans-unit><trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0" datatype="html"> 2539 </trans-unit><trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0" datatype="html">
2540 <source> 2540 <source>
2541 Update &lt;x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 2541 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2542 </source><target state="final"> 2542 </source><target state="final">
2543 Update &lt;x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 2543 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2544 </target> 2544 </target>
2545 <context-group purpose="location"> 2545 <context-group purpose="location">
2546 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context> 2546 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context>
@@ -2682,9 +2682,9 @@
2682 </context-group> 2682 </context-group>
2683 </trans-unit><trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a" datatype="html"> 2683 </trans-unit><trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a" datatype="html">
2684 <source> 2684 <source>
2685 This video will be published on &lt;x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2685 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2686 </source><target state="final"> 2686 </source><target state="final">
2687 This video will be published on &lt;x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2687 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2688 </target> 2688 </target>
2689 <context-group purpose="location"> 2689 <context-group purpose="location">
2690 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2690 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2698,9 +2698,9 @@
2698 </context-group> 2698 </context-group>
2699 </trans-unit><trans-unit id="088684e4c0436e16b0d1da3715a20a26246eac26" datatype="html"> 2699 </trans-unit><trans-unit id="088684e4c0436e16b0d1da3715a20a26246eac26" datatype="html">
2700 <source> 2700 <source>
2701 Published &lt;x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/>&lt;x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> - &lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2701 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>"/>
2702 </source><target state="final"> 2702 </source><target state="final">
2703 Published &lt;x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/>&lt;x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> - &lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2703 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> - <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2704 </target> 2704 </target>
2705 <context-group purpose="location"> 2705 <context-group purpose="location">
2706 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2706 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2708,9 +2708,9 @@
2708 </context-group> 2708 </context-group>
2709 </trans-unit><trans-unit id="3d954eec35eb76d3578054a5d9aa7a4f979d10ed" datatype="html"> 2709 </trans-unit><trans-unit id="3d954eec35eb76d3578054a5d9aa7a4f979d10ed" datatype="html">
2710 <source> 2710 <source>
2711 Published &lt;x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/>&lt;x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> - &lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2711 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>"/>
2712 </source><target state="final"> 2712 </source><target state="final">
2713 Published &lt;x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/>&lt;x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> - &lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2713 Published <x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/><x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> <x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> - <x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
2714 </target> 2714 </target>
2715 <context-group purpose="location"> 2715 <context-group purpose="location">
2716 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2716 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2735,7 +2735,7 @@
2735 <context context-type="linenumber">118</context> 2735 <context context-type="linenumber">118</context>
2736 </context-group> 2736 </context-group>
2737 </trans-unit><trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html"> 2737 </trans-unit><trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html">
2738 <source>By &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source><target state="final">By &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2738 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source><target state="final">By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2739 <context-group purpose="location"> 2739 <context-group purpose="location">
2740 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2740 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2741 <context context-type="linenumber">129</context> 2741 <context context-type="linenumber">129</context>
@@ -2823,7 +2823,7 @@
2823 <context context-type="linenumber">17</context> 2823 <context context-type="linenumber">17</context>
2824 </context-group> 2824 </context-group>
2825 </trans-unit><trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e" datatype="html"> 2825 </trans-unit><trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e" datatype="html">
2826 <source>View all &lt;x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="final">View all &lt;x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target> 2826 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source><target state="final">View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</target>
2827 <context-group purpose="location"> 2827 <context-group purpose="location">
2828 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context> 2828 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2829 <context context-type="linenumber">55</context> 2829 <context context-type="linenumber">55</context>
@@ -3085,7 +3085,7 @@
3085 <context context-type="linenumber">19</context> 3085 <context context-type="linenumber">19</context>
3086 </context-group> 3086 </context-group>
3087 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html"> 3087 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
3088 <source>Created &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Created &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3088 <source>Created <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">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>
3089 <context-group purpose="location"> 3089 <context-group purpose="location">
3090 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context> 3090 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
3091 <context context-type="linenumber">20</context> 3091 <context context-type="linenumber">20</context>
@@ -3177,7 +3177,7 @@
3177 <context context-type="linenumber">6</context> 3177 <context context-type="linenumber">6</context>
3178 </context-group> 3178 </context-group>
3179 </trans-unit><trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e" datatype="html"> 3179 </trans-unit><trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e" datatype="html">
3180 <source>Edit user &lt;x id="INTERPOLATION" equiv-text="{{ username }}"/></source><target state="final">Edit user &lt;x id="INTERPOLATION" equiv-text="{{ username }}"/></target> 3180 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source><target state="final">Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></target>
3181 <context-group purpose="location"> 3181 <context-group purpose="location">
3182 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3182 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3183 <context context-type="linenumber">2</context> 3183 <context context-type="linenumber">2</context>
@@ -3236,11 +3236,11 @@
3236 </context-group> 3236 </context-group>
3237 </trans-unit><trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345" datatype="html"> 3237 </trans-unit><trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345" datatype="html">
3238 <source> 3238 <source>
3239 Transcoding is enabled on server. The video quota only take in account &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3239 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3240 At most, this user could use ~ &lt;x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3240 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3241 </source><target state="final"> 3241 </source><target state="final">
3242 Transcoding is enabled on server. The video quota only take in account &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3242 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
3243 At most, this user could use ~ &lt;x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 3243 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3244 </target> 3244 </target>
3245 <context-group purpose="location"> 3245 <context-group purpose="location">
3246 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context> 3246 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
@@ -3335,13 +3335,13 @@
3335 <context context-type="linenumber">19</context> 3335 <context context-type="linenumber">19</context>
3336 </context-group> 3336 </context-group>
3337 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html"> 3337 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3338 <source>Username &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Username &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3338 <source>Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Username <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3339 <context-group purpose="location"> 3339 <context-group purpose="location">
3340 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3340 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3341 <context context-type="linenumber">40</context> 3341 <context context-type="linenumber">40</context>
3342 </context-group> 3342 </context-group>
3343 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html"> 3343 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3344 <source>Video quota &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Video quota &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3344 <source>Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Video quota <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3345 <context-group purpose="location"> 3345 <context-group purpose="location">
3346 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context> 3346 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3347 <context context-type="linenumber">42</context> 3347 <context context-type="linenumber">42</context>
@@ -3383,7 +3383,7 @@
3383 <context context-type="linenumber">5</context> 3383 <context context-type="linenumber">5</context>
3384 </context-group> 3384 </context-group>
3385 </trans-unit><trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html"> 3385 </trans-unit><trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html">
3386 <source>&lt;x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></target> 3386 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></target>
3387 <context-group purpose="location"> 3387 <context-group purpose="location">
3388 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context> 3388 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3389 <context context-type="linenumber">7</context> 3389 <context context-type="linenumber">7</context>
@@ -3411,7 +3411,7 @@
3411 <context context-type="linenumber">13</context> 3411 <context context-type="linenumber">13</context>
3412 </context-group> 3412 </context-group>
3413 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html"> 3413 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3414 <source>Video name &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Video name &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3414 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3415 <context-group purpose="location"> 3415 <context-group purpose="location">
3416 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3416 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3417 <context context-type="linenumber">8</context> 3417 <context context-type="linenumber">8</context>
@@ -3429,7 +3429,7 @@
3429 <context context-type="linenumber">10</context> 3429 <context context-type="linenumber">10</context>
3430 </context-group> 3430 </context-group>
3431 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html"> 3431 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3432 <source>Date &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Date &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3432 <source>Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Date <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3433 <context-group purpose="location"> 3433 <context-group purpose="location">
3434 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context> 3434 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3435 <context context-type="linenumber">11</context> 3435 <context context-type="linenumber">11</context>
@@ -3507,7 +3507,7 @@
3507 <context context-type="linenumber">9</context> 3507 <context context-type="linenumber">9</context>
3508 </context-group> 3508 </context-group>
3509 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html"> 3509 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3510 <source>State &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">State &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3510 <source>State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">State <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3511 <context-group purpose="location"> 3511 <context-group purpose="location">
3512 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context> 3512 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3513 <context context-type="linenumber">11</context> 3513 <context context-type="linenumber">11</context>
@@ -3563,7 +3563,7 @@
3563 <context context-type="linenumber">5</context> 3563 <context context-type="linenumber">5</context>
3564 </context-group> 3564 </context-group>
3565 </trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html"> 3565 </trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3566 <source>Muted at &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Muted at &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3566 <source>Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source><target state="final">Muted at <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3567 <context-group purpose="location"> 3567 <context-group purpose="location">
3568 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context> 3568 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3569 <context context-type="linenumber">9</context> 3569 <context context-type="linenumber">9</context>
@@ -3676,9 +3676,9 @@
3676 </context-group> 3676 </context-group>
3677 </trans-unit><trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005" datatype="html"> 3677 </trans-unit><trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005" datatype="html">
3678 <source> 3678 <source>
3679 &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> &lt;x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" 3679 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
3680 </source><target state="final"> 3680 </source><target state="final">
3681 &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> &lt;x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" 3681 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
3682 </target> 3682 </target>
3683 <context-group purpose="location"> 3683 <context-group purpose="location">
3684 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context> 3684 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
@@ -3702,9 +3702,9 @@
3702 </context-group> 3702 </context-group>
3703 </trans-unit><trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html"> 3703 </trans-unit><trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
3704 <source> 3704 <source>
3705 This &lt;x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3705 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3706 </source><target state="final"> 3706 </source><target state="final">
3707 This &lt;x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3707 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3708 </target> 3708 </target>
3709 <context-group purpose="location"> 3709 <context-group purpose="location">
3710 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context> 3710 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context>
@@ -3824,10 +3824,10 @@
3824 </context-group> 3824 </context-group>
3825 </trans-unit><trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html"> 3825 </trans-unit><trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html">
3826 <source> 3826 <source>
3827 Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3827 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/>"/>
3828 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 3828 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3829 </source><target state="final"> 3829 </source><target state="final">
3830 Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3830 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/>"/>
3831 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 3831 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3832 </target> 3832 </target>
3833 <context-group purpose="location"> 3833 <context-group purpose="location">
@@ -3842,9 +3842,9 @@
3842 </context-group> 3842 </context-group>
3843 </trans-unit><trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 3843 </trans-unit><trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html">
3844 <source> 3844 <source>
3845 With &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 3845 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.
3846 </source><target state="final"> 3846 </source><target state="final">
3847 With &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 3847 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.
3848 </target> 3848 </target>
3849 <context-group purpose="location"> 3849 <context-group purpose="location">
3850 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3850 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4182,16 +4182,16 @@
4182 </context-group> 4182 </context-group>
4183 </trans-unit><trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html"> 4183 </trans-unit><trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html">
4184 <source> 4184 <source>
4185 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4185 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/>"/>
4186 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4186 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/>"/>
4187 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4187 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4188 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 4188 <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>"/>
4189 to see if you instance is whitelisted. 4189 to see if you instance is whitelisted.
4190 </source><target state="final"> 4190 </source><target state="final">
4191 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4191 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/>"/>
4192 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4192 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/>"/>
4193 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 4193 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
4194 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 4194 <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>"/>
4195 to see if you instance is whitelisted. 4195 to see if you instance is whitelisted.
4196 </target> 4196 </target>
4197 <context-group purpose="location"> 4197 <context-group purpose="location">
@@ -4248,23 +4248,23 @@
4248 </context-group> 4248 </context-group>
4249 </trans-unit><trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50" datatype="html"> 4249 </trans-unit><trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50" datatype="html">
4250 <source> 4250 <source>
4251 &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4251 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4252 4252
4253 &lt;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:&lt;x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4253 <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>"/>
4254 &lt;x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> 4254 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4255 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4255 <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>"/>
4256 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4256 <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>"/>
4257 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4257 <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>"/>
4258 &lt;x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 4258 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4259 </source><target state="final"> 4259 </source><target state="final">
4260 &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 4260 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
4261 4261
4262 &lt;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:&lt;x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 4262 <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>"/>
4263 &lt;x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> 4263 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
4264 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4264 <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>"/>
4265 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4265 <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>"/>
4266 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 4266 <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>"/>
4267 &lt;x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 4267 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
4268 </target> 4268 </target>
4269 <context-group purpose="location"> 4269 <context-group purpose="location">
4270 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4270 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4283,7 +4283,7 @@
4283 <context context-type="linenumber">517</context> 4283 <context context-type="linenumber">517</context>
4284 </context-group> 4284 </context-group>
4285 </trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html"> 4285 </trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4286 <source>Resolution &lt;x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="final">Resolution &lt;x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target> 4286 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source><target state="final">Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</target>
4287 <context-group purpose="location"> 4287 <context-group purpose="location">
4288 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4288 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4289 <context context-type="linenumber">532</context> 4289 <context context-type="linenumber">532</context>
@@ -4326,9 +4326,9 @@
4326 </context-group> 4326 </context-group>
4327 </trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 4327 </trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4328 <source> 4328 <source>
4329 Write JavaScript code directly.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4329 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4330 </source><target state="final"> 4330 </source><target state="final">
4331 Write JavaScript code directly.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4331 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4332 </target> 4332 </target>
4333 <context-group purpose="location"> 4333 <context-group purpose="location">
4334 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4334 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4336,29 +4336,29 @@
4336 </context-group> 4336 </context-group>
4337 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 4337 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4338 <source> 4338 <source>
4339 Write CSS code directly. Example:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4339 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/>"/>
4340&lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4340<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4341 color: red; 4341 color: red;
4342&lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4342<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4343&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4343<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4344 4344
4345 Prepend with &lt;x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css&lt;x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4345 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/>"/>
4346&lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4346<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4347 color: red; 4347 color: red;
4348&lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4348<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4349&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4349<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4350 </source><target state="final"> 4350 </source><target state="final">
4351 Write CSS code directly. Example:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4351 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/>"/>
4352&lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4352<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4353 color: red; 4353 color: red;
4354&lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4354<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4355&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4355<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4356 4356
4357 Prepend with &lt;x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css&lt;x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 4357 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/>"/>
4358&lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 4358<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
4359 color: red; 4359 color: red;
4360&lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 4360<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
4361&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 4361<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
4362 </target> 4362 </target>
4363 <context-group purpose="location"> 4363 <context-group purpose="location">
4364 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 4364 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4448,9 +4448,9 @@
4448 </context-group> 4448 </context-group>
4449 </trans-unit><trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4449 </trans-unit><trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4450 <source> 4450 <source>
4451 With &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4451 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.
4452 </source><target state="final"> 4452 </source><target state="final">
4453 With &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4453 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.
4454 </target> 4454 </target>
4455 <context-group purpose="location"> 4455 <context-group purpose="location">
4456 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4456 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -4494,9 +4494,9 @@
4494 </context-group> 4494 </context-group>
4495 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html"> 4495 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4496 <source> 4496 <source>
4497 Your current email is &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.email }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4497 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>"/>
4498</source><target state="final"> 4498</source><target state="final">
4499 Your current email is &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.email }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4499 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>"/>
4500</target> 4500</target>
4501 <context-group purpose="location"> 4501 <context-group purpose="location">
4502 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4502 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4504,9 +4504,9 @@
4504 </context-group> 4504 </context-group>
4505 </trans-unit><trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html"> 4505 </trans-unit><trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4506 <source> 4506 <source>
4507 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification 4507 <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
4508</source><target state="final"> 4508</source><target state="final">
4509 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification 4509 <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
4510</target> 4510</target>
4511 <context-group purpose="location"> 4511 <context-group purpose="location">
4512 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context> 4512 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
@@ -4591,10 +4591,10 @@
4591 </trans-unit><trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html"> 4591 </trans-unit><trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
4592 <source> 4592 <source>
4593 Created 4593 Created
4594 &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 4594 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4595 </source><target state="final"> 4595 </source><target state="final">
4596 Created 4596 Created
4597 &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 4597 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4598 </target> 4598 </target>
4599 <context-group purpose="location"> 4599 <context-group purpose="location">
4600 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 4600 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
@@ -4613,7 +4613,7 @@
4613 <context context-type="linenumber">20</context> 4613 <context context-type="linenumber">20</context>
4614 </context-group> 4614 </context-group>
4615 </trans-unit><trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html"> 4615 </trans-unit><trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html">
4616 <source>&lt;x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 4616 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source><target state="final"><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
4617 <context-group purpose="location"> 4617 <context-group purpose="location">
4618 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context> 4618 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4619 <context context-type="linenumber">38</context> 4619 <context context-type="linenumber">38</context>
@@ -4635,7 +4635,7 @@
4635 <context context-type="linenumber">10</context> 4635 <context context-type="linenumber">10</context>
4636 </context-group> 4636 </context-group>
4637 </trans-unit><trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3" datatype="html"> 4637 </trans-unit><trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3" datatype="html">
4638 <source>&lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</target> 4638 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</target>
4639 <context-group purpose="location"> 4639 <context-group purpose="location">
4640 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context> 4640 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
4641 <context context-type="linenumber">20</context> 4641 <context context-type="linenumber">20</context>
@@ -4695,7 +4695,7 @@ When you will upload a video in this channel, the video support field will be au
4695 <context context-type="linenumber">67</context> 4695 <context context-type="linenumber">67</context>
4696 </context-group> 4696 </context-group>
4697 </trans-unit><trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html"> 4697 </trans-unit><trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html">
4698 <source>&lt;x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</target> 4698 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</target>
4699 <context-group purpose="location"> 4699 <context-group purpose="location">
4700 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context> 4700 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context>
4701 <context context-type="linenumber">10</context> 4701 <context context-type="linenumber">10</context>
@@ -4707,7 +4707,7 @@ When you will upload a video in this channel, the video support field will be au
4707 <context context-type="linenumber">15</context> 4707 <context context-type="linenumber">15</context>
4708 </context-group> 4708 </context-group>
4709 </trans-unit><trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9" datatype="html"> 4709 </trans-unit><trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9" datatype="html">
4710 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source><target state="final">(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target> 4710 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source><target state="final">(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
4711 <context-group purpose="location"> 4711 <context-group purpose="location">
4712 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context> 4712 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context>
4713 <context context-type="linenumber">18</context> 4713 <context context-type="linenumber">18</context>
@@ -4737,7 +4737,7 @@ When you will upload a video in this channel, the video support field will be au
4737 <context context-type="linenumber">1</context> 4737 <context context-type="linenumber">1</context>
4738 </context-group> 4738 </context-group>
4739 </trans-unit><trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add" datatype="html"> 4739 </trans-unit><trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add" datatype="html">
4740 <source>Created by &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source><target state="final">Created by &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 4740 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source><target state="final">Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
4741 <context-group purpose="location"> 4741 <context-group purpose="location">
4742 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context> 4742 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
4743 <context context-type="linenumber">18</context> 4743 <context context-type="linenumber">18</context>
@@ -4770,10 +4770,10 @@ When you will upload a video in this channel, the video support field will be au
4770 </context-group> 4770 </context-group>
4771 </trans-unit><trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html"> 4771 </trans-unit><trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
4772 <source> 4772 <source>
4773 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4773 <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>"/>
4774 Delete history 4774 Delete history
4775 </source><target state="final"> 4775 </source><target state="final">
4776 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4776 <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>"/>
4777 Delete history 4777 Delete history
4778 </target> 4778 </target>
4779 <context-group purpose="location"> 4779 <context-group purpose="location">
@@ -4788,10 +4788,10 @@ When you will upload a video in this channel, the video support field will be au
4788 </context-group> 4788 </context-group>
4789 </trans-unit><trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html"> 4789 </trans-unit><trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
4790 <source> 4790 <source>
4791 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4791 <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>"/>
4792 Notification preferences 4792 Notification preferences
4793 </source><target state="final"> 4793 </source><target state="final">
4794 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4794 <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>"/>
4795 Notification preferences 4795 Notification preferences
4796 </target> 4796 </target>
4797 <context-group purpose="location"> 4797 <context-group purpose="location">
@@ -4800,10 +4800,10 @@ When you will upload a video in this channel, the video support field will be au
4800 </context-group> 4800 </context-group>
4801 </trans-unit><trans-unit id="653df8973772369f71454924a6412c0a1a84c850" datatype="html"> 4801 </trans-unit><trans-unit id="653df8973772369f71454924a6412c0a1a84c850" datatype="html">
4802 <source> 4802 <source>
4803 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4803 <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>"/>
4804 Mark all as read 4804 Mark all as read
4805 </source><target state="final"> 4805 </source><target state="final">
4806 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4806 <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>"/>
4807 Mark all as read 4807 Mark all as read
4808 </target> 4808 </target>
4809 <context-group purpose="location"> 4809 <context-group purpose="location">
@@ -4860,9 +4860,9 @@ When you will upload a video in this channel, the video support field will be au
4860 </context-group> 4860 </context-group>
4861 </trans-unit><trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 4861 </trans-unit><trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
4862 <source> 4862 <source>
4863 If you need help to use PeerTube, you can have a look at the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4863 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>"/>.
4864 </source><target state="final"> 4864 </source><target state="final">
4865 If you need help to use PeerTube, you can have a look at the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4865 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>"/>.
4866 </target> 4866 </target>
4867 <context-group purpose="location"> 4867 <context-group purpose="location">
4868 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 4868 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -4949,7 +4949,7 @@ When you will upload a video in this channel, the video support field will be au
4949 <context context-type="linenumber">23</context> 4949 <context context-type="linenumber">23</context>
4950 </context-group> 4950 </context-group>
4951 </trans-unit><trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578" datatype="html"> 4951 </trans-unit><trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578" datatype="html">
4952 <source>&lt;x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</target> 4952 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</target>
4953 <context-group purpose="location"> 4953 <context-group purpose="location">
4954 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context> 4954 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
4955 <context context-type="linenumber">31</context> 4955 <context context-type="linenumber">31</context>
@@ -4999,7 +4999,7 @@ When you will upload a video in this channel, the video support field will be au
4999 <context context-type="linenumber">16</context> 4999 <context context-type="linenumber">16</context>
5000 </context-group> 5000 </context-group>
5001 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html"> 5001 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
5002 <source>Joined &lt;x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="final">Joined &lt;x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 5002 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source><target state="final">Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
5003 <context-group purpose="location"> 5003 <context-group purpose="location">
5004 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context> 5004 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
5005 <context context-type="linenumber">10</context> 5005 <context context-type="linenumber">10</context>
@@ -5017,16 +5017,16 @@ When you will upload a video in this channel, the video support field will be au
5017 <context context-type="linenumber">9</context> 5017 <context context-type="linenumber">9</context>
5018 </context-group> 5018 </context-group>
5019 </trans-unit><trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40" datatype="html"> 5019 </trans-unit><trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40" datatype="html">
5020 <source>Created &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source><target state="final">Created &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target> 5020 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source><target state="final">Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
5021 <context-group purpose="location"> 5021 <context-group purpose="location">
5022 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context> 5022 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
5023 <context context-type="linenumber">17</context> 5023 <context context-type="linenumber">17</context>
5024 </context-group> 5024 </context-group>
5025 </trans-unit><trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e" datatype="html"> 5025 </trans-unit><trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e" datatype="html">
5026 <source> 5026 <source>
5027 Created &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists 5027 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
5028</source><target state="final"> 5028</source><target state="final">
5029 Created &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists 5029 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
5030</target> 5030</target>
5031 <context-group purpose="location"> 5031 <context-group purpose="location">
5032 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context> 5032 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
@@ -5051,7 +5051,7 @@ When you will upload a video in this channel, the video support field will be au
5051 <context context-type="linenumber">9</context> 5051 <context context-type="linenumber">9</context>
5052 </context-group> 5052 </context-group>
5053 </trans-unit><trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473" datatype="html"> 5053 </trans-unit><trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473" datatype="html">
5054 <source>Contact &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source><target state="final">Contact &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</target> 5054 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source><target state="final">Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</target>
5055 <context-group purpose="location"> 5055 <context-group purpose="location">
5056 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context> 5056 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
5057 <context context-type="linenumber">3</context> 5057 <context context-type="linenumber">3</context>
@@ -5081,7 +5081,7 @@ When you will upload a video in this channel, the video support field will be au
5081 <context context-type="linenumber">38</context> 5081 <context context-type="linenumber">38</context>
5082 </context-group> 5082 </context-group>
5083 </trans-unit><trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07" datatype="html"> 5083 </trans-unit><trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07" datatype="html">
5084 <source>About &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source><target state="final">About &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</target> 5084 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source><target state="final">About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</target>
5085 <context-group purpose="location"> 5085 <context-group purpose="location">
5086 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context> 5086 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
5087 <context context-type="linenumber">5</context> 5087 <context context-type="linenumber">5</context>
@@ -5200,9 +5200,9 @@ When you will upload a video in this channel, the video support field will be au
5200 </context-group> 5200 </context-group>
5201 </trans-unit><trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5" datatype="html"> 5201 </trans-unit><trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5" datatype="html">
5202 <source> 5202 <source>
5203 It is a free and open-source software, under the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 5203 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5204 </source><target state="final"> 5204 </source><target state="final">
5205 It is a free and open-source software, under the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 5205 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
5206 </target> 5206 </target>
5207 <context-group purpose="location"> 5207 <context-group purpose="location">
5208 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5208 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5210,9 +5210,9 @@ When you will upload a video in this channel, the video support field will be au
5210 </context-group> 5210 </context-group>
5211 </trans-unit><trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a" datatype="html"> 5211 </trans-unit><trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a" datatype="html">
5212 <source> 5212 <source>
5213 For more information, please visit &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 5213 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>"/>.
5214 </source><target state="final"> 5214 </source><target state="final">
5215 For more information, please visit &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 5215 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>"/>.
5216 </target> 5216 </target>
5217 <context-group purpose="location"> 5217 <context-group purpose="location">
5218 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5218 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5310,13 +5310,13 @@ When you will upload a video in this channel, the video support field will be au
5310 </context-group> 5310 </context-group>
5311 </trans-unit><trans-unit id="f3f91d9724f1cd580b3b71d1a53a48f6f5cc0a87" datatype="html"> 5311 </trans-unit><trans-unit id="f3f91d9724f1cd580b3b71d1a53a48f6f5cc0a87" datatype="html">
5312 <source> 5312 <source>
5313 Web peers are not publicly accessible: because we use WebRTC inside the web browser (&lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the WebTorrent library&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent. 5313 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 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5314 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. 5314 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.
5315 See &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information 5315 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
5316 </source><target state="final"> 5316 </source><target state="final">
5317 Web peers are not publicly accessible: because we use WebRTC inside the web browser (&lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the WebTorrent library&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent. 5317 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 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
5318 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. 5318 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.
5319 See &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information 5319 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
5320 </target> 5320 </target>
5321 <context-group purpose="location"> 5321 <context-group purpose="location">
5322 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 5322 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5510,10 +5510,10 @@ When you will upload a video in this channel, the video support field will be au
5510 </context-group> 5510 </context-group>
5511 </trans-unit><trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html"> 5511 </trans-unit><trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
5512 <source> 5512 <source>
5513 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5513 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/>"/>
5514 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. 5514 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.
5515 </source><target state="final"> 5515 </source><target state="final">
5516 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5516 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/>"/>
5517 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. 5517 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.
5518 </target> 5518 </target>
5519 <context-group purpose="location"> 5519 <context-group purpose="location">
@@ -5587,13 +5587,13 @@ When you will upload a video in this channel, the video support field will be au
5587 </trans-unit><trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html"> 5587 </trans-unit><trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
5588 <source> 5588 <source>
5589 I am at least 16 years old and agree 5589 I am at least 16 years old and agree
5590 to the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 5590 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>"/>
5591 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 5591 <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>"/>
5592 of this instance 5592 of this instance
5593 </source><target state="final"> 5593 </source><target state="final">
5594 I am at least 16 years old and agree 5594 I am at least 16 years old and agree
5595 to the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 5595 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>"/>
5596 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 5596 <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>"/>
5597 of this instance 5597 of this instance
5598 </target> 5598 </target>
5599 <context-group purpose="location"> 5599 <context-group purpose="location">
@@ -5644,7 +5644,7 @@ When you will upload a video in this channel, the video support field will be au
5644 </context-group> 5644 </context-group>
5645 </trans-unit> 5645 </trans-unit>
5646 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html"> 5646 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html">
5647 <source>Published &lt;x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source><target state="final">Published &lt;x id="INTERPOLATION" equiv-text="{{total}}"/> videos</target> 5647 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source><target state="final">Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</target>
5648 <context-group purpose="location"> 5648 <context-group purpose="location">
5649 <context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context> 5649 <context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context>
5650 <context context-type="linenumber">1</context> 5650 <context context-type="linenumber">1</context>
@@ -5848,7 +5848,7 @@ When you will upload a video in this channel, the video support field will be au
5848 </context-group> 5848 </context-group>
5849 </trans-unit> 5849 </trans-unit>
5850 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html"> 5850 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html">
5851 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</target> 5851 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</target>
5852 <context-group purpose="location"> 5852 <context-group purpose="location">
5853 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5853 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5854 <context context-type="linenumber">1</context> 5854 <context context-type="linenumber">1</context>
@@ -5869,7 +5869,7 @@ When you will upload a video in this channel, the video support field will be au
5869 </context-group> 5869 </context-group>
5870 </trans-unit> 5870 </trans-unit>
5871 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79" datatype="html"> 5871 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79" datatype="html">
5872 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</target> 5872 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</target>
5873 <context-group purpose="location"> 5873 <context-group purpose="location">
5874 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5874 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5875 <context context-type="linenumber">1</context> 5875 <context context-type="linenumber">1</context>
@@ -5883,14 +5883,14 @@ When you will upload a video in this channel, the video support field will be au
5883 </context-group> 5883 </context-group>
5884 </trans-unit> 5884 </trans-unit>
5885 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc" datatype="html"> 5885 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc" datatype="html">
5886 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</target> 5886 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source><target state="final"><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</target>
5887 <context-group purpose="location"> 5887 <context-group purpose="location">
5888 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context> 5888 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5889 <context context-type="linenumber">1</context> 5889 <context context-type="linenumber">1</context>
5890 </context-group> 5890 </context-group>
5891 </trans-unit> 5891 </trans-unit>
5892 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html"> 5892 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5893 <source>&lt;x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target> 5893 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source><target state="final"><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</target>
5894 <context-group purpose="location"> 5894 <context-group purpose="location">
5895 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5895 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5896 <context context-type="linenumber">1</context> 5896 <context context-type="linenumber">1</context>
@@ -5911,7 +5911,7 @@ When you will upload a video in this channel, the video support field will be au
5911 </context-group> 5911 </context-group>
5912 </trans-unit> 5912 </trans-unit>
5913 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html"> 5913 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5914 <source>If you confirm, you will send a follow request to:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="final">If you confirm, you will send a follow request to:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target> 5914 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source><target state="final">If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </target>
5915 <context-group purpose="location"> 5915 <context-group purpose="location">
5916 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context> 5916 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5917 <context context-type="linenumber">1</context> 5917 <context context-type="linenumber">1</context>
@@ -5932,7 +5932,7 @@ When you will upload a video in this channel, the video support field will be au
5932 </context-group> 5932 </context-group>
5933 </trans-unit> 5933 </trans-unit>
5934 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html"> 5934 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5935 <source>Do you really want to unfollow &lt;x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="final">Do you really want to unfollow &lt;x id="INTERPOLATION" equiv-text="{{host}}"/>?</target> 5935 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source><target state="final">Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</target>
5936 <context-group purpose="location"> 5936 <context-group purpose="location">
5937 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5937 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
5938 <context context-type="linenumber">1</context> 5938 <context context-type="linenumber">1</context>
@@ -5946,7 +5946,7 @@ When you will upload a video in this channel, the video support field will be au
5946 </context-group> 5946 </context-group>
5947 </trans-unit> 5947 </trans-unit>
5948 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0" datatype="html"> 5948 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0" datatype="html">
5949 <source>You are not following &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source><target state="final">You are not following &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</target> 5949 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source><target state="final">You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</target>
5950 <context-group purpose="location"> 5950 <context-group purpose="location">
5951 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context> 5951 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
5952 <context context-type="linenumber">1</context> 5952 <context context-type="linenumber">1</context>
@@ -5967,21 +5967,21 @@ When you will upload a video in this channel, the video support field will be au
5967 </context-group> 5967 </context-group>
5968 </trans-unit> 5968 </trans-unit>
5969 <trans-unit id="1123807fc813c816404598147173403d00117557" datatype="html"> 5969 <trans-unit id="1123807fc813c816404598147173403d00117557" datatype="html">
5970 <source>Redundancy for &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> is &lt;x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source><target state="final">Redundancy for &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> is &lt;x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target> 5970 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source><target state="final">Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
5971 <context-group purpose="location"> 5971 <context-group purpose="location">
5972 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context> 5972 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
5973 <context context-type="linenumber">1</context> 5973 <context context-type="linenumber">1</context>
5974 </context-group> 5974 </context-group>
5975 </trans-unit> 5975 </trans-unit>
5976 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da" datatype="html"> 5976 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da" datatype="html">
5977 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source><target state="final">Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</target> 5977 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</target>
5978 <context-group purpose="location"> 5978 <context-group purpose="location">
5979 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context> 5979 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context>
5980 <context context-type="linenumber">1</context> 5980 <context context-type="linenumber">1</context>
5981 </context-group> 5981 </context-group>
5982 </trans-unit> 5982 </trans-unit>
5983 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330" datatype="html"> 5983 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330" datatype="html">
5984 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source><target state="final">Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</target> 5984 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</target>
5985 <context-group purpose="location"> 5985 <context-group purpose="location">
5986 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context> 5986 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5987 <context context-type="linenumber">1</context> 5987 <context context-type="linenumber">1</context>
@@ -6037,14 +6037,14 @@ When you will upload a video in this channel, the video support field will be au
6037 </context-group> 6037 </context-group>
6038 </trans-unit> 6038 </trans-unit>
6039 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html"> 6039 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html">
6040 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source><target state="final">Video &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</target> 6040 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</target>
6041 <context-group purpose="location"> 6041 <context-group purpose="location">
6042 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context> 6042 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
6043 <context context-type="linenumber">1</context> 6043 <context context-type="linenumber">1</context>
6044 </context-group> 6044 </context-group>
6045 </trans-unit> 6045 </trans-unit>
6046 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html"> 6046 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html">
6047 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</target> 6047 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</target>
6048 <context-group purpose="location"> 6048 <context-group purpose="location">
6049 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context> 6049 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
6050 <context context-type="linenumber">1</context> 6050 <context context-type="linenumber">1</context>
@@ -6076,7 +6076,7 @@ When you will upload a video in this channel, the video support field will be au
6076 </context-group> 6076 </context-group>
6077 </trans-unit> 6077 </trans-unit>
6078 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f" datatype="html"> 6078 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f" datatype="html">
6079 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source><target state="final">Video &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</target> 6079 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</target>
6080 <context-group purpose="location"> 6080 <context-group purpose="location">
6081 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context> 6081 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
6082 <context context-type="linenumber">1</context> 6082 <context context-type="linenumber">1</context>
@@ -6101,28 +6101,28 @@ When you will upload a video in this channel, the video support field will be au
6101 </context-group> 6101 </context-group>
6102 </trans-unit> 6102 </trans-unit>
6103 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9" datatype="html"> 6103 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9" datatype="html">
6104 <source>Update to &lt;x id="INTERPOLATION" equiv-text="{{version}}"/></source><target state="final">Update to &lt;x id="INTERPOLATION" equiv-text="{{version}}"/></target> 6104 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source><target state="final">Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></target>
6105 <context-group purpose="location"> 6105 <context-group purpose="location">
6106 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 6106 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6107 <context context-type="linenumber">1</context> 6107 <context context-type="linenumber">1</context>
6108 </context-group> 6108 </context-group>
6109 </trans-unit> 6109 </trans-unit>
6110 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702" datatype="html"> 6110 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702" datatype="html">
6111 <source>Do you really want to uninstall &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source><target state="final">Do you really want to uninstall &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target> 6111 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source><target state="final">Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target>
6112 <context-group purpose="location"> 6112 <context-group purpose="location">
6113 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 6113 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6114 <context context-type="linenumber">1</context> 6114 <context context-type="linenumber">1</context>
6115 </context-group> 6115 </context-group>
6116 </trans-unit> 6116 </trans-unit>
6117 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144" datatype="html"> 6117 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144" datatype="html">
6118 <source>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</target> 6118 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</target>
6119 <context-group purpose="location"> 6119 <context-group purpose="location">
6120 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 6120 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6121 <context context-type="linenumber">1</context> 6121 <context context-type="linenumber">1</context>
6122 </context-group> 6122 </context-group>
6123 </trans-unit> 6123 </trans-unit>
6124 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b" datatype="html"> 6124 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b" datatype="html">
6125 <source>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</target> 6125 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</target>
6126 <context-group purpose="location"> 6126 <context-group purpose="location">
6127 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context> 6127 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
6128 <context context-type="linenumber">1</context> 6128 <context context-type="linenumber">1</context>
@@ -6143,14 +6143,14 @@ When you will upload a video in this channel, the video support field will be au
6143 </context-group> 6143 </context-group>
6144 </trans-unit> 6144 </trans-unit>
6145 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b" datatype="html"> 6145 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b" datatype="html">
6146 <source>Install &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source><target state="final">Install &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target> 6146 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source><target state="final">Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target>
6147 <context-group purpose="location"> 6147 <context-group purpose="location">
6148 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context> 6148 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
6149 <context context-type="linenumber">1</context> 6149 <context context-type="linenumber">1</context>
6150 </context-group> 6150 </context-group>
6151 </trans-unit> 6151 </trans-unit>
6152 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b" datatype="html"> 6152 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b" datatype="html">
6153 <source>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</target> 6153 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</target>
6154 <context-group purpose="location"> 6154 <context-group purpose="location">
6155 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context> 6155 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
6156 <context context-type="linenumber">1</context> 6156 <context context-type="linenumber">1</context>
@@ -6250,14 +6250,14 @@ When you will upload a video in this channel, the video support field will be au
6250 </context-group> 6250 </context-group>
6251 </trans-unit> 6251 </trans-unit>
6252 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa" datatype="html"> 6252 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa" datatype="html">
6253 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source><target state="final">User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> created.</target> 6253 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</target>
6254 <context-group purpose="location"> 6254 <context-group purpose="location">
6255 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context> 6255 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context>
6256 <context context-type="linenumber">1</context> 6256 <context context-type="linenumber">1</context>
6257 </context-group> 6257 </context-group>
6258 </trans-unit> 6258 </trans-unit>
6259 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842" datatype="html"> 6259 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842" datatype="html">
6260 <source>Password changed for user &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target state="final">Password changed for user &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 6260 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target state="final">Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
6261 <context-group purpose="location"> 6261 <context-group purpose="location">
6262 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context> 6262 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
6263 <context context-type="linenumber">1</context> 6263 <context context-type="linenumber">1</context>
@@ -6271,7 +6271,7 @@ When you will upload a video in this channel, the video support field will be au
6271 </context-group> 6271 </context-group>
6272 </trans-unit> 6272 </trans-unit>
6273 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html"> 6273 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
6274 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="final">User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target> 6274 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</target>
6275 <context-group purpose="location"> 6275 <context-group purpose="location">
6276 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6276 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6277 <context context-type="linenumber">1</context> 6277 <context context-type="linenumber">1</context>
@@ -6285,7 +6285,7 @@ When you will upload a video in this channel, the video support field will be au
6285 </context-group> 6285 </context-group>
6286 </trans-unit> 6286 </trans-unit>
6287 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548" datatype="html"> 6287 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548" datatype="html">
6288 <source>An email asking for password reset has been sent to &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target state="final">An email asking for password reset has been sent to &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 6288 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source><target state="final">An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
6289 <context-group purpose="location"> 6289 <context-group purpose="location">
6290 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context> 6290 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
6291 <context context-type="linenumber">1</context> 6291 <context context-type="linenumber">1</context>
@@ -6333,14 +6333,14 @@ When you will upload a video in this channel, the video support field will be au
6333 </context-group> 6333 </context-group>
6334 </trans-unit> 6334 </trans-unit>
6335 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e" datatype="html"> 6335 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e" datatype="html">
6336 <source>Do you really want to unban &lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source><target state="final">Do you really want to unban &lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users?</target> 6336 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source><target state="final">Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</target>
6337 <context-group purpose="location"> 6337 <context-group purpose="location">
6338 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6338 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6339 <context context-type="linenumber">1</context> 6339 <context context-type="linenumber">1</context>
6340 </context-group> 6340 </context-group>
6341 </trans-unit> 6341 </trans-unit>
6342 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd" datatype="html"> 6342 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd" datatype="html">
6343 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</target> 6343 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</target>
6344 <context-group purpose="location"> 6344 <context-group purpose="location">
6345 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6345 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6346 <context context-type="linenumber">1</context> 6346 <context context-type="linenumber">1</context>
@@ -6365,21 +6365,21 @@ When you will upload a video in this channel, the video support field will be au
6365 </context-group> 6365 </context-group>
6366 </trans-unit> 6366 </trans-unit>
6367 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329" datatype="html"> 6367 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329" datatype="html">
6368 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</target> 6368 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</target>
6369 <context-group purpose="location"> 6369 <context-group purpose="location">
6370 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6370 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6371 <context context-type="linenumber">1</context> 6371 <context context-type="linenumber">1</context>
6372 </context-group> 6372 </context-group>
6373 </trans-unit> 6373 </trans-unit>
6374 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650" datatype="html"> 6374 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650" datatype="html">
6375 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</target> 6375 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</target>
6376 <context-group purpose="location"> 6376 <context-group purpose="location">
6377 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context> 6377 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
6378 <context context-type="linenumber">1</context> 6378 <context context-type="linenumber">1</context>
6379 </context-group> 6379 </context-group>
6380 </trans-unit> 6380 </trans-unit>
6381 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de" datatype="html"> 6381 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de" datatype="html">
6382 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source><target state="final">Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</target> 6382 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</target>
6383 <context-group purpose="location"> 6383 <context-group purpose="location">
6384 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context> 6384 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context>
6385 <context context-type="linenumber">1</context> 6385 <context context-type="linenumber">1</context>
@@ -6390,7 +6390,7 @@ When you will upload a video in this channel, the video support field will be au
6390 </context-group> 6390 </context-group>
6391 </trans-unit> 6391 </trans-unit>
6392 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c" datatype="html"> 6392 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c" datatype="html">
6393 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source><target state="final">Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</target> 6393 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</target>
6394 <context-group purpose="location"> 6394 <context-group purpose="location">
6395 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context> 6395 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context>
6396 <context context-type="linenumber">1</context> 6396 <context context-type="linenumber">1</context>
@@ -6640,7 +6640,7 @@ When you will upload a video in this channel, the video support field will be au
6640 </context-group> 6640 </context-group>
6641 </trans-unit> 6641 </trans-unit>
6642 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645" datatype="html"> 6642 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645" datatype="html">
6643 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source><target state="final">Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</target> 6643 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</target>
6644 <context-group purpose="location"> 6644 <context-group purpose="location">
6645 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context> 6645 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
6646 <context context-type="linenumber">1</context> 6646 <context context-type="linenumber">1</context>
@@ -6654,56 +6654,56 @@ When you will upload a video in this channel, the video support field will be au
6654 </context-group> 6654 </context-group>
6655 </trans-unit> 6655 </trans-unit>
6656 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html"> 6656 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html">
6657 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source><target state="final">Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</target> 6657 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</target>
6658 <context-group purpose="location"> 6658 <context-group purpose="location">
6659 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context> 6659 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
6660 <context context-type="linenumber">1</context> 6660 <context context-type="linenumber">1</context>
6661 </context-group> 6661 </context-group>
6662 </trans-unit> 6662 </trans-unit>
6663 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html"> 6663 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html">
6664 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (&lt;x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source><target state="final">Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (&lt;x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target> 6664 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</target>
6665 <context-group purpose="location"> 6665 <context-group purpose="location">
6666 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 6666 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6667 <context context-type="linenumber">1</context> 6667 <context context-type="linenumber">1</context>
6668 </context-group> 6668 </context-group>
6669 </trans-unit> 6669 </trans-unit>
6670 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99" datatype="html"> 6670 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99" datatype="html">
6671 <source>Please type the display name of the video channel (&lt;x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source><target state="final">Please type the display name of the video channel (&lt;x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</target> 6671 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source><target state="final">Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</target>
6672 <context-group purpose="location"> 6672 <context-group purpose="location">
6673 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 6673 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6674 <context context-type="linenumber">1</context> 6674 <context context-type="linenumber">1</context>
6675 </context-group> 6675 </context-group>
6676 </trans-unit> 6676 </trans-unit>
6677 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2" datatype="html"> 6677 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2" datatype="html">
6678 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source><target state="final">Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</target> 6678 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source><target state="final">Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</target>
6679 <context-group purpose="location"> 6679 <context-group purpose="location">
6680 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context> 6680 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6681 <context context-type="linenumber">1</context> 6681 <context context-type="linenumber">1</context>
6682 </context-group> 6682 </context-group>
6683 </trans-unit> 6683 </trans-unit>
6684 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html"> 6684 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html">
6685 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source><target state="final">Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</target> 6685 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</target>
6686 <context-group purpose="location"> 6686 <context-group purpose="location">
6687 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context> 6687 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context>
6688 <context context-type="linenumber">1</context> 6688 <context context-type="linenumber">1</context>
6689 </context-group> 6689 </context-group>
6690 </trans-unit> 6690 </trans-unit>
6691 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html"> 6691 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html">
6692 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source><target state="final">Playlist &lt;x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</target> 6692 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</target>
6693 <context-group purpose="location"> 6693 <context-group purpose="location">
6694 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context> 6694 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context>
6695 <context context-type="linenumber">1</context> 6695 <context context-type="linenumber">1</context>
6696 </context-group> 6696 </context-group>
6697 </trans-unit> 6697 </trans-unit>
6698 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html"> 6698 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html">
6699 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source><target state="final">Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target> 6699 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</target>
6700 <context-group purpose="location"> 6700 <context-group purpose="location">
6701 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context> 6701 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
6702 <context context-type="linenumber">1</context> 6702 <context context-type="linenumber">1</context>
6703 </context-group> 6703 </context-group>
6704 </trans-unit> 6704 </trans-unit>
6705 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html"> 6705 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html">
6706 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source><target state="final">Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</target> 6706 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source><target state="final">Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</target>
6707 <context-group purpose="location"> 6707 <context-group purpose="location">
6708 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context> 6708 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
6709 <context context-type="linenumber">1</context> 6709 <context context-type="linenumber">1</context>
@@ -6721,28 +6721,28 @@ When you will upload a video in this channel, the video support field will be au
6721 </context-group> 6721 </context-group>
6722 </trans-unit> 6722 </trans-unit>
6723 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html"> 6723 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html">
6724 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source><target state="final">Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</target> 6724 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</target>
6725 <context-group purpose="location"> 6725 <context-group purpose="location">
6726 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6726 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6727 <context context-type="linenumber">1</context> 6727 <context context-type="linenumber">1</context>
6728 </context-group> 6728 </context-group>
6729 </trans-unit> 6729 </trans-unit>
6730 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html"> 6730 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html">
6731 <source>&lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</target> 6731 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</target>
6732 <context-group purpose="location"> 6732 <context-group purpose="location">
6733 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6733 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6734 <context context-type="linenumber">1</context> 6734 <context context-type="linenumber">1</context>
6735 </context-group> 6735 </context-group>
6736 </trans-unit> 6736 </trans-unit>
6737 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html"> 6737 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html">
6738 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source><target state="final">Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target> 6738 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source><target state="final">Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
6739 <context-group purpose="location"> 6739 <context-group purpose="location">
6740 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6740 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6741 <context context-type="linenumber">1</context> 6741 <context context-type="linenumber">1</context>
6742 </context-group> 6742 </context-group>
6743 </trans-unit> 6743 </trans-unit>
6744 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html"> 6744 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html">
6745 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source><target state="final">Video &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</target> 6745 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source><target state="final">Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</target>
6746 <context-group purpose="location"> 6746 <context-group purpose="location">
6747 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context> 6747 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6748 <context context-type="linenumber">1</context> 6748 <context context-type="linenumber">1</context>
@@ -6823,14 +6823,14 @@ When you will upload a video in this channel, the video support field will be au
6823 </context-group> 6823 </context-group>
6824 </trans-unit> 6824 </trans-unit>
6825 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6" datatype="html"> 6825 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6" datatype="html">
6826 <source>You are now logged in as &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>!</source><target state="final">You are now logged in as &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>!</target> 6826 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source><target state="final">You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</target>
6827 <context-group purpose="location"> 6827 <context-group purpose="location">
6828 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context> 6828 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
6829 <context context-type="linenumber">1</context> 6829 <context context-type="linenumber">1</context>
6830 </context-group> 6830 </context-group>
6831 </trans-unit> 6831 </trans-unit>
6832 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706" datatype="html"> 6832 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706" datatype="html">
6833 <source>An email with verification link will be sent to &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target state="final">An email with verification link will be sent to &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 6833 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target state="final">An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
6834 <context-group purpose="location"> 6834 <context-group purpose="location">
6835 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context> 6835 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context>
6836 <context context-type="linenumber">1</context> 6836 <context context-type="linenumber">1</context>
@@ -6943,8 +6943,8 @@ When you will upload a video in this channel, the video support field will be au
6943 </context-group> 6943 </context-group>
6944 </trans-unit> 6944 </trans-unit>
6945 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7" datatype="html"> 6945 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7" datatype="html">
6946 <source>Cannot retrieve OAuth Client credentials: &lt;x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 6946 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6947</source><target state="final">Cannot retrieve OAuth Client credentials: &lt;x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 6947</source><target state="final">Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6948</target> 6948</target>
6949 <context-group purpose="location"> 6949 <context-group purpose="location">
6950 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context> 6950 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
@@ -6994,7 +6994,7 @@ When you will upload a video in this channel, the video support field will be au
6994 </context-group> 6994 </context-group>
6995 </trans-unit> 6995 </trans-unit>
6996 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1" datatype="html"> 6996 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1" datatype="html">
6997 <source>An email with the reset password instructions will be sent to &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target state="final">An email with the reset password instructions will be sent to &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 6997 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source><target state="final">An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
6998 <context-group purpose="location"> 6998 <context-group purpose="location">
6999 <context context-type="sourcefile">src/app/login/login.component.ts</context> 6999 <context context-type="sourcefile">src/app/login/login.component.ts</context>
7000 <context context-type="linenumber">1</context> 7000 <context context-type="linenumber">1</context>
@@ -7082,77 +7082,77 @@ When you will upload a video in this channel, the video support field will be au
7082 </context-group> 7082 </context-group>
7083 </trans-unit> 7083 </trans-unit>
7084 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html"> 7084 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html">
7085 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</target> 7085 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</target>
7086 <context-group purpose="location"> 7086 <context-group purpose="location">
7087 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7087 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7088 <context context-type="linenumber">1</context> 7088 <context context-type="linenumber">1</context>
7089 </context-group> 7089 </context-group>
7090 </trans-unit> 7090 </trans-unit>
7091 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html"> 7091 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
7092 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target> 7092 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</target>
7093 <context-group purpose="location"> 7093 <context-group purpose="location">
7094 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7094 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7095 <context context-type="linenumber">1</context> 7095 <context context-type="linenumber">1</context>
7096 </context-group> 7096 </context-group>
7097 </trans-unit> 7097 </trans-unit>
7098 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html"> 7098 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html">
7099 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</target> 7099 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</target>
7100 <context-group purpose="location"> 7100 <context-group purpose="location">
7101 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7101 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7102 <context context-type="linenumber">1</context> 7102 <context context-type="linenumber">1</context>
7103 </context-group> 7103 </context-group>
7104 </trans-unit> 7104 </trans-unit>
7105 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html"> 7105 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html">
7106 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</target> 7106 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</target>
7107 <context-group purpose="location"> 7107 <context-group purpose="location">
7108 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7108 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7109 <context context-type="linenumber">1</context> 7109 <context context-type="linenumber">1</context>
7110 </context-group> 7110 </context-group>
7111 </trans-unit> 7111 </trans-unit>
7112 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html"> 7112 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html">
7113 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</target> 7113 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</target>
7114 <context-group purpose="location"> 7114 <context-group purpose="location">
7115 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7115 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7116 <context context-type="linenumber">1</context> 7116 <context context-type="linenumber">1</context>
7117 </context-group> 7117 </context-group>
7118 </trans-unit> 7118 </trans-unit>
7119 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html"> 7119 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html">
7120 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</target> 7120 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</target>
7121 <context-group purpose="location"> 7121 <context-group purpose="location">
7122 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7122 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7123 <context context-type="linenumber">1</context> 7123 <context context-type="linenumber">1</context>
7124 </context-group> 7124 </context-group>
7125 </trans-unit> 7125 </trans-unit>
7126 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html"> 7126 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html">
7127 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</target> 7127 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</target>
7128 <context-group purpose="location"> 7128 <context-group purpose="location">
7129 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7129 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7130 <context context-type="linenumber">1</context> 7130 <context context-type="linenumber">1</context>
7131 </context-group> 7131 </context-group>
7132 </trans-unit> 7132 </trans-unit>
7133 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html"> 7133 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html">
7134 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</target> 7134 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</target>
7135 <context-group purpose="location"> 7135 <context-group purpose="location">
7136 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7136 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7137 <context context-type="linenumber">1</context> 7137 <context context-type="linenumber">1</context>
7138 </context-group> 7138 </context-group>
7139 </trans-unit> 7139 </trans-unit>
7140 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html"> 7140 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html">
7141 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</target> 7141 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</target>
7142 <context-group purpose="location"> 7142 <context-group purpose="location">
7143 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7143 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7144 <context context-type="linenumber">1</context> 7144 <context context-type="linenumber">1</context>
7145 </context-group> 7145 </context-group>
7146 </trans-unit> 7146 </trans-unit>
7147 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html"> 7147 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html">
7148 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</target> 7148 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</target>
7149 <context-group purpose="location"> 7149 <context-group purpose="location">
7150 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7150 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7151 <context context-type="linenumber">1</context> 7151 <context context-type="linenumber">1</context>
7152 </context-group> 7152 </context-group>
7153 </trans-unit> 7153 </trans-unit>
7154 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html"> 7154 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html">
7155 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target> 7155 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source><target state="final"><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</target>
7156 <context-group purpose="location"> 7156 <context-group purpose="location">
7157 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context> 7157 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
7158 <context context-type="linenumber">1</context> 7158 <context context-type="linenumber">1</context>
@@ -7841,7 +7841,7 @@ When you will upload a video in this channel, the video support field will be au
7841 </context-group> 7841 </context-group>
7842 </trans-unit> 7842 </trans-unit>
7843 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9" datatype="html"> 7843 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9" datatype="html">
7844 <source>PeerTube cannot handle this kind of file. Accepted extensions are &lt;x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source><target state="final">PeerTube cannot handle this kind of file. Accepted extensions are &lt;x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target> 7844 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source><target state="final">PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
7845 <context-group purpose="location"> 7845 <context-group purpose="location">
7846 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context> 7846 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
7847 <context context-type="linenumber">1</context> 7847 <context context-type="linenumber">1</context>
@@ -8228,7 +8228,7 @@ When you will upload a video in this channel, the video support field will be au
8228 </context-group> 8228 </context-group>
8229 </trans-unit> 8229 </trans-unit>
8230 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html"> 8230 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html">
8231 <source>~ &lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/> &lt;x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source><target state="final">~ &lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/> &lt;x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 8231 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source><target state="final">~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
8232 <context-group purpose="location"> 8232 <context-group purpose="location">
8233 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 8233 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8234 <context context-type="linenumber">1</context> 8234 <context context-type="linenumber">1</context>
@@ -8242,28 +8242,28 @@ When you will upload a video in this channel, the video support field will be au
8242 </context-group> 8242 </context-group>
8243 </trans-unit> 8243 </trans-unit>
8244 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html"> 8244 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html">
8245 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</target> 8245 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</target>
8246 <context-group purpose="location"> 8246 <context-group purpose="location">
8247 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 8247 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8248 <context context-type="linenumber">1</context> 8248 <context context-type="linenumber">1</context>
8249 </context-group> 8249 </context-group>
8250 </trans-unit> 8250 </trans-unit>
8251 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html"> 8251 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html">
8252 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</target> 8252 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</target>
8253 <context-group purpose="location"> 8253 <context-group purpose="location">
8254 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 8254 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8255 <context context-type="linenumber">1</context> 8255 <context context-type="linenumber">1</context>
8256 </context-group> 8256 </context-group>
8257 </trans-unit> 8257 </trans-unit>
8258 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html"> 8258 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html">
8259 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</target> 8259 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source><target state="final"><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</target>
8260 <context-group purpose="location"> 8260 <context-group purpose="location">
8261 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context> 8261 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
8262 <context context-type="linenumber">1</context> 8262 <context context-type="linenumber">1</context>
8263 </context-group> 8263 </context-group>
8264 </trans-unit> 8264 </trans-unit>
8265 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html"> 8265 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
8266 <source>&lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source><target state="final">&lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</target> 8266 <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><target state="final"><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>
8267 <context-group purpose="location"> 8267 <context-group purpose="location">
8268 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context> 8268 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
8269 <context context-type="linenumber">1</context> 8269 <context context-type="linenumber">1</context>
@@ -8305,28 +8305,28 @@ When you will upload a video in this channel, the video support field will be au
8305 </context-group> 8305 </context-group>
8306 </trans-unit> 8306 </trans-unit>
8307 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681" datatype="html"> 8307 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681" datatype="html">
8308 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target> 8308 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source><target state="final"><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</target>
8309 <context-group purpose="location"> 8309 <context-group purpose="location">
8310 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context> 8310 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
8311 <context context-type="linenumber">1</context> 8311 <context context-type="linenumber">1</context>
8312 </context-group> 8312 </context-group>
8313 </trans-unit> 8313 </trans-unit>
8314 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd" datatype="html"> 8314 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd" datatype="html">
8315 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source><target state="final">User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</target> 8315 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</target>
8316 <context-group purpose="location"> 8316 <context-group purpose="location">
8317 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context> 8317 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
8318 <context context-type="linenumber">1</context> 8318 <context context-type="linenumber">1</context>
8319 </context-group> 8319 </context-group>
8320 </trans-unit> 8320 </trans-unit>
8321 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734" datatype="html"> 8321 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734" datatype="html">
8322 <source>Do you really want to unban &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>?</source><target state="final">Do you really want to unban &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>?</target> 8322 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source><target state="final">Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
8323 <context-group purpose="location"> 8323 <context-group purpose="location">
8324 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8324 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8325 <context context-type="linenumber">1</context> 8325 <context context-type="linenumber">1</context>
8326 </context-group> 8326 </context-group>
8327 </trans-unit> 8327 </trans-unit>
8328 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd" datatype="html"> 8328 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd" datatype="html">
8329 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source><target state="final">User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</target> 8329 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</target>
8330 <context-group purpose="location"> 8330 <context-group purpose="location">
8331 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8331 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8332 <context context-type="linenumber">1</context> 8332 <context context-type="linenumber">1</context>
@@ -8340,56 +8340,56 @@ When you will upload a video in this channel, the video support field will be au
8340 </context-group> 8340 </context-group>
8341 </trans-unit> 8341 </trans-unit>
8342 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a" datatype="html"> 8342 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a" datatype="html">
8343 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source><target state="final">User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</target> 8343 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</target>
8344 <context-group purpose="location"> 8344 <context-group purpose="location">
8345 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8345 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8346 <context context-type="linenumber">1</context> 8346 <context context-type="linenumber">1</context>
8347 </context-group> 8347 </context-group>
8348 </trans-unit> 8348 </trans-unit>
8349 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096" datatype="html"> 8349 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096" datatype="html">
8350 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source><target state="final">User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target> 8350 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source><target state="final">User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</target>
8351 <context-group purpose="location"> 8351 <context-group purpose="location">
8352 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8352 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8353 <context context-type="linenumber">1</context> 8353 <context context-type="linenumber">1</context>
8354 </context-group> 8354 </context-group>
8355 </trans-unit> 8355 </trans-unit>
8356 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249" datatype="html"> 8356 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249" datatype="html">
8357 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source><target state="final">Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target> 8357 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</target>
8358 <context-group purpose="location"> 8358 <context-group purpose="location">
8359 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8359 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8360 <context context-type="linenumber">1</context> 8360 <context context-type="linenumber">1</context>
8361 </context-group> 8361 </context-group>
8362 </trans-unit> 8362 </trans-unit>
8363 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6" datatype="html"> 8363 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6" datatype="html">
8364 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source><target state="final">Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target> 8364 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</target>
8365 <context-group purpose="location"> 8365 <context-group purpose="location">
8366 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8366 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8367 <context context-type="linenumber">1</context> 8367 <context context-type="linenumber">1</context>
8368 </context-group> 8368 </context-group>
8369 </trans-unit> 8369 </trans-unit>
8370 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html"> 8370 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
8371 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="final">Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target> 8371 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</target>
8372 <context-group purpose="location"> 8372 <context-group purpose="location">
8373 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8373 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8374 <context context-type="linenumber">1</context> 8374 <context context-type="linenumber">1</context>
8375 </context-group> 8375 </context-group>
8376 </trans-unit> 8376 </trans-unit>
8377 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html"> 8377 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
8378 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source><target state="final">Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target> 8378 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source><target state="final">Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</target>
8379 <context-group purpose="location"> 8379 <context-group purpose="location">
8380 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8380 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8381 <context context-type="linenumber">1</context> 8381 <context context-type="linenumber">1</context>
8382 </context-group> 8382 </context-group>
8383 </trans-unit> 8383 </trans-unit>
8384 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830" datatype="html"> 8384 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830" datatype="html">
8385 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="final">Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target> 8385 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</target>
8386 <context-group purpose="location"> 8386 <context-group purpose="location">
8387 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8387 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8388 <context context-type="linenumber">1</context> 8388 <context context-type="linenumber">1</context>
8389 </context-group> 8389 </context-group>
8390 </trans-unit> 8390 </trans-unit>
8391 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f" datatype="html"> 8391 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f" datatype="html">
8392 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source><target state="final">Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target> 8392 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source><target state="final">Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</target>
8393 <context-group purpose="location"> 8393 <context-group purpose="location">
8394 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context> 8394 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8395 <context context-type="linenumber">1</context> 8395 <context context-type="linenumber">1</context>
@@ -8459,7 +8459,7 @@ When you will upload a video in this channel, the video support field will be au
8459 </context-group> 8459 </context-group>
8460 </trans-unit> 8460 </trans-unit>
8461 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b" datatype="html"> 8461 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b" datatype="html">
8462 <source>Too many attempts, please try again after &lt;x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source><target state="final">Too many attempts, please try again after &lt;x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target> 8462 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source><target state="final">Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target>
8463 <context-group purpose="location"> 8463 <context-group purpose="location">
8464 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context> 8464 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8465 <context context-type="linenumber">1</context> 8465 <context context-type="linenumber">1</context>
@@ -8480,7 +8480,7 @@ When you will upload a video in this channel, the video support field will be au
8480 </context-group> 8480 </context-group>
8481 </trans-unit> 8481 </trans-unit>
8482 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded" datatype="html"> 8482 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded" datatype="html">
8483 <source>Subscribed to &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="final">Subscribed to &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 8483 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="final">Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
8484 <context-group purpose="location"> 8484 <context-group purpose="location">
8485 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 8485 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8486 <context context-type="linenumber">1</context> 8486 <context context-type="linenumber">1</context>
@@ -8494,7 +8494,7 @@ When you will upload a video in this channel, the video support field will be au
8494 </context-group> 8494 </context-group>
8495 </trans-unit> 8495 </trans-unit>
8496 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26" datatype="html"> 8496 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26" datatype="html">
8497 <source>Unsubscribed from &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="final">Unsubscribed from &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 8497 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source><target state="final">Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
8498 <context-group purpose="location"> 8498 <context-group purpose="location">
8499 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context> 8499 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8500 <context context-type="linenumber">1</context> 8500 <context context-type="linenumber">1</context>
@@ -8515,7 +8515,7 @@ When you will upload a video in this channel, the video support field will be au
8515 </context-group> 8515 </context-group>
8516 </trans-unit> 8516 </trans-unit>
8517 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html"> 8517 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
8518 <source>Video removed from &lt;x id="INTERPOLATION" equiv-text="{{name}}"/></source><target state="final">Video removed from &lt;x id="INTERPOLATION" equiv-text="{{name}}"/></target> 8518 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source><target state="final">Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></target>
8519 <context-group purpose="location"> 8519 <context-group purpose="location">
8520 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context> 8520 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
8521 <context context-type="linenumber">1</context> 8521 <context context-type="linenumber">1</context>
@@ -8526,14 +8526,14 @@ When you will upload a video in this channel, the video support field will be au
8526 </context-group> 8526 </context-group>
8527 </trans-unit> 8527 </trans-unit>
8528 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html"> 8528 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html">
8529 <source>Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps &lt;x id="INTERPOLATION_1" equiv-text="{{t}}"/></source><target state="final">Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps &lt;x id="INTERPOLATION_1" equiv-text="{{t}}"/></target> 8529 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source><target state="final">Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
8530 <context-group purpose="location"> 8530 <context-group purpose="location">
8531 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context> 8531 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
8532 <context context-type="linenumber">1</context> 8532 <context context-type="linenumber">1</context>
8533 </context-group> 8533 </context-group>
8534 </trans-unit> 8534 </trans-unit>
8535 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html"> 8535 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html">
8536 <source>Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/></source><target state="final">Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/></target> 8536 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source><target state="final">Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></target>
8537 <context-group purpose="location"> 8537 <context-group purpose="location">
8538 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context> 8538 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
8539 <context context-type="linenumber">1</context> 8539 <context context-type="linenumber">1</context>
@@ -8713,7 +8713,7 @@ When you will upload a video in this channel, the video support field will be au
8713 </context-group> 8713 </context-group>
8714 </trans-unit> 8714 </trans-unit>
8715 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html"> 8715 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html">
8716 <source>Upload &lt;x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source><target state="final">Upload &lt;x id="INTERPOLATION" equiv-text="{{videofileName}}"/></target> 8716 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source><target state="final">Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></target>
8717 <context-group purpose="location"> 8717 <context-group purpose="location">
8718 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8718 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8719 <context context-type="linenumber">1</context> 8719 <context context-type="linenumber">1</context>
@@ -8734,14 +8734,14 @@ When you will upload a video in this channel, the video support field will be au
8734 </context-group> 8734 </context-group>
8735 </trans-unit> 8735 </trans-unit>
8736 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee" datatype="html"> 8736 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee" datatype="html">
8737 <source>Your video quota is exceeded with this video (video size: &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source><target state="final">Your video quota is exceeded with this video (video size: &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target> 8737 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source><target state="final">Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
8738 <context-group purpose="location"> 8738 <context-group purpose="location">
8739 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8739 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8740 <context context-type="linenumber">1</context> 8740 <context context-type="linenumber">1</context>
8741 </context-group> 8741 </context-group>
8742 </trans-unit> 8742 </trans-unit>
8743 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd" datatype="html"> 8743 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd" datatype="html">
8744 <source>Your daily video quota is exceeded with this video (video size: &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source><target state="final">Your daily video quota is exceeded with this video (video size: &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target> 8744 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source><target state="final">Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
8745 <context-group purpose="location"> 8745 <context-group purpose="location">
8746 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context> 8746 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8747 <context context-type="linenumber">1</context> 8747 <context context-type="linenumber">1</context>
@@ -8762,7 +8762,7 @@ When you will upload a video in this channel, the video support field will be au
8762 </context-group> 8762 </context-group>
8763 </trans-unit> 8763 </trans-unit>
8764 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd" datatype="html"> 8764 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd" datatype="html">
8765 <source> &lt;x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source><target state="final"> &lt;x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</target> 8765 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source><target state="final"> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</target>
8766 <context-group purpose="location"> 8766 <context-group purpose="location">
8767 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context> 8767 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8768 <context context-type="linenumber">1</context> 8768 <context context-type="linenumber">1</context>
@@ -8783,7 +8783,7 @@ When you will upload a video in this channel, the video support field will be au
8783 </context-group> 8783 </context-group>
8784 </trans-unit> 8784 </trans-unit>
8785 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html"> 8785 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html">
8786 <source>&lt;x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / &lt;x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target state="final">&lt;x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / &lt;x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target> 8786 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source><target state="final"><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</target>
8787 <context-group purpose="location"> 8787 <context-group purpose="location">
8788 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context> 8788 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8789 <context context-type="linenumber">1</context> 8789 <context context-type="linenumber">1</context>
@@ -8839,14 +8839,14 @@ When you will upload a video in this channel, the video support field will be au
8839 </context-group> 8839 </context-group>
8840 </trans-unit> 8840 </trans-unit>
8841 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html"> 8841 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html">
8842 <source>Trending for the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target state="final">Trending for the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> days</target> 8842 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target state="final">Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target>
8843 <context-group purpose="location"> 8843 <context-group purpose="location">
8844 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 8844 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8845 <context context-type="linenumber">1</context> 8845 <context context-type="linenumber">1</context>
8846 </context-group> 8846 </context-group>
8847 </trans-unit> 8847 </trans-unit>
8848 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html"> 8848 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
8849 <source>Trending videos are those totalizing the greatest number of views during the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target state="final">Trending videos are those totalizing the greatest number of views during the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> days</target> 8849 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source><target state="final">Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</target>
8850 <context-group purpose="location"> 8850 <context-group purpose="location">
8851 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context> 8851 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8852 <context context-type="linenumber">1</context> 8852 <context context-type="linenumber">1</context>
diff --git a/client/src/locale/angular_fr_FR.xml b/client/src/locale/angular.fr-FR.xlf
index 00dc474ad..8ba061be2 100644
--- a/client/src/locale/angular_fr_FR.xml
+++ b/client/src/locale/angular.fr-FR.xlf
@@ -109,8 +109,8 @@
109 </context-group> 109 </context-group>
110 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">49</context></context-group></trans-unit> 110 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context><context context-type="linenumber">49</context></context-group></trans-unit>
111 <trans-unit id="ngb.progressbar.value"> 111 <trans-unit id="ngb.progressbar.value">
112 <source>&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source> 112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <target><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target> 113 <target>&lt;x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</target>
114 <context-group name="null"> 114 <context-group name="null">
115 <context context-type="linenumber">6</context> 115 <context context-type="linenumber">6</context>
116 </context-group> 116 </context-group>
@@ -200,15 +200,15 @@
200 </context-group> 200 </context-group>
201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit> 201 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">63</context></context-group></trans-unit>
202 <trans-unit id="ngb.timepicker.PM"> 202 <trans-unit id="ngb.timepicker.PM">
203 <source>&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source> 203 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
204 <target><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target> 204 <target>&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></target>
205 <context-group name="null"> 205 <context-group name="null">
206 <context context-type="linenumber">71</context> 206 <context context-type="linenumber">71</context>
207 </context-group> 207 </context-group>
208 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit> 208 <context-group purpose="location"><context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context><context context-type="linenumber">71</context></context-group></trans-unit>
209 <trans-unit id="ngb.timepicker.AM"> 209 <trans-unit id="ngb.timepicker.AM">
210 <source>&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source> 210 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
211 <target><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target> 211 <target>&lt;x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></target>
212 <context-group name="null"> 212 <context-group name="null">
213 <context context-type="linenumber">72</context> 213 <context context-type="linenumber">72</context>
214 </context-group> 214 </context-group>
@@ -229,18 +229,18 @@
229 <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></trans-unit> 229 <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></trans-unit>
230 <trans-unit id="23e2d8a43af729f896ac66787ed5e756078f5566"> 230 <trans-unit id="23e2d8a43af729f896ac66787ed5e756078f5566">
231 <source> 231 <source>
232 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
233
234 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
235 &lt;x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> published a new video: &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
236 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
237 </source>
238 <target>
239 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 232 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
240 233
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 234 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
242 <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>"/> 235 <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>"/>
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 236 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
237 </source>
238 <target>
239 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
240
241 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
242 &lt;x id="INTERPOLATION" equiv-text="{{ notification.video.channel.displayName }}"/> a publié une nouvelle vidéo: &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
243 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
244 </target> 244 </target>
245 <context-group name="null"> 245 <context-group name="null">
246 <context context-type="linenumber">7</context> 246 <context context-type="linenumber">7</context>
@@ -248,18 +248,18 @@
248 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 248 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6"> 249 <trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6">
250 <source> 250 <source>
251 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
252
253 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
254 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been unblacklisted
255 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
256 </source>
257 <target>
258 <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>"/> 251 <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>"/>
259 252
260 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
261 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é enlevée de la liste noire 254 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
262 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
256 </source>
257 <target>
258 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
259
260 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
261 Votre vidéo &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été enlevée de la liste noire
262 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
263 </target> 263 </target>
264 <context-group name="null"> 264 <context-group name="null">
265 <context context-type="linenumber">15</context> 265 <context context-type="linenumber">15</context>
@@ -267,18 +267,18 @@
267 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 267 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0"> 268 <trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0">
269 <source> 269 <source>
270 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
271
272 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
273 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been blacklisted
274 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
275 </source>
276 <target>
277 <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>"/> 270 <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>"/>
278 271
279 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 272 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
280 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é placé en liste noire. 273 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
281 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 274 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
275 </source>
276 <target>
277 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
278
279 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
280 Votre vidéo &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été placé en liste noire.
281 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
282 </target> 282 </target>
283 <context-group name="null"> 283 <context-group name="null">
284 <context context-type="linenumber">23</context> 284 <context context-type="linenumber">23</context>
@@ -286,18 +286,18 @@
286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 286 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac"> 287 <trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac">
288 <source> 288 <source>
289 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
290
291 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
292 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>A new video abuse&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been created on video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
293 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
294 </source>
295 <target>
296 <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>"/> 289 <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>"/>
297 290
298 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 291 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
299 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouveau signalement<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été crée 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>"/> 292 <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>"/>
300 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 293 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
294 </source>
295 <target>
296 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
297
298 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
299 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Un nouveau signalement&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été crée sur la vidéo &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoAbuse.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
300 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
301 </target> 301 </target>
302 <context-group name="null"> 302 <context-group name="null">
303 <context context-type="linenumber">31</context> 303 <context context-type="linenumber">31</context>
@@ -305,18 +305,18 @@
305 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit> 305 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">31</context></context-group></trans-unit>
306 <trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47"> 306 <trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47">
307 <source> 307 <source>
308 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
309
310 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
311 The recently added video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>auto-blacklisted&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
312 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
313 </source>
314 <target>
315 <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>"/> 308 <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>"/>
316 309
317 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 310 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
318 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é automatiquement mise sur <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>liste noire<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 311 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>"/>
319 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 312 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
313 </source>
314 <target>
315 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
316
317 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
318 La vidéo récemment ajoutée &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.videoBlacklist.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été automatiquement mise sur &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>liste noire&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
319 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
320 </target> 320 </target>
321 <context-group name="null"> 321 <context-group name="null">
322 <context context-type="linenumber">39</context> 322 <context context-type="linenumber">39</context>
@@ -324,18 +324,18 @@
324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit> 324 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">39</context></context-group></trans-unit>
325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715"> 325 <trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715">
326 <source> 326 <source>
327 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
328
329 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
330 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> commented your video &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
331 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
332 </source>
333 <target>
334 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 327 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
335 328
336 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 329 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
337 <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>"/> 330 <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>"/>
338 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 331 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
332 </source>
333 <target>
334 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
335
336 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
337 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a commenté votre vidéo &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
338 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
339 </target> 339 </target>
340 <context-group name="null"> 340 <context-group name="null">
341 <context context-type="linenumber">47</context> 341 <context context-type="linenumber">47</context>
@@ -343,18 +343,18 @@
343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit> 343 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">47</context></context-group></trans-unit>
344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b"> 344 <trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b">
345 <source> 345 <source>
346 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
347
348 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
349 Your video &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> has been published
350 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
351 </source>
352 <target>
353 <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>"/> 346 <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>"/>
354 347
355 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 348 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
356 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é 349 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
357 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 350 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
351 </source>
352 <target>
353 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
354
355 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
356 Votre vidéo &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> a été publié
357 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
358 </target> 358 </target>
359 <context-group name="null"> 359 <context-group name="null">
360 <context context-type="linenumber">55</context> 360 <context context-type="linenumber">55</context>
@@ -362,18 +362,18 @@
362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit> 362 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">55</context></context-group></trans-unit>
363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085"> 363 <trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085">
364 <source> 364 <source>
365 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
366
367 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
368 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> succeeded
369 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
370 </source>
371 <target>
372 <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>"/> 365 <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>"/>
373 366
374 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 367 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
375 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a bien été importé 368 <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
376 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 369 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
370 </source>
371 <target>
372 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
373
374 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
375 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Votre vidéo&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> a bien été importé
376 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
377 </target> 377 </target>
378 <context-group name="null"> 378 <context-group name="null">
379 <context context-type="linenumber">63</context> 379 <context context-type="linenumber">63</context>
@@ -381,18 +381,18 @@
381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit> 381 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">63</context></context-group></trans-unit>
382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082"> 382 <trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082">
383 <source> 383 <source>
384 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
385
386 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
387 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Your video import&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> failed
388 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
389 </source>
390 <target>
391 <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>"/> 384 <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>"/>
392 385
393 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 386 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
394 <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>L'import de votre vidéo<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> <x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> n'a pas fonctionné 387 <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
395 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 388 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
389 </source>
390 <target>
391 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
392
393 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
394 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>L'import de votre vidéo&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> &lt;x id="INTERPOLATION" equiv-text="{{ notification.videoImportIdentifier }}"/> n'a pas fonctionné
395 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
396 </target> 396 </target>
397 <context-group name="null"> 397 <context-group name="null">
398 <context context-type="linenumber">71</context> 398 <context context-type="linenumber">71</context>
@@ -400,18 +400,18 @@
400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit> 400 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">71</context></context-group></trans-unit>
401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d"> 401 <trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d">
402 <source> 402 <source>
403 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
404
405 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
406 User &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance
407 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
408 </source>
409 <target>
410 <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>"/> 403 <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>"/>
411 404
412 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 405 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
413 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> enregistré<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> sur votre instance 406 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> on your instance
414 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 407 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
408 </source>
409 <target>
410 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
411
412 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
413 User &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> enregistré&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> sur votre instance
414 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
415 </target> 415 </target>
416 <context-group name="null"> 416 <context-group name="null">
417 <context context-type="linenumber">79</context> 417 <context context-type="linenumber">79</context>
@@ -419,24 +419,24 @@
419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit> 419 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">79</context></context-group></trans-unit>
420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2"> 420 <trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2">
421 <source> 421 <source>
422 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 422 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
423 423
424 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 424 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
425 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> is following 425 <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
426 426
427 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your channel &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 427 <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>"/>
428 &lt;x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>your account&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 428 <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>"/>
429 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 429 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
430 </source> 430 </source>
431 <target> 431 <target>
432 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 432 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
433 433
434 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 434 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
435 <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 435 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.follower.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> suit
436 436
437 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre chaîne <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>"/> 437 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre chaîne &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.actorFollow.following.displayName }}"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
438 <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>"/> 438 &lt;x id="START_TAG_NG-CONTAINER_1" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>votre compte&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
439 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 439 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
440 </target> 440 </target>
441 <context-group name="null"> 441 <context-group name="null">
442 <context context-type="linenumber">87</context> 442 <context context-type="linenumber">87</context>
@@ -444,30 +444,30 @@
444 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit> 444 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">87</context></context-group></trans-unit>
445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1"> 445 <trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1">
446 <source> 446 <source>
447 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
448
449 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
450 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> mentioned you on &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>video &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
451 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
452 </source>
453 <target>
454 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/> 447 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
455 448
456 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 449 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
457 <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 cette <x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>vidéo <x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/><x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 450 <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>"/>
458 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 451 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
452 </source>
453 <target>
454 &lt;x id="TAG_IMG" ctype="image" equiv-text="&lt;img/>"/>
455
456 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
457 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.comment.account.displayName }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> vous a mentionné sur cette &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>vidéo &lt;x id="INTERPOLATION_1" equiv-text="{{ notification.comment.video.name }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
458 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
459 </target> 459 </target>
460 <context-group name="null"> 460 <context-group name="null">
461 <context context-type="linenumber">98</context> 461 <context context-type="linenumber">98</context>
462 </context-group> 462 </context-group>
463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit><trans-unit id="2a17038a035574afa33cb5557783468be596a025" datatype="html"> 463 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context><context context-type="linenumber">98</context></context-group></trans-unit><trans-unit id="2a17038a035574afa33cb5557783468be596a025" datatype="html">
464 <source> 464 <source>
465 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 465 <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>"/>
466 466
467 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 467 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
468 Your instance has &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>a new follower&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> (&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow?.follower.host }}"/>) 468 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 }}"/>)
469 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> awaiting your approval&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 469 <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>"/>
470 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 470 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
471 </source><target state="new"/> 471 </source><target state="new"/>
472 <context-group purpose="location"> 472 <context-group purpose="location">
473 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context> 473 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
@@ -476,18 +476,18 @@
476 </trans-unit> 476 </trans-unit>
477 <trans-unit id="fc54954d383d13ebb444d2c1d59f4454e3f06f97"> 477 <trans-unit id="fc54954d383d13ebb444d2c1d59f4454e3f06f97">
478 <source> 478 <source>
479 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
480
481 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
482 Your instance automatically followed &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
483 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
484 </source>
485 <target>
486 <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>"/> 479 <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>"/>
487 480
488 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/> 481 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
489 Votre instance a automatiquement suivi <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>"/> 482 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>"/>
490 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 483 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
484 </source>
485 <target>
486 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
487
488 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>
489 Votre instance a automatiquement suivi &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>&lt;x id="INTERPOLATION" equiv-text="{{ notification.actorFollow.following.host }}"/>&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
490 &lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
491 </target> 491 </target>
492 <context-group name="null"> 492 <context-group name="null">
493 <context context-type="linenumber">115</context> 493 <context context-type="linenumber">115</context>
@@ -583,12 +583,12 @@
583 <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></trans-unit> 583 <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></trans-unit>
584 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908"> 584 <trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908">
585 <source> 585 <source>
586 Your report will be sent to moderators of &lt;x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 586 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
587 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance &lt;x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 587 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
588 </source> 588 </source>
589 <target> 589 <target>
590 Votre signalement sera envoyé aux modérateurs de <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>. 590 Votre signalement sera envoyé aux modérateurs de &lt;x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
591 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> Il sera également transmis à l'instance d'origine <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/><x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 591 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> Il sera également transmis à l'instance d'origine &lt;x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
592 </target> 592 </target>
593 <context-group name="null"> 593 <context-group name="null">
594 <context context-type="linenumber">9</context> 594 <context context-type="linenumber">9</context>
@@ -648,8 +648,8 @@
648 </context-group> 648 </context-group>
649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit> 649 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">13</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context><context context-type="linenumber">7</context></context-group></trans-unit>
650 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628"> 650 <trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628">
651 <source>&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source> 651 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
652 <target><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target> 652 <target>&lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> vues</target>
653 <context-group name="null"> 653 <context-group name="null">
654 <context context-type="linenumber">24</context> 654 <context context-type="linenumber">24</context>
655 </context-group> 655 </context-group>
@@ -673,26 +673,26 @@
673 </context-group> 673 </context-group>
674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit> 674 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context><context context-type="linenumber">46</context></context-group></trans-unit>
675 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a"> 675 <trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a">
676 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {&lt;x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source> 676 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
677 <target>{VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidéos} }</target> 677 <target>{VAR_PLURAL, plural, =0 {Aucune vidéo} =1 {1 video} other {&lt;x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> vidéos} }</target>
678 <context-group name="null"> 678 <context-group name="null">
679 <context context-type="linenumber">9</context> 679 <context context-type="linenumber">9</context>
680 </context-group> 680 </context-group>
681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 681 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
682 <trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582"> 682 <trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582">
683 <source> 683 <source>
684 &lt;x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 684 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
685 </source> 685 </source>
686 <target> 686 <target>
687 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/> 687 &lt;x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
688 </target> 688 </target>
689 <context-group name="null"> 689 <context-group name="null">
690 <context context-type="linenumber">22</context> 690 <context context-type="linenumber">22</context>
691 </context-group> 691 </context-group>
692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit> 692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context><context context-type="linenumber">22</context></context-group></trans-unit>
693 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4"> 693 <trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4">
694 <source>Updated &lt;x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source> 694 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
695 <target>Mise à jour <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target> 695 <target>Mise à jour &lt;x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></target>
696 <context-group name="null"> 696 <context-group name="null">
697 <context context-type="linenumber">29</context> 697 <context context-type="linenumber">29</context>
698 </context-group> 698 </context-group>
@@ -726,8 +726,8 @@
726 </context-group> 726 </context-group>
727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 727 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context><context context-type="linenumber">80</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">92</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">59</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
728 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e"> 728 <trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e">
729 <source>Delete from &lt;x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source> 729 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
730 <target>Supprimer de <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target> 730 <target>Supprimer de &lt;x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></target>
731 <context-group name="null"> 731 <context-group name="null">
732 <context context-type="linenumber">85</context> 732 <context context-type="linenumber">85</context>
733 </context-group> 733 </context-group>
@@ -815,8 +815,8 @@
815 </context-group> 815 </context-group>
816 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit> 816 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">36</context></context-group></trans-unit>
817 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3"> 817 <trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3">
818 <source>Subscribe with an account on &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source> 818 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
819 <target>S'abonner avec un compte sur <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target> 819 <target>S'abonner avec un compte sur &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></target>
820 <context-group name="null"> 820 <context-group name="null">
821 <context context-type="linenumber">39</context> 821 <context context-type="linenumber">39</context>
822 </context-group> 822 </context-group>
@@ -851,12 +851,12 @@
851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit> 851 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context><context context-type="linenumber">49</context></context-group></trans-unit>
852 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3"> 852 <trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3">
853 <source> 853 <source>
854 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>Remote subscribe&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 854 <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>"/>
855 &lt;x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Remote interact&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 855 <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>"/>
856 </source> 856 </source>
857 <target> 857 <target>
858 <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>"/> 858 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>S'abonner à distance&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
859 <x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interaction distante<x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 859 &lt;x id="START_TAG_SPAN_1" ctype="x-span" equiv-text="&lt;span>"/>Interaction distante&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
860 </target> 860 </target>
861 <context-group name="null"> 861 <context-group name="null">
862 <context context-type="linenumber">10</context> 862 <context context-type="linenumber">10</context>
@@ -864,11 +864,11 @@
864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 864 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit>
865 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963"> 865 <trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963">
866 <source> 866 <source>
867 You can subscribe to the channel via any ActivityPub-capable fediverse instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 867 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/>"/>
868 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there. 868 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
869 </source> 869 </source>
870 <target> 870 <target>
871 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/>"/> 871 Vous pouvez vous abonner à la chaîne via n'importe quelle instance Fediverse compatible ActivityPub.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
872 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner. 872 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL de la chaîne dans le champ de recherche et vous abonner.
873 </target> 873 </target>
874 <context-group name="null"> 874 <context-group name="null">
@@ -877,11 +877,11 @@
877 <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></trans-unit> 877 <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></trans-unit>
878 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d"> 878 <trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d">
879 <source> 879 <source>
880 You can interact with this via any ActivityPub-capable fediverse instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 880 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/>"/>
881 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there. 881 For instance with Mastodon or Pleroma you can type the current URL in the search box and interact with it there.
882 </source> 882 </source>
883 <target> 883 <target>
884 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/>"/> 884 Vous pouvez interagir via n'importe quelle instance Fediverse compatible ActivityPub.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
885 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec. 885 Par exemple avec Mastodon ou Pleroma, vous pouvez fournir l'adresse URL dans le champ de recherche et interagir avec.
886 </target> 886 </target>
887 <context-group name="null"> 887 <context-group name="null">
@@ -890,12 +890,12 @@
890 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 890 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
891 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f"> 891 <trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f">
892 <source> 892 <source>
893 &lt;x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 893 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div>"/>Default NSFW/sensitive videos policy<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
894 &lt;x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/> 894 <x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>can be redefined by the users<x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
895 </source> 895 </source>
896 <target> 896 <target>
897 <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>"/> 897 &lt;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&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
898 <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>"/> 898 &lt;x id="START_TAG_DIV_1" ctype="x-div" equiv-text="&lt;div>"/>peut être redéfini par les utilisateur·rices&lt;x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div>"/>
899 </target> 899 </target>
900 <context-group name="null"> 900 <context-group name="null">
901 <context context-type="linenumber">5</context> 901 <context context-type="linenumber">5</context>
@@ -931,10 +931,10 @@
931 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 931 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context><context context-type="linenumber">40</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
932 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85"> 932 <trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85">
933 <source> 933 <source>
934 Unlimited &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(&lt;x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> per day)&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 934 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>"/>
935 </source> 935 </source>
936 <target> 936 <target>
937 <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>"/> 937 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/>(&lt;x id="INTERPOLATION" equiv-text="{{ dailyUserVideoQuota | bytes: 0 }}"/> illimité par jour)&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
938 </target> 938 </target>
939 <context-group name="null"> 939 <context-group name="null">
940 <context context-type="linenumber">53</context> 940 <context context-type="linenumber">53</context>
@@ -1078,15 +1078,15 @@
1078 </context-group> 1078 </context-group>
1079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit> 1079 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context><context context-type="linenumber">26</context></context-group></trans-unit>
1080 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7"> 1080 <trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7">
1081 <source>&lt;x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source> 1081 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1082 <target><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target> 1082 <target>&lt;x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></target>
1083 <context-group name="null"> 1083 <context-group name="null">
1084 <context context-type="linenumber">11</context> 1084 <context context-type="linenumber">11</context>
1085 </context-group> 1085 </context-group>
1086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit> 1086 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context><context context-type="linenumber">11</context></context-group></trans-unit>
1087 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798"> 1087 <trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798">
1088 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source> 1088 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1089 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, taille maximum : <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target> 1089 <target>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, taille maximum : &lt;x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</target>
1090 <context-group name="null"> 1090 <context-group name="null">
1091 <context context-type="linenumber">12</context> 1091 <context context-type="linenumber">12</context>
1092 </context-group> 1092 </context-group>
@@ -1244,18 +1244,18 @@
1244 </context-group> 1244 </context-group>
1245 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit> 1245 <context-group purpose="location"><context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context><context context-type="linenumber">29</context></context-group></trans-unit>
1246 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a"> 1246 <trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a">
1247 <source>&lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source> 1247 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
1248 <target><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> résultats</target> 1248 <target>&lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> résultats</target>
1249 <context-group name="null"> 1249 <context-group name="null">
1250 <context context-type="linenumber">5</context> 1250 <context context-type="linenumber">5</context>
1251 </context-group> 1251 </context-group>
1252 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 1252 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
1253 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc"> 1253 <trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc">
1254 <source> 1254 <source>
1255 for &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1255 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>"/>
1256 </source> 1256 </source>
1257 <target> 1257 <target>
1258 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>"/> 1258 pour &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ currentSearch }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1259 </target> 1259 </target>
1260 <context-group name="null"> 1260 <context-group name="null">
1261 <context context-type="linenumber">6</context> 1261 <context context-type="linenumber">6</context>
@@ -1264,11 +1264,11 @@
1264 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061"> 1264 <trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061">
1265 <source> 1265 <source>
1266 Filters 1266 Filters
1267 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 1267 <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>"/>
1268 </source> 1268 </source>
1269 <target> 1269 <target>
1270 Filtres 1270 Filtres
1271 <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>"/> 1271 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ numberOfFilters() }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
1272 </target> 1272 </target>
1273 <context-group name="null"> 1273 <context-group name="null">
1274 <context context-type="linenumber">16</context> 1274 <context context-type="linenumber">16</context>
@@ -1286,8 +1286,8 @@
1286 </context-group> 1286 </context-group>
1287 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 1287 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
1288 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a"> 1288 <trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a">
1289 <source>&lt;x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source> 1289 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
1290 <target><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonnés</target> 1290 <target>&lt;x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> abonnés</target>
1291 <context-group name="null"> 1291 <context-group name="null">
1292 <context context-type="linenumber">44</context> 1292 <context context-type="linenumber">44</context>
1293 </context-group> 1293 </context-group>
@@ -1352,16 +1352,16 @@
1352 </context-group> 1352 </context-group>
1353 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit> 1353 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">41</context></context-group></trans-unit>
1354 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60"> 1354 <trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60">
1355 <source>Official PeerTube website (news, support, contribute...): &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></source> 1355 <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>
1356 <target>Site web officiel de PeerTube (news, 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> 1356 <target>Site web officiel de PeerTube (news, support, contribution...): &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/></target>
1357 <context-group name="null"> 1357 <context-group name="null">
1358 <context context-type="linenumber">44</context> 1358 <context context-type="linenumber">44</context>
1359 </context-group> 1359 </context-group>
1360 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit> 1360 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">44</context></context-group></trans-unit>
1361 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6"> 1361 <trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6">
1362 <source>Put your instance on the public PeerTube index: &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 1362 <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>"/>
1363 </source> 1363 </source>
1364 <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>"/> 1364 <target>Mettre votre instances sur l'index public des instances PeerTube &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://instances.joinpeertube.org/instances&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
1365 </target> 1365 </target>
1366 <context-group name="null"> 1366 <context-group name="null">
1367 <context context-type="linenumber">47</context> 1367 <context context-type="linenumber">47</context>
@@ -1376,12 +1376,12 @@
1376 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit> 1376 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">59</context></context-group></trans-unit>
1377 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6"> 1377 <trans-unit id="cde76f438c580e464940e141584e44ab21809cb6">
1378 <source> 1378 <source>
1379 Choosing your &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance name&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>setting up a description&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, specifying &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>who you are&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, 1379 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>"/>,
1380 why &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>you created your instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> and &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>how long&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> you plan to &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>maintain your it&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1380 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>"/>
1381 is very important for visitors to understand on what type of instance they are. 1381 is very important for visitors to understand on what type of instance they are.
1382 </source> 1382 </source>
1383 <target> 1383 <target>
1384 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. 1384 Choisir &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>le nom de son instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>mettre une description&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, spécifier &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>qui vous êtes&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, pourquoi &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>vous avez créé cette instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> et &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>combien de temps&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> vous prévoyez de &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>la maintenir&lt;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.
1385 </target> 1385 </target>
1386 <context-group name="null"> 1386 <context-group name="null">
1387 <context context-type="linenumber">61</context> 1387 <context context-type="linenumber">61</context>
@@ -1389,15 +1389,15 @@
1389 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit> 1389 <context-group purpose="location"><context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context><context context-type="linenumber">61</context></context-group></trans-unit>
1390 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c"> 1390 <trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c">
1391 <source> 1391 <source>
1392 If you want to open registrations, please decide what are &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>your moderation rules&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, fill your &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>instance 1392 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
1393 terms&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1393 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1394 and specify the categories and languages you speak. This way, you will help users to register on &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>the 1394 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
1395 appropriate&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 1395 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1396 PeerTube instance. 1396 PeerTube instance.
1397 </source> 1397 </source>
1398 <target> 1398 <target>
1399 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>"/> 1399 Si vous voulez ouvrir les inscriptions, merci de décider quelles sont &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>les règles de modération&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, remplir les &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>conditions d'utilisation de votre instance&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
1400 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>"/>. 1400 et spécifier les catégories ainsi que les langues que vous parlez. De cette façon, vous aiderez les utilisateurs à s'enregistrer sur &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>l'instance PeerTube appropriée&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>.
1401 </target> 1401 </target>
1402 <context-group name="null"> 1402 <context-group name="null">
1403 <context context-type="linenumber">67</context> 1403 <context context-type="linenumber">67</context>
@@ -1851,7 +1851,7 @@
1851 </context-group> 1851 </context-group>
1852 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="e6c5724e60577560cba12daa669979fe820429c1" datatype="html"> 1852 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">17</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">191</context></context-group></trans-unit><trans-unit id="e6c5724e60577560cba12daa669979fe820429c1" datatype="html">
1853 <source> 1853 <source>
1854 Tags could be used to suggest relevant recommendations. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 1854 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
1855 Press Enter to add a new tag. 1855 Press Enter to add a new tag.
1856 </source><target state="new"/> 1856 </source><target state="new"/>
1857 <context-group purpose="location"> 1857 <context-group purpose="location">
@@ -1906,8 +1906,8 @@
1906 </context-group> 1906 </context-group>
1907 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">154</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit> 1907 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context><context context-type="linenumber">107</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">31</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">21</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">37</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">154</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context><context context-type="linenumber">33</context></context-group></trans-unit>
1908 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5"> 1908 <trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5">
1909 <source>Schedule publication (&lt;x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source> 1909 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
1910 <target>Programmation de la publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target> 1910 <target>Programmation de la publication (&lt;x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</target>
1911 <context-group name="null"> 1911 <context-group name="null">
1912 <context context-type="linenumber">122</context> 1912 <context context-type="linenumber">122</context>
1913 </context-group> 1913 </context-group>
@@ -2078,7 +2078,7 @@
2078 </context-group> 2078 </context-group>
2079 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html"> 2079 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">6</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit><trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2080 <source> 2080 <source>
2081 You can import any URL &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>supported by youtube-dl&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 2081 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>"/>
2082 or URL that points to a raw MP4 file. 2082 or URL that points to a raw MP4 file.
2083 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance. 2083 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2084 </source><target state="new"/> 2084 </source><target state="new"/>
@@ -2096,10 +2096,10 @@
2096 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">62</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit> 2096 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context><context context-type="linenumber">48</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context><context context-type="linenumber">62</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">53</context></context-group></trans-unit>
2097 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2"> 2097 <trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2">
2098 <source> 2098 <source>
2099 Congratulations, the video behind &lt;x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video. 2099 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2100</source> 2100</source>
2101 <target> 2101 <target>
2102 Félicitations, la vidéo : <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> va être importée. Vous pouvez déjà ajouter les informations relatives à celle-ci. 2102 Félicitations, la vidéo : &lt;x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> va être importée. Vous pouvez déjà ajouter les informations relatives à celle-ci.
2103</target> 2103</target>
2104 <context-group name="null"> 2104 <context-group name="null">
2105 <context context-type="linenumber">52</context> 2105 <context context-type="linenumber">52</context>
@@ -2136,12 +2136,12 @@
2136 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc"> 2136 <trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc">
2137 <source> 2137 <source>
2138 Image that will be merged with your audio file. 2138 Image that will be merged with your audio file.
2139 &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2139 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2140 The chosen image will be definitive and cannot be modified. 2140 The chosen image will be definitive and cannot be modified.
2141 </source> 2141 </source>
2142 <target> 2142 <target>
2143 Image qui sera fusionnée avec le fichier audio. 2143 Image qui sera fusionnée avec le fichier audio.
2144 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2144 &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2145 L'image choisie sera définitive et ne pourra pas être modifiée. 2145 L'image choisie sera définitive et ne pourra pas être modifiée.
2146 </target> 2146 </target>
2147 <context-group name="null"> 2147 <context-group name="null">
@@ -2218,15 +2218,15 @@
2218 </context-group> 2218 </context-group>
2219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit> 2219 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context><context context-type="linenumber">57</context></context-group></trans-unit>
2220 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860"> 2220 <trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860">
2221 <source>Import &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source> 2221 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2222 <target>Importer <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target> 2222 <target>Importer &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2223 <context-group name="null"> 2223 <context-group name="null">
2224 <context context-type="linenumber">3</context> 2224 <context context-type="linenumber">3</context>
2225 </context-group> 2225 </context-group>
2226 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit> 2226 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit>
2227 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5"> 2227 <trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5">
2228 <source>Upload &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source> 2228 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2229 <target>Téléverser <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target> 2229 <target>Téléverser &lt;x id="INTERPOLATION" equiv-text="{{ videoName }}"/></target>
2230 <context-group name="null"> 2230 <context-group name="null">
2231 <context context-type="linenumber">4</context> 2231 <context context-type="linenumber">4</context>
2232 </context-group> 2232 </context-group>
@@ -2254,10 +2254,10 @@
2254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit> 2254 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context><context context-type="linenumber">24</context></context-group></trans-unit>
2255 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0"> 2255 <trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0">
2256 <source> 2256 <source>
2257 Update &lt;x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 2257 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2258 </source> 2258 </source>
2259 <target> 2259 <target>
2260 Mise à jour <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/> 2260 Mise à jour &lt;x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2261 </target> 2261 </target>
2262 <context-group name="null"> 2262 <context-group name="null">
2263 <context context-type="linenumber">2</context> 2263 <context context-type="linenumber">2</context>
@@ -2405,10 +2405,10 @@
2405 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 2405 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
2406 <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a"> 2406 <trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a">
2407 <source> 2407 <source>
2408 This video will be published on &lt;x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2408 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2409 </source> 2409 </source>
2410 <target> 2410 <target>
2411 Cette vidéo sera publiée dans <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>. 2411 Cette vidéo sera publiée dans &lt;x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: 'full' }}"/>.
2412 </target> 2412 </target>
2413 <context-group name="null"> 2413 <context-group name="null">
2414 <context context-type="linenumber">27</context> 2414 <context context-type="linenumber">27</context>
@@ -2422,7 +2422,7 @@
2422 </context-group> 2422 </context-group>
2423 <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></trans-unit><trans-unit id="088684e4c0436e16b0d1da3715a20a26246eac26" datatype="html"> 2423 <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></trans-unit><trans-unit id="088684e4c0436e16b0d1da3715a20a26246eac26" datatype="html">
2424 <source> 2424 <source>
2425 Published &lt;x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/>&lt;x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> - &lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2425 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>"/>
2426 </source><target state="new"/> 2426 </source><target state="new"/>
2427 <context-group purpose="location"> 2427 <context-group purpose="location">
2428 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2428 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2430,7 +2430,7 @@
2430 </context-group> 2430 </context-group>
2431 </trans-unit><trans-unit id="3d954eec35eb76d3578054a5d9aa7a4f979d10ed" datatype="html"> 2431 </trans-unit><trans-unit id="3d954eec35eb76d3578054a5d9aa7a4f979d10ed" datatype="html">
2432 <source> 2432 <source>
2433 Published &lt;x id="START_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;my-date-toggle>"/>&lt;x id="CLOSE_TAG_MY-DATE-TOGGLE" ctype="x-my-date-toggle" equiv-text="&lt;/my-date-toggle>"/> &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/> - &lt;x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 2433 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>"/>
2434 </source><target state="new"/> 2434 </source><target state="new"/>
2435 <context-group purpose="location"> 2435 <context-group purpose="location">
2436 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context> 2436 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
@@ -2459,8 +2459,8 @@
2459 </context-group> 2459 </context-group>
2460 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit> 2460 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context><context context-type="linenumber">118</context></context-group></trans-unit>
2461 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4"> 2461 <trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4">
2462 <source>By &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source> 2462 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2463 <target>Par <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target> 2463 <target>Par &lt;x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></target>
2464 <context-group name="null"> 2464 <context-group name="null">
2465 <context context-type="linenumber">129</context> 2465 <context context-type="linenumber">129</context>
2466 </context-group> 2466 </context-group>
@@ -2555,8 +2555,8 @@
2555 </context-group> 2555 </context-group>
2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 2556 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
2557 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e"> 2557 <trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e">
2558 <source>View all &lt;x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source> 2558 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2559 <target>Voir les <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses</target> 2559 <target>Voir les &lt;x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> réponses</target>
2560 <context-group name="null"> 2560 <context-group name="null">
2561 <context context-type="linenumber">55</context> 2561 <context context-type="linenumber">55</context>
2562 </context-group> 2562 </context-group>
@@ -2809,8 +2809,8 @@
2809 </context-group> 2809 </context-group>
2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 2810 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
2811 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b"> 2811 <trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b">
2812 <source>Created &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2812 <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>
2813 <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> 2813 <target>Créé le &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2814 <context-group name="null"> 2814 <context-group name="null">
2815 <context context-type="linenumber">11</context> 2815 <context context-type="linenumber">11</context>
2816 </context-group> 2816 </context-group>
@@ -2865,8 +2865,8 @@
2865 </context-group> 2865 </context-group>
2866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit> 2866 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">6</context></context-group></trans-unit>
2867 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e"> 2867 <trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e">
2868 <source>Edit user &lt;x id="INTERPOLATION" equiv-text="{{ username }}"/></source> 2868 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
2869 <target>Éditer l'utilisateur <x id="INTERPOLATION" equiv-text="{{ username }}"/></target> 2869 <target>Éditer l'utilisateur &lt;x id="INTERPOLATION" equiv-text="{{ username }}"/></target>
2870 <context-group name="null"> 2870 <context-group name="null">
2871 <context context-type="linenumber">2</context> 2871 <context context-type="linenumber">2</context>
2872 </context-group> 2872 </context-group>
@@ -2901,12 +2901,12 @@
2901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit> 2901 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context><context context-type="linenumber">42</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">43</context></context-group></trans-unit>
2902 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345"> 2902 <trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345">
2903 <source> 2903 <source>
2904 Transcoding is enabled on server. The video quota only take in account &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2904 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2905 At most, this user could use ~ &lt;x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2905 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2906 </source> 2906 </source>
2907 <target> 2907 <target>
2908 L'encodage est activé sur le serveur. Le quota de vidéos ne prend en compte que la vidéo <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originale<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 2908 L'encodage est activé sur le serveur. Le quota de vidéos ne prend en compte que la vidéo &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>originale&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>. &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>
2909 Au pire, cet utilisateur pourrait utiliser ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>. 2909 Au pire, cet utilisateur pourrait utiliser ~ &lt;x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
2910 </target> 2910 </target>
2911 <context-group name="null"> 2911 <context-group name="null">
2912 <context context-type="linenumber">66</context> 2912 <context context-type="linenumber">66</context>
@@ -2983,15 +2983,15 @@
2983 </context-group> 2983 </context-group>
2984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit> 2984 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">19</context></context-group></trans-unit>
2985 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5"> 2985 <trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5">
2986 <source>Username &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2986 <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>
2987 <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> 2987 <target>Identifiant &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2988 <context-group name="null"> 2988 <context-group name="null">
2989 <context context-type="linenumber">40</context> 2989 <context context-type="linenumber">40</context>
2990 </context-group> 2990 </context-group>
2991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit> 2991 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context><context context-type="linenumber">40</context></context-group></trans-unit>
2992 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074"> 2992 <trans-unit id="df84781eeb873f037ee688789bde034be9b49074">
2993 <source>Video quota &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 2993 <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>
2994 <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> 2994 <target>Quota des vidéo &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
2995 <context-group name="null"> 2995 <context-group name="null">
2996 <context context-type="linenumber">42</context> 2996 <context context-type="linenumber">42</context>
2997 </context-group> 2997 </context-group>
@@ -3039,8 +3039,8 @@
3039 </context-group> 3039 </context-group>
3040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3040 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3041 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9"> 3041 <trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9">
3042 <source>&lt;x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source> 3042 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Manually blacklisted videos' : 'Blacklisted videos' }}"/></source>
3043 <target><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Vidéos mises sur liste noire automatiquement' : 'Vidéos mises sur liste noire' }}"/></target> 3043 <target>&lt;x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? 'Vidéos mises sur liste noire automatiquement' : 'Vidéos mises sur liste noire' }}"/></target>
3044 <context-group name="null"> 3044 <context-group name="null">
3045 <context context-type="linenumber">7</context> 3045 <context context-type="linenumber">7</context>
3046 </context-group> 3046 </context-group>
@@ -3067,8 +3067,8 @@
3067 </context-group> 3067 </context-group>
3068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit> 3068 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context><context context-type="linenumber">13</context></context-group></trans-unit>
3069 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf"> 3069 <trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf">
3070 <source>Video name &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3070 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source>
3071 <target>Nom de la vidéo <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3071 <target>Nom de la vidéo &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3072 <context-group name="null"> 3072 <context-group name="null">
3073 <context context-type="linenumber">8</context> 3073 <context context-type="linenumber">8</context>
3074 </context-group> 3074 </context-group>
@@ -3088,8 +3088,8 @@
3088 </context-group> 3088 </context-group>
3089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 3089 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit>
3090 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99"> 3090 <trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99">
3091 <source>Date &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3091 <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>
3092 <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> 3092 <target>Date &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3093 <context-group name="null"> 3093 <context-group name="null">
3094 <context context-type="linenumber">11</context> 3094 <context context-type="linenumber">11</context>
3095 </context-group> 3095 </context-group>
@@ -3155,8 +3155,8 @@
3155 </context-group> 3155 </context-group>
3156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 3156 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">14</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
3157 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9"> 3157 <trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9">
3158 <source>State &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3158 <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>
3159 <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> 3159 <target>État &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3160 <context-group name="null"> 3160 <context-group name="null">
3161 <context context-type="linenumber">11</context> 3161 <context context-type="linenumber">11</context>
3162 </context-group> 3162 </context-group>
@@ -3197,8 +3197,8 @@
3197 </context-group> 3197 </context-group>
3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit> 3198 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">10</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context><context context-type="linenumber">12</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">5</context></context-group></trans-unit>
3199 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4"> 3199 <trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4">
3200 <source>Muted at &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></source> 3200 <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>
3201 <target>Rendu silencieux <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target> 3201 <target>Rendu silencieux &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/></target>
3202 <context-group name="null"> 3202 <context-group name="null">
3203 <context context-type="linenumber">13</context> 3203 <context context-type="linenumber">13</context>
3204 </context-group> 3204 </context-group>
@@ -3286,10 +3286,10 @@
3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 3286 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
3287 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005"> 3287 <trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005">
3288 <source> 3288 <source>
3289 &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> &lt;x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" 3289 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
3290 </source> 3290 </source>
3291 <target> 3291 <target>
3292 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>" 3292 &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> &lt;x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for "&lt;x id="INTERPOLATION_1" equiv-text="{{ search }}"/>"
3293 </target> 3293 </target>
3294 <context-group name="null"> 3294 <context-group name="null">
3295 <context context-type="linenumber">22</context> 3295 <context context-type="linenumber">22</context>
@@ -3314,10 +3314,10 @@
3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit> 3314 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context><context context-type="linenumber">28</context></context-group></trans-unit>
3315 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407"> 3315 <trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407">
3316 <source> 3316 <source>
3317 This &lt;x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings. 3317 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3318 </source> 3318 </source>
3319 <target> 3319 <target>
3320 Ce <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> ne dispose pas de paramétrage. 3320 Ce &lt;x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> ne dispose pas de paramétrage.
3321 </target> 3321 </target>
3322 <context-group name="null"> 3322 <context-group name="null">
3323 <context context-type="linenumber">22</context> 3323 <context context-type="linenumber">22</context>
@@ -3436,7 +3436,7 @@
3436 </context-group> 3436 </context-group>
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">68</context></context-group></trans-unit><trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" 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">68</context></context-group></trans-unit><trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html">
3438 <source> 3438 <source>
3439 Enabling it will allow other administrators to know that you are mainly federating sensitive content.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3439 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/>"/>
3440 Moreover, the NSFW checkbox on video upload will be automatically checked by default. 3440 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3441 </source><target state="new"/> 3441 </source><target state="new"/>
3442 <context-group purpose="location"> 3442 <context-group purpose="location">
@@ -3452,7 +3452,7 @@
3452 </context-group> 3452 </context-group>
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">81</context></context-group></trans-unit><trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html"> 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">81</context></context-group></trans-unit><trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html">
3454 <source> 3454 <source>
3455 With &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 3455 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.
3456 </source><target state="new"/> 3456 </source><target state="new"/>
3457 <context-group purpose="location"> 3457 <context-group purpose="location">
3458 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3458 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3799,10 +3799,10 @@
3799 </context-group> 3799 </context-group>
3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group></trans-unit><trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html"> 3800 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">431</context></context-group></trans-unit><trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html">
3801 <source> 3801 <source>
3802 If your instance is whitelisted by Twitter, a video player will be embedded in the Twitter feed on PeerTube video share.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3802 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/>"/>
3803 If the instance is not whitelisted, we use an image link card that will redirect on your PeerTube instance.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3803 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/>"/>
3804 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on 3804 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
3805 &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>https://cards-dev.twitter.com/validator&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 3805 <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>"/>
3806 to see if you instance is whitelisted. 3806 to see if you instance is whitelisted.
3807 </source><target state="new"/> 3807 </source><target state="new"/>
3808 <context-group purpose="location"> 3808 <context-group purpose="location">
@@ -3866,14 +3866,14 @@
3866 </context-group> 3866 </context-group>
3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50" datatype="html"> 3867 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">486</context></context-group></trans-unit><trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50" datatype="html">
3868 <source> 3868 <source>
3869 &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> 3869 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Requires ffmpeg >= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>
3870 3870
3871 &lt;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:&lt;x id="CLOSE_PARAGRAPH" ctype="x-p" equiv-text="&lt;/p>"/> 3871 <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>"/>
3872 &lt;x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/> 3872 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul>"/>
3873 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Resolution change is smoother&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 3873 <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>"/>
3874 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>Faster playback in particular with long videos&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 3874 <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>"/>
3875 &lt;x id="START_LIST_ITEM" ctype="x-li" equiv-text="&lt;li>"/>More stable playback (less bugs/infinite loading)&lt;x id="CLOSE_LIST_ITEM" ctype="x-li" equiv-text="&lt;/li>"/> 3875 <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>"/>
3876 &lt;x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/> 3876 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul>"/>
3877 </source><target state="new"/> 3877 </source><target state="new"/>
3878 <context-group purpose="location"> 3878 <context-group purpose="location">
3879 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3879 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3894,8 +3894,8 @@
3894 </context-group> 3894 </context-group>
3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">517</context></context-group></trans-unit> 3895 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">517</context></context-group></trans-unit>
3896 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a"> 3896 <trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a">
3897 <source>Resolution &lt;x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source> 3897 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
3898 <target>Résolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> activée</target> 3898 <target>Résolution &lt;x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> activée</target>
3899 <context-group name="null"> 3899 <context-group name="null">
3900 <context context-type="linenumber">532</context> 3900 <context context-type="linenumber">532</context>
3901 </context-group> 3901 </context-group>
@@ -3943,7 +3943,7 @@
3943 </context-group> 3943 </context-group>
3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html"> 3944 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context><context context-type="linenumber">575</context></context-group></trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
3945 <source> 3945 <source>
3946 Write JavaScript code directly.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: &lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3946 Write JavaScript code directly.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>Example: <x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>console.log('my instance is amazing');<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3947 </source><target state="new"/> 3947 </source><target state="new"/>
3948 <context-group purpose="location"> 3948 <context-group purpose="location">
3949 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3949 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -3951,17 +3951,17 @@
3951 </context-group> 3951 </context-group>
3952 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html"> 3952 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
3953 <source> 3953 <source>
3954 Write CSS code directly. Example:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3954 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/>"/>
3955&lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3955<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
3956 color: red; 3956 color: red;
3957&lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 3957<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
3958&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3958<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3959 3959
3960 Prepend with &lt;x id="START_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;em>"/>#custom-css&lt;x id="CLOSE_EMPHASISED_TEXT" ctype="x-em" equiv-text="&lt;/em>"/> to override styles. Example:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 3960 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/>"/>
3961&lt;x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email &lt;x id="INTERPOLATION" equiv-text="{{ '{' }}"/> 3961<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre>"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ '{' }}"/>
3962 color: red; 3962 color: red;
3963&lt;x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/> 3963<x id="INTERPOLATION_1" equiv-text="{{ '}' }}"/>
3964&lt;x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/> 3964<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre>"/>
3965 </source><target state="new"/> 3965 </source><target state="new"/>
3966 <context-group purpose="location"> 3966 <context-group purpose="location">
3967 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context> 3967 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
@@ -4059,7 +4059,7 @@
4059 </context-group> 4059 </context-group>
4060 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html"> 4060 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context><context context-type="linenumber">3</context></context-group></trans-unit><trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4061 <source> 4061 <source>
4062 With &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Do not list&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/> or &lt;x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong>"/>Blur thumbnails&lt;x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong>"/>, a confirmation will be requested to watch the video. 4062 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.
4063 </source><target state="new"/> 4063 </source><target state="new"/>
4064 <context-group purpose="location"> 4064 <context-group purpose="location">
4065 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context> 4065 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
@@ -4110,10 +4110,10 @@
4110 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit> 4110 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context><context context-type="linenumber">27</context></context-group></trans-unit>
4111 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1"> 4111 <trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1">
4112 <source> 4112 <source>
4113 Your current email is &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.email }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> 4113 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>"/>
4114</source> 4114</source>
4115 <target> 4115 <target>
4116 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>"/> 4116 Votre courriel actuel est &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.email }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/>
4117</target> 4117</target>
4118 <context-group name="null"> 4118 <context-group name="null">
4119 <context context-type="linenumber">4</context> 4119 <context context-type="linenumber">4</context>
@@ -4121,10 +4121,10 @@
4121 <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></trans-unit> 4121 <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></trans-unit>
4122 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05"> 4122 <trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05">
4123 <source> 4123 <source>
4124 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> is awaiting email verification 4124 <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
4125</source> 4125</source>
4126 <target> 4126 <target>
4127 <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. 4127 &lt;x id="START_TAG_SPAN" ctype="x-span" equiv-text="&lt;span>"/>&lt;x id="INTERPOLATION" equiv-text="{{ user.pendingEmail }}"/>&lt;x id="CLOSE_TAG_SPAN" ctype="x-span" equiv-text="&lt;/span>"/> est en attente de la vérification de votre courriel.
4128</target> 4128</target>
4129 <context-group name="null"> 4129 <context-group name="null">
4130 <context context-type="linenumber">8</context> 4130 <context context-type="linenumber">8</context>
@@ -4217,11 +4217,11 @@
4217 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02"> 4217 <trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02">
4218 <source> 4218 <source>
4219 Created 4219 Created
4220 &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 4220 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4221 </source> 4221 </source>
4222 <target> 4222 <target>
4223 Créé 4223 Créé
4224 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/> 4224 &lt;x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon>"/>&lt;x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon>"/>
4225 </target> 4225 </target>
4226 <context-group name="null"> 4226 <context-group name="null">
4227 <context context-type="linenumber">15</context> 4227 <context context-type="linenumber">15</context>
@@ -4242,8 +4242,8 @@
4242 </context-group> 4242 </context-group>
4243 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit> 4243 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context><context context-type="linenumber">20</context></context-group></trans-unit>
4244 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff"> 4244 <trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff">
4245 <source>&lt;x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source> 4245 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
4246 <target><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target> 4246 <target>&lt;x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></target>
4247 <context-group name="null"> 4247 <context-group name="null">
4248 <context context-type="linenumber">38</context> 4248 <context context-type="linenumber">38</context>
4249 </context-group> 4249 </context-group>
@@ -4263,8 +4263,8 @@
4263 </context-group> 4263 </context-group>
4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit> 4264 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context><context context-type="linenumber">15</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">10</context></context-group></trans-unit>
4265 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3"> 4265 <trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3">
4266 <source>&lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source> 4266 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
4267 <target><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> abonnés</target> 4267 <target>&lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> abonnés</target>
4268 <context-group name="null"> 4268 <context-group name="null">
4269 <context context-type="linenumber">14</context> 4269 <context context-type="linenumber">14</context>
4270 </context-group> 4270 </context-group>
@@ -4300,8 +4300,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4300 </context-group> 4300 </context-group>
4301 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">67</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit> 4301 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">67</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context><context context-type="linenumber">67</context></context-group></trans-unit>
4302 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503"> 4302 <trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503">
4303 <source>&lt;x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source> 4303 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
4304 <target><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> abonnés</target> 4304 <target>&lt;x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> abonnés</target>
4305 <context-group name="null"> 4305 <context-group name="null">
4306 <context context-type="linenumber">10</context> 4306 <context context-type="linenumber">10</context>
4307 </context-group> 4307 </context-group>
@@ -4314,8 +4314,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4314 </context-group> 4314 </context-group>
4315 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit> 4315 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context><context context-type="linenumber">15</context></context-group></trans-unit>
4316 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9"> 4316 <trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9">
4317 <source>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source> 4317 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
4318 <target>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target> 4318 <target>(extensions: &lt;x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: &lt;x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</target>
4319 <context-group name="null"> 4319 <context-group name="null">
4320 <context context-type="linenumber">18</context> 4320 <context context-type="linenumber">18</context>
4321 </context-group> 4321 </context-group>
@@ -4349,8 +4349,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4349 </context-group> 4349 </context-group>
4350 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit> 4350 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context><context context-type="linenumber">1</context></context-group></trans-unit>
4351 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add"> 4351 <trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add">
4352 <source>Created by &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source> 4352 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
4353 <target>Créée par <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target> 4353 <target>Créée par &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></target>
4354 <context-group name="null"> 4354 <context-group name="null">
4355 <context context-type="linenumber">17</context> 4355 <context context-type="linenumber">17</context>
4356 </context-group> 4356 </context-group>
@@ -4378,11 +4378,11 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4378 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit> 4378 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">4</context></context-group></trans-unit>
4379 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131"> 4379 <trans-unit id="29c45bf49891748f930ef78b2e09857498b15131">
4380 <source> 4380 <source>
4381 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4381 <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>"/>
4382 Delete history 4382 Delete history
4383 </source> 4383 </source>
4384 <target> 4384 <target>
4385 <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>"/> 4385 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
4386 Supprimer l'historique 4386 Supprimer l'historique
4387 </target> 4387 </target>
4388 <context-group name="null"> 4388 <context-group name="null">
@@ -4398,11 +4398,11 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit> 4398 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context><context context-type="linenumber">14</context></context-group></trans-unit>
4399 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c"> 4399 <trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c">
4400 <source> 4400 <source>
4401 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4401 <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>"/>
4402 Notification preferences 4402 Notification preferences
4403 </source> 4403 </source>
4404 <target> 4404 <target>
4405 <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>"/> 4405 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
4406 Préférences de notification 4406 Préférences de notification
4407 </target> 4407 </target>
4408 <context-group name="null"> 4408 <context-group name="null">
@@ -4411,11 +4411,11 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit> 4411 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context><context context-type="linenumber">2</context></context-group></trans-unit>
4412 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850"> 4412 <trans-unit id="653df8973772369f71454924a6412c0a1a84c850">
4413 <source> 4413 <source>
4414 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/> 4414 <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>"/>
4415 Mark all as read 4415 Mark all as read
4416 </source> 4416 </source>
4417 <target> 4417 <target>
4418 <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>"/> 4418 &lt;x id="START_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;my-global-icon>"/>&lt;x id="CLOSE_TAG_MY-GLOBAL-ICON" ctype="x-my-global-icon" equiv-text="&lt;/my-global-icon>"/>
4419 Marquer tout comme lu 4419 Marquer tout comme lu
4420 </target> 4420 </target>
4421 <context-group name="null"> 4421 <context-group name="null">
@@ -4465,7 +4465,7 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4465 </context-group> 4465 </context-group>
4466 <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></trans-unit><trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html"> 4466 <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></trans-unit><trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
4467 <source> 4467 <source>
4468 If you need help to use PeerTube, you can have a look at the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>documentation&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4468 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>"/>.
4469 </source><target state="new"/> 4469 </source><target state="new"/>
4470 <context-group purpose="location"> 4470 <context-group purpose="location">
4471 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context> 4471 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
@@ -4564,8 +4564,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4564 </context-group> 4564 </context-group>
4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit> 4565 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/accounts.component.html</context><context context-type="linenumber">23</context></context-group></trans-unit>
4566 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578"> 4566 <trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578">
4567 <source>&lt;x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source> 4567 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
4568 <target><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> abonnés</target> 4568 <target>&lt;x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> abonnés</target>
4569 <context-group name="null"> 4569 <context-group name="null">
4570 <context context-type="linenumber">31</context> 4570 <context context-type="linenumber">31</context>
4571 </context-group> 4571 </context-group>
@@ -4617,8 +4617,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4617 </context-group> 4617 </context-group>
4618 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit> 4618 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context><context context-type="linenumber">8</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">16</context></context-group></trans-unit>
4619 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc"> 4619 <trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc">
4620 <source>Joined &lt;x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source> 4620 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
4621 <target>Créé le <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target> 4621 <target>Créé le &lt;x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></target>
4622 <context-group name="null"> 4622 <context-group name="null">
4623 <context context-type="linenumber">10</context> 4623 <context context-type="linenumber">10</context>
4624 </context-group> 4624 </context-group>
@@ -4638,18 +4638,18 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4638 </context-group> 4638 </context-group>
4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 4639 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4640 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40"> 4640 <trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40">
4641 <source>Created &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source> 4641 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
4642 <target>Créé le <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target> 4642 <target>Créé le &lt;x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></target>
4643 <context-group name="null"> 4643 <context-group name="null">
4644 <context context-type="linenumber">17</context> 4644 <context context-type="linenumber">17</context>
4645 </context-group> 4645 </context-group>
4646 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit> 4646 <context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context><context context-type="linenumber">17</context></context-group></trans-unit>
4647 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e"> 4647 <trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e">
4648 <source> 4648 <source>
4649 Created &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists 4649 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
4650</source> 4650</source>
4651 <target> 4651 <target>
4652 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> listes de lecture créées. 4652 &lt;x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> listes de lecture créées.
4653</target> 4653</target>
4654 <context-group name="null"> 4654 <context-group name="null">
4655 <context context-type="linenumber">1</context> 4655 <context context-type="linenumber">1</context>
@@ -4677,8 +4677,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4677 </context-group> 4677 </context-group>
4678 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit> 4678 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about.component.html</context><context context-type="linenumber">9</context></context-group></trans-unit>
4679 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473"> 4679 <trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473">
4680 <source>Contact &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source> 4680 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
4681 <target>Contacter l'administrateur de <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target> 4681 <target>Contacter l'administrateur de &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
4682 <context-group name="null"> 4682 <context-group name="null">
4683 <context context-type="linenumber">3</context> 4683 <context context-type="linenumber">3</context>
4684 </context-group> 4684 </context-group>
@@ -4712,8 +4712,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4712 </context-group> 4712 </context-group>
4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit> 4713 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context><context context-type="linenumber">38</context></context-group></trans-unit>
4714 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07"> 4714 <trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07">
4715 <source>About &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source> 4715 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
4716 <target>À propos de l'instance <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target> 4716 <target>À propos de l'instance &lt;x id="INTERPOLATION" equiv-text="{{ instanceName }}"/></target>
4717 <context-group name="null"> 4717 <context-group name="null">
4718 <context context-type="linenumber">5</context> 4718 <context context-type="linenumber">5</context>
4719 </context-group> 4719 </context-group>
@@ -4836,10 +4836,10 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4836 </trans-unit> 4836 </trans-unit>
4837 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5"> 4837 <trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5">
4838 <source> 4838 <source>
4839 It is a free and open-source software, under the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4839 It is a free and open-source software, under the <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>AGPLv3 licence<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4840 </source> 4840 </source>
4841 <target> 4841 <target>
4842 C'est un logiciel libre et open-source, sous <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4842 C'est un logiciel libre et open-source, sous &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>licence AGPLv3&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4843 </target> 4843 </target>
4844 <context-group name="null"> 4844 <context-group name="null">
4845 <context context-type="linenumber">12</context> 4845 <context context-type="linenumber">12</context>
@@ -4847,10 +4847,10 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit> 4847 <context-group purpose="location"><context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context><context context-type="linenumber">12</context></context-group></trans-unit>
4848 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a"> 4848 <trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a">
4849 <source> 4849 <source>
4850 For more information, please visit &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4850 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>"/>.
4851 </source> 4851 </source>
4852 <target> 4852 <target>
4853 Pour plus d'informations, merci de visiter <x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>. 4853 Pour plus d'informations, merci de visiter &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>joinpeertube.org&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>.
4854 </target> 4854 </target>
4855 <context-group name="null"> 4855 <context-group name="null">
4856 <context context-type="linenumber">16</context> 4856 <context context-type="linenumber">16</context>
@@ -4953,9 +4953,9 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
4953 </context-group> 4953 </context-group>
4954 </trans-unit><trans-unit id="f3f91d9724f1cd580b3b71d1a53a48f6f5cc0a87" datatype="html"> 4954 </trans-unit><trans-unit id="f3f91d9724f1cd580b3b71d1a53a48f6f5cc0a87" datatype="html">
4955 <source> 4955 <source>
4956 Web peers are not publicly accessible: because we use WebRTC inside the web browser (&lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>with the WebTorrent library&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent. 4956 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 WebTorrent library<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>), the protocol is different from classic BitTorrent.
4957 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. 4957 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.
4958 See &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>this document&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> for more information 4958 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
4959 </source><target state="new"/> 4959 </source><target state="new"/>
4960 <context-group purpose="location"> 4960 <context-group purpose="location">
4961 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context> 4961 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
@@ -5174,11 +5174,11 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5174 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit> 5174 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.html</context><context context-type="linenumber">56</context></context-group></trans-unit>
5175 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b"> 5175 <trans-unit id="6c7534a7c0265f2285e952978b4241211199172b">
5176 <source> 5176 <source>
5177 A channel is an entity in which you upload your videos. Creating several of them helps you to organize and separate your content.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> 5177 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/>"/>
5178 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. 5178 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.
5179 </source> 5179 </source>
5180 <target> 5180 <target>
5181 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/>"/>. 5181 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.&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/>.
5182 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> 5182 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>
5183 <context-group name="null"> 5183 <context-group name="null">
5184 <context context-type="linenumber">4</context> 5184 <context context-type="linenumber">4</context>
@@ -5258,14 +5258,14 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5258 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c"> 5258 <trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c">
5259 <source> 5259 <source>
5260 I am at least 16 years old and agree 5260 I am at least 16 years old and agree
5261 to the &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Terms&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> 5261 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>"/>
5262 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> and to the &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code of Conduct&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/> 5262 <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>"/>
5263 of this instance 5263 of this instance
5264 </source> 5264 </source>
5265 <target> 5265 <target>
5266 J'ai au moins 16 ans et je suis d'accord 5266 J'ai au moins 16 ans et je suis d'accord
5267 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>"/> 5267 avec les &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Conditions&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>
5268 <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>"/> 5268 &lt;x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container>"/> et le &lt;x id="START_LINK_1" ctype="x-a" equiv-text="&lt;a>"/>Code de Conduite&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/>&lt;x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container>"/>
5269 de cette instance 5269 de cette instance
5270 </target> 5270 </target>
5271 <context-group name="null"> 5271 <context-group name="null">
@@ -5310,8 +5310,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5310 </context-group> 5310 </context-group>
5311 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5311 <context-group purpose="location"><context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5312 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4"> 5312 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4">
5313 <source>Published &lt;x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source> 5313 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source>
5314 <target>A publié <x id="INTERPOLATION" equiv-text="{{total}}"/> vidéos</target> 5314 <target>A publié &lt;x id="INTERPOLATION" equiv-text="{{total}}"/> vidéos</target>
5315 <context-group name="null"> 5315 <context-group name="null">
5316 <context context-type="linenumber">1</context> 5316 <context context-type="linenumber">1</context>
5317 </context-group> 5317 </context-group>
@@ -5478,8 +5478,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5478 </context-group> 5478 </context-group>
5479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5479 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5480 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b"> 5480 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b">
5481 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source> 5481 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source>
5482 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> a été accepté des instances qui vous suivent</target> 5482 <target>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> a été accepté des instances qui vous suivent</target>
5483 <context-group name="null"> 5483 <context-group name="null">
5484 <context context-type="linenumber">1</context> 5484 <context context-type="linenumber">1</context>
5485 </context-group> 5485 </context-group>
@@ -5499,8 +5499,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5499 </context-group> 5499 </context-group>
5500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5500 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5501 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79"> 5501 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79">
5502 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source> 5502 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source>
5503 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> a été retiré des instances qui vous suivent</target> 5503 <target>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> a été retiré des instances qui vous suivent</target>
5504 <context-group name="null"> 5504 <context-group name="null">
5505 <context context-type="linenumber">1</context> 5505 <context context-type="linenumber">1</context>
5506 </context-group> 5506 </context-group>
@@ -5513,15 +5513,15 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5513 </context-group> 5513 </context-group>
5514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5514 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5515 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc"> 5515 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc">
5516 <source>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source> 5516 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source>
5517 <target><x id="INTERPOLATION" equiv-text="{{handle}}"/> supprimé des abonnés de votre instance</target> 5517 <target>&lt;x id="INTERPOLATION" equiv-text="{{handle}}"/> supprimé des abonnés de votre instance</target>
5518 <context-group name="null"> 5518 <context-group name="null">
5519 <context context-type="linenumber">1</context> 5519 <context context-type="linenumber">1</context>
5520 </context-group> 5520 </context-group>
5521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5521 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5522 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84"> 5522 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84">
5523 <source>&lt;x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source> 5523 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
5524 <target><x id="INTERPOLATION" equiv-text="{{host}}"/> n'est pas valide</target> 5524 <target>&lt;x id="INTERPOLATION" equiv-text="{{host}}"/> n'est pas valide</target>
5525 <context-group name="null"> 5525 <context-group name="null">
5526 <context context-type="linenumber">1</context> 5526 <context context-type="linenumber">1</context>
5527 </context-group> 5527 </context-group>
@@ -5541,8 +5541,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5541 </context-group> 5541 </context-group>
5542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5542 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5543 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50"> 5543 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50">
5544 <source>If you confirm, you will send a follow request to:&lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source> 5544 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> - </source>
5545 <target>Si vous confirmez, le système enverra une requête à : <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> pour le suivre - </target> 5545 <target>Si vous confirmez, le système enverra une requête à : &lt;x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/>"/> pour le suivre - </target>
5546 <context-group name="null"> 5546 <context-group name="null">
5547 <context context-type="linenumber">1</context> 5547 <context context-type="linenumber">1</context>
5548 </context-group> 5548 </context-group>
@@ -5562,8 +5562,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5562 </context-group> 5562 </context-group>
5563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5563 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5564 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6"> 5564 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6">
5565 <source>Do you really want to unfollow &lt;x id="INTERPOLATION" equiv-text="{{host}}"/>?</source> 5565 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
5566 <target>Voulez-vous vraiment vous désabonner de <x id="INTERPOLATION" equiv-text="{{host}}"/> ?</target> 5566 <target>Voulez-vous vraiment vous désabonner de &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> ?</target>
5567 <context-group name="null"> 5567 <context-group name="null">
5568 <context context-type="linenumber">1</context> 5568 <context context-type="linenumber">1</context>
5569 </context-group> 5569 </context-group>
@@ -5576,8 +5576,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5576 </context-group> 5576 </context-group>
5577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5577 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5578 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0"> 5578 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0">
5579 <source>You are not following &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source> 5579 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
5580 <target>Vous n'êtes plus abonné à <x id="INTERPOLATION" equiv-text="{{host}}"/>.</target> 5580 <target>Vous n'êtes plus abonné à &lt;x id="INTERPOLATION" equiv-text="{{host}}"/>.</target>
5581 <context-group name="null"> 5581 <context-group name="null">
5582 <context context-type="linenumber">1</context> 5582 <context context-type="linenumber">1</context>
5583 </context-group> 5583 </context-group>
@@ -5597,22 +5597,22 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5597 </context-group> 5597 </context-group>
5598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5598 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5599 <trans-unit id="1123807fc813c816404598147173403d00117557"> 5599 <trans-unit id="1123807fc813c816404598147173403d00117557">
5600 <source>Redundancy for &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> is &lt;x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source> 5600 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
5601 <target>La redondance pour <x id="INTERPOLATION" equiv-text="{{host}}"/> est <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target> 5601 <target>La redondance pour &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> est &lt;x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></target>
5602 <context-group name="null"> 5602 <context-group name="null">
5603 <context context-type="linenumber">1</context> 5603 <context context-type="linenumber">1</context>
5604 </context-group> 5604 </context-group>
5605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5605 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5606 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da"> 5606 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da">
5607 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source> 5607 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
5608 <target>Compte <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé par votre instance.</target> 5608 <target>Compte &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé par votre instance.</target>
5609 <context-group name="null"> 5609 <context-group name="null">
5610 <context context-type="linenumber">1</context> 5610 <context context-type="linenumber">1</context>
5611 </context-group> 5611 </context-group>
5612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5612 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5613 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330"> 5613 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330">
5614 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source> 5614 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
5615 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> réactivé par votre instance.</target> 5615 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> réactivé par votre instance.</target>
5616 <context-group name="null"> 5616 <context-group name="null">
5617 <context context-type="linenumber">1</context> 5617 <context context-type="linenumber">1</context>
5618 </context-group> 5618 </context-group>
@@ -5667,15 +5667,15 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5667 </context-group> 5667 </context-group>
5668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5668 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5669 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611"> 5669 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611">
5670 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source> 5670 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
5671 <target>Vidéo <x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target> 5671 <target>Vidéo &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target>
5672 <context-group name="null"> 5672 <context-group name="null">
5673 <context context-type="linenumber">1</context> 5673 <context context-type="linenumber">1</context>
5674 </context-group> 5674 </context-group>
5675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5675 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5676 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5"> 5676 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5">
5677 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source> 5677 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
5678 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> vidéos retirées de la liste noire.</target> 5678 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> vidéos retirées de la liste noire.</target>
5679 <context-group name="null"> 5679 <context-group name="null">
5680 <context context-type="linenumber">1</context> 5680 <context context-type="linenumber">1</context>
5681 </context-group> 5681 </context-group>
@@ -5702,8 +5702,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5702 </context-group> 5702 </context-group>
5703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5703 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5704 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f"> 5704 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f">
5705 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source> 5705 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
5706 <target>Vidéo <x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target> 5706 <target>Vidéo &lt;x id="INTERPOLATION" equiv-text="{{name}}"/> retirée de la liste noire.</target>
5707 <context-group name="null"> 5707 <context-group name="null">
5708 <context context-type="linenumber">1</context> 5708 <context context-type="linenumber">1</context>
5709 </context-group> 5709 </context-group>
@@ -5723,29 +5723,29 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5723 </context-group> 5723 </context-group>
5724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5724 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5725 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9"> 5725 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9">
5726 <source>Update to &lt;x id="INTERPOLATION" equiv-text="{{version}}"/></source> 5726 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source>
5727 <target>Mettre à jour vers <x id="INTERPOLATION" equiv-text="{{version}}"/></target> 5727 <target>Mettre à jour vers &lt;x id="INTERPOLATION" equiv-text="{{version}}"/></target>
5728 <context-group name="null"> 5728 <context-group name="null">
5729 <context context-type="linenumber">1</context> 5729 <context context-type="linenumber">1</context>
5730 </context-group> 5730 </context-group>
5731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5731 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5732 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702"> 5732 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702">
5733 <source>Do you really want to uninstall &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source> 5733 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
5734 <target>Voulez-vous vraiment désinstaller <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target> 5734 <target>Voulez-vous vraiment désinstaller &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target>
5735 <context-group name="null"> 5735 <context-group name="null">
5736 <context context-type="linenumber">1</context> 5736 <context context-type="linenumber">1</context>
5737 </context-group> 5737 </context-group>
5738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5738 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5739 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144"> 5739 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144">
5740 <source>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source> 5740 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source>
5741 <target><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> désinstallé.</target> 5741 <target>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> désinstallé.</target>
5742 <context-group name="null"> 5742 <context-group name="null">
5743 <context context-type="linenumber">1</context> 5743 <context context-type="linenumber">1</context>
5744 </context-group> 5744 </context-group>
5745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5745 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5746 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b"> 5746 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b">
5747 <source>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source> 5747 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source>
5748 <target><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> mis à jour.</target> 5748 <target>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> mis à jour.</target>
5749 <context-group name="null"> 5749 <context-group name="null">
5750 <context context-type="linenumber">1</context> 5750 <context context-type="linenumber">1</context>
5751 </context-group> 5751 </context-group>
@@ -5765,15 +5765,15 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5765 </context-group> 5765 </context-group>
5766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5766 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5767 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b"> 5767 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b">
5768 <source>Install &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source> 5768 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
5769 <target>Installer <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target> 5769 <target>Installer &lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</target>
5770 <context-group name="null"> 5770 <context-group name="null">
5771 <context context-type="linenumber">1</context> 5771 <context context-type="linenumber">1</context>
5772 </context-group> 5772 </context-group>
5773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5773 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5774 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b"> 5774 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b">
5775 <source>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source> 5775 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source>
5776 <target><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installé.</target> 5776 <target>&lt;x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installé.</target>
5777 <context-group name="null"> 5777 <context-group name="null">
5778 <context context-type="linenumber">1</context> 5778 <context context-type="linenumber">1</context>
5779 </context-group> 5779 </context-group>
@@ -5856,15 +5856,15 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5856 </context-group> 5856 </context-group>
5857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5857 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5858 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa"> 5858 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa">
5859 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source> 5859 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
5860 <target>Utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/> créé.</target> 5860 <target>Utilisateur·rice &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> créé.</target>
5861 <context-group name="null"> 5861 <context-group name="null">
5862 <context context-type="linenumber">1</context> 5862 <context context-type="linenumber">1</context>
5863 </context-group> 5863 </context-group>
5864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5864 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5865 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842"> 5865 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842">
5866 <source>Password changed for user &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</source> 5866 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
5867 <target>Mot de passe changé pour l'utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 5867 <target>Mot de passe changé pour l'utilisateur·rice &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
5868 <context-group name="null"> 5868 <context-group name="null">
5869 <context context-type="linenumber">1</context> 5869 <context context-type="linenumber">1</context>
5870 </context-group> 5870 </context-group>
@@ -5877,8 +5877,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5877 </context-group> 5877 </context-group>
5878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5878 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5879 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32"> 5879 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32">
5880 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source> 5880 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
5881 <target>Utilisateur·rice <x id="INTERPOLATION" equiv-text="{{username}}"/> mis à jour.</target> 5881 <target>Utilisateur·rice &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> mis à jour.</target>
5882 <context-group name="null"> 5882 <context-group name="null">
5883 <context context-type="linenumber">1</context> 5883 <context context-type="linenumber">1</context>
5884 </context-group> 5884 </context-group>
@@ -5891,8 +5891,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5891 </context-group> 5891 </context-group>
5892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5892 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5893 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548"> 5893 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548">
5894 <source>An email asking for password reset has been sent to &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</source> 5894 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
5895 <target>Un mail demandant la réinitialisation du mot de passe a été envoyé à <x id="INTERPOLATION" equiv-text="{{username}}"/>.</target> 5895 <target>Un mail demandant la réinitialisation du mot de passe a été envoyé à &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>.</target>
5896 <context-group name="null"> 5896 <context-group name="null">
5897 <context context-type="linenumber">1</context> 5897 <context context-type="linenumber">1</context>
5898 </context-group> 5898 </context-group>
@@ -5919,15 +5919,15 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5919 </context-group> 5919 </context-group>
5920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><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> 5920 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group><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>
5921 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e"> 5921 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e">
5922 <source>Do you really want to unban &lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source> 5922 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
5923 <target>Voulez-vous vraiment rétablir <x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices ?</target> 5923 <target>Voulez-vous vraiment rétablir &lt;x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices ?</target>
5924 <context-group name="null"> 5924 <context-group name="null">
5925 <context context-type="linenumber">1</context> 5925 <context context-type="linenumber">1</context>
5926 </context-group> 5926 </context-group>
5927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5927 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5928 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd"> 5928 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd">
5929 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source> 5929 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
5930 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·rices rétablis.</target> 5930 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·rices rétablis.</target>
5931 <context-group name="null"> 5931 <context-group name="null">
5932 <context context-type="linenumber">1</context> 5932 <context context-type="linenumber">1</context>
5933 </context-group> 5933 </context-group>
@@ -5947,29 +5947,29 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
5947 </context-group> 5947 </context-group>
5948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5948 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5949 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329"> 5949 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329">
5950 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source> 5950 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
5951 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices supprimé·e·s.</target> 5951 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices supprimé·e·s.</target>
5952 <context-group name="null"> 5952 <context-group name="null">
5953 <context context-type="linenumber">1</context> 5953 <context context-type="linenumber">1</context>
5954 </context-group> 5954 </context-group>
5955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5955 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5956 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650"> 5956 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650">
5957 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source> 5957 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
5958 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> adresses mail d'utilisateurs ont été vérifiées.</target> 5958 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> adresses mail d'utilisateurs ont été vérifiées.</target>
5959 <context-group name="null"> 5959 <context-group name="null">
5960 <context context-type="linenumber">1</context> 5960 <context context-type="linenumber">1</context>
5961 </context-group> 5961 </context-group>
5962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 5962 <context-group purpose="location"><context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
5963 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de"> 5963 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de">
5964 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source> 5964 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
5965 <target>Compte <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé.</target> 5965 <target>Compte &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé.</target>
5966 <context-group name="null"> 5966 <context-group name="null">
5967 <context context-type="linenumber">1</context> 5967 <context context-type="linenumber">1</context>
5968 </context-group> 5968 </context-group>
5969 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group><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> 5969 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context><context context-type="linenumber">1</context></context-group><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>
5970 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c"> 5970 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c">
5971 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source> 5971 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
5972 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> réactivée.</target> 5972 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> réactivée.</target>
5973 <context-group name="null"> 5973 <context-group name="null">
5974 <context context-type="linenumber">1</context> 5974 <context context-type="linenumber">1</context>
5975 </context-group> 5975 </context-group>
@@ -6206,8 +6206,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6206 </context-group> 6206 </context-group>
6207 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6207 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6208 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645"> 6208 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645">
6209 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source> 6209 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
6210 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> créée.</target> 6210 <target>Chaîne vidéo &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> créée.</target>
6211 <context-group name="null"> 6211 <context-group name="null">
6212 <context context-type="linenumber">1</context> 6212 <context context-type="linenumber">1</context>
6213 </context-group> 6213 </context-group>
@@ -6220,57 +6220,57 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6220 </context-group> 6220 </context-group>
6221 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6221 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6222 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559"> 6222 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559">
6223 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source> 6223 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
6224 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> mise à jour.</target> 6224 <target>Chaîne vidéo &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> mise à jour.</target>
6225 <context-group name="null"> 6225 <context-group name="null">
6226 <context context-type="linenumber">1</context> 6226 <context context-type="linenumber">1</context>
6227 </context-group> 6227 </context-group>
6228 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6228 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6229 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791"> 6229 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791">
6230 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (&lt;x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source> 6230 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source>
6231 <target>Voulez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> ? Cela supprimera toutes les vidéos de cette chaîne, et vous ne pourrez plus créer de nouvelles chaînes avec le même nom (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>) !</target> 6231 <target>Voulez-vous vraiment supprimer &lt;x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/> ? Cela supprimera toutes les vidéos de cette chaîne, et vous ne pourrez plus créer de nouvelles chaînes avec le même nom (&lt;x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>) !</target>
6232 <context-group name="null"> 6232 <context-group name="null">
6233 <context context-type="linenumber">1</context> 6233 <context context-type="linenumber">1</context>
6234 </context-group> 6234 </context-group>
6235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6235 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6236 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99"> 6236 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99">
6237 <source>Please type the display name of the video channel (&lt;x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source> 6237 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
6238 <target>Merci de saisir le nom de la chaîne vidéos (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) pour confirmer</target> 6238 <target>Merci de saisir le nom de la chaîne vidéos (&lt;x id="INTERPOLATION" equiv-text="{{displayName}}"/>) pour confirmer</target>
6239 <context-group name="null"> 6239 <context-group name="null">
6240 <context context-type="linenumber">1</context> 6240 <context context-type="linenumber">1</context>
6241 </context-group> 6241 </context-group>
6242 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6242 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6243 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2"> 6243 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2">
6244 <source>Video channel &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source> 6244 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
6245 <target>Chaîne vidéo <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> supprimée.</target> 6245 <target>Chaîne vidéo &lt;x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> supprimée.</target>
6246 <context-group name="null"> 6246 <context-group name="null">
6247 <context context-type="linenumber">1</context> 6247 <context context-type="linenumber">1</context>
6248 </context-group> 6248 </context-group>
6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6249 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6250 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d"> 6250 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d">
6251 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source> 6251 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
6252 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> créée.</target> 6252 <target>Liste de lecture &lt;x id="INTERPOLATION" equiv-text="{{playlistName}}"/> créée.</target>
6253 <context-group name="null"> 6253 <context-group name="null">
6254 <context context-type="linenumber">1</context> 6254 <context context-type="linenumber">1</context>
6255 </context-group> 6255 </context-group>
6256 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6256 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6257 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d"> 6257 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d">
6258 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source> 6258 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
6259 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> mise à jour.</target> 6259 <target>Liste de lecture &lt;x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> mise à jour.</target>
6260 <context-group name="null"> 6260 <context-group name="null">
6261 <context context-type="linenumber">1</context> 6261 <context context-type="linenumber">1</context>
6262 </context-group> 6262 </context-group>
6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6263 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6264 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783"> 6264 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783">
6265 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source> 6265 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
6266 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> ?</target> 6266 <target>Souhaitez-vous vraiment supprimer &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> ?</target>
6267 <context-group name="null"> 6267 <context-group name="null">
6268 <context context-type="linenumber">1</context> 6268 <context context-type="linenumber">1</context>
6269 </context-group> 6269 </context-group>
6270 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6270 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6271 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86"> 6271 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86">
6272 <source>Playlist &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source> 6272 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
6273 <target>Liste de lecture <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> supprimée.</target> 6273 <target>Liste de lecture &lt;x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> supprimée.</target>
6274 <context-group name="null"> 6274 <context-group name="null">
6275 <context context-type="linenumber">1</context> 6275 <context context-type="linenumber">1</context>
6276 </context-group> 6276 </context-group>
@@ -6283,29 +6283,29 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6283 </context-group> 6283 </context-group>
6284 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6284 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6285 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd"> 6285 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd">
6286 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source> 6286 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
6287 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos ?</target> 6287 <target>Souhaitez-vous vraiment supprimer &lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos ?</target>
6288 <context-group name="null"> 6288 <context-group name="null">
6289 <context context-type="linenumber">1</context> 6289 <context context-type="linenumber">1</context>
6290 </context-group> 6290 </context-group>
6291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6291 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6292 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83"> 6292 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83">
6293 <source>&lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source> 6293 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
6294 <target><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos supprimées.</target> 6294 <target>&lt;x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> vidéos supprimées.</target>
6295 <context-group name="null"> 6295 <context-group name="null">
6296 <context context-type="linenumber">1</context> 6296 <context context-type="linenumber">1</context>
6297 </context-group> 6297 </context-group>
6298 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6298 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6299 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7"> 6299 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7">
6300 <source>Do you really want to delete &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source> 6300 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
6301 <target>Souhaitez-vous vraiment supprimer <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target> 6301 <target>Souhaitez-vous vraiment supprimer &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</target>
6302 <context-group name="null"> 6302 <context-group name="null">
6303 <context context-type="linenumber">1</context> 6303 <context context-type="linenumber">1</context>
6304 </context-group> 6304 </context-group>
6305 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6305 <context-group purpose="location"><context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6306 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118"> 6306 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118">
6307 <source>Video &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source> 6307 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
6308 <target>La vidéo <x id="INTERPOLATION" equiv-text="{{videoName}}"/> a été supprimée.</target> 6308 <target>La vidéo &lt;x id="INTERPOLATION" equiv-text="{{videoName}}"/> a été supprimée.</target>
6309 <context-group name="null"> 6309 <context-group name="null">
6310 <context context-type="linenumber">1</context> 6310 <context context-type="linenumber">1</context>
6311 </context-group> 6311 </context-group>
@@ -6381,15 +6381,15 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6381 </context-group> 6381 </context-group>
6382 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6382 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6383 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6"> 6383 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6">
6384 <source>You are now logged in as &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>!</source> 6384 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
6385 <target>Vous êtes maintenant connecté en tant que <x id="INTERPOLATION" equiv-text="{{username}}"/> !</target> 6385 <target>Vous êtes maintenant connecté en tant que &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> !</target>
6386 <context-group name="null"> 6386 <context-group name="null">
6387 <context context-type="linenumber">1</context> 6387 <context context-type="linenumber">1</context>
6388 </context-group> 6388 </context-group>
6389 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6389 <context-group purpose="location"><context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6390 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706"> 6390 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706">
6391 <source>An email with verification link will be sent to &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 6391 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
6392 <target>Un courriel contenant un lien de vérification sera envoyé à <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 6392 <target>Un courriel contenant un lien de vérification sera envoyé à &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
6393 <context-group name="null"> 6393 <context-group name="null">
6394 <context context-type="linenumber">1</context> 6394 <context context-type="linenumber">1</context>
6395 </context-group> 6395 </context-group>
@@ -6493,9 +6493,9 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6493 </context-group> 6493 </context-group>
6494 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6494 <context-group purpose="location"><context context-type="sourcefile">src/app/core/auth/auth.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6495 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7"> 6495 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7">
6496 <source>Cannot retrieve OAuth Client credentials: &lt;x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 6496 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6497</source> 6497</source>
6498 <target>Impossible de retrouver les identifiants client OAuth : <x id="INTERPOLATION" equiv-text="{{errorText}}"/>. 6498 <target>Impossible de retrouver les identifiants client OAuth : &lt;x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6499</target> 6499</target>
6500 <context-group name="null"> 6500 <context-group name="null">
6501 <context context-type="linenumber">1</context> 6501 <context context-type="linenumber">1</context>
@@ -6544,8 +6544,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6544 </context-group> 6544 </context-group>
6545 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6545 <context-group purpose="location"><context context-type="sourcefile">src/app/login/login.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6546 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1"> 6546 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1">
6547 <source>An email with the reset password instructions will be sent to &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</source> 6547 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
6548 <target>Un email avec les instructions de changement de mot de passe a été envoyé à <x id="INTERPOLATION" equiv-text="{{email}}"/>.</target> 6548 <target>Un email avec les instructions de changement de mot de passe a été envoyé à &lt;x id="INTERPOLATION" equiv-text="{{email}}"/>.</target>
6549 <context-group name="null"> 6549 <context-group name="null">
6550 <context context-type="linenumber">1</context> 6550 <context context-type="linenumber">1</context>
6551 </context-group> 6551 </context-group>
@@ -6628,78 +6628,78 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
6628 </context-group> 6628 </context-group>
6629 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6629 <context-group purpose="location"><context context-type="sourcefile">src/app/search/search-filters.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6630 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d"> 6630 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d">
6631 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source> 6631 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
6632 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target> 6632 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> ans</target>
6633 <context-group name="null"> 6633 <context-group name="null">
6634 <context context-type="linenumber">1</context> 6634 <context context-type="linenumber">1</context>
6635 </context-group> 6635 </context-group>
6636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6636 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6637 <trans-unit id="e622d3813449fe36371ea258281059306819199d"> 6637 <trans-unit id="e622d3813449fe36371ea258281059306819199d">
6638 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source> 6638 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
6639 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target> 6639 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target>
6640 <context-group name="null"> 6640 <context-group name="null">
6641 <context context-type="linenumber">1</context> 6641 <context context-type="linenumber">1</context>
6642 </context-group> 6642 </context-group>
6643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6643 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6644 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b"> 6644 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b">
6645 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source> 6645 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
6646 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target> 6646 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> mois</target>
6647 <context-group name="null"> 6647 <context-group name="null">
6648 <context context-type="linenumber">1</context> 6648 <context context-type="linenumber">1</context>
6649 </context-group> 6649 </context-group>
6650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6650 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6651 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1"> 6651 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1">
6652 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source> 6652 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
6653 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaines</target> 6653 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> semaines</target>
6654 <context-group name="null"> 6654 <context-group name="null">
6655 <context context-type="linenumber">1</context> 6655 <context context-type="linenumber">1</context>
6656 </context-group> 6656 </context-group>
6657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6657 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6658 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e"> 6658 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e">
6659 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source> 6659 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
6660 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> semaine</target> 6660 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> semaine</target>
6661 <context-group name="null"> 6661 <context-group name="null">
6662 <context context-type="linenumber">1</context> 6662 <context context-type="linenumber">1</context>
6663 </context-group> 6663 </context-group>
6664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6664 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6665 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7"> 6665 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7">
6666 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source> 6666 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
6667 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jours</target> 6667 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> jours</target>
6668 <context-group name="null"> 6668 <context-group name="null">
6669 <context context-type="linenumber">1</context> 6669 <context context-type="linenumber">1</context>
6670 </context-group> 6670 </context-group>
6671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6671 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6672 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1"> 6672 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1">
6673 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source> 6673 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
6674 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> jour</target> 6674 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> jour</target>
6675 <context-group name="null"> 6675 <context-group name="null">
6676 <context context-type="linenumber">1</context> 6676 <context context-type="linenumber">1</context>
6677 </context-group> 6677 </context-group>
6678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6678 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6679 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84"> 6679 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84">
6680 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source> 6680 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
6681 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heures</target> 6681 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> heures</target>
6682 <context-group name="null"> 6682 <context-group name="null">
6683 <context context-type="linenumber">1</context> 6683 <context context-type="linenumber">1</context>
6684 </context-group> 6684 </context-group>
6685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6685 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6686 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d"> 6686 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d">
6687 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source> 6687 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
6688 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> heure</target> 6688 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> heure</target>
6689 <context-group name="null"> 6689 <context-group name="null">
6690 <context context-type="linenumber">1</context> 6690 <context context-type="linenumber">1</context>
6691 </context-group> 6691 </context-group>
6692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6692 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6693 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a"> 6693 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a">
6694 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source> 6694 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
6695 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target> 6695 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> min</target>
6696 <context-group name="null"> 6696 <context-group name="null">
6697 <context context-type="linenumber">1</context> 6697 <context context-type="linenumber">1</context>
6698 </context-group> 6698 </context-group>
6699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 6699 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
6700 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb"> 6700 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb">
6701 <source>&lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source> 6701 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
6702 <target>il y a <x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target> 6702 <target>il y a &lt;x id="INTERPOLATION" equiv-text="{{interval}}"/> sec</target>
6703 <context-group name="null"> 6703 <context-group name="null">
6704 <context context-type="linenumber">1</context> 6704 <context context-type="linenumber">1</context>
6705 </context-group> 6705 </context-group>
@@ -7335,8 +7335,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7335 </context-group> 7335 </context-group>
7336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7336 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7337 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9"> 7337 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9">
7338 <source>PeerTube cannot handle this kind of file. Accepted extensions are &lt;x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source> 7338 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
7339 <target>PeerTube ne peut pas gérer ce type de fichier. Les extensions acceptées sont <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target> 7339 <target>PeerTube ne peut pas gérer ce type de fichier. Les extensions acceptées sont &lt;x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</target>
7340 <context-group name="null"> 7340 <context-group name="null">
7341 <context context-type="linenumber">1</context> 7341 <context context-type="linenumber">1</context>
7342 </context-group> 7342 </context-group>
@@ -7692,8 +7692,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7692 </context-group> 7692 </context-group>
7693 <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></trans-unit> 7693 <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></trans-unit>
7694 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba"> 7694 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba">
7695 <source>~ &lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/> &lt;x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source> 7695 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
7696 <target>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target> 7696 <target>~ &lt;x id="INTERPOLATION" equiv-text="{{minutes}}"/> &lt;x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></target>
7697 <context-group name="null"> 7697 <context-group name="null">
7698 <context context-type="linenumber">1</context> 7698 <context context-type="linenumber">1</context>
7699 </context-group> 7699 </context-group>
@@ -7706,29 +7706,29 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7706 </context-group> 7706 </context-group>
7707 <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></trans-unit> 7707 <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></trans-unit>
7708 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86"> 7708 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86">
7709 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source> 7709 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
7710 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos full HD</target> 7710 <target>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos full HD</target>
7711 <context-group name="null"> 7711 <context-group name="null">
7712 <context context-type="linenumber">1</context> 7712 <context context-type="linenumber">1</context>
7713 </context-group> 7713 </context-group>
7714 <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></trans-unit> 7714 <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></trans-unit>
7715 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8"> 7715 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8">
7716 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source> 7716 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
7717 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos HD</target> 7717 <target>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos HD</target>
7718 <context-group name="null"> 7718 <context-group name="null">
7719 <context context-type="linenumber">1</context> 7719 <context context-type="linenumber">1</context>
7720 </context-group> 7720 </context-group>
7721 <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></trans-unit> 7721 <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></trans-unit>
7722 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5"> 7722 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5">
7723 <source>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source> 7723 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
7724 <target><x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos de qualité moyenne</target> 7724 <target>&lt;x id="INTERPOLATION" equiv-text="{{seconds}}"/> de vidéos de qualité moyenne</target>
7725 <context-group name="null"> 7725 <context-group name="null">
7726 <context context-type="linenumber">1</context> 7726 <context context-type="linenumber">1</context>
7727 </context-group> 7727 </context-group>
7728 <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></trans-unit> 7728 <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></trans-unit>
7729 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5"> 7729 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5">
7730 <source>&lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> compatible that supports:</source> 7730 <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>
7731 <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> 7731 <target>Compatible &lt;x id="START_LINK" ctype="x-a" equiv-text="&lt;a>"/>Markdown&lt;x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a>"/> supportant :</target>
7732 <context-group name="null"> 7732 <context-group name="null">
7733 <context context-type="linenumber">1</context> 7733 <context context-type="linenumber">1</context>
7734 </context-group> 7734 </context-group>
@@ -7769,29 +7769,29 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7769 </context-group> 7769 </context-group>
7770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7770 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/misc/help.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7771 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681"> 7771 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681">
7772 <source>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source> 7772 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
7773 <target><x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices banni·e·s.</target> 7773 <target>&lt;x id="INTERPOLATION" equiv-text="{{num}}"/> utilisateur·ices banni·e·s.</target>
7774 <context-group name="null"> 7774 <context-group name="null">
7775 <context context-type="linenumber">1</context> 7775 <context context-type="linenumber">1</context>
7776 </context-group> 7776 </context-group>
7777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7777 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7778 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd"> 7778 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd">
7779 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source> 7779 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
7780 <target>Utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> banni.</target> 7780 <target>Utilisateur &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> banni.</target>
7781 <context-group name="null"> 7781 <context-group name="null">
7782 <context context-type="linenumber">1</context> 7782 <context context-type="linenumber">1</context>
7783 </context-group> 7783 </context-group>
7784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7784 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7785 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734"> 7785 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734">
7786 <source>Do you really want to unban &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>?</source> 7786 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
7787 <target>Voulez-vous réellement rétablir <x id="INTERPOLATION" equiv-text="{{username}}"/>?</target> 7787 <target>Voulez-vous réellement rétablir &lt;x id="INTERPOLATION" equiv-text="{{username}}"/>?</target>
7788 <context-group name="null"> 7788 <context-group name="null">
7789 <context context-type="linenumber">1</context> 7789 <context context-type="linenumber">1</context>
7790 </context-group> 7790 </context-group>
7791 <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> 7791 <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>
7792 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd"> 7792 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd">
7793 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source> 7793 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
7794 <target>L'utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> est rétabli.</target> 7794 <target>L'utilisateur &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> est rétabli.</target>
7795 <context-group name="null"> 7795 <context-group name="null">
7796 <context context-type="linenumber">1</context> 7796 <context context-type="linenumber">1</context>
7797 </context-group> 7797 </context-group>
@@ -7804,57 +7804,57 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7804 </context-group> 7804 </context-group>
7805 <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> 7805 <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>
7806 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a"> 7806 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a">
7807 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source> 7807 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
7808 <target>Utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> supprimé.</target> 7808 <target>Utilisateur &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> supprimé.</target>
7809 <context-group name="null"> 7809 <context-group name="null">
7810 <context context-type="linenumber">1</context> 7810 <context context-type="linenumber">1</context>
7811 </context-group> 7811 </context-group>
7812 <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> 7812 <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>
7813 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096"> 7813 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096">
7814 <source>User &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source> 7814 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
7815 <target>L'adresse mail de l'utilisateur <x id="INTERPOLATION" equiv-text="{{username}}"/> a été vérifiée</target> 7815 <target>L'adresse mail de l'utilisateur &lt;x id="INTERPOLATION" equiv-text="{{username}}"/> a été vérifiée</target>
7816 <context-group name="null"> 7816 <context-group name="null">
7817 <context context-type="linenumber">1</context> 7817 <context context-type="linenumber">1</context>
7818 </context-group> 7818 </context-group>
7819 <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> 7819 <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>
7820 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249"> 7820 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249">
7821 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source> 7821 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
7822 <target>Comptes <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muets.</target> 7822 <target>Comptes &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muets.</target>
7823 <context-group name="null"> 7823 <context-group name="null">
7824 <context context-type="linenumber">1</context> 7824 <context context-type="linenumber">1</context>
7825 </context-group> 7825 </context-group>
7826 <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> 7826 <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>
7827 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6"> 7827 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6">
7828 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source> 7828 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
7829 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muette.</target> 7829 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> muette.</target>
7830 <context-group name="null"> 7830 <context-group name="null">
7831 <context context-type="linenumber">1</context> 7831 <context context-type="linenumber">1</context>
7832 </context-group> 7832 </context-group>
7833 <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> 7833 <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>
7834 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499"> 7834 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499">
7835 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source> 7835 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
7836 <target>Compte <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> rendue muet par votre instance.</target> 7836 <target>Compte &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> rendue muet par votre instance.</target>
7837 <context-group name="null"> 7837 <context-group name="null">
7838 <context context-type="linenumber">1</context> 7838 <context context-type="linenumber">1</context>
7839 </context-group> 7839 </context-group>
7840 <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> 7840 <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>
7841 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6"> 7841 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6">
7842 <source>Account &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source> 7842 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
7843 <target>Compte <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé par votre instance.</target> 7843 <target>Compte &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> réactivé par votre instance.</target>
7844 <context-group name="null"> 7844 <context-group name="null">
7845 <context context-type="linenumber">1</context> 7845 <context context-type="linenumber">1</context>
7846 </context-group> 7846 </context-group>
7847 <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> 7847 <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>
7848 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830"> 7848 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830">
7849 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source> 7849 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
7850 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> rendue muette par votre instance.</target> 7850 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> rendue muette par votre instance.</target>
7851 <context-group name="null"> 7851 <context-group name="null">
7852 <context context-type="linenumber">1</context> 7852 <context context-type="linenumber">1</context>
7853 </context-group> 7853 </context-group>
7854 <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> 7854 <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>
7855 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f"> 7855 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f">
7856 <source>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source> 7856 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
7857 <target>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> réactivée par votre instance.</target> 7857 <target>Instance &lt;x id="INTERPOLATION" equiv-text="{{host}}"/> réactivée par votre instance.</target>
7858 <context-group name="null"> 7858 <context-group name="null">
7859 <context context-type="linenumber">1</context> 7859 <context context-type="linenumber">1</context>
7860 </context-group> 7860 </context-group>
@@ -7923,8 +7923,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7923 </context-group> 7923 </context-group>
7924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7924 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7925 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b"> 7925 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b">
7926 <source>Too many attempts, please try again after &lt;x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source> 7926 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
7927 <target>Trop de tentatives, merci de réessayer dans <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target> 7927 <target>Trop de tentatives, merci de réessayer dans &lt;x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</target>
7928 <context-group name="null"> 7928 <context-group name="null">
7929 <context context-type="linenumber">1</context> 7929 <context context-type="linenumber">1</context>
7930 </context-group> 7930 </context-group>
@@ -7944,8 +7944,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7944 </context-group> 7944 </context-group>
7945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7945 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7946 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded"> 7946 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded">
7947 <source>Subscribed to &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source> 7947 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
7948 <target>Abonné à <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 7948 <target>Abonné à &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
7949 <context-group name="null"> 7949 <context-group name="null">
7950 <context context-type="linenumber">1</context> 7950 <context context-type="linenumber">1</context>
7951 </context-group> 7951 </context-group>
@@ -7958,8 +7958,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7958 </context-group> 7958 </context-group>
7959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7959 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7960 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26"> 7960 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26">
7961 <source>Unsubscribed from &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source> 7961 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
7962 <target>Désabonné de <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target> 7962 <target>Désabonné de &lt;x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></target>
7963 <context-group name="null"> 7963 <context-group name="null">
7964 <context context-type="linenumber">1</context> 7964 <context context-type="linenumber">1</context>
7965 </context-group> 7965 </context-group>
@@ -7979,22 +7979,22 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
7979 </context-group> 7979 </context-group>
7980 <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> 7980 <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>
7981 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78"> 7981 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78">
7982 <source>Video removed from &lt;x id="INTERPOLATION" equiv-text="{{name}}"/></source> 7982 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
7983 <target>Vidéo supprimé de <x id="INTERPOLATION" equiv-text="{{name}}"/></target> 7983 <target>Vidéo supprimé de &lt;x id="INTERPOLATION" equiv-text="{{name}}"/></target>
7984 <context-group name="null"> 7984 <context-group name="null">
7985 <context context-type="linenumber">1</context> 7985 <context context-type="linenumber">1</context>
7986 </context-group> 7986 </context-group>
7987 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7987 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group><context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7988 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de"> 7988 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de">
7989 <source>Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps &lt;x id="INTERPOLATION_1" equiv-text="{{t}}"/></source> 7989 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
7990 <target>Vidéo ajouté dans <x id="INTERPOLATION" equiv-text="{{n}}"/> à la seconde <x id="INTERPOLATION_1" equiv-text="{{t}}"/></target> 7990 <target>Vidéo ajouté dans &lt;x id="INTERPOLATION" equiv-text="{{n}}"/> à la seconde &lt;x id="INTERPOLATION_1" equiv-text="{{t}}"/></target>
7991 <context-group name="null"> 7991 <context-group name="null">
7992 <context context-type="linenumber">1</context> 7992 <context context-type="linenumber">1</context>
7993 </context-group> 7993 </context-group>
7994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 7994 <context-group purpose="location"><context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
7995 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f"> 7995 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f">
7996 <source>Video added in &lt;x id="INTERPOLATION" equiv-text="{{n}}"/></source> 7996 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
7997 <target>Vidéo ajouté dans <x id="INTERPOLATION" equiv-text="{{n}}"/></target> 7997 <target>Vidéo ajouté dans &lt;x id="INTERPOLATION" equiv-text="{{n}}"/></target>
7998 <context-group name="null"> 7998 <context-group name="null">
7999 <context context-type="linenumber">1</context> 7999 <context context-type="linenumber">1</context>
8000 </context-group> 8000 </context-group>
@@ -8161,8 +8161,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8161 </context-group> 8161 </context-group>
8162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8162 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8163 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71"> 8163 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71">
8164 <source>Upload &lt;x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source> 8164 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source>
8165 <target>Téléverser <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></target> 8165 <target>Téléverser &lt;x id="INTERPOLATION" equiv-text="{{videofileName}}"/></target>
8166 <context-group name="null"> 8166 <context-group name="null">
8167 <context context-type="linenumber">1</context> 8167 <context context-type="linenumber">1</context>
8168 </context-group> 8168 </context-group>
@@ -8182,15 +8182,15 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8182 </context-group> 8182 </context-group>
8183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8183 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8184 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee"> 8184 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee">
8185 <source>Your video quota is exceeded with this video (video size: &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source> 8185 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
8186 <target>Votre quota est dépassé avec cette vidéo (taille de la vidéo : <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target> 8186 <target>Votre quota est dépassé avec cette vidéo (taille de la vidéo : &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</target>
8187 <context-group name="null"> 8187 <context-group name="null">
8188 <context context-type="linenumber">1</context> 8188 <context context-type="linenumber">1</context>
8189 </context-group> 8189 </context-group>
8190 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8190 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8191 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd"> 8191 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd">
8192 <source>Your daily video quota is exceeded with this video (video size: &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source> 8192 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
8193 <target>Votre quota journalier est dépassé avec cette vidéo (taille de la vidéo : <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target> 8193 <target>Votre quota journalier est dépassé avec cette vidéo (taille de la vidéo : &lt;x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: &lt;x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: &lt;x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</target>
8194 <context-group name="null"> 8194 <context-group name="null">
8195 <context context-type="linenumber">1</context> 8195 <context context-type="linenumber">1</context>
8196 </context-group> 8196 </context-group>
@@ -8210,8 +8210,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8210 </context-group> 8210 </context-group>
8211 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8211 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8212 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd"> 8212 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd">
8213 <source> &lt;x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source> 8213 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
8214 <target> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> réponses seront aussi supprimées.</target> 8214 <target> &lt;x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> réponses seront aussi supprimées.</target>
8215 <context-group name="null"> 8215 <context-group name="null">
8216 <context context-type="linenumber">1</context> 8216 <context context-type="linenumber">1</context>
8217 </context-group> 8217 </context-group>
@@ -8231,8 +8231,8 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8231 </context-group> 8231 </context-group>
8232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8232 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8233 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e"> 8233 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e">
8234 <source>&lt;x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / &lt;x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source> 8234 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
8235 <target><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> j'aime / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> je n'aime pas</target> 8235 <target>&lt;x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> j'aime / &lt;x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> je n'aime pas</target>
8236 <context-group name="null"> 8236 <context-group name="null">
8237 <context context-type="linenumber">1</context> 8237 <context context-type="linenumber">1</context>
8238 </context-group> 8238 </context-group>
@@ -8287,15 +8287,15 @@ Quand vous mettrez en ligne une vidéo sur cette chaîne, la vidéo affichera au
8287 </context-group> 8287 </context-group>
8288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8288 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8289 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df"> 8289 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df">
8290 <source>Trending for the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 8290 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
8291 <target>Tendances pour les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target> 8291 <target>Tendances pour les &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target>
8292 <context-group name="null"> 8292 <context-group name="null">
8293 <context context-type="linenumber">1</context> 8293 <context context-type="linenumber">1</context>
8294 </context-group> 8294 </context-group>
8295 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit> 8295 <context-group purpose="location"><context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context><context context-type="linenumber">1</context></context-group></trans-unit>
8296 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509"> 8296 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509">
8297 <source>Trending videos are those totalizing the greatest number of views during the last &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> days</source> 8297 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
8298 <target>Les vidéos Tendances sont celles qui ont été vues le plus grand nombre de fois dans les <x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target> 8298 <target>Les vidéos Tendances sont celles qui ont été vues le plus grand nombre de fois dans les &lt;x id="INTERPOLATION" equiv-text="{{days}}"/> dernières journées.</target>
8299 <context-group name="null"> 8299 <context-group name="null">
8300 <context context-type="linenumber">1</context> 8300 <context context-type="linenumber">1</context>
8301 </context-group> 8301 </context-group>
diff --git a/client/src/locale/angular.xlf b/client/src/locale/angular.xlf
new file mode 100644
index 000000000..d2033130c
--- /dev/null
+++ b/client/src/locale/angular.xlf
@@ -0,0 +1,8474 @@
1<?xml version="1.0" encoding="UTF-8" ?>
2<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
3 <file source-language="en-US" datatype="plaintext" original="ng2.template">
4 <body>
5 <trans-unit id="ngb.alert.close" datatype="html">
6 <source>Close</source>
7 <context-group purpose="location">
8 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/alert/alert.d.ts</context>
9 <context context-type="linenumber">3</context>
10 </context-group>
11 </trans-unit><trans-unit id="ngb.carousel.previous" datatype="html">
12 <source>Previous</source>
13 <context-group purpose="location">
14 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context>
15 <context context-type="linenumber">13</context>
16 </context-group>
17 </trans-unit><trans-unit id="ngb.carousel.next" datatype="html">
18 <source>Next</source>
19 <context-group purpose="location">
20 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/carousel/carousel.d.ts</context>
21 <context context-type="linenumber">17</context>
22 </context-group>
23 </trans-unit><trans-unit id="ngb.datepicker.previous-month" datatype="html">
24 <source>Previous month</source>
25 <context-group purpose="location">
26 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
27 <context context-type="linenumber">4</context>
28 </context-group>
29 <context-group purpose="location">
30 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
31 <context context-type="linenumber">5</context>
32 </context-group>
33 </trans-unit><trans-unit id="ngb.datepicker.next-month" datatype="html">
34 <source>Next month</source>
35 <context-group purpose="location">
36 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
37 <context context-type="linenumber">26</context>
38 </context-group>
39 <context-group purpose="location">
40 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation.d.ts</context>
41 <context context-type="linenumber">27</context>
42 </context-group>
43 </trans-unit><trans-unit id="ngb.datepicker.select-month" datatype="html">
44 <source>Select month</source>
45 <context-group purpose="location">
46 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
47 <context context-type="linenumber">6</context>
48 </context-group>
49 <context-group purpose="location">
50 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
51 <context context-type="linenumber">7</context>
52 </context-group>
53 </trans-unit><trans-unit id="ngb.datepicker.select-year" datatype="html">
54 <source>Select year</source>
55 <context-group purpose="location">
56 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
57 <context context-type="linenumber">15</context>
58 </context-group>
59 <context-group purpose="location">
60 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/datepicker/datepicker-navigation-select.d.ts</context>
61 <context context-type="linenumber">16</context>
62 </context-group>
63 </trans-unit><trans-unit id="ngb.pagination.first" datatype="html">
64 <source>««</source>
65 <context-group purpose="location">
66 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
67 <context context-type="linenumber">2</context>
68 </context-group>
69 </trans-unit><trans-unit id="ngb.pagination.previous" datatype="html">
70 <source>«</source>
71 <context-group purpose="location">
72 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
73 <context context-type="linenumber">3</context>
74 </context-group>
75 </trans-unit><trans-unit id="ngb.pagination.next" datatype="html">
76 <source>»</source>
77 <context-group purpose="location">
78 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
79 <context context-type="linenumber">4</context>
80 </context-group>
81 </trans-unit><trans-unit id="ngb.pagination.last" datatype="html">
82 <source>»»</source>
83 <context-group purpose="location">
84 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
85 <context context-type="linenumber">5</context>
86 </context-group>
87 </trans-unit><trans-unit id="ngb.pagination.first-aria" datatype="html">
88 <source>First</source>
89 <context-group purpose="location">
90 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
91 <context context-type="linenumber">14</context>
92 </context-group>
93 </trans-unit><trans-unit id="ngb.pagination.previous-aria" datatype="html">
94 <source>Previous</source>
95 <context-group purpose="location">
96 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
97 <context context-type="linenumber">23</context>
98 </context-group>
99 </trans-unit><trans-unit id="ngb.pagination.next-aria" datatype="html">
100 <source>Next</source>
101 <context-group purpose="location">
102 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
103 <context context-type="linenumber">41</context>
104 </context-group>
105 </trans-unit><trans-unit id="ngb.pagination.last-aria" datatype="html">
106 <source>Last</source>
107 <context-group purpose="location">
108 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/pagination/pagination.d.ts</context>
109 <context context-type="linenumber">49</context>
110 </context-group>
111 </trans-unit><trans-unit id="ngb.progressbar.value" datatype="html">
112 <source><x id="INTERPOLATION" equiv-text="{{getPercentValue()}}"/>%</source>
113 <context-group purpose="location">
114 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/progressbar/progressbar.d.ts</context>
115 <context context-type="linenumber">6</context>
116 </context-group>
117 </trans-unit><trans-unit id="ngb.timepicker.increment-hours" datatype="html">
118 <source>Increment hours</source>
119 <context-group purpose="location">
120 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
121 <context context-type="linenumber">9</context>
122 </context-group>
123 </trans-unit><trans-unit id="ngb.timepicker.HH" datatype="html">
124 <source>HH</source>
125 <context-group purpose="location">
126 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
127 <context context-type="linenumber">12</context>
128 </context-group>
129 </trans-unit><trans-unit id="ngb.timepicker.hours" datatype="html">
130 <source>Hours</source>
131 <context-group purpose="location">
132 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
133 <context context-type="linenumber">14</context>
134 </context-group>
135 </trans-unit><trans-unit id="ngb.timepicker.decrement-hours" datatype="html">
136 <source>Decrement hours</source>
137 <context-group purpose="location">
138 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
139 <context context-type="linenumber">21</context>
140 </context-group>
141 </trans-unit><trans-unit id="ngb.timepicker.increment-minutes" datatype="html">
142 <source>Increment minutes</source>
143 <context-group purpose="location">
144 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
145 <context context-type="linenumber">30</context>
146 </context-group>
147 </trans-unit><trans-unit id="ngb.timepicker.MM" datatype="html">
148 <source>MM</source>
149 <context-group purpose="location">
150 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
151 <context context-type="linenumber">33</context>
152 </context-group>
153 </trans-unit><trans-unit id="ngb.timepicker.minutes" datatype="html">
154 <source>Minutes</source>
155 <context-group purpose="location">
156 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
157 <context context-type="linenumber">35</context>
158 </context-group>
159 </trans-unit><trans-unit id="ngb.timepicker.decrement-minutes" datatype="html">
160 <source>Decrement minutes</source>
161 <context-group purpose="location">
162 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
163 <context context-type="linenumber">42</context>
164 </context-group>
165 </trans-unit><trans-unit id="ngb.timepicker.increment-seconds" datatype="html">
166 <source>Increment seconds</source>
167 <context-group purpose="location">
168 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
169 <context context-type="linenumber">51</context>
170 </context-group>
171 </trans-unit><trans-unit id="ngb.timepicker.SS" datatype="html">
172 <source>SS</source>
173 <context-group purpose="location">
174 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
175 <context context-type="linenumber">54</context>
176 </context-group>
177 </trans-unit><trans-unit id="ngb.timepicker.seconds" datatype="html">
178 <source>Seconds</source>
179 <context-group purpose="location">
180 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
181 <context context-type="linenumber">56</context>
182 </context-group>
183 </trans-unit><trans-unit id="ngb.timepicker.decrement-seconds" datatype="html">
184 <source>Decrement seconds</source>
185 <context-group purpose="location">
186 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
187 <context context-type="linenumber">63</context>
188 </context-group>
189 </trans-unit><trans-unit id="ngb.timepicker.PM" datatype="html">
190 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getAfternoonPeriod() }}"/></source>
191 <context-group purpose="location">
192 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
193 <context context-type="linenumber">71</context>
194 </context-group>
195 </trans-unit><trans-unit id="ngb.timepicker.AM" datatype="html">
196 <source><x id="INTERPOLATION" equiv-text="{{ i18n.getMorningPeriod() }}"/></source>
197 <context-group purpose="location">
198 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/timepicker/timepicker.d.ts</context>
199 <context context-type="linenumber">72</context>
200 </context-group>
201 </trans-unit><trans-unit id="ngb.toast.close-aria" datatype="html">
202 <source>Close</source>
203 <context-group purpose="location">
204 <context context-type="sourcefile">node_modules/@ng-bootstrap/ng-bootstrap/toast/toast.d.ts</context>
205 <context context-type="linenumber">8</context>
206 </context-group>
207 </trans-unit><trans-unit id="f3e63578c50546530daf6050d2ba6f8226040f2c" datatype="html">
208 <source>You don&apos;t have notifications.</source>
209 <context-group purpose="location">
210 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
211 <context context-type="linenumber">1</context>
212 </context-group>
213 </trans-unit><trans-unit id="23e2d8a43af729f896ac66787ed5e756078f5566" datatype="html">
214 <source>
215 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
216
217 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
218 <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;"/>
219 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
220 </source>
221 <context-group purpose="location">
222 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
223 <context context-type="linenumber">7</context>
224 </context-group>
225 </trans-unit><trans-unit id="ba93de990947141c5582ce8ccc3c6f74f7fd35a6" datatype="html">
226 <source>
227 <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;"/>
228
229 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
230 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
231 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
232 </source>
233 <context-group purpose="location">
234 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
235 <context context-type="linenumber">15</context>
236 </context-group>
237 </trans-unit><trans-unit id="b7923e220607db3b4039adc2ebf114825f6cc7f0" datatype="html">
238 <source>
239 <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;"/>
240
241 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
242 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
243 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
244 </source>
245 <context-group purpose="location">
246 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
247 <context context-type="linenumber">23</context>
248 </context-group>
249 </trans-unit><trans-unit id="2415980d62a72f501daea92a77d1d7c129858fac" datatype="html">
250 <source>
251 <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;"/>
252
253 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
254 <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;"/>
255 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
256 </source>
257 <context-group purpose="location">
258 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
259 <context context-type="linenumber">31</context>
260 </context-group>
261 </trans-unit><trans-unit id="215e69763313e97ad8f35cfe1b70bbdcda22aa47" datatype="html">
262 <source>
263 <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;"/>
264
265 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
266 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;"/>
267 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
268 </source>
269 <context-group purpose="location">
270 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
271 <context context-type="linenumber">39</context>
272 </context-group>
273 </trans-unit><trans-unit id="dfb1edb72e1fa8ae9a87f58a57d8fe488e337715" datatype="html">
274 <source>
275 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
276
277 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
278 <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;"/>
279 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
280 </source>
281 <context-group purpose="location">
282 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
283 <context context-type="linenumber">47</context>
284 </context-group>
285 </trans-unit><trans-unit id="b74d4c335377af0c83a08987d0d5b28ce11b091b" datatype="html">
286 <source>
287 <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;"/>
288
289 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
290 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
291 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
292 </source>
293 <context-group purpose="location">
294 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
295 <context context-type="linenumber">55</context>
296 </context-group>
297 </trans-unit><trans-unit id="d5f838030f3fc0b2e5f14945c255ba3249371085" datatype="html">
298 <source>
299 <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;"/>
300
301 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
302 <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
303 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
304 </source>
305 <context-group purpose="location">
306 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
307 <context context-type="linenumber">63</context>
308 </context-group>
309 </trans-unit><trans-unit id="9ac080afb0f7eab1d8a7ea61795ee9b84bd97082" datatype="html">
310 <source>
311 <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;"/>
312
313 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
314 <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
315 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
316 </source>
317 <context-group purpose="location">
318 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
319 <context context-type="linenumber">71</context>
320 </context-group>
321 </trans-unit><trans-unit id="cbdd98aa82d989bf2cc839b04dda4109126da50d" datatype="html">
322 <source>
323 <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;"/>
324
325 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
326 User <x id="START_LINK" ctype="x-a" equiv-text="&lt;a&gt;"/><x id="INTERPOLATION" equiv-text="{{ notification.account.name }}"/> registered<x id="CLOSE_LINK" ctype="x-a" equiv-text="&lt;/a&gt;"/> on your instance
327 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
328 </source>
329 <context-group purpose="location">
330 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
331 <context context-type="linenumber">79</context>
332 </context-group>
333 </trans-unit><trans-unit id="2657af71bacee515160dcbdb1481cf1fbf7398d2" datatype="html">
334 <source>
335 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
336
337 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
338 <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
339
340 <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;"/>
341 <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;"/>
342 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
343 </source>
344 <context-group purpose="location">
345 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
346 <context context-type="linenumber">87</context>
347 </context-group>
348 </trans-unit><trans-unit id="ebdf8d0e51333447680d6ac8b6a3166066a852d1" datatype="html">
349 <source>
350 <x id="TAG_IMG" ctype="image" equiv-text="&lt;img/&gt;"/>
351
352 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
353 <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;"/>
354 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
355 </source>
356 <context-group purpose="location">
357 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
358 <context context-type="linenumber">98</context>
359 </context-group>
360 </trans-unit><trans-unit id="2a17038a035574afa33cb5557783468be596a025" datatype="html">
361 <source>
362 <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;"/>
363
364 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
365 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 }}"/>)
366 <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;"/>
367 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
368 </source>
369 <context-group purpose="location">
370 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
371 <context context-type="linenumber">106</context>
372 </context-group>
373 </trans-unit><trans-unit id="fc54954d383d13ebb444d2c1d59f4454e3f06f97" datatype="html">
374 <source>
375 <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;"/>
376
377 <x id="START_TAG_DIV" ctype="x-div" equiv-text="&lt;div&gt;"/>
378 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;"/>
379 <x id="CLOSE_TAG_DIV" ctype="x-div" equiv-text="&lt;/div&gt;"/>
380 </source>
381 <context-group purpose="location">
382 <context context-type="sourcefile">src/app/shared/users/user-notifications.component.html</context>
383 <context context-type="linenumber">115</context>
384 </context-group>
385 </trans-unit><trans-unit id="b2b638f4333842009c258a23e59dbe4160d1e566" datatype="html">
386 <source>Save to</source>
387 <context-group purpose="location">
388 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
389 <context context-type="linenumber">4</context>
390 </context-group>
391 </trans-unit><trans-unit id="24813b8a3e45f0b57136c18d003027262cfe2d1f" datatype="html">
392 <source>Options</source>
393 <context-group purpose="location">
394 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
395 <context context-type="linenumber">9</context>
396 </context-group>
397 </trans-unit><trans-unit id="85e5d1de15d23cde43c530e3740a2a61aed24c2d" datatype="html">
398 <source>Start at</source>
399 <context-group purpose="location">
400 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
401 <context context-type="linenumber">17</context>
402 </context-group>
403 <context-group purpose="location">
404 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
405 <context context-type="linenumber">55</context>
406 </context-group>
407 <context-group purpose="location">
408 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
409 <context context-type="linenumber">61</context>
410 </context-group>
411 </trans-unit><trans-unit id="4d20563f7e338a1d09eb756054564ccf7c6a30ef" datatype="html">
412 <source>Stop at</source>
413 <context-group purpose="location">
414 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
415 <context context-type="linenumber">31</context>
416 </context-group>
417 <context-group purpose="location">
418 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
419 <context context-type="linenumber">69</context>
420 </context-group>
421 <context-group purpose="location">
422 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
423 <context context-type="linenumber">112</context>
424 </context-group>
425 </trans-unit><trans-unit id="bc155f9fc3be3f32083f19b2c77d4ad3b696d9b9" datatype="html">
426 <source>Display name</source>
427 <context-group purpose="location">
428 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
429 <context context-type="linenumber">64</context>
430 </context-group>
431 <context-group purpose="location">
432 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
433 <context context-type="linenumber">6</context>
434 </context-group>
435 <context-group purpose="location">
436 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
437 <context context-type="linenumber">28</context>
438 </context-group>
439 <context-group purpose="location">
440 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
441 <context context-type="linenumber">28</context>
442 </context-group>
443 <context-group purpose="location">
444 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
445 <context context-type="linenumber">9</context>
446 </context-group>
447 <context-group purpose="location">
448 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
449 <context context-type="linenumber">9</context>
450 </context-group>
451 <context-group purpose="location">
452 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
453 <context context-type="linenumber">4</context>
454 </context-group>
455 </trans-unit><trans-unit id="70a67e04629f6d412db0a12d51820b480788d795" datatype="html">
456 <source>Create</source>
457 <context-group purpose="location">
458 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.html</context>
459 <context context-type="linenumber">74</context>
460 </context-group>
461 </trans-unit><trans-unit id="9aafb2a928664aa7a9375fd37c533f0375f8b611" datatype="html">
462 <source>Download video</source>
463 <context-group purpose="location">
464 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
465 <context context-type="linenumber">3</context>
466 </context-group>
467 </trans-unit><trans-unit id="8d6a41c2703bed3edfc76e1df0b1ca203404c17c" datatype="html">
468 <source>Direct download</source>
469 <context-group purpose="location">
470 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
471 <context context-type="linenumber">27</context>
472 </context-group>
473 </trans-unit><trans-unit id="ac3a02ecd20f41278f1ef7c03f45c1117b4b796d" datatype="html">
474 <source>Torrent (.torrent file)</source>
475 <context-group purpose="location">
476 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
477 <context context-type="linenumber">32</context>
478 </context-group>
479 </trans-unit><trans-unit id="da44efc7b658c318651866454d258bbbe57ff21c" datatype="html">
480 <source>
481 Cancel
482 </source>
483 <context-group purpose="location">
484 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
485 <context context-type="linenumber">38</context>
486 </context-group>
487 <context-group purpose="location">
488 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
489 <context context-type="linenumber">47</context>
490 </context-group>
491 </trans-unit><trans-unit id="dc75033a5238fdc4f462212c847a45ba8018a3fd" datatype="html">
492 <source>Download</source>
493 <context-group purpose="location">
494 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.html</context>
495 <context context-type="linenumber">43</context>
496 </context-group>
497 </trans-unit><trans-unit id="11749f4fc0aa1b5e37f38575e4d4e3b1b7e0e96b" datatype="html">
498 <source>Report video</source>
499 <context-group purpose="location">
500 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
501 <context context-type="linenumber">3</context>
502 </context-group>
503 </trans-unit><trans-unit id="827b1376aa35c7a7de90f7724d6a51ccfa20c908" datatype="html">
504 <source>
505 Your report will be sent to moderators of <x id="INTERPOLATION" equiv-text="{{ currentHost }}"/>.
506 <x id="START_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;ng-container&gt;"/> It will be forwarded to origin instance <x id="INTERPOLATION_1" equiv-text="{{ originHost }}"/> too.<x id="CLOSE_TAG_NG-CONTAINER" ctype="x-ng-container" equiv-text="&lt;/ng-container&gt;"/>
507 </source>
508 <context-group purpose="location">
509 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
510 <context context-type="linenumber">9</context>
511 </context-group>
512 </trans-unit><trans-unit id="bb44873ad8d4c5dbad0ac2a6a50e0ceee9119125" datatype="html">
513 <source>Reason...</source>
514 <context-group purpose="location">
515 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
516 <context context-type="linenumber">16</context>
517 </context-group>
518 <context-group purpose="location">
519 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
520 <context context-type="linenumber">11</context>
521 </context-group>
522 <context-group purpose="location">
523 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
524 <context context-type="linenumber">11</context>
525 </context-group>
526 </trans-unit><trans-unit id="fb8aad312b72bbb7e5a1e2cc0b55fae8962bf0fb" datatype="html">
527 <source>
528 Cancel
529 </source>
530 <context-group purpose="location">
531 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
532 <context context-type="linenumber">24</context>
533 </context-group>
534 <context-group purpose="location">
535 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
536 <context context-type="linenumber">26</context>
537 </context-group>
538 <context-group purpose="location">
539 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context>
540 <context context-type="linenumber">15</context>
541 </context-group>
542 <context-group purpose="location">
543 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
544 <context context-type="linenumber">47</context>
545 </context-group>
546 </trans-unit><trans-unit id="71c77bb8cecdf11ec3eead24dd1ba506573fa9cd" datatype="html">
547 <source>Submit</source>
548 <context-group purpose="location">
549 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.html</context>
550 <context context-type="linenumber">29</context>
551 </context-group>
552 <context-group purpose="location">
553 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
554 <context context-type="linenumber">31</context>
555 </context-group>
556 <context-group purpose="location">
557 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
558 <context context-type="linenumber">26</context>
559 </context-group>
560 <context-group purpose="location">
561 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
562 <context context-type="linenumber">29</context>
563 </context-group>
564 <context-group purpose="location">
565 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
566 <context context-type="linenumber">52</context>
567 </context-group>
568 </trans-unit><trans-unit id="f672385c803647b063687d3c912e2ce5738b51c8" datatype="html">
569 <source>Blacklist video</source>
570 <context-group purpose="location">
571 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
572 <context context-type="linenumber">3</context>
573 </context-group>
574 </trans-unit><trans-unit id="9849bf6a9e45a9a91d13a419afbb5176f9b2367d" datatype="html">
575 <source>Unfederate the video (ask for its deletion from the remote instances)</source>
576 <context-group purpose="location">
577 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.html</context>
578 <context context-type="linenumber">21</context>
579 </context-group>
580 </trans-unit><trans-unit id="4b3963c6d0863118fe9e9e33447d12be3c2db081" datatype="html">
581 <source>Unlisted</source>
582 <context-group purpose="location">
583 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
584 <context context-type="linenumber">12</context>
585 </context-group>
586 <context-group purpose="location">
587 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
588 <context context-type="linenumber">6</context>
589 </context-group>
590 </trans-unit><trans-unit id="ddd8a4986d2d1717a274a5a0fbed04988a819e69" datatype="html">
591 <source>Private</source>
592 <context-group purpose="location">
593 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
594 <context context-type="linenumber">13</context>
595 </context-group>
596 <context-group purpose="location">
597 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
598 <context context-type="linenumber">33</context>
599 </context-group>
600 <context-group purpose="location">
601 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
602 <context context-type="linenumber">7</context>
603 </context-group>
604 </trans-unit><trans-unit id="6aec8cb024acc333218d72f279caa8ea623bb628" datatype="html">
605 <source><x id="INTERPOLATION" equiv-text="{{ video.views | myNumberFormatter }}"/> views</source>
606 <context-group purpose="location">
607 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
608 <context context-type="linenumber">24</context>
609 </context-group>
610 </trans-unit><trans-unit id="4a806761798181e907e28ed1af053d466526800d" datatype="html">
611 <source>Blacklisted</source>
612 <context-group purpose="location">
613 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
614 <context context-type="linenumber">42</context>
615 </context-group>
616 </trans-unit><trans-unit id="fb8ccb136ab0ad1ff1dfbce739198be16a814f87" datatype="html">
617 <source>
618 Sensitive
619 </source>
620 <context-group purpose="location">
621 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.html</context>
622 <context context-type="linenumber">46</context>
623 </context-group>
624 </trans-unit><trans-unit id="99dea2d567d6e6d610d97608c3850ddb76df9a9a" datatype="html">
625 <source>{VAR_PLURAL, plural, =0 {No videos} =1 {1 video} other {<x id="INTERPOLATION" equiv-text="{{ playlist.videosLength }}"/> videos} }</source>
626 <context-group purpose="location">
627 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
628 <context context-type="linenumber">9</context>
629 </context-group>
630 </trans-unit><trans-unit id="4999ffd919bb9af482aa4c53badd6cd654468582" datatype="html">
631 <source>
632 <x id="INTERPOLATION" equiv-text="{{ playlist.videoChannelBy }}"/>
633 </source>
634 <context-group purpose="location">
635 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
636 <context context-type="linenumber">22</context>
637 </context-group>
638 </trans-unit><trans-unit id="a3550f6ce98d90d2947fe062530629dc2d3923b4" datatype="html">
639 <source>Updated <x id="INTERPOLATION" equiv-text="{{ playlist.updatedAt | myFromNow }}"/></source>
640 <context-group purpose="location">
641 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-miniature.component.html</context>
642 <context context-type="linenumber">29</context>
643 </context-group>
644 </trans-unit><trans-unit id="15c02cb6b6c3be53477e502d3e1ee26955b23af0" datatype="html">
645 <source>Unavailable</source>
646 <context-group purpose="location">
647 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
648 <context context-type="linenumber">32</context>
649 </context-group>
650 </trans-unit><trans-unit id="28df1b02fd88d2deb0212bc5d7ff34cf9492fa54" datatype="html">
651 <source>Deleted</source>
652 <context-group purpose="location">
653 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
654 <context context-type="linenumber">34</context>
655 </context-group>
656 </trans-unit><trans-unit id="2edccfda908b57c073dc0811eaa58818de2be2dc" datatype="html">
657 <source>Edit starts/stops at</source>
658 <context-group purpose="location">
659 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
660 <context context-type="linenumber">48</context>
661 </context-group>
662 </trans-unit><trans-unit id="52c9a103b812f258bcddc3d90a6e3f46871d25fe" datatype="html">
663 <source>Save</source>
664 <context-group purpose="location">
665 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
666 <context context-type="linenumber">80</context>
667 </context-group>
668 <context-group purpose="location">
669 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
670 <context context-type="linenumber">92</context>
671 </context-group>
672 <context-group purpose="location">
673 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
674 <context context-type="linenumber">59</context>
675 </context-group>
676 <context-group purpose="location">
677 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
678 <context context-type="linenumber">15</context>
679 </context-group>
680 </trans-unit><trans-unit id="b9dee3108a18796bd69c6be316c8fb985b58fb8e" datatype="html">
681 <source>Delete from <x id="INTERPOLATION" equiv-text="{{ playlist?.displayName }}"/></source>
682 <context-group purpose="location">
683 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.html</context>
684 <context context-type="linenumber">85</context>
685 </context-group>
686 </trans-unit><trans-unit id="c31161d1661884f54fbc5635aad5ce8d4803897e" datatype="html">
687 <source>No results.</source>
688 <context-group purpose="location">
689 <context context-type="sourcefile">src/app/shared/video/videos-selection.component.html</context>
690 <context context-type="linenumber">1</context>
691 </context-group>
692 <context-group purpose="location">
693 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
694 <context context-type="linenumber">20</context>
695 </context-group>
696 <context-group purpose="location">
697 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
698 <context context-type="linenumber">20</context>
699 </context-group>
700 <context-group purpose="location">
701 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
702 <context context-type="linenumber">20</context>
703 </context-group>
704 <context-group purpose="location">
705 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
706 <context context-type="linenumber">20</context>
707 </context-group>
708 <context-group purpose="location">
709 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
710 <context context-type="linenumber">20</context>
711 </context-group>
712 <context-group purpose="location">
713 <context context-type="sourcefile">src/app/videos/video-list/video-overview.component.html</context>
714 <context context-type="linenumber">3</context>
715 </context-group>
716 <context-group purpose="location">
717 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
718 <context context-type="linenumber">20</context>
719 </context-group>
720 <context-group purpose="location">
721 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
722 <context context-type="linenumber">20</context>
723 </context-group>
724 </trans-unit><trans-unit id="826b25211922a1b46436589233cb6f1a163d89b7" datatype="html">
725 <source>Delete</source>
726 <context-group purpose="location">
727 <context context-type="sourcefile">src/app/shared/buttons/delete-button.component.html</context>
728 <context context-type="linenumber">5</context>
729 </context-group>
730 <context-group purpose="location">
731 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
732 <context context-type="linenumber">181</context>
733 </context-group>
734 <context-group purpose="location">
735 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
736 <context context-type="linenumber">15</context>
737 </context-group>
738 <context-group purpose="location">
739 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
740 <context context-type="linenumber">13</context>
741 </context-group>
742 </trans-unit><trans-unit id="28f86ffd419b869711aa13f5e5ff54be6d70731c" datatype="html">
743 <source>Edit</source>
744 <context-group purpose="location">
745 <context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context>
746 <context context-type="linenumber">5</context>
747 </context-group>
748 <context-group purpose="location">
749 <context context-type="sourcefile">src/app/shared/buttons/edit-button.component.html</context>
750 <context context-type="linenumber">1</context>
751 </context-group>
752 <context-group purpose="location">
753 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
754 <context context-type="linenumber">219</context>
755 </context-group>
756 <context-group purpose="location">
757 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
758 <context context-type="linenumber">41</context>
759 </context-group>
760 <context-group purpose="location">
761 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
762 <context context-type="linenumber">63</context>
763 </context-group>
764 <context-group purpose="location">
765 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
766 <context context-type="linenumber">63</context>
767 </context-group>
768 </trans-unit><trans-unit id="961a134583d6256df39fbc520d020ebc48e3128d" datatype="html">
769 <source>Truncated preview</source>
770 <context-group purpose="location">
771 <context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context>
772 <context context-type="linenumber">9</context>
773 </context-group>
774 </trans-unit><trans-unit id="f82f53a2544638939a8ba93c0fb1b0a4419c3196" datatype="html">
775 <source>Complete preview</source>
776 <context-group purpose="location">
777 <context context-type="sourcefile">src/app/shared/forms/markdown-textarea.component.html</context>
778 <context context-type="linenumber">13</context>
779 </context-group>
780 </trans-unit><trans-unit id="9c71feb04c2beab559f79c41c6127815fb9c1a6f" datatype="html">
781 <source>Get help</source>
782 <context-group purpose="location">
783 <context context-type="sourcefile">src/app/shared/misc/help.component.html</context>
784 <context context-type="linenumber">29</context>
785 </context-group>
786 </trans-unit><trans-unit id="5c76e3ae0f85719fb16644ea75bced0229069b97" datatype="html">
787 <source>
788 Subscribe
789 </source>
790 <context-group purpose="location">
791 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
792 <context context-type="linenumber">6</context>
793 </context-group>
794 </trans-unit><trans-unit id="c374edf3b9228d3df6d761bdc8a289e7df0096e8" datatype="html">
795 <source>
796 Unsubscribe
797 </source>
798 <context-group purpose="location">
799 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
800 <context context-type="linenumber">18</context>
801 </context-group>
802 </trans-unit><trans-unit id="2f3f48994ece05cebb717c75ee0c39e871e3df91" datatype="html">
803 <source>
804 Subscribe
805 </source>
806 <context-group purpose="location">
807 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
808 <context context-type="linenumber">26</context>
809 </context-group>
810 </trans-unit><trans-unit id="9b3287f52c239cad05ec98391553e5052ba1aa66" datatype="html">
811 <source>Using an ActivityPub account</source>
812 <context-group purpose="location">
813 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
814 <context context-type="linenumber">36</context>
815 </context-group>
816 </trans-unit><trans-unit id="60251958d9e05c8cc00abf9645bb0026ebbe4dc3" datatype="html">
817 <source>Subscribe with an account on <x id="INTERPOLATION" equiv-text="{{ videoChannel.host }}"/></source>
818 <context-group purpose="location">
819 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
820 <context context-type="linenumber">39</context>
821 </context-group>
822 </trans-unit><trans-unit id="e7adf422424a61b71465d183f9d44bf956482ef0" datatype="html">
823 <source>Subscribe with your local account</source>
824 <context-group purpose="location">
825 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
826 <context context-type="linenumber">40</context>
827 </context-group>
828 </trans-unit><trans-unit id="5047522cc670b1f4a288bce07f9b1c5061e913ed" datatype="html">
829 <source>Subscribe with a Mastodon account:</source>
830 <context-group purpose="location">
831 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
832 <context context-type="linenumber">43</context>
833 </context-group>
834 </trans-unit><trans-unit id="d8758664cadd6452256ca25ca0c7259074f427c1" datatype="html">
835 <source>Using a syndication feed</source>
836 <context-group purpose="location">
837 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
838 <context context-type="linenumber">48</context>
839 </context-group>
840 </trans-unit><trans-unit id="d5e5bc7d213694fc0414a76f0ff3085bae44268a" datatype="html">
841 <source>Subscribe via RSS</source>
842 <context-group purpose="location">
843 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.html</context>
844 <context context-type="linenumber">49</context>
845 </context-group>
846 </trans-unit><trans-unit id="4913054c95f5ba14c351ab1b787f7abac97bfdd3" datatype="html">
847 <source>
848 <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;"/>
849 <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;"/>
850 </source>
851 <context-group purpose="location">
852 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
853 <context context-type="linenumber">10</context>
854 </context-group>
855 </trans-unit><trans-unit id="01cf713559c39a17cf5c8fbcd33b004a77ce0963" datatype="html">
856 <source>
857 You can subscribe to the channel via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
858 For instance with Mastodon or Pleroma you can type the channel URL in the search box and subscribe there.
859 </source>
860 <context-group purpose="location">
861 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
862 <context context-type="linenumber">17</context>
863 </context-group>
864 </trans-unit><trans-unit id="c590f63488a5179f20a46930cf5e673f8136673d" datatype="html">
865 <source>
866 You can interact with this via any ActivityPub-capable fediverse instance.<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/><x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
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 <context-group purpose="location">
870 <context context-type="sourcefile">src/app/shared/user-subscription/remote-subscribe.component.html</context>
871 <context context-type="linenumber">26</context>
872 </context-group>
873 </trans-unit><trans-unit id="083e95bdf6f64257d2ddd399ecf9f48ab88e279f" datatype="html">
874 <source>
875 <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;"/>
876 <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;"/>
877 </source>
878 <context-group purpose="location">
879 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
880 <context context-type="linenumber">5</context>
881 </context-group>
882 </trans-unit><trans-unit id="87ca23d62c168409ed040dae83dd8717cae3f08c" datatype="html">
883 <source>User registration allowed</source>
884 <context-group purpose="location">
885 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
886 <context context-type="linenumber">14</context>
887 </context-group>
888 </trans-unit><trans-unit id="62c8c98c3957946709b49d0a5e309e53e660b9e2" datatype="html">
889 <source>Video uploads</source>
890 <context-group purpose="location">
891 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
892 <context context-type="linenumber">21</context>
893 </context-group>
894 <context-group purpose="location">
895 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
896 <context context-type="linenumber">32</context>
897 </context-group>
898 </trans-unit><trans-unit id="ba774dce7a0cbbc29d7086b8557939c7e8d9883d" datatype="html">
899 <source>Transcoding in multiple resolutions</source>
900 <context-group purpose="location">
901 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
902 <context context-type="linenumber">25</context>
903 </context-group>
904 </trans-unit><trans-unit id="15f046007e4fca2e8477966745e2ec4e3e81bc3b" datatype="html">
905 <source>Video quota</source>
906 <context-group purpose="location">
907 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
908 <context context-type="linenumber">40</context>
909 </context-group>
910 <context-group purpose="location">
911 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
912 <context context-type="linenumber">57</context>
913 </context-group>
914 <context-group purpose="location">
915 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
916 <context context-type="linenumber">57</context>
917 </context-group>
918 </trans-unit><trans-unit id="9270dfd4606fb45a991fe7716e640b6efa28ba85" datatype="html">
919 <source>
920 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;"/>
921 </source>
922 <context-group purpose="location">
923 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
924 <context context-type="linenumber">53</context>
925 </context-group>
926 </trans-unit><trans-unit id="a059709f71aa4c0ac219e160e78a738682ca6a36" datatype="html">
927 <source>Import</source>
928 <context-group purpose="location">
929 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
930 <context context-type="linenumber">60</context>
931 </context-group>
932 <context-group purpose="location">
933 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
934 <context context-type="linenumber">40</context>
935 </context-group>
936 <context-group purpose="location">
937 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
938 <context context-type="linenumber">46</context>
939 </context-group>
940 <context-group purpose="location">
941 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
942 <context context-type="linenumber">286</context>
943 </context-group>
944 </trans-unit><trans-unit id="590fc27fcbd7dd680da2bb2da644a183338f6bd1" datatype="html">
945 <source>HTTP import (YouTube, Vimeo, direct URL...)</source>
946 <context-group purpose="location">
947 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
948 <context context-type="linenumber">64</context>
949 </context-group>
950 </trans-unit><trans-unit id="4e231a74ad4739e7b0606e8e66d5a656f5855a5a" datatype="html">
951 <source>Torrent import</source>
952 <context-group purpose="location">
953 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
954 <context context-type="linenumber">71</context>
955 </context-group>
956 </trans-unit><trans-unit id="59bdc3dfa4075f92c734588899485db702c8f120" datatype="html">
957 <source>Player</source>
958 <context-group purpose="location">
959 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
960 <context context-type="linenumber">79</context>
961 </context-group>
962 </trans-unit><trans-unit id="af80f4182e09341958e8706bd2b47ece61233eb5" datatype="html">
963 <source>P2P enabled</source>
964 <context-group purpose="location">
965 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.html</context>
966 <context context-type="linenumber">83</context>
967 </context-group>
968 </trans-unit><trans-unit id="b8b6a001cca6fa2ba15600ca3a78dfeebf685d60" datatype="html">
969 <source>Loading instance statistics...</source>
970 <context-group purpose="location">
971 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
972 <context context-type="linenumber">1</context>
973 </context-group>
974 </trans-unit><trans-unit id="eadc17c3df80143992e2d9028dead3199ae6d79d" datatype="html">
975 <source>Local</source>
976 <context-group purpose="location">
977 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
978 <context context-type="linenumber">4</context>
979 </context-group>
980 <context-group purpose="location">
981 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
982 <context context-type="linenumber">86</context>
983 </context-group>
984 </trans-unit><trans-unit id="7c7f4be7b726e61c577e63842a58d9e435f7c597" datatype="html">
985 <source>users</source>
986 <context-group purpose="location">
987 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
988 <context context-type="linenumber">11</context>
989 </context-group>
990 </trans-unit><trans-unit id="5bc509bb72973f9895241127d5556e9e31051137" datatype="html">
991 <source>videos</source>
992 <context-group purpose="location">
993 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
994 <context context-type="linenumber">21</context>
995 </context-group>
996 <context-group purpose="location">
997 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
998 <context context-type="linenumber">65</context>
999 </context-group>
1000 </trans-unit><trans-unit id="bd21b1e6b5674003187e5cbec0e7e2854f9d8388" datatype="html">
1001 <source>video views</source>
1002 <context-group purpose="location">
1003 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1004 <context context-type="linenumber">31</context>
1005 </context-group>
1006 </trans-unit><trans-unit id="d11fe88f08e43bfe4dec7d16fe469aa65d1e3d84" datatype="html">
1007 <source>video comments</source>
1008 <context-group purpose="location">
1009 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1010 <context context-type="linenumber">41</context>
1011 </context-group>
1012 <context-group purpose="location">
1013 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1014 <context context-type="linenumber">75</context>
1015 </context-group>
1016 </trans-unit><trans-unit id="0bedca44bfc0ef579be6053ffe0e8cdee9aba07d" datatype="html">
1017 <source>of hosted video</source>
1018 <context-group purpose="location">
1019 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1020 <context context-type="linenumber">51</context>
1021 </context-group>
1022 </trans-unit><trans-unit id="de7d61497b3dc7df0f83c57f333458a7064ac4e7" datatype="html">
1023 <source>Federation</source>
1024 <context-group purpose="location">
1025 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1026 <context context-type="linenumber">58</context>
1027 </context-group>
1028 </trans-unit><trans-unit id="8de9d3173fafc2c7a94352dec3de899b6cedf9c5" datatype="html">
1029 <source>followers</source>
1030 <context-group purpose="location">
1031 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1032 <context context-type="linenumber">85</context>
1033 </context-group>
1034 </trans-unit><trans-unit id="1ec99ffe83830affef834fd7beeda8ee313203fe" datatype="html">
1035 <source>following</source>
1036 <context-group purpose="location">
1037 <context context-type="sourcefile">src/app/shared/instance/instance-statistics.component.html</context>
1038 <context context-type="linenumber">95</context>
1039 </context-group>
1040 </trans-unit><trans-unit id="6a323f80f9d90a32db8ce52cc82075938c3c36f0" datatype="html">
1041 <source>Ban</source>
1042 <context-group purpose="location">
1043 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1044 <context context-type="linenumber">3</context>
1045 </context-group>
1046 </trans-unit><trans-unit id="f21428bd564d1cacdbc737f87a8def2e2ad42251" datatype="html">
1047 <source>
1048 A banned user will no longer be able to login.
1049 </source>
1050 <context-group purpose="location">
1051 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1052 <context context-type="linenumber">18</context>
1053 </context-group>
1054 </trans-unit><trans-unit id="d7b35c384aecd25a516200d6921836374613dfe7" datatype="html">
1055 <source>Cancel</source>
1056 <context-group purpose="location">
1057 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1058 <context context-type="linenumber">23</context>
1059 </context-group>
1060 <context-group purpose="location">
1061 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.html</context>
1062 <context context-type="linenumber">19</context>
1063 </context-group>
1064 <context-group purpose="location">
1065 <context context-type="sourcefile">src/app/login/login.component.html</context>
1066 <context context-type="linenumber">79</context>
1067 </context-group>
1068 <context-group purpose="location">
1069 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context>
1070 <context context-type="linenumber">10</context>
1071 </context-group>
1072 <context-group purpose="location">
1073 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
1074 <context context-type="linenumber">23</context>
1075 </context-group>
1076 </trans-unit><trans-unit id="35fdca47605de8113a0db7f587f7c099abec8020" datatype="html">
1077 <source>Ban this user</source>
1078 <context-group purpose="location">
1079 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.html</context>
1080 <context context-type="linenumber">26</context>
1081 </context-group>
1082 </trans-unit><trans-unit id="c078d4901a5fac169665947cc7a6108b94dd80c7" datatype="html">
1083 <source><x id="INTERPOLATION" equiv-text="{{ menuEntry.label }}"/></source>
1084 <context-group purpose="location">
1085 <context context-type="sourcefile">src/app/shared/menu/top-menu-dropdown.component.html</context>
1086 <context context-type="linenumber">11</context>
1087 </context-group>
1088 </trans-unit><trans-unit id="b4f8ab29acafa8172b27571fd682d482c1ff7798" datatype="html">
1089 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ allowedExtensionsMessage }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxVideoImageSize | bytes }}"/>)</source>
1090 <context-group purpose="location">
1091 <context context-type="sourcefile">src/app/shared/images/preview-upload.component.html</context>
1092 <context context-type="linenumber">12</context>
1093 </context-group>
1094 </trans-unit><trans-unit id="12910217fdcdbca64bee06f511639b653d5428ea" datatype="html">
1095 <source>
1096 Login
1097 </source>
1098 <context-group purpose="location">
1099 <context context-type="sourcefile">src/app/login/login.component.html</context>
1100 <context context-type="linenumber">2</context>
1101 </context-group>
1102 </trans-unit><trans-unit id="ae3cb52bf2dee3101ee654812b5d16e8665a9453" datatype="html">
1103 <source>Request new verification email.</source>
1104 <context-group purpose="location">
1105 <context context-type="sourcefile">src/app/login/login.component.html</context>
1106 <context context-type="linenumber">7</context>
1107 </context-group>
1108 <context-group purpose="location">
1109 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
1110 <context context-type="linenumber">16</context>
1111 </context-group>
1112 </trans-unit><trans-unit id="e08a77594f3d89311cdf6da5090044270909c194" datatype="html">
1113 <source>User</source>
1114 <context-group purpose="location">
1115 <context context-type="sourcefile">src/app/login/login.component.html</context>
1116 <context context-type="linenumber">13</context>
1117 </context-group>
1118 <context-group purpose="location">
1119 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
1120 <context context-type="linenumber">13</context>
1121 </context-group>
1122 </trans-unit><trans-unit id="51ef29329faccb28d94369897068897d1b3d0478" datatype="html">
1123 <source>Username or email address</source>
1124 <context-group purpose="location">
1125 <context context-type="sourcefile">src/app/login/login.component.html</context>
1126 <context context-type="linenumber">15</context>
1127 </context-group>
1128 </trans-unit><trans-unit id="02c4360c2d956e74ed6bb1f71e86812af0e19b87" datatype="html">
1129 <source>
1130 or create an account
1131 </source>
1132 <context-group purpose="location">
1133 <context context-type="sourcefile">src/app/login/login.component.html</context>
1134 <context context-type="linenumber">18</context>
1135 </context-group>
1136 </trans-unit><trans-unit id="d6290381021b16febc426d3e3a52dda83991ce0b" datatype="html">
1137 <source>
1138 or create an account on another instance
1139 </source>
1140 <context-group purpose="location">
1141 <context context-type="sourcefile">src/app/login/login.component.html</context>
1142 <context context-type="linenumber">22</context>
1143 </context-group>
1144 </trans-unit><trans-unit id="76e1f485e6ead4c84b606f46d413878881d66ad3" datatype="html">
1145 <source>User registration is not allowed on this instance, but you can register on many others!</source>
1146 <context-group purpose="location">
1147 <context context-type="sourcefile">src/app/login/login.component.html</context>
1148 <context context-type="linenumber">28</context>
1149 </context-group>
1150 </trans-unit><trans-unit id="c32ef07f8803a223a83ed17024b38e8d82292407" datatype="html">
1151 <source>Password</source>
1152 <context-group purpose="location">
1153 <context context-type="sourcefile">src/app/login/login.component.html</context>
1154 <context context-type="linenumber">39</context>
1155 </context-group>
1156 <context-group purpose="location">
1157 <context context-type="sourcefile">src/app/login/login.component.html</context>
1158 <context context-type="linenumber">42</context>
1159 </context-group>
1160 <context-group purpose="location">
1161 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1162 <context context-type="linenumber">8</context>
1163 </context-group>
1164 <context-group purpose="location">
1165 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1166 <context context-type="linenumber">10</context>
1167 </context-group>
1168 <context-group purpose="location">
1169 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1170 <context context-type="linenumber">31</context>
1171 </context-group>
1172 <context-group purpose="location">
1173 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1174 <context context-type="linenumber">31</context>
1175 </context-group>
1176 <context-group purpose="location">
1177 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
1178 <context context-type="linenumber">19</context>
1179 </context-group>
1180 <context-group purpose="location">
1181 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1182 <context context-type="linenumber">52</context>
1183 </context-group>
1184 <context-group purpose="location">
1185 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1186 <context context-type="linenumber">54</context>
1187 </context-group>
1188 </trans-unit><trans-unit id="b87e81682959464211443afc3e23c506865d2eda" datatype="html">
1189 <source>I forgot my password</source>
1190 <context-group purpose="location">
1191 <context context-type="sourcefile">src/app/login/login.component.html</context>
1192 <context context-type="linenumber">45</context>
1193 </context-group>
1194 </trans-unit><trans-unit id="6765b4c916060f6bc42d9bb69e80377dbcb5e4e9" datatype="html">
1195 <source>Login</source>
1196 <context-group purpose="location">
1197 <context context-type="sourcefile">src/app/login/login.component.html</context>
1198 <context context-type="linenumber">52</context>
1199 </context-group>
1200 <context-group purpose="location">
1201 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1202 <context context-type="linenumber">32</context>
1203 </context-group>
1204 </trans-unit><trans-unit id="d2eb6c5d41f70d4b8c0937e7e19e196143b47681" datatype="html">
1205 <source>Forgot your password</source>
1206 <context-group purpose="location">
1207 <context context-type="sourcefile">src/app/login/login.component.html</context>
1208 <context context-type="linenumber">58</context>
1209 </context-group>
1210 </trans-unit><trans-unit id="8f7dd0009f7dc9e4e3f1d9f43f944a3aa7cf737a" datatype="html">
1211 <source>
1212 We are sorry, you cannot recover your password because your instance administrator did not configure the PeerTube email system.
1213 </source>
1214 <context-group purpose="location">
1215 <context context-type="sourcefile">src/app/login/login.component.html</context>
1216 <context context-type="linenumber">65</context>
1217 </context-group>
1218 </trans-unit><trans-unit id="244aae9346da82b0922506c2d2581373a15641cc" datatype="html">
1219 <source>Email</source>
1220 <context-group purpose="location">
1221 <context context-type="sourcefile">src/app/login/login.component.html</context>
1222 <context context-type="linenumber">70</context>
1223 </context-group>
1224 <context-group purpose="location">
1225 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1226 <context context-type="linenumber">19</context>
1227 </context-group>
1228 <context-group purpose="location">
1229 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
1230 <context context-type="linenumber">19</context>
1231 </context-group>
1232 <context-group purpose="location">
1233 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
1234 <context context-type="linenumber">41</context>
1235 </context-group>
1236 <context-group purpose="location">
1237 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
1238 <context context-type="linenumber">22</context>
1239 </context-group>
1240 <context-group purpose="location">
1241 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
1242 <context context-type="linenumber">4</context>
1243 </context-group>
1244 <context-group purpose="location">
1245 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
1246 <context context-type="linenumber">8</context>
1247 </context-group>
1248 <context-group purpose="location">
1249 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1250 <context context-type="linenumber">41</context>
1251 </context-group>
1252 <context-group purpose="location">
1253 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
1254 <context context-type="linenumber">43</context>
1255 </context-group>
1256 </trans-unit><trans-unit id="69b6ac577a19acc39fc0c22342092f327fff2529" datatype="html">
1257 <source>Email address</source>
1258 <context-group purpose="location">
1259 <context context-type="sourcefile">src/app/login/login.component.html</context>
1260 <context context-type="linenumber">72</context>
1261 </context-group>
1262 <context-group purpose="location">
1263 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
1264 <context context-type="linenumber">10</context>
1265 </context-group>
1266 </trans-unit><trans-unit id="78be69e4d26b3b654c49962839d8545e61bf8b55" datatype="html">
1267 <source>Send me an email to reset my password</source>
1268 <context-group purpose="location">
1269 <context context-type="sourcefile">src/app/login/login.component.html</context>
1270 <context context-type="linenumber">82</context>
1271 </context-group>
1272 </trans-unit><trans-unit id="2ba14c37f3b23553b2602c5e535d0ff4916f24aa" datatype="html">
1273 <source>
1274 Reset my password
1275 </source>
1276 <context-group purpose="location">
1277 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1278 <context context-type="linenumber">2</context>
1279 </context-group>
1280 </trans-unit><trans-unit id="7f3bdcce4b2e8c37cd7f0f6c92ef8cff34b039b8" datatype="html">
1281 <source>Confirm password</source>
1282 <context-group purpose="location">
1283 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1284 <context context-type="linenumber">19</context>
1285 </context-group>
1286 </trans-unit><trans-unit id="3652e5c6e33165264d5271d06cc04ab7123b6df1" datatype="html">
1287 <source>Confirmed password</source>
1288 <context-group purpose="location">
1289 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1290 <context context-type="linenumber">21</context>
1291 </context-group>
1292 </trans-unit><trans-unit id="8bdf8db5eeeaef83184b489b80c1557b516fb3c3" datatype="html">
1293 <source>Reset my password</source>
1294 <context-group purpose="location">
1295 <context context-type="sourcefile">src/app/reset-password/reset-password.component.html</context>
1296 <context context-type="linenumber">29</context>
1297 </context-group>
1298 </trans-unit><trans-unit id="9167c6d3c4c3b74373cf1e90997e4966844ded1a" datatype="html">
1299 <source><x id="INTERPOLATION" equiv-text="{{ pagination.totalItems | myNumberFormatter }}"/> results</source>
1300 <context-group purpose="location">
1301 <context context-type="sourcefile">src/app/search/search.component.html</context>
1302 <context context-type="linenumber">5</context>
1303 </context-group>
1304 </trans-unit><trans-unit id="4c3960fb1d9b07d1db3b5bda3ee40019211830dc" datatype="html">
1305 <source>
1306 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;"/>
1307 </source>
1308 <context-group purpose="location">
1309 <context context-type="sourcefile">src/app/search/search.component.html</context>
1310 <context context-type="linenumber">6</context>
1311 </context-group>
1312 </trans-unit><trans-unit id="7c603b9ed878097782e2b8908f662e2344b46061" datatype="html">
1313 <source>
1314 Filters
1315 <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;"/>
1316 </source>
1317 <context-group purpose="location">
1318 <context context-type="sourcefile">src/app/search/search.component.html</context>
1319 <context context-type="linenumber">16</context>
1320 </context-group>
1321 </trans-unit><trans-unit id="e2dbf0426cbb0b573faf49dffeb7d5bdf16eda5d" datatype="html">
1322 <source>
1323 No results found
1324 </source>
1325 <context-group purpose="location">
1326 <context context-type="sourcefile">src/app/search/search.component.html</context>
1327 <context context-type="linenumber">28</context>
1328 </context-group>
1329 </trans-unit><trans-unit id="10341623e991a4185990a0c3c76ac2bc3543cc4a" datatype="html">
1330 <source><x id="INTERPOLATION" equiv-text="{{ result.followersCount }}"/> subscribers</source>
1331 <context-group purpose="location">
1332 <context context-type="sourcefile">src/app/search/search.component.html</context>
1333 <context context-type="linenumber">44</context>
1334 </context-group>
1335 </trans-unit><trans-unit id="5cf92a1d527e65908c75633e8484cdd3b6d16b9b" datatype="html">
1336 <source>Welcome to PeerTube, dear administrator!</source>
1337 <context-group purpose="location">
1338 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1339 <context context-type="linenumber">3</context>
1340 </context-group>
1341 </trans-unit><trans-unit id="fb2ab91ad6091b4a42f4ec08487650a0bc2d541c" datatype="html">
1342 <source>CLI
1343 documentation</source>
1344 <context-group purpose="location">
1345 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1346 <context context-type="linenumber">12</context>
1347 </context-group>
1348 </trans-unit><trans-unit id="65462878ca6d04c826906432816a3df3e048ac87" datatype="html">
1349 <source>Upload or import videos, parse logs, prune storage directories, reset user password...</source>
1350 <context-group purpose="location">
1351 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1352 <context context-type="linenumber">15</context>
1353 </context-group>
1354 </trans-unit><trans-unit id="054dd8ba0dece8069a5a7e538efaca9f58cf81f9" datatype="html">
1355 <source>Administer
1356 documentation</source>
1357 <context-group purpose="location">
1358 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1359 <context context-type="linenumber">19</context>
1360 </context-group>
1361 </trans-unit><trans-unit id="c38a3f5b5eff069d0097527fa40a3f8c4d9c1e4e" datatype="html">
1362 <source>Managing users, following other instances, dealing with spammers...</source>
1363 <context-group purpose="location">
1364 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1365 <context context-type="linenumber">22</context>
1366 </context-group>
1367 </trans-unit><trans-unit id="4e020f13aa4db2285047eba96e50dc716fb5f417" datatype="html">
1368 <source>Use
1369 documentation</source>
1370 <context-group purpose="location">
1371 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1372 <context context-type="linenumber">26</context>
1373 </context-group>
1374 </trans-unit><trans-unit id="e1410009f484a2b44b6f15346df65f13f5e77444" datatype="html">
1375 <source>Setup your account, managing video playlists, discover third-party applications...</source>
1376 <context-group purpose="location">
1377 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1378 <context context-type="linenumber">29</context>
1379 </context-group>
1380 </trans-unit><trans-unit id="6b705cdf0d567cf608b9891a1d912daebac3523e" datatype="html">
1381 <source>Useful links</source>
1382 <context-group purpose="location">
1383 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1384 <context context-type="linenumber">41</context>
1385 </context-group>
1386 </trans-unit><trans-unit id="908ccbd854d79d50723e7a651b2a0f4dd0557c60" datatype="html">
1387 <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>
1388 <context-group purpose="location">
1389 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1390 <context context-type="linenumber">44</context>
1391 </context-group>
1392 </trans-unit><trans-unit id="53f7ce6aef94fd128d0058de1cd63da90d062ee6" datatype="html">
1393 <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;"/>
1394 </source>
1395 <context-group purpose="location">
1396 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1397 <context context-type="linenumber">47</context>
1398 </context-group>
1399 </trans-unit><trans-unit id="351af1021b0298109bfb72c7aa9a27999d110859" datatype="html">
1400 <source>It&apos;s time to configure your instance!</source>
1401 <context-group purpose="location">
1402 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1403 <context context-type="linenumber">59</context>
1404 </context-group>
1405 </trans-unit><trans-unit id="cde76f438c580e464940e141584e44ab21809cb6" datatype="html">
1406 <source>
1407 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;"/>,
1408 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;"/>
1409 is very important for visitors to understand on what type of instance they are.
1410 </source>
1411 <context-group purpose="location">
1412 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1413 <context context-type="linenumber">61</context>
1414 </context-group>
1415 </trans-unit><trans-unit id="bd6c91a86a18f512ade62e216efcfb5d2520711c" datatype="html">
1416 <source>
1417 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
1418 terms<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1419 and specify the categories and languages you speak. This way, you will help users to register on <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>the
1420 appropriate<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
1421 PeerTube instance.
1422 </source>
1423 <context-group purpose="location">
1424 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1425 <context context-type="linenumber">67</context>
1426 </context-group>
1427 </trans-unit><trans-unit id="650b8c3e81746bc33ff276f2ef30bf89fa2d74dd" datatype="html">
1428 <source>Remind me later</source>
1429 <context-group purpose="location">
1430 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1431 <context context-type="linenumber">79</context>
1432 </context-group>
1433 </trans-unit><trans-unit id="b310fa17f1bbfc4dd61b80c1cfc4116a81a9c76c" datatype="html">
1434 <source>
1435 Configure my instance
1436 </source>
1437 <context-group purpose="location">
1438 <context context-type="sourcefile">src/app/modal/welcome-modal.component.html</context>
1439 <context context-type="linenumber">82</context>
1440 </context-group>
1441 </trans-unit><trans-unit id="a9af18b4f210f5a19bb2503407923d3f25c57f98" datatype="html">
1442 <source>Configuration warning!</source>
1443 <context-group purpose="location">
1444 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1445 <context context-type="linenumber">3</context>
1446 </context-group>
1447 </trans-unit><trans-unit id="120796abeaabea4067c1cd739194cb6c86252155" datatype="html">
1448 <source>Hello dear administrator. You enabled user registration on your instance but you did not configure the following fields:</source>
1449 <context-group purpose="location">
1450 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1451 <context context-type="linenumber">10</context>
1452 </context-group>
1453 </trans-unit><trans-unit id="ab7e3d0be94cc55ce997a5f38c679956e66f3936" datatype="html">
1454 <source>Instance name</source>
1455 <context-group purpose="location">
1456 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1457 <context context-type="linenumber">13</context>
1458 </context-group>
1459 </trans-unit><trans-unit id="b6e9a7a198c9882894677a0358d22ed79482808a" datatype="html">
1460 <source>Instance short description</source>
1461 <context-group purpose="location">
1462 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1463 <context context-type="linenumber">14</context>
1464 </context-group>
1465 </trans-unit><trans-unit id="801cb5b4cc93a5c0a4d89a46b96487d3638f0bc5" datatype="html">
1466 <source>Who you are</source>
1467 <context-group purpose="location">
1468 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1469 <context context-type="linenumber">16</context>
1470 </context-group>
1471 </trans-unit><trans-unit id="de688f72fc745cc8481a5e9cc70b8ca9e6f41e2a" datatype="html">
1472 <source>How long you plan to maintain your instance</source>
1473 <context-group purpose="location">
1474 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1475 <context context-type="linenumber">17</context>
1476 </context-group>
1477 </trans-unit><trans-unit id="af60a062ecc7c70b278bdb3ba7ad0147abfecf0a" datatype="html">
1478 <source>How you plan to pay your instance</source>
1479 <context-group purpose="location">
1480 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1481 <context context-type="linenumber">18</context>
1482 </context-group>
1483 </trans-unit><trans-unit id="c69c1bd027bae555557a48123a26d770a93ee473" datatype="html">
1484 <source>How you will moderate your instance</source>
1485 <context-group purpose="location">
1486 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1487 <context context-type="linenumber">20</context>
1488 </context-group>
1489 </trans-unit><trans-unit id="92ddf3c3a348adc059da6c17c808fa27c315d91c" datatype="html">
1490 <source>Instance terms</source>
1491 <context-group purpose="location">
1492 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1493 <context context-type="linenumber">21</context>
1494 </context-group>
1495 </trans-unit><trans-unit id="c8e491ab57fa4f6a0d6d09b296299b6c034244ec" datatype="html">
1496 <source>Configure these fields</source>
1497 <context-group purpose="location">
1498 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1499 <context context-type="linenumber">30</context>
1500 </context-group>
1501 </trans-unit><trans-unit id="7d438f72f9985c4d06ed4fe80c90afc2e1df34d2" datatype="html">
1502 <source>Don&apos;t show me this warning anymore</source>
1503 <context-group purpose="location">
1504 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1505 <context context-type="linenumber">38</context>
1506 </context-group>
1507 </trans-unit><trans-unit id="f4e529ae5ffd73001d1ff4bbdeeb0a72e342e5c8" datatype="html">
1508 <source>Close</source>
1509 <context-group purpose="location">
1510 <context context-type="sourcefile">src/app/modal/instance-config-warning-modal.component.html</context>
1511 <context context-type="linenumber">43</context>
1512 </context-group>
1513 <context-group purpose="location">
1514 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
1515 <context context-type="linenumber">173</context>
1516 </context-group>
1517 </trans-unit><trans-unit id="aef5c45fb9c725573d20a6283492e6b80fd2ae96" datatype="html">
1518 <source>Change the language</source>
1519 <context-group purpose="location">
1520 <context context-type="sourcefile">src/app/menu/language-chooser.component.html</context>
1521 <context context-type="linenumber">3</context>
1522 </context-group>
1523 <context-group purpose="location">
1524 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1525 <context context-type="linenumber">107</context>
1526 </context-group>
1527 </trans-unit><trans-unit id="1c98d728375e7bd5b166d1aeb29485ef8b5d6e28" datatype="html">
1528 <source>
1529 Help to translate PeerTube!
1530 </source>
1531 <context-group purpose="location">
1532 <context context-type="sourcefile">src/app/menu/language-chooser.component.html</context>
1533 <context context-type="linenumber">8</context>
1534 </context-group>
1535 </trans-unit><trans-unit id="20f3ffdc9938528fe27db4444ee54a561670075a" datatype="html">
1536 <source>My public profile</source>
1537 <context-group purpose="location">
1538 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1539 <context context-type="linenumber">17</context>
1540 </context-group>
1541 </trans-unit><trans-unit id="e4825b5d86d89ae0f4c797ba256f66fd8abd4ee6" datatype="html">
1542 <source>My account</source>
1543 <context-group purpose="location">
1544 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1545 <context context-type="linenumber">21</context>
1546 </context-group>
1547 </trans-unit><trans-unit id="3fdc751b264ca9998e1542fcf5794e274cd56344" datatype="html">
1548 <source>Log out</source>
1549 <context-group purpose="location">
1550 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1551 <context context-type="linenumber">25</context>
1552 </context-group>
1553 </trans-unit><trans-unit id="d207cc1965ec0c29e594e0e9917f39bfc276ed87" datatype="html">
1554 <source>Create an account</source>
1555 <context-group purpose="location">
1556 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1557 <context context-type="linenumber">33</context>
1558 </context-group>
1559 </trans-unit><trans-unit id="4ef4f031c147fb9ee0168bc6eacb78de180d7432" datatype="html">
1560 <source>My library</source>
1561 <context-group purpose="location">
1562 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1563 <context context-type="linenumber">37</context>
1564 </context-group>
1565 </trans-unit><trans-unit id="a52dae09be10ca3a65da918533ced3d3f4992238" datatype="html">
1566 <source>Videos</source>
1567 <context-group purpose="location">
1568 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1569 <context context-type="linenumber">41</context>
1570 </context-group>
1571 <context-group purpose="location">
1572 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1573 <context context-type="linenumber">62</context>
1574 </context-group>
1575 <context-group purpose="location">
1576 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
1577 <context context-type="linenumber">38</context>
1578 </context-group>
1579 <context-group purpose="location">
1580 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
1581 <context context-type="linenumber">24</context>
1582 </context-group>
1583 </trans-unit><trans-unit id="47546e45bbb476baaaad38244db444c427ddc502" datatype="html">
1584 <source>Playlists</source>
1585 <context-group purpose="location">
1586 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1587 <context context-type="linenumber">46</context>
1588 </context-group>
1589 </trans-unit><trans-unit id="357064ca9d9ac859eb618e28e8126fa32be049e2" datatype="html">
1590 <source>Subscriptions</source>
1591 <context-group purpose="location">
1592 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1593 <context context-type="linenumber">51</context>
1594 </context-group>
1595 </trans-unit><trans-unit id="efac3af0b32e953279c25b6519cae256811e0fe8" datatype="html">
1596 <source>History</source>
1597 <context-group purpose="location">
1598 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1599 <context context-type="linenumber">56</context>
1600 </context-group>
1601 </trans-unit><trans-unit id="411ca58f59b00246e15b161e07409df55b5eb6db" datatype="html">
1602 <source>Discover</source>
1603 <context-group purpose="location">
1604 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1605 <context context-type="linenumber">66</context>
1606 </context-group>
1607 </trans-unit><trans-unit id="b6b7986bc3721ac483baf20bc9a320529075c807" datatype="html">
1608 <source>Trending</source>
1609 <context-group purpose="location">
1610 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1611 <context context-type="linenumber">71</context>
1612 </context-group>
1613 </trans-unit><trans-unit id="9d9983bd6d0817a5b1bb7650034a2f9a5f4b7bac" datatype="html">
1614 <source>Most liked</source>
1615 <context-group purpose="location">
1616 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1617 <context context-type="linenumber">76</context>
1618 </context-group>
1619 </trans-unit><trans-unit id="8d20c5f5dd30acbe71316544dab774393fd9c3c1" datatype="html">
1620 <source>Recently added</source>
1621 <context-group purpose="location">
1622 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1623 <context context-type="linenumber">81</context>
1624 </context-group>
1625 </trans-unit><trans-unit id="ac0f81713a84217c9bd1d9bb460245d8190b073f" datatype="html">
1626 <source>More</source>
1627 <context-group purpose="location">
1628 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1629 <context context-type="linenumber">91</context>
1630 </context-group>
1631 </trans-unit><trans-unit id="b7648e7aced164498aa843b5c4e8f2f1c36a7919" datatype="html">
1632 <source>Administration</source>
1633 <context-group purpose="location">
1634 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1635 <context context-type="linenumber">95</context>
1636 </context-group>
1637 </trans-unit><trans-unit id="004b222ff9ef9dd4771b777950ca1d0e4cd4348a" datatype="html">
1638 <source>About</source>
1639 <context-group purpose="location">
1640 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1641 <context context-type="linenumber">100</context>
1642 </context-group>
1643 <context-group purpose="location">
1644 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
1645 <context context-type="linenumber">40</context>
1646 </context-group>
1647 <context-group purpose="location">
1648 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
1649 <context context-type="linenumber">26</context>
1650 </context-group>
1651 </trans-unit><trans-unit id="4752e5e33da1c3396d3248eb8fef59bca5d00cb3" datatype="html">
1652 <source>Show keyboard shortcuts</source>
1653 <context-group purpose="location">
1654 <context context-type="sourcefile">src/app/menu/menu.component.html</context>
1655 <context context-type="linenumber">111</context>
1656 </context-group>
1657 </trans-unit><trans-unit id="2dc8a0a3763cd5c456c84630fc335398c9b86771" datatype="html">
1658 <source>View your notifications</source>
1659 <context-group purpose="location">
1660 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
1661 <context context-type="linenumber">3</context>
1662 </context-group>
1663 </trans-unit><trans-unit id="8bcabdf6b16cad0313a86c7e940c5e3ad7f9f8ab" datatype="html">
1664 <source>Notifications</source>
1665 <context-group purpose="location">
1666 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
1667 <context context-type="linenumber">13</context>
1668 </context-group>
1669 <context-group purpose="location">
1670 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
1671 <context context-type="linenumber">13</context>
1672 </context-group>
1673 </trans-unit><trans-unit id="341e026e3f317aa3164916cc63a059c961a78b81" datatype="html">
1674 <source>Update your notification preferences</source>
1675 <context-group purpose="location">
1676 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
1677 <context context-type="linenumber">16</context>
1678 </context-group>
1679 </trans-unit><trans-unit id="3d1b5c9cd76948c04fdb7bb3fe51b6c1242c1bd5" datatype="html">
1680 <source>See all your notifications</source>
1681 <context-group purpose="location">
1682 <context context-type="sourcefile">src/app/menu/avatar-notification.component.html</context>
1683 <context context-type="linenumber">30</context>
1684 </context-group>
1685 </trans-unit><trans-unit id="8aa58cf00d949c509df91c621ab38131df0a7599" datatype="html">
1686 <source>Search...</source>
1687 <context-group purpose="location">
1688 <context context-type="sourcefile">src/app/header/header.component.html</context>
1689 <context context-type="linenumber">2</context>
1690 </context-group>
1691 <context-group purpose="location">
1692 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
1693 <context context-type="linenumber">6</context>
1694 </context-group>
1695 </trans-unit><trans-unit id="4b3972c3e9485218508a95f7a4ce7758e3f09ced" datatype="html">
1696 <source>Upload</source>
1697 <context-group purpose="location">
1698 <context context-type="sourcefile">src/app/header/header.component.html</context>
1699 <context context-type="linenumber">9</context>
1700 </context-group>
1701 </trans-unit><trans-unit id="5d43539fc358c3a548b9d487be821db73e2702ff" datatype="html">
1702 <source>Sort</source>
1703 <context-group purpose="location">
1704 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1705 <context context-type="linenumber">6</context>
1706 </context-group>
1707 </trans-unit><trans-unit id="98acac685fc4b2d35e5d0cf3cd224d247a756c3e" datatype="html">
1708 <source>Published date</source>
1709 <context-group purpose="location">
1710 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1711 <context context-type="linenumber">15</context>
1712 </context-group>
1713 </trans-unit><trans-unit id="31523e672b9f39a621e5d9e2a22b24bbf9aa8d4d" datatype="html">
1714 <source>Original publication year</source>
1715 <context-group purpose="location">
1716 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1717 <context context-type="linenumber">24</context>
1718 </context-group>
1719 </trans-unit><trans-unit id="e9866754251f6f45c42710a3de01da5d79c6ae91" datatype="html">
1720 <source>After...</source>
1721 <context-group purpose="location">
1722 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1723 <context context-type="linenumber">30</context>
1724 </context-group>
1725 </trans-unit><trans-unit id="46c36269a23f9105124bbdd58f8c91833b92e565" datatype="html">
1726 <source>Before...</source>
1727 <context-group purpose="location">
1728 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1729 <context context-type="linenumber">37</context>
1730 </context-group>
1731 </trans-unit><trans-unit id="a02ea1d4e7424ca989929da5e598f379940fdbf2" datatype="html">
1732 <source>Duration</source>
1733 <context-group purpose="location">
1734 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1735 <context context-type="linenumber">45</context>
1736 </context-group>
1737 </trans-unit><trans-unit id="dc67060f94f0f2b58549f54a5c07925dffd20238" datatype="html">
1738 <source>Display sensitive content</source>
1739 <context-group purpose="location">
1740 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1741 <context context-type="linenumber">54</context>
1742 </context-group>
1743 </trans-unit><trans-unit id="4f20f2d5a6882190892e58b85f6ccbedfa737952" datatype="html">
1744 <source>Yes</source>
1745 <context-group purpose="location">
1746 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1747 <context context-type="linenumber">58</context>
1748 </context-group>
1749 </trans-unit><trans-unit id="3d3ae7deebc5949b0c1c78b9847886a94321d9fd" datatype="html">
1750 <source>No</source>
1751 <context-group purpose="location">
1752 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1753 <context context-type="linenumber">63</context>
1754 </context-group>
1755 </trans-unit><trans-unit id="607de17c2a755f65775881c19e276e7c933bcf94" datatype="html">
1756 <source>Category</source>
1757 <context-group purpose="location">
1758 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1759 <context context-type="linenumber">71</context>
1760 </context-group>
1761 <context-group purpose="location">
1762 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1763 <context context-type="linenumber">65</context>
1764 </context-group>
1765 <context-group purpose="location">
1766 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1767 <context context-type="linenumber">164</context>
1768 </context-group>
1769 </trans-unit><trans-unit id="78d6d3ea26777cd0dad8ddbf9b314151678da46c" datatype="html">
1770 <source>Licence</source>
1771 <context-group purpose="location">
1772 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1773 <context context-type="linenumber">81</context>
1774 </context-group>
1775 <context-group purpose="location">
1776 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1777 <context context-type="linenumber">79</context>
1778 </context-group>
1779 <context-group purpose="location">
1780 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1781 <context context-type="linenumber">173</context>
1782 </context-group>
1783 </trans-unit><trans-unit id="fe46ccaae902ce974e2441abe752399288298619" datatype="html">
1784 <source>Language</source>
1785 <context-group purpose="location">
1786 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1787 <context context-type="linenumber">91</context>
1788 </context-group>
1789 <context-group purpose="location">
1790 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
1791 <context context-type="linenumber">10</context>
1792 </context-group>
1793 <context-group purpose="location">
1794 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1795 <context context-type="linenumber">93</context>
1796 </context-group>
1797 <context-group purpose="location">
1798 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1799 <context context-type="linenumber">182</context>
1800 </context-group>
1801 </trans-unit><trans-unit id="c8d58c4fbe23e51af3dc8f58cb4a81eac20739e8" datatype="html">
1802 <source>All of these tags</source>
1803 <context-group purpose="location">
1804 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1805 <context context-type="linenumber">103</context>
1806 </context-group>
1807 </trans-unit><trans-unit id="492d2bd18db0cba03f6d9e3b0c42b8639fbe51ab" datatype="html">
1808 <source>One of these tags</source>
1809 <context-group purpose="location">
1810 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1811 <context context-type="linenumber">108</context>
1812 </context-group>
1813 </trans-unit><trans-unit id="5ca707824ab93066c7d9b44e1b8bf216725c2c22" datatype="html">
1814 <source>Filter</source>
1815 <context-group purpose="location">
1816 <context context-type="sourcefile">src/app/search/search-filters.component.html</context>
1817 <context context-type="linenumber">115</context>
1818 </context-group>
1819 </trans-unit><trans-unit id="41ed53a3f1d4dfc57011d0aba13b8b074e8b41b6" datatype="html">
1820 <source>Display unlisted and private videos</source>
1821 <context-group purpose="location">
1822 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1823 <context context-type="linenumber">14</context>
1824 </context-group>
1825 <context-group purpose="location">
1826 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1827 <context context-type="linenumber">14</context>
1828 </context-group>
1829 <context-group purpose="location">
1830 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1831 <context context-type="linenumber">14</context>
1832 </context-group>
1833 <context-group purpose="location">
1834 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1835 <context context-type="linenumber">14</context>
1836 </context-group>
1837 <context-group purpose="location">
1838 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1839 <context context-type="linenumber">14</context>
1840 </context-group>
1841 <context-group purpose="location">
1842 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1843 <context context-type="linenumber">14</context>
1844 </context-group>
1845 <context-group purpose="location">
1846 <context context-type="sourcefile">src/app/shared/video/abstract-video-list.html</context>
1847 <context context-type="linenumber">14</context>
1848 </context-group>
1849 </trans-unit><trans-unit id="40fa23fe45af4ee2e72cdd3cc6bf6013f180aab0" datatype="html">
1850 <source>Add caption</source>
1851 <context-group purpose="location">
1852 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
1853 <context context-type="linenumber">5</context>
1854 </context-group>
1855 </trans-unit><trans-unit id="6bad752cfcac8f3572bdf2c619daec683d56d1a8" datatype="html">
1856 <source>Select the caption file</source>
1857 <context-group purpose="location">
1858 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
1859 <context context-type="linenumber">24</context>
1860 </context-group>
1861 </trans-unit><trans-unit id="c34c61401151c29fb3679638a7d0b95258145ec3" datatype="html">
1862 <source>
1863 This will replace an existing caption!
1864 </source>
1865 <context-group purpose="location">
1866 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
1867 <context context-type="linenumber">29</context>
1868 </context-group>
1869 </trans-unit><trans-unit id="a5433ae2324496bea9537caa5e8a2719d8e958d8" datatype="html">
1870 <source>
1871 Cancel
1872 </source>
1873 <context-group purpose="location">
1874 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
1875 <context context-type="linenumber">35</context>
1876 </context-group>
1877 <context-group purpose="location">
1878 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
1879 <context context-type="linenumber">21</context>
1880 </context-group>
1881 <context-group purpose="location">
1882 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
1883 <context context-type="linenumber">24</context>
1884 </context-group>
1885 </trans-unit><trans-unit id="39702b643cfe3d5b96a4587c1b44a29fa665406c" datatype="html">
1886 <source>Add this caption</source>
1887 <context-group purpose="location">
1888 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-caption-add-modal.component.html</context>
1889 <context context-type="linenumber">40</context>
1890 </context-group>
1891 </trans-unit><trans-unit id="fdf7cbdc140d0aab0f0b6c06065a0fd448ed6a2e" datatype="html">
1892 <source>Title</source>
1893 <context-group purpose="location">
1894 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1895 <context context-type="linenumber">9</context>
1896 </context-group>
1897 </trans-unit><trans-unit id="cafc87479686947e2590b9f588a88040aeaf660b" datatype="html">
1898 <source>Tags</source>
1899 <context-group purpose="location">
1900 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1901 <context context-type="linenumber">17</context>
1902 </context-group>
1903 <context-group purpose="location">
1904 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
1905 <context context-type="linenumber">191</context>
1906 </context-group>
1907 </trans-unit><trans-unit id="e6c5724e60577560cba12daa669979fe820429c1" datatype="html">
1908 <source>
1909 Tags could be used to suggest relevant recommendations. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
1910 Press Enter to add a new tag.
1911 </source>
1912 <context-group purpose="location">
1913 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1914 <context context-type="linenumber">21</context>
1915 </context-group>
1916 </trans-unit><trans-unit id="9bdd535a2817bf0b843a124bf65e4992625e7ecf" datatype="html">
1917 <source>+ Tag</source>
1918 <context-group purpose="location">
1919 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1920 <context context-type="linenumber">30</context>
1921 </context-group>
1922 </trans-unit><trans-unit id="8389e9cde2928cc27aaecbdee818a255bf7984b0" datatype="html">
1923 <source>Enter a new tag</source>
1924 <context-group purpose="location">
1925 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1926 <context context-type="linenumber">30</context>
1927 </context-group>
1928 </trans-unit><trans-unit id="eec715de352a6b114713b30b640d319fa78207a0" datatype="html">
1929 <source>Description</source>
1930 <context-group purpose="location">
1931 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1932 <context context-type="linenumber">36</context>
1933 </context-group>
1934 <context-group purpose="location">
1935 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
1936 <context context-type="linenumber">31</context>
1937 </context-group>
1938 <context-group purpose="location">
1939 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
1940 <context context-type="linenumber">17</context>
1941 </context-group>
1942 <context-group purpose="location">
1943 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
1944 <context context-type="linenumber">39</context>
1945 </context-group>
1946 <context-group purpose="location">
1947 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
1948 <context context-type="linenumber">39</context>
1949 </context-group>
1950 <context-group purpose="location">
1951 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1952 <context context-type="linenumber">20</context>
1953 </context-group>
1954 <context-group purpose="location">
1955 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1956 <context context-type="linenumber">20</context>
1957 </context-group>
1958 <context-group purpose="location">
1959 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
1960 <context context-type="linenumber">3</context>
1961 </context-group>
1962 <context-group purpose="location">
1963 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
1964 <context context-type="linenumber">4</context>
1965 </context-group>
1966 <context-group purpose="location">
1967 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
1968 <context context-type="linenumber">55</context>
1969 </context-group>
1970 </trans-unit><trans-unit id="3b86a740c713742c3f7538c60b890fccdd0a5caf" datatype="html">
1971 <source>
1972 Video descriptions are truncated by default and require manual action to expand them.
1973 </source>
1974 <context-group purpose="location">
1975 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1976 <context context-type="linenumber">40</context>
1977 </context-group>
1978 </trans-unit><trans-unit id="0cc554f4d7bb6a87515d2d95438e183b50702071" datatype="html">
1979 <source>Channel</source>
1980 <context-group purpose="location">
1981 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
1982 <context context-type="linenumber">56</context>
1983 </context-group>
1984 <context-group purpose="location">
1985 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
1986 <context context-type="linenumber">22</context>
1987 </context-group>
1988 <context-group purpose="location">
1989 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
1990 <context context-type="linenumber">12</context>
1991 </context-group>
1992 <context-group purpose="location">
1993 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
1994 <context context-type="linenumber">28</context>
1995 </context-group>
1996 <context-group purpose="location">
1997 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
1998 <context context-type="linenumber">46</context>
1999 </context-group>
2000 <context-group purpose="location">
2001 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
2002 <context context-type="linenumber">46</context>
2003 </context-group>
2004 <context-group purpose="location">
2005 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
2006 <context context-type="linenumber">23</context>
2007 </context-group>
2008 </trans-unit><trans-unit id="3c78b53bca33467190c0b7a01320bc093a2b1427" datatype="html">
2009 <source>Privacy</source>
2010 <context-group purpose="location">
2011 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2012 <context context-type="linenumber">107</context>
2013 </context-group>
2014 <context-group purpose="location">
2015 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2016 <context context-type="linenumber">31</context>
2017 </context-group>
2018 <context-group purpose="location">
2019 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2020 <context context-type="linenumber">21</context>
2021 </context-group>
2022 <context-group purpose="location">
2023 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2024 <context context-type="linenumber">37</context>
2025 </context-group>
2026 <context-group purpose="location">
2027 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2028 <context context-type="linenumber">154</context>
2029 </context-group>
2030 <context-group purpose="location">
2031 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
2032 <context context-type="linenumber">33</context>
2033 </context-group>
2034 <context-group purpose="location">
2035 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
2036 <context context-type="linenumber">33</context>
2037 </context-group>
2038 </trans-unit><trans-unit id="d69f4fafc780cc7dbafb063ca5f11e6f7c91b0c5" datatype="html">
2039 <source>Schedule publication (<x id="INTERPOLATION" equiv-text="{{ calendarTimezone }}"/>)</source>
2040 <context-group purpose="location">
2041 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2042 <context context-type="linenumber">122</context>
2043 </context-group>
2044 </trans-unit><trans-unit id="5ef7108218e096d09f4ee8525a05a8c90d7b95ee" datatype="html">
2045 <source>This video contains mature or explicit content</source>
2046 <context-group purpose="location">
2047 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2048 <context context-type="linenumber">136</context>
2049 </context-group>
2050 </trans-unit><trans-unit id="9daabdcaa2bbd83597099b10db22d056cf491644" datatype="html">
2051 <source>Some instances do not list videos containing mature or explicit content by default.</source>
2052 <context-group purpose="location">
2053 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2054 <context context-type="linenumber">140</context>
2055 </context-group>
2056 </trans-unit><trans-unit id="7e549f41b715552ffe69b85c14a690d9d81c85f0" datatype="html">
2057 <source>Wait transcoding before publishing the video</source>
2058 <context-group purpose="location">
2059 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2060 <context context-type="linenumber">146</context>
2061 </context-group>
2062 </trans-unit><trans-unit id="24f468ce1148a096477d8dd0d00f0d1fd88d6c63" datatype="html">
2063 <source>If you decide not to wait for transcoding before publishing the video, it could be unplayable until transcoding ends.</source>
2064 <context-group purpose="location">
2065 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2066 <context context-type="linenumber">150</context>
2067 </context-group>
2068 </trans-unit><trans-unit id="c7742322b1d3dbc921362058d1747c7ec2adbec7" datatype="html">
2069 <source>Basic info</source>
2070 <context-group purpose="location">
2071 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2072 <context context-type="linenumber">4</context>
2073 </context-group>
2074 </trans-unit><trans-unit id="92bcfd1d237a2bfe48dc9f46d074ed26abc8df22" datatype="html">
2075 <source>Add another caption</source>
2076 <context-group purpose="location">
2077 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2078 <context context-type="linenumber">166</context>
2079 </context-group>
2080 </trans-unit><trans-unit id="a46a7503167b77b3ec4e28274a3d1dda637617ed" datatype="html">
2081 <source>See the subtitle file</source>
2082 <context-group purpose="location">
2083 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2084 <context context-type="linenumber">175</context>
2085 </context-group>
2086 </trans-unit><trans-unit id="e687f6387adbaf61ce650b58f0e60ca42d843cee" datatype="html">
2087 <source>Already uploaded ✔</source>
2088 <context-group purpose="location">
2089 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2090 <context context-type="linenumber">179</context>
2091 </context-group>
2092 </trans-unit><trans-unit id="ca4588e185413b2fc77dbe35c861cc540b11b9ad" datatype="html">
2093 <source>Will be created on update</source>
2094 <context-group purpose="location">
2095 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2096 <context context-type="linenumber">187</context>
2097 </context-group>
2098 </trans-unit><trans-unit id="308a79679d012938a625e41fdd4b804fe42b57b9" datatype="html">
2099 <source>Cancel create</source>
2100 <context-group purpose="location">
2101 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2102 <context context-type="linenumber">189</context>
2103 </context-group>
2104 </trans-unit><trans-unit id="b6bfdd386cb0b560d697c93555d8cd8cab00c393" datatype="html">
2105 <source>Will be deleted on update</source>
2106 <context-group purpose="location">
2107 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2108 <context context-type="linenumber">195</context>
2109 </context-group>
2110 </trans-unit><trans-unit id="88395fc0137e46a9853cf16762bf5a87687d0d0c" datatype="html">
2111 <source>Cancel deletion</source>
2112 <context-group purpose="location">
2113 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2114 <context context-type="linenumber">197</context>
2115 </context-group>
2116 </trans-unit><trans-unit id="82f867b2607d45ba36de11d4c8b53d7177122ee0" datatype="html">
2117 <source>
2118 No captions for now.
2119 </source>
2120 <context-group purpose="location">
2121 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2122 <context context-type="linenumber">202</context>
2123 </context-group>
2124 </trans-unit><trans-unit id="0c720e0dd9e6c60095f961cb714f47e8c0090f93" datatype="html">
2125 <source>Captions</source>
2126 <context-group purpose="location">
2127 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2128 <context context-type="linenumber">159</context>
2129 </context-group>
2130 </trans-unit><trans-unit id="fc7600ad500918cb091064cb7129a5d13657a430" datatype="html">
2131 <source>Video preview</source>
2132 <context-group purpose="location">
2133 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2134 <context context-type="linenumber">216</context>
2135 </context-group>
2136 </trans-unit><trans-unit id="b5629d298ff1a69b8db19a4ba2995c76b52da604" datatype="html">
2137 <source>Support</source>
2138 <context-group purpose="location">
2139 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2140 <context context-type="linenumber">225</context>
2141 </context-group>
2142 <context-group purpose="location">
2143 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-support.component.html</context>
2144 <context context-type="linenumber">3</context>
2145 </context-group>
2146 <context-group purpose="location">
2147 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2148 <context context-type="linenumber">78</context>
2149 </context-group>
2150 </trans-unit><trans-unit id="f61f989de6fc12f99369a90800e4b5462d3f10a0" datatype="html">
2151 <source>Short text to tell people how they can support you (membership platform...).</source>
2152 <context-group purpose="location">
2153 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2154 <context context-type="linenumber">226</context>
2155 </context-group>
2156 </trans-unit><trans-unit id="50d14e019ef14b4180e247e0b3a45386a8a78bf6" datatype="html">
2157 <source>Original publication date</source>
2158 <context-group purpose="location">
2159 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2160 <context context-type="linenumber">239</context>
2161 </context-group>
2162 </trans-unit><trans-unit id="4f6ce709bf09f9f24c161840ae983971a09fb12c" datatype="html">
2163 <source>This is the date when the content was originally published (e.g. the release date for a film)</source>
2164 <context-group purpose="location">
2165 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2166 <context context-type="linenumber">240</context>
2167 </context-group>
2168 </trans-unit><trans-unit id="3549ee96125a43181f80712ed744ee223a0e645a" datatype="html">
2169 <source>Enable video comments</source>
2170 <context-group purpose="location">
2171 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2172 <context context-type="linenumber">254</context>
2173 </context-group>
2174 </trans-unit><trans-unit id="0b365218ce1ae736f9066fd3d47278cc8f3ed1d0" datatype="html">
2175 <source>Enable download</source>
2176 <context-group purpose="location">
2177 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2178 <context context-type="linenumber">259</context>
2179 </context-group>
2180 </trans-unit><trans-unit id="d91da0abc638c05e52adea253d0813f3584da4b1" datatype="html">
2181 <source>Advanced settings</source>
2182 <context-group purpose="location">
2183 <context context-type="sourcefile">src/app/videos/+video-edit/shared/video-edit.component.html</context>
2184 <context context-type="linenumber">210</context>
2185 </context-group>
2186 </trans-unit><trans-unit id="801b98c6f02fe3b32f6afa3ee854c99ed83474e6" datatype="html">
2187 <source>URL</source>
2188 <context-group purpose="location">
2189 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2190 <context context-type="linenumber">6</context>
2191 </context-group>
2192 <context-group purpose="location">
2193 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2194 <context context-type="linenumber">10</context>
2195 </context-group>
2196 </trans-unit><trans-unit id="d49ca01a7d3c689add2eb58a469a3919c7ee9af7" datatype="html">
2197 <source>
2198 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;"/>
2199 or URL that points to a raw MP4 file.
2200 You should make sure you have diffusion rights over the content it points to, otherwise it could cause legal trouble to yourself and your instance.
2201 </source>
2202 <context-group purpose="location">
2203 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2204 <context context-type="linenumber">10</context>
2205 </context-group>
2206 </trans-unit><trans-unit id="385811ab5a5c3e96e0db46c9ce1fc3147d8cd4c7" datatype="html">
2207 <source>Sorry, but something went wrong</source>
2208 <context-group purpose="location">
2209 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2210 <context context-type="linenumber">48</context>
2211 </context-group>
2212 <context-group purpose="location">
2213 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2214 <context context-type="linenumber">62</context>
2215 </context-group>
2216 <context-group purpose="location">
2217 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2218 <context context-type="linenumber">53</context>
2219 </context-group>
2220 </trans-unit><trans-unit id="63d6bf87c9f30441175648dfd3ef6a19292287c2" datatype="html">
2221 <source>
2222 Congratulations, the video behind <x id="INTERPOLATION" equiv-text="{{ targetUrl }}"/> will be imported! You can already add information about this video.
2223</source>
2224 <context-group purpose="location">
2225 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2226 <context context-type="linenumber">52</context>
2227 </context-group>
2228 </trans-unit><trans-unit id="047f50bc5b5d17b5bec0196355953e1a5c590ddb" datatype="html">
2229 <source>Update</source>
2230 <context-group purpose="location">
2231 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.html</context>
2232 <context context-type="linenumber">69</context>
2233 </context-group>
2234 <context-group purpose="location">
2235 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2236 <context context-type="linenumber">74</context>
2237 </context-group>
2238 <context-group purpose="location">
2239 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context>
2240 <context context-type="linenumber">17</context>
2241 </context-group>
2242 </trans-unit><trans-unit id="21add64f0f3ebbedf1150ca822c6e149494ab7a9" datatype="html">
2243 <source>Select the file to upload</source>
2244 <context-group purpose="location">
2245 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2246 <context context-type="linenumber">6</context>
2247 </context-group>
2248 </trans-unit><trans-unit id="5e420747842373fa99a75a7a18df068cc81e46fb" datatype="html">
2249 <source>Scheduled</source>
2250 <context-group purpose="location">
2251 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2252 <context context-type="linenumber">25</context>
2253 </context-group>
2254 </trans-unit><trans-unit id="5d6a58637313a6b2375e3af59534f788c8f8657d" datatype="html">
2255 <source>Video background image</source>
2256 <context-group purpose="location">
2257 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2258 <context context-type="linenumber">32</context>
2259 </context-group>
2260 </trans-unit><trans-unit id="1860b3f71e0b82e9c10e1eaf0ff073216ed896cc" datatype="html">
2261 <source>
2262 Image that will be merged with your audio file.
2263 <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
2264 The chosen image will be definitive and cannot be modified.
2265 </source>
2266 <context-group purpose="location">
2267 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2268 <context context-type="linenumber">34</context>
2269 </context-group>
2270 </trans-unit><trans-unit id="6357683911e256c566259880de43ea9403de00d3" datatype="html">
2271 <source>
2272 Congratulations! Your video is now available in your private library.
2273</source>
2274 <context-group purpose="location">
2275 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2276 <context context-type="linenumber">66</context>
2277 </context-group>
2278 </trans-unit><trans-unit id="f7ac2376749c7985f94f0fc89ba75ea624de1215" datatype="html">
2279 <source>Publish will be available when upload is finished</source>
2280 <context-group purpose="location">
2281 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2282 <context context-type="linenumber">79</context>
2283 </context-group>
2284 </trans-unit><trans-unit id="223aae0477f79f0bc4436c1c57619415f04cbbb3" datatype="html">
2285 <source>Publish</source>
2286 <context-group purpose="location">
2287 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.html</context>
2288 <context context-type="linenumber">86</context>
2289 </context-group>
2290 </trans-unit><trans-unit id="2fcbf437e001f47974d45bd03a19e0d9245fdb3b" datatype="html">
2291 <source>Select the torrent to import</source>
2292 <context-group purpose="location">
2293 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2294 <context context-type="linenumber">6</context>
2295 </context-group>
2296 </trans-unit><trans-unit id="1b518e7f8c067fa55ea797bb1b35b4a2d31dccbc" datatype="html">
2297 <source>Or</source>
2298 <context-group purpose="location">
2299 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2300 <context context-type="linenumber">11</context>
2301 </context-group>
2302 </trans-unit><trans-unit id="0d6558176587662e9bb3b79cca57d42591cf82f9" datatype="html">
2303 <source>Paste magnet URI</source>
2304 <context-group purpose="location">
2305 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2306 <context context-type="linenumber">14</context>
2307 </context-group>
2308 </trans-unit><trans-unit id="e39797d5be895f1b0c9ca9ba4e45429f9b95aa52" datatype="html">
2309 <source>
2310 You can import any torrent file that points to a mp4 file.
2311 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.
2312 </source>
2313 <context-group purpose="location">
2314 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2315 <context context-type="linenumber">17</context>
2316 </context-group>
2317 </trans-unit><trans-unit id="7cb3731472edd9edf6a6d036498c2c8388157266" datatype="html">
2318 <source>
2319 Congratulations, the video will be imported with BitTorrent! You can already add information about this video.
2320</source>
2321 <context-group purpose="location">
2322 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.html</context>
2323 <context context-type="linenumber">57</context>
2324 </context-group>
2325 </trans-unit><trans-unit id="0b60d939cf0f1af9fe513f31164d198abf671860" datatype="html">
2326 <source>Import <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2327 <context-group purpose="location">
2328 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2329 <context context-type="linenumber">3</context>
2330 </context-group>
2331 </trans-unit><trans-unit id="e9cfe8bd050660077212af5c02f5be24821f28d5" datatype="html">
2332 <source>Upload <x id="INTERPOLATION" equiv-text="{{ videoName }}"/></source>
2333 <context-group purpose="location">
2334 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2335 <context context-type="linenumber">4</context>
2336 </context-group>
2337 </trans-unit><trans-unit id="4faf57baebf0fb754a91af0c39521a30cbb1def3" datatype="html">
2338 <source>Upload a file</source>
2339 <context-group purpose="location">
2340 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2341 <context context-type="linenumber">10</context>
2342 </context-group>
2343 </trans-unit><trans-unit id="fc865859d33eab6fa0a8015233e4686cd544d470" datatype="html">
2344 <source>Import with URL</source>
2345 <context-group purpose="location">
2346 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2347 <context context-type="linenumber">17</context>
2348 </context-group>
2349 </trans-unit><trans-unit id="752c401d7dcd708944eef60e411187f71d882340" datatype="html">
2350 <source>Import with torrent</source>
2351 <context-group purpose="location">
2352 <context context-type="sourcefile">src/app/videos/+video-edit/video-add.component.html</context>
2353 <context context-type="linenumber">24</context>
2354 </context-group>
2355 </trans-unit><trans-unit id="2335f0bd17c63d835b50cfbbcea6c459cb1314c0" datatype="html">
2356 <source>
2357 Update <x id="INTERPOLATION" equiv-text="{{ video?.name }}"/>
2358 </source>
2359 <context-group purpose="location">
2360 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.html</context>
2361 <context context-type="linenumber">2</context>
2362 </context-group>
2363 </trans-unit><trans-unit id="7e933f8c4dce85002cbc0ce7ad804a32d83664da" datatype="html">
2364 <source>
2365 Other videos
2366 </source>
2367 <context-group purpose="location">
2368 <context context-type="sourcefile">src/app/videos/recommendations/recommended-videos.component.html</context>
2369 <context context-type="linenumber">3</context>
2370 </context-group>
2371 </trans-unit><trans-unit id="0bd8b27f60a1f098a53e06328426d818e3508ff9" datatype="html">
2372 <source>Share</source>
2373 <context-group purpose="location">
2374 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2375 <context context-type="linenumber">3</context>
2376 </context-group>
2377 <context-group purpose="location">
2378 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2379 <context context-type="linenumber">83</context>
2380 </context-group>
2381 </trans-unit><trans-unit id="e0cfbc8ea680e4527ebf094c035f3342e9146d9f" datatype="html">
2382 <source>QR-Code</source>
2383 <context-group purpose="location">
2384 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2385 <context context-type="linenumber">27</context>
2386 </context-group>
2387 </trans-unit><trans-unit id="7fde07b8ce27190ea8da456ac16af384528a9210" datatype="html">
2388 <source>
2389 The url is not secured (no HTTPS), so the embed video won&apos;t work on HTTPS websites (web browsers block non secured HTTP requests on HTTPS websites).
2390 </source>
2391 <context-group purpose="location">
2392 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2393 <context context-type="linenumber">47</context>
2394 </context-group>
2395 </trans-unit><trans-unit id="d3b15c3bf4a7ea38d6002d2d2c4781642d30e79c" datatype="html">
2396 <source>Embed</source>
2397 <context-group purpose="location">
2398 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2399 <context context-type="linenumber">35</context>
2400 </context-group>
2401 </trans-unit><trans-unit id="9adb13e2ba5160c8b0b100dc3f4cbe6051b5af9b" datatype="html">
2402 <source>Auto select subtitle</source>
2403 <context-group purpose="location">
2404 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2405 <context context-type="linenumber">76</context>
2406 </context-group>
2407 </trans-unit><trans-unit id="49c69dfce384acdb5469834182209808b107b4de" datatype="html">
2408 <source>
2409 More customization
2410 </source>
2411 <context-group purpose="location">
2412 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2413 <context context-type="linenumber">93</context>
2414 </context-group>
2415 </trans-unit><trans-unit id="3198e972f64f577ff88e6b6966e2b44e7c7d8c2d" datatype="html">
2416 <source>
2417 Less customization
2418 </source>
2419 <context-group purpose="location">
2420 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2421 <context context-type="linenumber">101</context>
2422 </context-group>
2423 </trans-unit><trans-unit id="0c2e76c41af25effefd456fb1e86143e0cfd1a4e" datatype="html">
2424 <source>Autoplay</source>
2425 <context-group purpose="location">
2426 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2427 <context context-type="linenumber">127</context>
2428 </context-group>
2429 </trans-unit><trans-unit id="62a557fcfdbd25a31d1a0332294f94a466fee809" datatype="html">
2430 <source>Muted</source>
2431 <context-group purpose="location">
2432 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2433 <context context-type="linenumber">134</context>
2434 </context-group>
2435 <context-group purpose="location">
2436 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
2437 <context context-type="linenumber">20</context>
2438 </context-group>
2439 </trans-unit><trans-unit id="67732b09326ab7941ce983205a42d7819dd35668" datatype="html">
2440 <source>Loop</source>
2441 <context-group purpose="location">
2442 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2443 <context context-type="linenumber">141</context>
2444 </context-group>
2445 </trans-unit><trans-unit id="af3ab1a1035c222ccc88816baa236eb95cea7523" datatype="html">
2446 <source>Display video title</source>
2447 <context-group purpose="location">
2448 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2449 <context context-type="linenumber">150</context>
2450 </context-group>
2451 </trans-unit><trans-unit id="cd0fb32d9b50b615bdce413ca955283df7ab0b74" datatype="html">
2452 <source>Display privacy warning</source>
2453 <context-group purpose="location">
2454 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2455 <context context-type="linenumber">157</context>
2456 </context-group>
2457 </trans-unit><trans-unit id="3e10c53d0372db827bf38571e56d166f1df963bf" datatype="html">
2458 <source>Display player controls</source>
2459 <context-group purpose="location">
2460 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.html</context>
2461 <context context-type="linenumber">164</context>
2462 </context-group>
2463 </trans-unit><trans-unit id="3c4c080864b313cfdff5fdea6aae5da276246d99" datatype="html">
2464 <source>Public</source>
2465 <context-group purpose="location">
2466 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch-playlist.component.html</context>
2467 <context context-type="linenumber">8</context>
2468 </context-group>
2469 </trans-unit><trans-unit id="38e66e2d779d6d819cd7703ab73ab1bab75f8614" datatype="html">
2470 <source>
2471 The video is being imported, it will be available when the import is finished.
2472 </source>
2473 <context-group purpose="location">
2474 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2475 <context context-type="linenumber">19</context>
2476 </context-group>
2477 </trans-unit><trans-unit id="d2a8e8e4e5345201c07ba03a7fafe8b663230246" datatype="html">
2478 <source>
2479 The video is being transcoded, it may not work properly.
2480 </source>
2481 <context-group purpose="location">
2482 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2483 <context context-type="linenumber">23</context>
2484 </context-group>
2485 </trans-unit><trans-unit id="2dd4add38e83d8ec58e37735e76090e9738c974a" datatype="html">
2486 <source>
2487 This video will be published on <x id="INTERPOLATION" equiv-text="{{ video.scheduledUpdate.updateAt | date: &apos;full&apos; }}"/>.
2488 </source>
2489 <context-group purpose="location">
2490 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2491 <context context-type="linenumber">27</context>
2492 </context-group>
2493 </trans-unit><trans-unit id="bd7055d3e38beff538463e75d508d1c75c683710" datatype="html">
2494 <source>This video is blacklisted.</source>
2495 <context-group purpose="location">
2496 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2497 <context context-type="linenumber">32</context>
2498 </context-group>
2499 </trans-unit><trans-unit id="088684e4c0436e16b0d1da3715a20a26246eac26" datatype="html">
2500 <source>
2501 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;"/>
2502 </source>
2503 <context-group purpose="location">
2504 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2505 <context context-type="linenumber">44</context>
2506 </context-group>
2507 </trans-unit><trans-unit id="3d954eec35eb76d3578054a5d9aa7a4f979d10ed" datatype="html">
2508 <source>
2509 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;"/>
2510 </source>
2511 <context-group purpose="location">
2512 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2513 <context context-type="linenumber">53</context>
2514 </context-group>
2515 </trans-unit><trans-unit id="82b59049f3f89d900c98da9319e156dd513e3ced" datatype="html">
2516 <source>Like this video</source>
2517 <context-group purpose="location">
2518 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2519 <context context-type="linenumber">63</context>
2520 </context-group>
2521 </trans-unit><trans-unit id="623698f075025b2b2fc2e0c59fd95f4f4662a509" datatype="html">
2522 <source>Dislike this video</source>
2523 <context-group purpose="location">
2524 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2525 <context context-type="linenumber">71</context>
2526 </context-group>
2527 </trans-unit><trans-unit id="5cb397241041f7ad70997806227bafcdf7eb1b33" datatype="html">
2528 <source>Go the channel page</source>
2529 <context-group purpose="location">
2530 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2531 <context context-type="linenumber">118</context>
2532 </context-group>
2533 </trans-unit><trans-unit id="0b7f242da10ece3f2995095c455b9a92ebcdd3b4" datatype="html">
2534 <source>By <x id="INTERPOLATION" equiv-text="{{ video.byAccount }}"/></source>
2535 <context-group purpose="location">
2536 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2537 <context context-type="linenumber">129</context>
2538 </context-group>
2539 </trans-unit><trans-unit id="be73b652c2707f42b5d780d0c7b8fc5ea0b1706c" datatype="html">
2540 <source>Go to the account page</source>
2541 <context-group purpose="location">
2542 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2543 <context context-type="linenumber">128</context>
2544 </context-group>
2545 <context-group purpose="location">
2546 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2547 <context context-type="linenumber">63</context>
2548 </context-group>
2549 </trans-unit><trans-unit id="f0c5f6f270e70cbe063b5368fcf48f9afc1abd9b" datatype="html">
2550 <source>Show more</source>
2551 <context-group purpose="location">
2552 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2553 <context context-type="linenumber">141</context>
2554 </context-group>
2555 </trans-unit><trans-unit id="5403a767248e304199592271bba3366d2ca3f903" datatype="html">
2556 <source>Show less</source>
2557 <context-group purpose="location">
2558 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2559 <context context-type="linenumber">147</context>
2560 </context-group>
2561 </trans-unit><trans-unit id="284b55e2ae9f6e5bc78c92a18ef26da02f380079" datatype="html">
2562 <source>Originally published</source>
2563 <context-group purpose="location">
2564 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2565 <context context-type="linenumber">159</context>
2566 </context-group>
2567 </trans-unit><trans-unit id="4c0ba3cde3b3c58b855ffb4beaa5804a2fc3826b" datatype="html">
2568 <source>Friendly Reminder: </source>
2569 <context-group purpose="location">
2570 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2571 <context context-type="linenumber">211</context>
2572 </context-group>
2573 </trans-unit><trans-unit id="9e66f7507eb263abdbab7abafd825f1dc8bc880b" datatype="html">
2574 <source>
2575 the sharing system used for this video implies that some technical information about your system (such as a public IP address) can be sent to other peers.
2576 </source>
2577 <context-group purpose="location">
2578 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2579 <context context-type="linenumber">212</context>
2580 </context-group>
2581 </trans-unit><trans-unit id="e60c11e1b1dfbbeda577364b8de39ded2d796c5e" datatype="html">
2582 <source>More information</source>
2583 <context-group purpose="location">
2584 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2585 <context context-type="linenumber">215</context>
2586 </context-group>
2587 </trans-unit><trans-unit id="bd499ca7913bb5408fd139a4cb4f863852d5f318" datatype="html">
2588 <source>Get more information</source>
2589 <context-group purpose="location">
2590 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2591 <context context-type="linenumber">215</context>
2592 </context-group>
2593 </trans-unit><trans-unit id="20fc98888baf65b5ba9fe9622dc036fa8dec6a5f" datatype="html">
2594 <source>
2595 OK
2596 </source>
2597 <context-group purpose="location">
2598 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.html</context>
2599 <context context-type="linenumber">218</context>
2600 </context-group>
2601 </trans-unit><trans-unit id="b5f5df598f2d75640849b2a7744f91e5dbd390e7" datatype="html">
2602 <source>
2603 Comments
2604 </source>
2605 <context-group purpose="location">
2606 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2607 <context context-type="linenumber">3</context>
2608 </context-group>
2609 </trans-unit><trans-unit id="17810e68b0ba21e62e61eecfaf0a93b2c91033b4" datatype="html">
2610 <source>No comments.</source>
2611 <context-group purpose="location">
2612 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2613 <context context-type="linenumber">17</context>
2614 </context-group>
2615 </trans-unit><trans-unit id="69c081796209e45e26af91152ec9bd0a65ec261e" datatype="html">
2616 <source>View all <x id="INTERPOLATION" equiv-text="{{ comment.totalReplies }}"/> replies</source>
2617 <context-group purpose="location">
2618 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2619 <context context-type="linenumber">55</context>
2620 </context-group>
2621 </trans-unit><trans-unit id="b7fccd922d6473725247ed85a9fdf96fe6794828" datatype="html">
2622 <source>
2623 Comments are disabled.
2624 </source>
2625 <context-group purpose="location">
2626 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.html</context>
2627 <context context-type="linenumber">64</context>
2628 </context-group>
2629 </trans-unit><trans-unit id="db79255cb8757e9e945ba5f901a2b67e4189016e" datatype="html">
2630 <source>Add comment...</source>
2631 <context-group purpose="location">
2632 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
2633 <context context-type="linenumber">6</context>
2634 </context-group>
2635 </trans-unit><trans-unit id="26fa50ba8e69b53162b348d98e25f8b76c81343e" datatype="html">
2636 <source>
2637 Post comment
2638 </source>
2639 <context-group purpose="location">
2640 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
2641 <context context-type="linenumber">20</context>
2642 </context-group>
2643 </trans-unit><trans-unit id="8b2bb53dfb5f059f2b68cc4ac00661a865909135" datatype="html">
2644 <source>You are one step away from commenting</source>
2645 <context-group purpose="location">
2646 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
2647 <context context-type="linenumber">28</context>
2648 </context-group>
2649 </trans-unit><trans-unit id="7984a44ce86b961f4f18c9a58c638f5e8f07a225" datatype="html">
2650 <source>
2651 If you have an account on this instance, you can login:
2652 </source>
2653 <context-group purpose="location">
2654 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
2655 <context context-type="linenumber">32</context>
2656 </context-group>
2657 </trans-unit><trans-unit id="afe0ad39fee662489f1033e53aea3e16a7e89228" datatype="html">
2658 <source>login to comment</source>
2659 <context-group purpose="location">
2660 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
2661 <context context-type="linenumber">35</context>
2662 </context-group>
2663 </trans-unit><trans-unit id="eebb1646f4fae2fa188958da6df44176cea94e0a" datatype="html">
2664 <source>
2665 Otherwise, you can comment using an account on any ActivityPub-compatible instance.
2666 On most platforms, you can find the video by typing its URL in the search bar and then comment it
2667 from within the software&apos;s interface.
2668 </source>
2669 <context-group purpose="location">
2670 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
2671 <context context-type="linenumber">36</context>
2672 </context-group>
2673 </trans-unit><trans-unit id="968b02fbc645be799727de0d1ec3c6f9b11b20eb" datatype="html">
2674 <source>
2675 If you have an account on Mastodon or Pleroma, you can open it directly in their interface:
2676 </source>
2677 <context-group purpose="location">
2678 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment-add.component.html</context>
2679 <context context-type="linenumber">41</context>
2680 </context-group>
2681 </trans-unit><trans-unit id="a607fab03e11b0e07c1640e11a1b02d7af06b285" datatype="html">
2682 <source>Highlighted comment</source>
2683 <context-group purpose="location">
2684 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
2685 <context context-type="linenumber">5</context>
2686 </context-group>
2687 </trans-unit><trans-unit id="cb23d4d98007aa4d7123837f4c17a671848377d6" datatype="html">
2688 <source>Reply</source>
2689 <context-group purpose="location">
2690 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comment.component.html</context>
2691 <context context-type="linenumber">14</context>
2692 </context-group>
2693 </trans-unit><trans-unit id="80dbb8ba42b97a9ec035c0ba09f45c07ea07096c" datatype="html">
2694 <source>
2695 Users
2696 </source>
2697 <context-group purpose="location">
2698 <context context-type="sourcefile">src/app/+admin/admin.component.html</context>
2699 <context context-type="linenumber">3</context>
2700 </context-group>
2701 </trans-unit><trans-unit id="0315abd64e35510ed0534f597130ef781aca175a" datatype="html">
2702 <source>
2703 Manage follows
2704 </source>
2705 <context-group purpose="location">
2706 <context context-type="sourcefile">src/app/+admin/admin.component.html</context>
2707 <context context-type="linenumber">7</context>
2708 </context-group>
2709 </trans-unit><trans-unit id="1a5c7f9b1bec1463728f44933f0e256de9c45154" datatype="html">
2710 <source>
2711 Moderation
2712 </source>
2713 <context-group purpose="location">
2714 <context context-type="sourcefile">src/app/+admin/admin.component.html</context>
2715 <context context-type="linenumber">11</context>
2716 </context-group>
2717 <context-group purpose="location">
2718 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
2719 <context context-type="linenumber">60</context>
2720 </context-group>
2721 </trans-unit><trans-unit id="9c6ce37623b626a102002901ca12c37e7a3a7f13" datatype="html">
2722 <source>
2723 Configuration
2724 </source>
2725 <context-group purpose="location">
2726 <context context-type="sourcefile">src/app/+admin/admin.component.html</context>
2727 <context context-type="linenumber">15</context>
2728 </context-group>
2729 </trans-unit><trans-unit id="4cad4cde2db81e1b14ebb84196af33c3d23f7322" datatype="html">
2730 <source>
2731 Plugins/Themes
2732 </source>
2733 <context-group purpose="location">
2734 <context context-type="sourcefile">src/app/+admin/admin.component.html</context>
2735 <context context-type="linenumber">19</context>
2736 </context-group>
2737 </trans-unit><trans-unit id="638b9df143315199c73f6c82d9754307d4b9f01c" datatype="html">
2738 <source>
2739 System
2740 </source>
2741 <context-group purpose="location">
2742 <context context-type="sourcefile">src/app/+admin/admin.component.html</context>
2743 <context context-type="linenumber">23</context>
2744 </context-group>
2745 </trans-unit><trans-unit id="5fccee488a9ea908c16d2ab9dbdaf264f1aac479" datatype="html">
2746 <source>Manage follows</source>
2747 <context-group purpose="location">
2748 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2749 <context context-type="linenumber">2</context>
2750 </context-group>
2751 </trans-unit><trans-unit id="f995df052a1dfc675c2a21926420a707d9601936" datatype="html">
2752 <source>Following</source>
2753 <context-group purpose="location">
2754 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2755 <context context-type="linenumber">5</context>
2756 </context-group>
2757 </trans-unit><trans-unit id="d29764bcbaad3ef69b6be92be35bdf25972ce246" datatype="html">
2758 <source>Follow</source>
2759 <context-group purpose="location">
2760 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2761 <context context-type="linenumber">7</context>
2762 </context-group>
2763 </trans-unit><trans-unit id="9bee670725966ed477b4c33a545c8b5436b0065e" datatype="html">
2764 <source>Followers</source>
2765 <context-group purpose="location">
2766 <context context-type="sourcefile">src/app/+admin/follows/follows.component.html</context>
2767 <context context-type="linenumber">9</context>
2768 </context-group>
2769 <context-group purpose="location">
2770 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
2771 <context context-type="linenumber">3</context>
2772 </context-group>
2773 </trans-unit><trans-unit id="4e8635c108375983b42229df44bda8c0af84f396" datatype="html">
2774 <source>1 host (without &quot;http://&quot;) per line</source>
2775 <context-group purpose="location">
2776 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2777 <context context-type="linenumber">5</context>
2778 </context-group>
2779 </trans-unit><trans-unit id="f7a7a00999ccbd126cbb8e74f5dd1724942dd507" datatype="html">
2780 <source>
2781 It seems that you are not on a HTTPS server. Your webserver needs to have TLS activated in order to follow servers.
2782 </source>
2783 <context-group purpose="location">
2784 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2785 <context context-type="linenumber">17</context>
2786 </context-group>
2787 </trans-unit><trans-unit id="456c6383d8e7cd15aadbcdc196d4ae7a70092437" datatype="html">
2788 <source>Add following</source>
2789 <context-group purpose="location">
2790 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.html</context>
2791 <context context-type="linenumber">21</context>
2792 </context-group>
2793 </trans-unit><trans-unit id="25925fc5826bc5b3eeae7c45b08b0ed74b9e2954" datatype="html">
2794 <source>Filter...</source>
2795 <context-group purpose="location">
2796 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2797 <context context-type="linenumber">8</context>
2798 </context-group>
2799 <context-group purpose="location">
2800 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2801 <context context-type="linenumber">9</context>
2802 </context-group>
2803 <context-group purpose="location">
2804 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2805 <context context-type="linenumber">27</context>
2806 </context-group>
2807 </trans-unit><trans-unit id="45cc8ca94b5a50842a9a8ef804a5ab089a38ae5c" datatype="html">
2808 <source>ID</source>
2809 <context-group purpose="location">
2810 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2811 <context context-type="linenumber">16</context>
2812 </context-group>
2813 <context-group purpose="location">
2814 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2815 <context context-type="linenumber">18</context>
2816 </context-group>
2817 <context-group purpose="location">
2818 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2819 <context context-type="linenumber">18</context>
2820 </context-group>
2821 </trans-unit><trans-unit id="1d284acc5ec053b3cd87e4e9fcd7aaefec0c54fb" datatype="html">
2822 <source>Follower handle</source>
2823 <context-group purpose="location">
2824 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2825 <context context-type="linenumber">17</context>
2826 </context-group>
2827 </trans-unit><trans-unit id="873b72903b1858a9cd6c8967521030b4d7d1435b" datatype="html">
2828 <source>State</source>
2829 <context-group purpose="location">
2830 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2831 <context context-type="linenumber">18</context>
2832 </context-group>
2833 <context-group purpose="location">
2834 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2835 <context context-type="linenumber">20</context>
2836 </context-group>
2837 <context-group purpose="location">
2838 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2839 <context context-type="linenumber">20</context>
2840 </context-group>
2841 <context-group purpose="location">
2842 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
2843 <context context-type="linenumber">10</context>
2844 </context-group>
2845 </trans-unit><trans-unit id="380e20a1e13d9489c69f6dbea7da19025ab6eb25" datatype="html">
2846 <source>Score</source>
2847 <context-group purpose="location">
2848 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2849 <context context-type="linenumber">19</context>
2850 </context-group>
2851 </trans-unit><trans-unit id="ff3173170e5b03536dd3b3e1afbae1f55356eb1b" datatype="html">
2852 <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>
2853 <context-group purpose="location">
2854 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2855 <context context-type="linenumber">20</context>
2856 </context-group>
2857 <context-group purpose="location">
2858 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2859 <context context-type="linenumber">21</context>
2860 </context-group>
2861 <context-group purpose="location">
2862 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2863 <context context-type="linenumber">44</context>
2864 </context-group>
2865 <context-group purpose="location">
2866 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
2867 <context context-type="linenumber">9</context>
2868 </context-group>
2869 <context-group purpose="location">
2870 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
2871 <context context-type="linenumber">21</context>
2872 </context-group>
2873 <context-group purpose="location">
2874 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
2875 <context context-type="linenumber">11</context>
2876 </context-group>
2877 </trans-unit><trans-unit id="7823909fb1d8d313382f6f4bd842f1a7ef6f08d1" datatype="html">
2878 <source>Accepted</source>
2879 <context-group purpose="location">
2880 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2881 <context context-type="linenumber">30</context>
2882 </context-group>
2883 <context-group purpose="location">
2884 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2885 <context context-type="linenumber">32</context>
2886 </context-group>
2887 </trans-unit><trans-unit id="e6a27066251ca1e04c5be86ad758380856df2506" datatype="html">
2888 <source>Pending</source>
2889 <context-group purpose="location">
2890 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2891 <context context-type="linenumber">31</context>
2892 </context-group>
2893 <context-group purpose="location">
2894 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2895 <context context-type="linenumber">33</context>
2896 </context-group>
2897 </trans-unit><trans-unit id="6fc5e65900ae1415d3170d5d2842f0dcae1b6645" datatype="html">
2898 <source>Accept</source>
2899 <context-group purpose="location">
2900 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2901 <context context-type="linenumber">38</context>
2902 </context-group>
2903 <context-group purpose="location">
2904 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2905 <context context-type="linenumber">41</context>
2906 </context-group>
2907 </trans-unit><trans-unit id="4a5613f6b472c1ed863dff1be932913a251f27a2" datatype="html">
2908 <source>Refuse</source>
2909 <context-group purpose="location">
2910 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.html</context>
2911 <context context-type="linenumber">39</context>
2912 </context-group>
2913 <context-group purpose="location">
2914 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
2915 <context context-type="linenumber">42</context>
2916 </context-group>
2917 </trans-unit><trans-unit id="fe22ca53e651df951dac25b67c17894b0980f767" datatype="html">
2918 <source>Host</source>
2919 <context-group purpose="location">
2920 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2921 <context context-type="linenumber">19</context>
2922 </context-group>
2923 </trans-unit><trans-unit id="1d729bcbe3529d2fe2295b7a3a41282ee09de2c8" datatype="html">
2924 <source>Redundancy allowed</source>
2925 <context-group purpose="location">
2926 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.html</context>
2927 <context context-type="linenumber">22</context>
2928 </context-group>
2929 </trans-unit><trans-unit id="31cf824034489eb42f6a388d5980b98b8e1de015" datatype="html">
2930 <source>Create user</source>
2931 <context-group purpose="location">
2932 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2933 <context context-type="linenumber">1</context>
2934 </context-group>
2935 <context-group purpose="location">
2936 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2937 <context context-type="linenumber">1</context>
2938 </context-group>
2939 <context-group purpose="location">
2940 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2941 <context context-type="linenumber">6</context>
2942 </context-group>
2943 </trans-unit><trans-unit id="2788d9a67ed2b6f35c85818e6af1871317c57a7e" datatype="html">
2944 <source>Edit user <x id="INTERPOLATION" equiv-text="{{ username }}"/></source>
2945 <context-group purpose="location">
2946 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2947 <context context-type="linenumber">2</context>
2948 </context-group>
2949 <context-group purpose="location">
2950 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2951 <context context-type="linenumber">2</context>
2952 </context-group>
2953 </trans-unit><trans-unit id="08c74dc9762957593b91f6eb5d65efdfc975bf48" datatype="html">
2954 <source>Username</source>
2955 <context-group purpose="location">
2956 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2957 <context context-type="linenumber">8</context>
2958 </context-group>
2959 <context-group purpose="location">
2960 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2961 <context context-type="linenumber">8</context>
2962 </context-group>
2963 <context-group purpose="location">
2964 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
2965 <context context-type="linenumber">19</context>
2966 </context-group>
2967 </trans-unit><trans-unit id="1bd571d8f3981f6043b0df3402cc3d97e0d7ad2a" datatype="html">
2968 <source>john</source>
2969 <context-group purpose="location">
2970 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2971 <context context-type="linenumber">10</context>
2972 </context-group>
2973 <context-group purpose="location">
2974 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2975 <context context-type="linenumber">10</context>
2976 </context-group>
2977 </trans-unit><trans-unit id="bb3542ff8e5defa6d0c773799e5c8fe399605d05" datatype="html">
2978 <source>mail@example.com</source>
2979 <context-group purpose="location">
2980 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2981 <context context-type="linenumber">21</context>
2982 </context-group>
2983 <context-group purpose="location">
2984 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2985 <context context-type="linenumber">21</context>
2986 </context-group>
2987 </trans-unit><trans-unit id="c36a66f2107e8da5371ebc9d15c2008dff567f46" datatype="html">
2988 <source>Role</source>
2989 <context-group purpose="location">
2990 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2991 <context context-type="linenumber">42</context>
2992 </context-group>
2993 <context-group purpose="location">
2994 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
2995 <context context-type="linenumber">42</context>
2996 </context-group>
2997 <context-group purpose="location">
2998 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
2999 <context context-type="linenumber">43</context>
3000 </context-group>
3001 </trans-unit><trans-unit id="42e3c0e89177ca135974221eaf0e4e836c32e345" datatype="html">
3002 <source>
3003 Transcoding is enabled on server. The video quota only take in account <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>original<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/> video. <x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/>
3004 At most, this user could use ~ <x id="INTERPOLATION" equiv-text="{{ computeQuotaWithTranscoding() | bytes: 0 }}"/>.
3005 </source>
3006 <context-group purpose="location">
3007 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3008 <context context-type="linenumber">66</context>
3009 </context-group>
3010 <context-group purpose="location">
3011 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3012 <context context-type="linenumber">66</context>
3013 </context-group>
3014 </trans-unit><trans-unit id="6ded52553dd8720fd3698b8fbc3a6d037c07b496" datatype="html">
3015 <source>Daily video quota</source>
3016 <context-group purpose="location">
3017 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3018 <context context-type="linenumber">73</context>
3019 </context-group>
3020 <context-group purpose="location">
3021 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3022 <context context-type="linenumber">73</context>
3023 </context-group>
3024 </trans-unit><trans-unit id="021ae82dcaddcb3e8d1c5e9645952b7c7e772fe1" datatype="html">
3025 <source>Bypass video auto blacklist</source>
3026 <context-group purpose="location">
3027 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3028 <context context-type="linenumber">86</context>
3029 </context-group>
3030 <context-group purpose="location">
3031 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3032 <context context-type="linenumber">86</context>
3033 </context-group>
3034 </trans-unit><trans-unit id="85614ebfd89fe16873dfcf593a05f18b7468daac" datatype="html">
3035 <source>Danger Zone</source>
3036 <context-group purpose="location">
3037 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3038 <context context-type="linenumber">94</context>
3039 </context-group>
3040 <context-group purpose="location">
3041 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3042 <context context-type="linenumber">94</context>
3043 </context-group>
3044 </trans-unit><trans-unit id="27a8f947ecc46bcad10d965360f500a14128bd7d" datatype="html">
3045 <source>Send a link to reset the password by email to the user</source>
3046 <context-group purpose="location">
3047 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3048 <context context-type="linenumber">97</context>
3049 </context-group>
3050 <context-group purpose="location">
3051 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3052 <context context-type="linenumber">97</context>
3053 </context-group>
3054 </trans-unit><trans-unit id="950adafba22e3c85e889f2c38faebe98145bfb7f" datatype="html">
3055 <source>Ask for new password</source>
3056 <context-group purpose="location">
3057 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3058 <context context-type="linenumber">98</context>
3059 </context-group>
3060 <context-group purpose="location">
3061 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3062 <context context-type="linenumber">98</context>
3063 </context-group>
3064 </trans-unit><trans-unit id="e6a48b1ed6160a99fba3a1607e27e9e93a4f4244" datatype="html">
3065 <source>Manually set the user password</source>
3066 <context-group purpose="location">
3067 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3068 <context context-type="linenumber">102</context>
3069 </context-group>
3070 <context-group purpose="location">
3071 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-edit.component.html</context>
3072 <context context-type="linenumber">102</context>
3073 </context-group>
3074 </trans-unit><trans-unit id="2aba1e87039819aca3b70faa9aa848c12bf139ca" datatype="html">
3075 <source>Show</source>
3076 <context-group purpose="location">
3077 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context>
3078 <context context-type="linenumber">10</context>
3079 </context-group>
3080 </trans-unit><trans-unit id="1eede69e18c5ac9c0b0295b72cabb7e64e029e74" datatype="html">
3081 <source>Hide</source>
3082 <context-group purpose="location">
3083 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.html</context>
3084 <context context-type="linenumber">11</context>
3085 </context-group>
3086 </trans-unit><trans-unit id="5e8b4663c17c337a1f11160c0a683350936faa1f" datatype="html">
3087 <source>Users list</source>
3088 <context-group purpose="location">
3089 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3090 <context context-type="linenumber">2</context>
3091 </context-group>
3092 </trans-unit><trans-unit id="ea762ca1d74c96d8568ac68482778f52ca531cc4" datatype="html">
3093 <source>Batch actions</source>
3094 <context-group purpose="location">
3095 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3096 <context context-type="linenumber">19</context>
3097 </context-group>
3098 </trans-unit><trans-unit id="08ea8692dc2a7050026df26fc39b22960bde9de5" datatype="html">
3099 <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>
3100 <context-group purpose="location">
3101 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3102 <context context-type="linenumber">40</context>
3103 </context-group>
3104 </trans-unit><trans-unit id="df84781eeb873f037ee688789bde034be9b49074" datatype="html">
3105 <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>
3106 <context-group purpose="location">
3107 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3108 <context context-type="linenumber">42</context>
3109 </context-group>
3110 </trans-unit><trans-unit id="adba7c8b43e42581460fbe5d08b5cb5ab60eba4b" datatype="html">
3111 <source>(banned)</source>
3112 <context-group purpose="location">
3113 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3114 <context context-type="linenumber">65</context>
3115 </context-group>
3116 </trans-unit><trans-unit id="02ba1a65db92d1d0ab4ba380086e9be61891aaa5" datatype="html">
3117 <source>User&apos;s email must be verified to login</source>
3118 <context-group purpose="location">
3119 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3120 <context context-type="linenumber">72</context>
3121 </context-group>
3122 </trans-unit><trans-unit id="79cee9973620b2592ff2824c525aa8ed0b5e2b8b" datatype="html">
3123 <source>User&apos;s email is verified / User can login without email verification</source>
3124 <context-group purpose="location">
3125 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3126 <context context-type="linenumber">76</context>
3127 </context-group>
3128 </trans-unit><trans-unit id="a9587caabf0dc5d824f817baae1c2f5521d9b1ee" datatype="html">
3129 <source>Ban reason:</source>
3130 <context-group purpose="location">
3131 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.html</context>
3132 <context context-type="linenumber">95</context>
3133 </context-group>
3134 </trans-unit><trans-unit id="90868353e7e6f5994109ee1011131cefa992116c" datatype="html">
3135 <source>Moderation</source>
3136 <context-group purpose="location">
3137 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3138 <context context-type="linenumber">2</context>
3139 </context-group>
3140 </trans-unit><trans-unit id="23a793ed0df2e10823dd469c5cea9b5c36be8f7e" datatype="html">
3141 <source>Video abuses</source>
3142 <context-group purpose="location">
3143 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3144 <context context-type="linenumber">5</context>
3145 </context-group>
3146 </trans-unit><trans-unit id="6053443ad364f974301570cfadfa86ee0b43f1a9" datatype="html">
3147 <source><x id="INTERPOLATION" equiv-text="{{ autoBlacklistVideosEnabled ? &apos;Manually blacklisted videos&apos; : &apos;Blacklisted videos&apos; }}"/></source>
3148 <context-group purpose="location">
3149 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3150 <context context-type="linenumber">7</context>
3151 </context-group>
3152 </trans-unit><trans-unit id="6106bd52908f3f323ed1d6bdcd53230d55401d45" datatype="html">
3153 <source>Auto-blacklisted videos</source>
3154 <context-group purpose="location">
3155 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3156 <context context-type="linenumber">9</context>
3157 </context-group>
3158 </trans-unit><trans-unit id="b1ff109b26ae8f08650415454b9098c43eba2e2c" datatype="html">
3159 <source>Muted accounts</source>
3160 <context-group purpose="location">
3161 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3162 <context context-type="linenumber">11</context>
3163 </context-group>
3164 <context-group purpose="location">
3165 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3166 <context context-type="linenumber">2</context>
3167 </context-group>
3168 </trans-unit><trans-unit id="bd0611346af048015e0a1275091ef68ce98832d2" datatype="html">
3169 <source>Muted servers</source>
3170 <context-group purpose="location">
3171 <context context-type="sourcefile">src/app/+admin/moderation/moderation.component.html</context>
3172 <context context-type="linenumber">13</context>
3173 </context-group>
3174 </trans-unit><trans-unit id="b14fd2fc28c5eecd05554d2bcbc3a938c599e2bf" datatype="html">
3175 <source>Video name <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/></source>
3176 <context-group purpose="location">
3177 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3178 <context context-type="linenumber">8</context>
3179 </context-group>
3180 </trans-unit><trans-unit id="96dfa3efa02bfafc0bc6d4ab186ebef2813a9e8a" datatype="html">
3181 <source>Sensitive</source>
3182 <context-group purpose="location">
3183 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3184 <context context-type="linenumber">9</context>
3185 </context-group>
3186 </trans-unit><trans-unit id="b748c96a1ee98d2fa9a645fb71838f5d4938855b" datatype="html">
3187 <source>Unfederated</source>
3188 <context-group purpose="location">
3189 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3190 <context context-type="linenumber">10</context>
3191 </context-group>
3192 </trans-unit><trans-unit id="a7f42da3bb4eea0b71b0a20a2aff6612a82cab99" datatype="html">
3193 <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>
3194 <context-group purpose="location">
3195 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3196 <context context-type="linenumber">11</context>
3197 </context-group>
3198 </trans-unit><trans-unit id="1cb8348c199d03e297d165e262237194f25fe3f5" datatype="html">
3199 <source>Go to the video</source>
3200 <context-group purpose="location">
3201 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3202 <context context-type="linenumber">25</context>
3203 </context-group>
3204 <context-group purpose="location">
3205 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3206 <context context-type="linenumber">33</context>
3207 </context-group>
3208 <context-group purpose="location">
3209 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3210 <context context-type="linenumber">33</context>
3211 </context-group>
3212 </trans-unit><trans-unit id="030b4423b92167200e39519599f9b863b4f7c62c" datatype="html">
3213 <source>Actions</source>
3214 <context-group purpose="location">
3215 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3216 <context context-type="linenumber">35</context>
3217 </context-group>
3218 <context-group purpose="location">
3219 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3220 <context context-type="linenumber">44</context>
3221 </context-group>
3222 </trans-unit><trans-unit id="7963019b5535b51efa399e6a62b163f3e04d296f" datatype="html">
3223 <source>Blacklist reason:</source>
3224 <context-group purpose="location">
3225 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.html</context>
3226 <context context-type="linenumber">43</context>
3227 </context-group>
3228 </trans-unit><trans-unit id="bb863c794307735652d8695143e116eaee8a3c4f" datatype="html">
3229 <source>Moderation comment</source>
3230 <context-group purpose="location">
3231 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
3232 <context context-type="linenumber">3</context>
3233 </context-group>
3234 </trans-unit><trans-unit id="5731e5d5ac989bf08848b5a57a5586cf84d80964" datatype="html">
3235 <source>
3236 This comment can only be seen by you or the other moderators.
3237 </source>
3238 <context-group purpose="location">
3239 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
3240 <context context-type="linenumber">18</context>
3241 </context-group>
3242 </trans-unit><trans-unit id="0562e455c88234829f3c27a38f3039f027bfd5d2" datatype="html">
3243 <source>Update this comment</source>
3244 <context-group purpose="location">
3245 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html</context>
3246 <context context-type="linenumber">26</context>
3247 </context-group>
3248 </trans-unit><trans-unit id="2bf5a31043ff476ca081a4080f3f3f17518dc6f2" datatype="html">
3249 <source>Reporter</source>
3250 <context-group purpose="location">
3251 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3252 <context context-type="linenumber">8</context>
3253 </context-group>
3254 </trans-unit><trans-unit id="2d1ea268a6a9f483dbc2cbfe19bf4256a57a6af4" datatype="html">
3255 <source>Video</source>
3256 <context-group purpose="location">
3257 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3258 <context context-type="linenumber">10</context>
3259 </context-group>
3260 <context-group purpose="location">
3261 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3262 <context context-type="linenumber">14</context>
3263 </context-group>
3264 <context-group purpose="location">
3265 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
3266 <context context-type="linenumber">9</context>
3267 </context-group>
3268 </trans-unit><trans-unit id="7e7ad19f1bcc2c33cdba4c1ad25e2b398ad453d9" datatype="html">
3269 <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>
3270 <context-group purpose="location">
3271 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3272 <context context-type="linenumber">11</context>
3273 </context-group>
3274 </trans-unit><trans-unit id="c6ab75e099e131d7a4f94e1732e7436d8fc386c7" datatype="html">
3275 <source>Go to the account</source>
3276 <context-group purpose="location">
3277 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3278 <context context-type="linenumber">25</context>
3279 </context-group>
3280 <context-group purpose="location">
3281 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
3282 <context context-type="linenumber">27</context>
3283 </context-group>
3284 </trans-unit><trans-unit id="e330cbadca2d8639aabf525d5fe7e5b62d324ee2" datatype="html">
3285 <source>Reason:</source>
3286 <context-group purpose="location">
3287 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3288 <context context-type="linenumber">53</context>
3289 </context-group>
3290 </trans-unit><trans-unit id="018cbb63c7eda4b82d17dd9058cfaa0fd055c638" datatype="html">
3291 <source>Moderation comment:</source>
3292 <context-group purpose="location">
3293 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.html</context>
3294 <context context-type="linenumber">57</context>
3295 </context-group>
3296 </trans-unit><trans-unit id="86f26b106c67be3c2e98b82766656e5d9da86dff" datatype="html">
3297 <source>Unblacklist</source>
3298 <context-group purpose="location">
3299 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3300 <context context-type="linenumber">12</context>
3301 </context-group>
3302 <context-group purpose="location">
3303 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.html</context>
3304 <context context-type="linenumber">17</context>
3305 </context-group>
3306 </trans-unit><trans-unit id="ff78f059449d44322f627d0f66df07abe476962b" datatype="html">
3307 <source>Instance</source>
3308 <context-group purpose="location">
3309 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3310 <context context-type="linenumber">8</context>
3311 </context-group>
3312 <context-group purpose="location">
3313 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3314 <context context-type="linenumber">10</context>
3315 </context-group>
3316 <context-group purpose="location">
3317 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3318 <context context-type="linenumber">12</context>
3319 </context-group>
3320 <context-group purpose="location">
3321 <context context-type="sourcefile">src/app/+about/about.component.html</context>
3322 <context context-type="linenumber">5</context>
3323 </context-group>
3324 </trans-unit><trans-unit id="079e99cce11c87b142e80fdd14dae98a61012fc4" datatype="html">
3325 <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>
3326 <context-group purpose="location">
3327 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3328 <context context-type="linenumber">9</context>
3329 </context-group>
3330 <context-group purpose="location">
3331 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3332 <context context-type="linenumber">9</context>
3333 </context-group>
3334 <context-group purpose="location">
3335 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3336 <context context-type="linenumber">13</context>
3337 </context-group>
3338 <context-group purpose="location">
3339 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3340 <context context-type="linenumber">13</context>
3341 </context-group>
3342 </trans-unit><trans-unit id="1f689fada9748a830117f5b429a88ef8629082a8" datatype="html">
3343 <source>Unmute</source>
3344 <context-group purpose="location">
3345 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.html</context>
3346 <context context-type="linenumber">19</context>
3347 </context-group>
3348 <context-group purpose="location">
3349 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3350 <context context-type="linenumber">18</context>
3351 </context-group>
3352 <context-group purpose="location">
3353 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3354 <context context-type="linenumber">22</context>
3355 </context-group>
3356 <context-group purpose="location">
3357 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
3358 <context context-type="linenumber">23</context>
3359 </context-group>
3360 </trans-unit><trans-unit id="29881a45dafbe5aa05cd9d0441a4c0c2fb06df92" datatype="html">
3361 <source>Account</source>
3362 <context-group purpose="location">
3363 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.html</context>
3364 <context context-type="linenumber">8</context>
3365 </context-group>
3366 <context-group purpose="location">
3367 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.html</context>
3368 <context context-type="linenumber">12</context>
3369 </context-group>
3370 </trans-unit><trans-unit id="d204665b42241ca94ecad49df699cc60df43a7b5" datatype="html">
3371 <source>Plugins/Themes</source>
3372 <context-group purpose="location">
3373 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
3374 <context context-type="linenumber">2</context>
3375 </context-group>
3376 </trans-unit><trans-unit id="86288c2ac6b43ed195f0bc8bce825a3ab8151b71" datatype="html">
3377 <source>Installed</source>
3378 <context-group purpose="location">
3379 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
3380 <context context-type="linenumber">5</context>
3381 </context-group>
3382 </trans-unit><trans-unit id="7e892ba15f2c6c17e83510e273b3e10fc32ea016" datatype="html">
3383 <source>Search</source>
3384 <context-group purpose="location">
3385 <context context-type="sourcefile">src/app/+admin/plugins/plugins.component.html</context>
3386 <context context-type="linenumber">7</context>
3387 </context-group>
3388 </trans-unit><trans-unit id="1cb86e649ad2e5cfc86efb2d28c06b1d959f8aa6" datatype="html">
3389 <source>Homepage</source>
3390 <context-group purpose="location">
3391 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
3392 <context context-type="linenumber">26</context>
3393 </context-group>
3394 <context-group purpose="location">
3395 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
3396 <context context-type="linenumber">51</context>
3397 </context-group>
3398 </trans-unit><trans-unit id="4962915f14d9b61bdd1b96b81c27e3f9d8910768" datatype="html">
3399 <source>Go to the plugin homepage</source>
3400 <context-group purpose="location">
3401 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
3402 <context context-type="linenumber">23</context>
3403 </context-group>
3404 <context-group purpose="location">
3405 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
3406 <context context-type="linenumber">48</context>
3407 </context-group>
3408 </trans-unit><trans-unit id="121cc5391cd2a5115bc2b3160379ee5b36cd7716" datatype="html">
3409 <source>Settings</source>
3410 <context-group purpose="location">
3411 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
3412 <context context-type="linenumber">29</context>
3413 </context-group>
3414 </trans-unit><trans-unit id="1dfba504a0d0bf41da961d89d402dedecde5e30d" datatype="html">
3415 <source>Uninstall</source>
3416 <context-group purpose="location">
3417 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.html</context>
3418 <context context-type="linenumber">35</context>
3419 </context-group>
3420 </trans-unit><trans-unit id="fcef699ec12dbd6fcf9881d527af2fd775ccfdc7" datatype="html">
3421 <source>
3422 To load your new installed plugins or themes, refresh the page.
3423</source>
3424 <context-group purpose="location">
3425 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
3426 <context context-type="linenumber">9</context>
3427 </context-group>
3428 </trans-unit><trans-unit id="8fc026bb4b317bf3a6159c364818202f5bb95a4e" datatype="html">
3429 <source>Popular</source>
3430 <context-group purpose="location">
3431 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
3432 <context context-type="linenumber">16</context>
3433 </context-group>
3434 </trans-unit><trans-unit id="2d336e3fe6d5d0cb687ea6413890930b3d709005" datatype="html">
3435 <source>
3436 <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> <x id="ICU" equiv-text="{pagination.totalItems, plural, =1 {...} other {...}}"/> for &quot;<x id="INTERPOLATION_1" equiv-text="{{ search }}"/>&quot;
3437 </source>
3438 <context-group purpose="location">
3439 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
3440 <context context-type="linenumber">22</context>
3441 </context-group>
3442 </trans-unit><trans-unit id="16e81be2315b29492395d99ba53a83e770430494" datatype="html">
3443 <source>{VAR_PLURAL, plural, =1 {result} other {results} }</source>
3444 <context-group purpose="location">
3445 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
3446 <context context-type="linenumber">23</context>
3447 </context-group>
3448 </trans-unit><trans-unit id="b1363973a9482c7b0a7c4a1d066fd64625d40207" datatype="html">
3449 <source>
3450 No results.
3451</source>
3452 <context-group purpose="location">
3453 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.html</context>
3454 <context context-type="linenumber">28</context>
3455 </context-group>
3456 </trans-unit><trans-unit id="ba504ef7da4384f035fc148de2d121322aaa7407" datatype="html">
3457 <source>
3458 This <x id="INTERPOLATION" equiv-text="{{ pluginTypeLabel }}"/> does not have settings.
3459 </source>
3460 <context-group purpose="location">
3461 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.html</context>
3462 <context context-type="linenumber">22</context>
3463 </context-group>
3464 </trans-unit><trans-unit id="8011e20c5bbe51602d459a860fbf29b599b55edd" datatype="html">
3465 <source>System</source>
3466 <context-group purpose="location">
3467 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3468 <context context-type="linenumber">2</context>
3469 </context-group>
3470 </trans-unit><trans-unit id="43f1cc191ebc0b8ce89f6916aa634f5a57158798" datatype="html">
3471 <source>Jobs</source>
3472 <context-group purpose="location">
3473 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3474 <context context-type="linenumber">5</context>
3475 </context-group>
3476 </trans-unit><trans-unit id="eb3d5aefff38a814b76da74371cbf02c0789a1ef" datatype="html">
3477 <source>Logs</source>
3478 <context-group purpose="location">
3479 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3480 <context context-type="linenumber">7</context>
3481 </context-group>
3482 </trans-unit><trans-unit id="dcfc990a822e11feb00eb91d9cf4d6ec0ed37dd0" datatype="html">
3483 <source>Debug</source>
3484 <context-group purpose="location">
3485 <context context-type="sourcefile">src/app/+admin/system/system.component.html</context>
3486 <context context-type="linenumber">9</context>
3487 </context-group>
3488 </trans-unit><trans-unit id="a9f2501fcb2ff71f1376c2d2fbbbd49f200e6c8f" datatype="html">
3489 <source>Jobs list</source>
3490 <context-group purpose="location">
3491 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3492 <context context-type="linenumber">2</context>
3493 </context-group>
3494 </trans-unit><trans-unit id="f61c6867295f3b53d23557021f2f4e0aa1d0b8fc" datatype="html">
3495 <source>Type</source>
3496 <context-group purpose="location">
3497 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3498 <context context-type="linenumber">19</context>
3499 </context-group>
3500 </trans-unit><trans-unit id="74c8f69ec23f41a429e241126ab4d25b9d12348e" datatype="html">
3501 <source>Processed on</source>
3502 <context-group purpose="location">
3503 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3504 <context context-type="linenumber">22</context>
3505 </context-group>
3506 </trans-unit><trans-unit id="4fa08915c99629d38c9da8a08b1985a7f4e38e40" datatype="html">
3507 <source>Finished on</source>
3508 <context-group purpose="location">
3509 <context context-type="sourcefile">src/app/+admin/system/jobs/jobs.component.html</context>
3510 <context context-type="linenumber">23</context>
3511 </context-group>
3512 </trans-unit><trans-unit id="c8d1785038d461ec66b5799db21864182b35900a" datatype="html">
3513 <source>Refresh</source>
3514 <context-group purpose="location">
3515 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.html</context>
3516 <context context-type="linenumber">14</context>
3517 </context-group>
3518 </trans-unit><trans-unit id="cff1428d10d59d14e45edec3c735a27b5482db59" datatype="html">
3519 <source>Name</source>
3520 <context-group purpose="location">
3521 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3522 <context context-type="linenumber">13</context>
3523 </context-group>
3524 <context-group purpose="location">
3525 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
3526 <context context-type="linenumber">12</context>
3527 </context-group>
3528 <context-group purpose="location">
3529 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
3530 <context context-type="linenumber">12</context>
3531 </context-group>
3532 </trans-unit><trans-unit id="512b045163a7187b2fc5d554e5f59fb3e49e174b" datatype="html">
3533 <source>Short description</source>
3534 <context-group purpose="location">
3535 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3536 <context context-type="linenumber">22</context>
3537 </context-group>
3538 </trans-unit><trans-unit id="f14028bddcf7760c635464db8a9d2f69afd81b92" datatype="html">
3539 <source>Main instance categories</source>
3540 <context-group purpose="location">
3541 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3542 <context context-type="linenumber">40</context>
3543 </context-group>
3544 </trans-unit><trans-unit id="f871b41bfbdb193507cce2cd848c2d02bde77a03" datatype="html">
3545 <source>No results found</source>
3546 <context-group purpose="location">
3547 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3548 <context context-type="linenumber">46</context>
3549 </context-group>
3550 <context-group purpose="location">
3551 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3552 <context context-type="linenumber">58</context>
3553 </context-group>
3554 <context-group purpose="location">
3555 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3556 <context context-type="linenumber">33</context>
3557 </context-group>
3558 </trans-unit><trans-unit id="ccb0ae7ba7f7a83045f1ad78d0c0044b5ed80629" datatype="html">
3559 <source>Main languages you/your moderators speak</source>
3560 <context-group purpose="location">
3561 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3562 <context context-type="linenumber">52</context>
3563 </context-group>
3564 </trans-unit><trans-unit id="cfcb1f4a6a536c158bfea40f6714618c8504ecb7" datatype="html">
3565 <source>Moderation &amp; NSFW</source>
3566 <context-group purpose="location">
3567 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3568 <context context-type="linenumber">63</context>
3569 </context-group>
3570 </trans-unit><trans-unit id="aad49456e42847e2ea95fbaeb2f49387199e5634" datatype="html">
3571 <source>This instance is dedicated to sensitive or NSFW content</source>
3572 <context-group purpose="location">
3573 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3574 <context context-type="linenumber">68</context>
3575 </context-group>
3576 </trans-unit><trans-unit id="348b39694dfad5cfb55b6288ffbb6fb6e75e075c" datatype="html">
3577 <source>
3578 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;"/>
3579 Moreover, the NSFW checkbox on video upload will be automatically checked by default.
3580 </source>
3581 <context-group purpose="location">
3582 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3583 <context context-type="linenumber">72</context>
3584 </context-group>
3585 </trans-unit><trans-unit id="8551afadb69b3fef89e191f507e8ac84e624e8b9" datatype="html">
3586 <source>Policy on videos containing sensitive content</source>
3587 <context-group purpose="location">
3588 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3589 <context context-type="linenumber">81</context>
3590 </context-group>
3591 </trans-unit><trans-unit id="7cd91dea4099047192df0d68aad5a490859fb8cc" datatype="html">
3592 <source>
3593 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.
3594 </source>
3595 <context-group purpose="location">
3596 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3597 <context context-type="linenumber">85</context>
3598 </context-group>
3599 </trans-unit><trans-unit id="5e155c34fb3ed8159bf0a486a366cfbc6874f9fe" datatype="html">
3600 <source>Do not list</source>
3601 <context-group purpose="location">
3602 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3603 <context context-type="linenumber">93</context>
3604 </context-group>
3605 <context-group purpose="location">
3606 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3607 <context context-type="linenumber">14</context>
3608 </context-group>
3609 </trans-unit><trans-unit id="aaa900149c2ca1575ac1918d1ded33fb69830ab2" datatype="html">
3610 <source>Blur thumbnails</source>
3611 <context-group purpose="location">
3612 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3613 <context context-type="linenumber">94</context>
3614 </context-group>
3615 <context-group purpose="location">
3616 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3617 <context context-type="linenumber">15</context>
3618 </context-group>
3619 </trans-unit><trans-unit id="010d24ef3c43b2d8f45a4d6cba7d73e12ee1557e" datatype="html">
3620 <source>Display</source>
3621 <context-group purpose="location">
3622 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3623 <context context-type="linenumber">95</context>
3624 </context-group>
3625 <context-group purpose="location">
3626 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
3627 <context context-type="linenumber">16</context>
3628 </context-group>
3629 </trans-unit><trans-unit id="69580f2c2dbf4edf7096820ba8c393367352d774" datatype="html">
3630 <source>Terms</source>
3631 <context-group purpose="location">
3632 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3633 <context context-type="linenumber">102</context>
3634 </context-group>
3635 <context-group purpose="location">
3636 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
3637 <context context-type="linenumber">77</context>
3638 </context-group>
3639 <context-group purpose="location">
3640 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
3641 <context context-type="linenumber">88</context>
3642 </context-group>
3643 </trans-unit><trans-unit id="2c88654dd44fe8477ce6f85c1081cd24a590701b" datatype="html">
3644 <source>Code of conduct</source>
3645 <context-group purpose="location">
3646 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3647 <context context-type="linenumber">111</context>
3648 </context-group>
3649 <context-group purpose="location">
3650 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
3651 <context context-type="linenumber">71</context>
3652 </context-group>
3653 <context-group purpose="location">
3654 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
3655 <context context-type="linenumber">82</context>
3656 </context-group>
3657 </trans-unit><trans-unit id="06119c0230042048f8a3fd6aa9260934b6fa5878" datatype="html">
3658 <source>Moderation information</source>
3659 <context-group purpose="location">
3660 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3661 <context context-type="linenumber">120</context>
3662 </context-group>
3663 <context-group purpose="location">
3664 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
3665 <context context-type="linenumber">65</context>
3666 </context-group>
3667 <context-group purpose="location">
3668 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
3669 <context context-type="linenumber">76</context>
3670 </context-group>
3671 </trans-unit><trans-unit id="d678ce061bead229fd9526bae0029b6567f2a279" datatype="html">
3672 <source>You and your instance</source>
3673 <context-group purpose="location">
3674 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3675 <context context-type="linenumber">130</context>
3676 </context-group>
3677 </trans-unit><trans-unit id="fdbabe6f967747b657518384b54bcc58d3913063" datatype="html">
3678 <source>Who is behind the instance?</source>
3679 <context-group purpose="location">
3680 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3681 <context context-type="linenumber">133</context>
3682 </context-group>
3683 </trans-unit><trans-unit id="fef7c7a74c5646fe219d94db60e0652d6b878af5" datatype="html">
3684 <source>Why did you create this instance?</source>
3685 <context-group purpose="location">
3686 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3687 <context context-type="linenumber">145</context>
3688 </context-group>
3689 </trans-unit><trans-unit id="ac6b554b2f923239f6d7c5fcef8a7cce7d6b43b6" datatype="html">
3690 <source>How long do you plan to maintain this instance?</source>
3691 <context-group purpose="location">
3692 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3693 <context context-type="linenumber">156</context>
3694 </context-group>
3695 </trans-unit><trans-unit id="1c0452d6bc62aace993630b59a085af1708a2f2d" datatype="html">
3696 <source>How will you finance the PeerTube server?</source>
3697 <context-group purpose="location">
3698 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3699 <context context-type="linenumber">167</context>
3700 </context-group>
3701 </trans-unit><trans-unit id="34c4e700f4ef721fe991fc4f383bc75fa9b77885" datatype="html">
3702 <source>Other information</source>
3703 <context-group purpose="location">
3704 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3705 <context context-type="linenumber">177</context>
3706 </context-group>
3707 </trans-unit><trans-unit id="7dfc119f06b80d9324703c471b0c00118fa5849d" datatype="html">
3708 <source>What server/hardware does the instance run on?</source>
3709 <context-group purpose="location">
3710 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3711 <context context-type="linenumber">180</context>
3712 </context-group>
3713 </trans-unit><trans-unit id="3070ae34708ac4b19ac0a2fdc2c0b82871754c7a" datatype="html">
3714 <source>Instance information</source>
3715 <context-group purpose="location">
3716 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3717 <context context-type="linenumber">5</context>
3718 </context-group>
3719 </trans-unit><trans-unit id="400509157ba944e81f5fbfcce2f43d11a297ae22" datatype="html">
3720 <source>Theme &amp; Default route</source>
3721 <context-group purpose="location">
3722 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3723 <context context-type="linenumber">198</context>
3724 </context-group>
3725 </trans-unit><trans-unit id="7bb52a3e9e31d9dec02faeadb44935de49e3a33d" datatype="html">
3726 <source>Global theme</source>
3727 <context-group purpose="location">
3728 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3729 <context context-type="linenumber">202</context>
3730 </context-group>
3731 </trans-unit><trans-unit id="deca31fc7adad40d00bd63881d0c17124cd05beb" datatype="html">
3732 <source>default</source>
3733 <context-group purpose="location">
3734 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3735 <context context-type="linenumber">206</context>
3736 </context-group>
3737 </trans-unit><trans-unit id="554488d11165f38b27b8fe230aba8a2e30d57003" datatype="html">
3738 <source>Default client route</source>
3739 <context-group purpose="location">
3740 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3741 <context context-type="linenumber">216</context>
3742 </context-group>
3743 </trans-unit><trans-unit id="28aca3fd95c8d941f643c617058636715b6f87d9" datatype="html">
3744 <source>Discover videos</source>
3745 <context-group purpose="location">
3746 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3747 <context context-type="linenumber">219</context>
3748 </context-group>
3749 </trans-unit><trans-unit id="9091b36f8890eabbd2305789eb826d16e8f4641d" datatype="html">
3750 <source>Trending videos</source>
3751 <context-group purpose="location">
3752 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3753 <context context-type="linenumber">220</context>
3754 </context-group>
3755 </trans-unit><trans-unit id="4c65fb9a424be158237157c16778273550a38c70" datatype="html">
3756 <source>Most liked videos</source>
3757 <context-group purpose="location">
3758 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3759 <context context-type="linenumber">221</context>
3760 </context-group>
3761 </trans-unit><trans-unit id="93d74eb49a5e5c2af5f815178909adf425000af8" datatype="html">
3762 <source>Recently added videos</source>
3763 <context-group purpose="location">
3764 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3765 <context context-type="linenumber">222</context>
3766 </context-group>
3767 </trans-unit><trans-unit id="b6307f83d9f43bff8d5129a7888e89964ddc3f7f" datatype="html">
3768 <source>Local videos</source>
3769 <context-group purpose="location">
3770 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3771 <context context-type="linenumber">223</context>
3772 </context-group>
3773 </trans-unit><trans-unit id="717a5e3574fec754fbeb348c2d5561c4d81facc4" datatype="html">
3774 <source>Signup</source>
3775 <context-group purpose="location">
3776 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3777 <context context-type="linenumber">229</context>
3778 </context-group>
3779 </trans-unit><trans-unit id="ca53e66e68986546b7ef820c934145fd7c9c4247" datatype="html">
3780 <source>Signup enabled</source>
3781 <context-group purpose="location">
3782 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3783 <context context-type="linenumber">235</context>
3784 </context-group>
3785 </trans-unit><trans-unit id="90f449b1f4787e6c9731198a96d35399c1b340a7" datatype="html">
3786 <source>Signup requires email verification</source>
3787 <context-group purpose="location">
3788 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3789 <context context-type="linenumber">242</context>
3790 </context-group>
3791 </trans-unit><trans-unit id="68bda70e0dd4f7f91549462e55f1b2a1602d8402" datatype="html">
3792 <source>Signup limit</source>
3793 <context-group purpose="location">
3794 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3795 <context context-type="linenumber">247</context>
3796 </context-group>
3797 </trans-unit><trans-unit id="4d13a9cd5ed3dcee0eab22cb25198d43886942be" datatype="html">
3798 <source>Users</source>
3799 <context-group purpose="location">
3800 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3801 <context context-type="linenumber">257</context>
3802 </context-group>
3803 </trans-unit><trans-unit id="ec47d80e9b5608ecd396c32a46ca6b87601e7b20" datatype="html">
3804 <source>Default video quota per user</source>
3805 <context-group purpose="location">
3806 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3807 <context context-type="linenumber">261</context>
3808 </context-group>
3809 </trans-unit><trans-unit id="493c65a11deddda45b42a39f503fc4bb3f876cf2" datatype="html">
3810 <source>Default daily upload limit per user</source>
3811 <context-group purpose="location">
3812 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3813 <context context-type="linenumber">273</context>
3814 </context-group>
3815 </trans-unit><trans-unit id="29aa67f13fd34a2421ff9d7de7d5142790676b9e" datatype="html">
3816 <source>Video import with HTTP URL (i.e. YouTube) enabled</source>
3817 <context-group purpose="location">
3818 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3819 <context context-type="linenumber">294</context>
3820 </context-group>
3821 </trans-unit><trans-unit id="05fdf7b5be1c3a7126e3c06d81da3134981b0a9e" datatype="html">
3822 <source>Video import with a torrent file or a magnet URI enabled</source>
3823 <context-group purpose="location">
3824 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3825 <context context-type="linenumber">301</context>
3826 </context-group>
3827 </trans-unit><trans-unit id="51ee3dafebdb4c05d300b18bb4a997c10b1d7891" datatype="html">
3828 <source>Auto-blacklist</source>
3829 <context-group purpose="location">
3830 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3831 <context context-type="linenumber">309</context>
3832 </context-group>
3833 </trans-unit><trans-unit id="b78d9ff04931504a241a6c6fc394d677c7a0946c" datatype="html">
3834 <source>New videos of users automatically blacklisted enabled</source>
3835 <context-group purpose="location">
3836 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3837 <context context-type="linenumber">318</context>
3838 </context-group>
3839 </trans-unit><trans-unit id="2c2af9710d6f6c3ab117c3a74f5aa9d40710f5b9" datatype="html">
3840 <source>Instance followers</source>
3841 <context-group purpose="location">
3842 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3843 <context context-type="linenumber">327</context>
3844 </context-group>
3845 </trans-unit><trans-unit id="fda0a09374e5d89c25522b7c49cf8f440cfb9db8" datatype="html">
3846 <source>Other instances can follow your instance</source>
3847 <context-group purpose="location">
3848 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3849 <context context-type="linenumber">335</context>
3850 </context-group>
3851 </trans-unit><trans-unit id="1df9e784f36295ebd75a87980873e5bce62e8cd9" datatype="html">
3852 <source>Manually approve new instance follower</source>
3853 <context-group purpose="location">
3854 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3855 <context context-type="linenumber">342</context>
3856 </context-group>
3857 </trans-unit><trans-unit id="5360e0c21d65618c91b61573693dc01cf4e3f3ed" datatype="html">
3858 <source>Instance followings</source>
3859 <context-group purpose="location">
3860 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3861 <context context-type="linenumber">348</context>
3862 </context-group>
3863 </trans-unit><trans-unit id="2704064923ec2275d8ba7892e0ed03d7fe3b7fdf" datatype="html">
3864 <source>Automatically follow other instances that follow you</source>
3865 <context-group purpose="location">
3866 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3867 <context context-type="linenumber">357</context>
3868 </context-group>
3869 </trans-unit><trans-unit id="e2790f53c14b8d5d068791aece9655ddb5eb9847" datatype="html">
3870 <source>Automatically follow instance of the public index (below)</source>
3871 <context-group purpose="location">
3872 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3873 <context context-type="linenumber">366</context>
3874 </context-group>
3875 </trans-unit><trans-unit id="764910b42b08b8342f7ba5907b258341ec044fa0" datatype="html">
3876 <source>Index URL</source>
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">371</context>
3880 </context-group>
3881 </trans-unit><trans-unit id="ca2283fc765b9f44b69f0175d685dc2443da6011" datatype="html">
3882 <source>Administrator</source>
3883 <context-group purpose="location">
3884 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3885 <context context-type="linenumber">384</context>
3886 </context-group>
3887 </trans-unit><trans-unit id="55a0f51e38679d3141841e8333da5779d349c587" datatype="html">
3888 <source>Admin email</source>
3889 <context-group purpose="location">
3890 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3891 <context context-type="linenumber">387</context>
3892 </context-group>
3893 </trans-unit><trans-unit id="f9bda6652199995a4bd4424f2e35b748eb0bda8a" datatype="html">
3894 <source>Enable contact form</source>
3895 <context-group purpose="location">
3896 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3897 <context context-type="linenumber">398</context>
3898 </context-group>
3899 </trans-unit><trans-unit id="50247a2f9711ea9e9a85aacc46668131e9b424a5" datatype="html">
3900 <source>Basic configuration</source>
3901 <context-group purpose="location">
3902 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3903 <context context-type="linenumber">195</context>
3904 </context-group>
3905 </trans-unit><trans-unit id="99cb827741e93125476a0f5b676372d85d15b5fc" datatype="html">
3906 <source>Twitter</source>
3907 <context-group purpose="location">
3908 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3909 <context context-type="linenumber">407</context>
3910 </context-group>
3911 </trans-unit><trans-unit id="7fdb41bbf2ee042ec5f68725a1c16a1c97f3e524" datatype="html">
3912 <source>Your Twitter username</source>
3913 <context-group purpose="location">
3914 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3915 <context context-type="linenumber">413</context>
3916 </context-group>
3917 </trans-unit><trans-unit id="6e671e839ca889feef0d8ed525d1a44b4b10870c" datatype="html">
3918 <source>Indicates the Twitter account for the website or platform on which the content was published.</source>
3919 <context-group purpose="location">
3920 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3921 <context context-type="linenumber">417</context>
3922 </context-group>
3923 </trans-unit><trans-unit id="c0716c28b9d4c9e0b2fd6031334394214e5f9605" datatype="html">
3924 <source>Instance whitelisted by Twitter</source>
3925 <context-group purpose="location">
3926 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3927 <context context-type="linenumber">431</context>
3928 </context-group>
3929 </trans-unit><trans-unit id="019148902261d0a0e08affa57dc1517be23858e6" datatype="html">
3930 <source>
3931 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;"/>
3932 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;"/>
3933 Check this checkbox, save the configuration and test with a video URL of your instance (https://example.com/videos/watch/blabla) on
3934 <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;"/>
3935 to see if you instance is whitelisted.
3936 </source>
3937 <context-group purpose="location">
3938 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3939 <context context-type="linenumber">435</context>
3940 </context-group>
3941 </trans-unit><trans-unit id="419d940613972cc3fae9c8ea0a4306dbf80616e5" datatype="html">
3942 <source>Services</source>
3943 <context-group purpose="location">
3944 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3945 <context context-type="linenumber">405</context>
3946 </context-group>
3947 </trans-unit><trans-unit id="fe22d2c0020e913ee4b75ec22a3abc8814810490" datatype="html">
3948 <source>Transcoding</source>
3949 <context-group purpose="location">
3950 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3951 <context context-type="linenumber">455</context>
3952 </context-group>
3953 </trans-unit><trans-unit id="fca29003c4ea1226ff8cbee89481758aab0e2be9" datatype="html">
3954 <source>Transcoding enabled</source>
3955 <context-group purpose="location">
3956 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3957 <context context-type="linenumber">461</context>
3958 </context-group>
3959 </trans-unit><trans-unit id="6ef2ab819d4441fa8bddf6759b6936783d06616f" datatype="html">
3960 <source>If you disable transcoding, many videos from your users will not work!</source>
3961 <context-group purpose="location">
3962 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3963 <context context-type="linenumber">465</context>
3964 </context-group>
3965 </trans-unit><trans-unit id="84d88c8cf2d2a477c407f3f71c10925730ba6397" datatype="html">
3966 <source>Allow your users to upload .mkv, .mov, .avi and .flv videos</source>
3967 <context-group purpose="location">
3968 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3969 <context context-type="linenumber">478</context>
3970 </context-group>
3971 </trans-unit><trans-unit id="0050a55afb9c565df1f9b3f750c2d4adb697698f" datatype="html">
3972 <source>Allow additional extensions</source>
3973 <context-group purpose="location">
3974 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3975 <context context-type="linenumber">475</context>
3976 </context-group>
3977 </trans-unit><trans-unit id="850dc37b31a1b3e8c8ea55d55570f93d39818e33" datatype="html">
3978 <source>Allow your users to upload audio files that will be merged with the preview file on upload</source>
3979 <context-group purpose="location">
3980 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3981 <context context-type="linenumber">489</context>
3982 </context-group>
3983 </trans-unit><trans-unit id="88cfa6e185dd938361d1d9c04314bbd3afb54fb6" datatype="html">
3984 <source>Allow audio files upload</source>
3985 <context-group purpose="location">
3986 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
3987 <context context-type="linenumber">486</context>
3988 </context-group>
3989 </trans-unit><trans-unit id="cc22eea1bd3ba6e2fcd7cc70b9b3c3f9a7807d50" datatype="html">
3990 <source>
3991 <x id="START_TAG_STRONG" ctype="x-strong" equiv-text="&lt;strong&gt;"/>Requires ffmpeg &gt;= 4.1 and multiplies videos storage by 2!<x id="CLOSE_TAG_STRONG" ctype="x-strong" equiv-text="&lt;/strong&gt;"/>
3992
3993 <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;"/>
3994 <x id="START_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;ul&gt;"/>
3995 <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;"/>
3996 <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;"/>
3997 <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;"/>
3998 <x id="CLOSE_UNORDERED_LIST" ctype="x-ul" equiv-text="&lt;/ul&gt;"/>
3999 </source>
4000 <context-group purpose="location">
4001 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4002 <context context-type="linenumber">501</context>
4003 </context-group>
4004 </trans-unit><trans-unit id="94213e7007705d887db1d366b5abc163122d9202" datatype="html">
4005 <source>HLS support enabled</source>
4006 <context-group purpose="location">
4007 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4008 <context context-type="linenumber">498</context>
4009 </context-group>
4010 </trans-unit><trans-unit id="a33feadefbb776217c2db96100736314f8b765c2" datatype="html">
4011 <source>Transcoding threads</source>
4012 <context-group purpose="location">
4013 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4014 <context context-type="linenumber">517</context>
4015 </context-group>
4016 </trans-unit><trans-unit id="6221e8fc0bcfc87cbb03621bca82a6e4e188b75a" datatype="html">
4017 <source>Resolution <x id="INTERPOLATION" equiv-text="{{resolution.label}}"/> enabled</source>
4018 <context-group purpose="location">
4019 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4020 <context context-type="linenumber">532</context>
4021 </context-group>
4022 </trans-unit><trans-unit id="1fa92c6ce274f878b2625587daa7e08b2a3a8b38" datatype="html">
4023 <source>Cache</source>
4024 <context-group purpose="location">
4025 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4026 <context context-type="linenumber">541</context>
4027 </context-group>
4028 </trans-unit><trans-unit id="d5bf7bea37daff4e018fd11a1b552512e5cb54c0" datatype="html">
4029 <source>Some files are not federated (previews, captions). We fetch them directly from the origin instance and cache them.</source>
4030 <context-group purpose="location">
4031 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4032 <context context-type="linenumber">545</context>
4033 </context-group>
4034 </trans-unit><trans-unit id="d00f6c2dcb426440a0a8cd8eec12d094fbfaf6f7" datatype="html">
4035 <source>Previews cache size</source>
4036 <context-group purpose="location">
4037 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4038 <context context-type="linenumber">552</context>
4039 </context-group>
4040 </trans-unit><trans-unit id="98970cd72e776308a37dc4e84bebbedffc787607" datatype="html">
4041 <source>Video captions cache size</source>
4042 <context-group purpose="location">
4043 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4044 <context context-type="linenumber">561</context>
4045 </context-group>
4046 </trans-unit><trans-unit id="e3a65df2560e99864bbde695da3a7bdf743a184c" datatype="html">
4047 <source>Customizations</source>
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">570</context>
4051 </context-group>
4052 </trans-unit><trans-unit id="0da9752916950ce6890d897b835c923a71ad9c5c" datatype="html">
4053 <source>JavaScript</source>
4054 <context-group purpose="location">
4055 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4056 <context context-type="linenumber">575</context>
4057 </context-group>
4058 </trans-unit><trans-unit id="dd9e2ece240f87c7fcc2d8f2c0fc0d187d0cd30c" datatype="html">
4059 <source>
4060 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(&apos;my instance is amazing&apos;);<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
4061 </source>
4062 <context-group purpose="location">
4063 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4064 <context context-type="linenumber">578</context>
4065 </context-group>
4066 </trans-unit><trans-unit id="89c9bfb2fe99372c85311d9895d30e47d2552a02" datatype="html">
4067 <source>
4068 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;"/>
4069<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css <x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/>
4070 color: red;
4071<x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/>
4072<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
4073
4074 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;"/>
4075<x id="START_TAG_PRE" ctype="x-pre" equiv-text="&lt;pre&gt;"/>#custom-css .logged-in-email <x id="INTERPOLATION" equiv-text="{{ &apos;{&apos; }}"/>
4076 color: red;
4077<x id="INTERPOLATION_1" equiv-text="{{ &apos;}&apos; }}"/>
4078<x id="CLOSE_TAG_PRE" ctype="x-pre" equiv-text="&lt;/pre&gt;"/>
4079 </source>
4080 <context-group purpose="location">
4081 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4082 <context context-type="linenumber">597</context>
4083 </context-group>
4084 </trans-unit><trans-unit id="6c44844ebdb7352c433b7734feaa65f01bb594ab" datatype="html">
4085 <source>Advanced configuration</source>
4086 <context-group purpose="location">
4087 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.html</context>
4088 <context context-type="linenumber">452</context>
4089 </context-group>
4090 </trans-unit><trans-unit id="dad5a5283e4c853c011a0f03d5a52310338bbff8" datatype="html">
4091 <source>Update configuration</source>
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">628</context>
4095 </context-group>
4096 </trans-unit><trans-unit id="f8f8fca3139cba7d4fd6d9578d93e601f639cc83" datatype="html">
4097 <source>It seems like the configuration is invalid. Please search for potential errors in the different tabs.</source>
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">629</context>
4101 </context-group>
4102 </trans-unit><trans-unit id="9518d3fb042d551167c1701ddeb88a1374cf1e48" datatype="html">
4103 <source>Video quota:</source>
4104 <context-group purpose="location">
4105 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4106 <context context-type="linenumber">4</context>
4107 </context-group>
4108 </trans-unit><trans-unit id="994363f08f9fbfa3b3994ff7b35c6904fdff18d8" datatype="html">
4109 <source>Profile</source>
4110 <context-group purpose="location">
4111 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4112 <context context-type="linenumber">7</context>
4113 </context-group>
4114 </trans-unit><trans-unit id="b5398623f87ee72ed23f5023918db1707771e925" datatype="html">
4115 <source>Video settings</source>
4116 <context-group purpose="location">
4117 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4118 <context context-type="linenumber">10</context>
4119 </context-group>
4120 </trans-unit><trans-unit id="88a7dfa6fac89d61c28552598a23ba4ce9abe8ca" datatype="html">
4121 <source>Interface</source>
4122 <context-group purpose="location">
4123 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4124 <context context-type="linenumber">16</context>
4125 </context-group>
4126 </trans-unit><trans-unit id="c74e3202d080780c6415d0e9209c1c859438b735" datatype="html">
4127 <source>Danger zone</source>
4128 <context-group purpose="location">
4129 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.html</context>
4130 <context context-type="linenumber">25</context>
4131 </context-group>
4132 </trans-unit><trans-unit id="739516c2ca75843d5aec9cf0e6b3e4335c4227b9" datatype="html">
4133 <source>Change password</source>
4134 <context-group purpose="location">
4135 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
4136 <context context-type="linenumber">5</context>
4137 </context-group>
4138 <context-group purpose="location">
4139 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
4140 <context context-type="linenumber">30</context>
4141 </context-group>
4142 </trans-unit><trans-unit id="0dd390d056411e1709ec97ec51c46d78600e3f7b" datatype="html">
4143 <source>Current password</source>
4144 <context-group purpose="location">
4145 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
4146 <context context-type="linenumber">7</context>
4147 </context-group>
4148 </trans-unit><trans-unit id="e70e209561583f360b1e9cefd2cbb1fe434b6229" datatype="html">
4149 <source>New password</source>
4150 <context-group purpose="location">
4151 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
4152 <context context-type="linenumber">15</context>
4153 </context-group>
4154 </trans-unit><trans-unit id="ede41f01c781b168a783cfcefc6fb67d48780d9b" datatype="html">
4155 <source>Confirm new password</source>
4156 <context-group purpose="location">
4157 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.html</context>
4158 <context context-type="linenumber">23</context>
4159 </context-group>
4160 </trans-unit><trans-unit id="20f62f24170d57b1efeb2387a0949f482cd4d129" datatype="html">
4161 <source>Default policy on videos containing sensitive content</source>
4162 <context-group purpose="location">
4163 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4164 <context context-type="linenumber">3</context>
4165 </context-group>
4166 </trans-unit><trans-unit id="8fbbb5d7bbc4df74ac19fe046f7b9d4f2fd80737" datatype="html">
4167 <source>
4168 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.
4169 </source>
4170 <context-group purpose="location">
4171 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4172 <context context-type="linenumber">6</context>
4173 </context-group>
4174 </trans-unit><trans-unit id="f4557d5ba869e938c5154660cd7f3a8c25b26a02" datatype="html">
4175 <source>Only display videos in the following languages</source>
4176 <context-group purpose="location">
4177 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4178 <context context-type="linenumber">22</context>
4179 </context-group>
4180 </trans-unit><trans-unit id="eea4d56bf13e50a79d4ae4368bb7e4cb14f9e280" datatype="html">
4181 <source>In Recently added, Trending, Local and Search pages</source>
4182 <context-group purpose="location">
4183 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4184 <context context-type="linenumber">25</context>
4185 </context-group>
4186 </trans-unit><trans-unit id="d044c51156e295824813a866dba9545bdb59466b" datatype="html">
4187 <source>Use WebTorrent to exchange parts of the video with others</source>
4188 <context-group purpose="location">
4189 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4190 <context context-type="linenumber">41</context>
4191 </context-group>
4192 </trans-unit><trans-unit id="fb17c44abac2d1ed2a54cdd28bae289dc0b9a1c2" datatype="html">
4193 <source>Automatically plays video</source>
4194 <context-group purpose="location">
4195 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4196 <context context-type="linenumber">48</context>
4197 </context-group>
4198 </trans-unit><trans-unit id="22eb7e4346828b1261a9f0164bf2a167f11a32ed" datatype="html">
4199 <source>Automatically starts playing next video</source>
4200 <context-group purpose="location">
4201 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.html</context>
4202 <context context-type="linenumber">55</context>
4203 </context-group>
4204 </trans-unit><trans-unit id="d2fa66a905b6b7f691c83be681d18188cbe4a8ba" datatype="html">
4205 <source>Update my profile</source>
4206 <context-group purpose="location">
4207 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.html</context>
4208 <context context-type="linenumber">27</context>
4209 </context-group>
4210 </trans-unit><trans-unit id="dbcc539bd3ca0b962b87ea26855ca9d5d3c5cdf1" datatype="html">
4211 <source>
4212 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;"/>
4213</source>
4214 <context-group purpose="location">
4215 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4216 <context context-type="linenumber">4</context>
4217 </context-group>
4218 </trans-unit><trans-unit id="03d1a9c026074c12ea3f2fb39a34bc6a18fedf05" datatype="html">
4219 <source>
4220 <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
4221</source>
4222 <context-group purpose="location">
4223 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4224 <context context-type="linenumber">8</context>
4225 </context-group>
4226 </trans-unit><trans-unit id="d20a2fa4a3360caa8825e49a31b5fd3a442ac219" datatype="html">
4227 <source>New email</source>
4228 <context-group purpose="location">
4229 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4230 <context context-type="linenumber">15</context>
4231 </context-group>
4232 </trans-unit><trans-unit id="150bb2b8ea3b2745294f0cfe8b37c83dbca4b463" datatype="html">
4233 <source>Your new email</source>
4234 <context-group purpose="location">
4235 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4236 <context context-type="linenumber">17</context>
4237 </context-group>
4238 </trans-unit><trans-unit id="5b5b91438db5731debea388908f788bab8d3d404" datatype="html">
4239 <source>Your password</source>
4240 <context-group purpose="location">
4241 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4242 <context context-type="linenumber">27</context>
4243 </context-group>
4244 </trans-unit><trans-unit id="820741079d4bc32fb98b7a871a6e507b18b6c85c" datatype="html">
4245 <source>Change email</source>
4246 <context-group purpose="location">
4247 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.html</context>
4248 <context context-type="linenumber">35</context>
4249 </context-group>
4250 </trans-unit><trans-unit id="27a56aad79d8b61269ed303f11664cc78bcc2522" datatype="html">
4251 <source>Theme</source>
4252 <context-group purpose="location">
4253 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
4254 <context context-type="linenumber">3</context>
4255 </context-group>
4256 </trans-unit><trans-unit id="2fb6d9783b2c3ce93df9cee3542cda87aa60a808" datatype="html">
4257 <source>instance default</source>
4258 <context-group purpose="location">
4259 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
4260 <context context-type="linenumber">7</context>
4261 </context-group>
4262 </trans-unit><trans-unit id="2aad0303b66062ca5fb031b72df15b2cbce6e35d" datatype="html">
4263 <source>peertube default</source>
4264 <context-group purpose="location">
4265 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.html</context>
4266 <context context-type="linenumber">8</context>
4267 </context-group>
4268 </trans-unit><trans-unit id="2dc22fcebf6aaa76196d2def33a827a34bf910bf" datatype="html">
4269 <source>Change ownership</source>
4270 <context-group purpose="location">
4271 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
4272 <context context-type="linenumber">3</context>
4273 </context-group>
4274 <context-group purpose="location">
4275 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.html</context>
4276 <context context-type="linenumber">22</context>
4277 </context-group>
4278 </trans-unit><trans-unit id="046c4fa30411e6b1aa46dc51bf82d07b1adf14d4" datatype="html">
4279 <source>Select the next owner</source>
4280 <context-group purpose="location">
4281 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.html</context>
4282 <context context-type="linenumber">10</context>
4283 </context-group>
4284 </trans-unit><trans-unit id="fbc450919a486e8ed311a7e91a41987d47d83804" datatype="html">
4285 <source>Accept ownership</source>
4286 <context-group purpose="location">
4287 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
4288 <context context-type="linenumber">3</context>
4289 </context-group>
4290 </trans-unit><trans-unit id="4570c754149df06f31096510abfc925968c35562" datatype="html">
4291 <source>Select the target channel</source>
4292 <context-group purpose="location">
4293 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.html</context>
4294 <context context-type="linenumber">10</context>
4295 </context-group>
4296 </trans-unit><trans-unit id="e98239d8a6be1100119ff4b5630c822b82786740" datatype="html">
4297 <source>Initiator</source>
4298 <context-group purpose="location">
4299 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4300 <context context-type="linenumber">13</context>
4301 </context-group>
4302 </trans-unit><trans-unit id="b08d67fe4e192ea8352bebdc6aabbd1bb7abed02" datatype="html">
4303 <source>
4304 Created
4305 <x id="START_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;p-sortIcon&gt;"/><x id="CLOSE_TAG_P-SORTICON" ctype="x-p-sortIcon" equiv-text="&lt;/p-sortIcon&gt;"/>
4306 </source>
4307 <context-group purpose="location">
4308 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4309 <context context-type="linenumber">15</context>
4310 </context-group>
4311 </trans-unit><trans-unit id="81b97b8ea996ad1e4f9fca8415021850214884b1" datatype="html">
4312 <source>Status</source>
4313 <context-group purpose="location">
4314 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4315 <context context-type="linenumber">19</context>
4316 </context-group>
4317 </trans-unit><trans-unit id="1bd5e17c9582661e20763a7634ef07881e33bbd7" datatype="html">
4318 <source>Action</source>
4319 <context-group purpose="location">
4320 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4321 <context context-type="linenumber">20</context>
4322 </context-group>
4323 </trans-unit><trans-unit id="f4212e793d36e1aaa6ee1b09881677f783b5feff" datatype="html">
4324 <source><x id="INTERPOLATION" equiv-text="{{ videoChangeOwnership.status }}"/></source>
4325 <context-group purpose="location">
4326 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-ownership.component.html</context>
4327 <context context-type="linenumber">38</context>
4328 </context-group>
4329 </trans-unit><trans-unit id="16f3de2dba2a3461d7f7a36157d22e6898bb3244" datatype="html">
4330 <source>Create a new video channel</source>
4331 <context-group purpose="location">
4332 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
4333 <context context-type="linenumber">4</context>
4334 </context-group>
4335 </trans-unit><trans-unit id="30fcac6c20aac1f24e000efc4a889cbb93d4baf2" datatype="html">
4336 <source>Go to the channel</source>
4337 <context-group purpose="location">
4338 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
4339 <context context-type="linenumber">15</context>
4340 </context-group>
4341 <context-group purpose="location">
4342 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
4343 <context context-type="linenumber">10</context>
4344 </context-group>
4345 </trans-unit><trans-unit id="8fef247fd0c5bf790151f7661cafc4b7fd0397f3" datatype="html">
4346 <source><x id="INTERPOLATION" equiv-text="{{ videoChannel.followersCount }}"/> subscribers</source>
4347 <context-group purpose="location">
4348 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.html</context>
4349 <context context-type="linenumber">20</context>
4350 </context-group>
4351 <context-group purpose="location">
4352 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
4353 <context context-type="linenumber">15</context>
4354 </context-group>
4355 <context-group purpose="location">
4356 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
4357 <context context-type="linenumber">12</context>
4358 </context-group>
4359 <context-group purpose="location">
4360 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
4361 <context context-type="linenumber">14</context>
4362 </context-group>
4363 </trans-unit><trans-unit id="9dbe4718a5611fbc611fc6b5e0b27df813372c68" datatype="html">
4364 <source>Create a video channel</source>
4365 <context-group purpose="location">
4366 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4367 <context context-type="linenumber">6</context>
4368 </context-group>
4369 <context-group purpose="location">
4370 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4371 <context context-type="linenumber">6</context>
4372 </context-group>
4373 </trans-unit><trans-unit id="915d4704e1649016512cbf5eeac55b4dbf933558" datatype="html">
4374 <source>Example: my_channel</source>
4375 <context-group purpose="location">
4376 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4377 <context context-type="linenumber">15</context>
4378 </context-group>
4379 <context-group purpose="location">
4380 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4381 <context context-type="linenumber">15</context>
4382 </context-group>
4383 </trans-unit><trans-unit id="74728de5289ea2ff3f553bc2b48f1811680b931a" datatype="html">
4384 <source>Short text to tell people how they can support your channel (membership platform...).&lt;br /&gt;&lt;br /&gt;
4385When you will upload a video in this channel, the video support field will be automatically filled by this text.</source>
4386 <context-group purpose="location">
4387 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4388 <context context-type="linenumber">52</context>
4389 </context-group>
4390 <context-group purpose="location">
4391 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4392 <context context-type="linenumber">52</context>
4393 </context-group>
4394 </trans-unit><trans-unit id="6ff0350d2659cdb4722370bf5dafbad651f441cd" datatype="html">
4395 <source>Overwrite support field of all videos of this channel</source>
4396 <context-group purpose="location">
4397 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4398 <context context-type="linenumber">67</context>
4399 </context-group>
4400 <context-group purpose="location">
4401 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html</context>
4402 <context context-type="linenumber">67</context>
4403 </context-group>
4404 </trans-unit><trans-unit id="4b50f2ef2e8b9a24e674d12012ee310f378a5503" datatype="html">
4405 <source><x id="INTERPOLATION" equiv-text="{{ actor.followersCount }}"/> subscribers</source>
4406 <context-group purpose="location">
4407 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context>
4408 <context context-type="linenumber">10</context>
4409 </context-group>
4410 </trans-unit><trans-unit id="c4a959fc6349bd0793e1ad571d492052a07bdab5" datatype="html">
4411 <source>Change the avatar</source>
4412 <context-group purpose="location">
4413 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context>
4414 <context context-type="linenumber">15</context>
4415 </context-group>
4416 </trans-unit><trans-unit id="c860c88df9ad58b1187084251340b232cdf0a7f9" datatype="html">
4417 <source>(extensions: <x id="INTERPOLATION" equiv-text="{{ avatarExtensions }}"/>, max size: <x id="INTERPOLATION_1" equiv-text="{{ maxAvatarSize | bytes }}"/>)</source>
4418 <context-group purpose="location">
4419 <context context-type="sourcefile">src/app/+my-account/shared/actor-avatar-info.component.html</context>
4420 <context context-type="linenumber">18</context>
4421 </context-group>
4422 </trans-unit><trans-unit id="38baeb215c17af9d9e295e371a57f4a48ab4c191" datatype="html">
4423 <source>Target</source>
4424 <context-group purpose="location">
4425 <context context-type="sourcefile">src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html</context>
4426 <context context-type="linenumber">8</context>
4427 </context-group>
4428 </trans-unit><trans-unit id="d1a04ba05116499d4cf59a48a282a8bcbf5b622d" datatype="html">
4429 <source>Once you delete your account, there is no going back. Please be certain.</source>
4430 <context-group purpose="location">
4431 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
4432 <context context-type="linenumber">2</context>
4433 </context-group>
4434 </trans-unit><trans-unit id="9a2f889dde4574a6883c853d1034e75891b28c45" datatype="html">
4435 <source>Delete your account</source>
4436 <context-group purpose="location">
4437 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.html</context>
4438 <context context-type="linenumber">4</context>
4439 </context-group>
4440 </trans-unit><trans-unit id="3a5d57052d13d2da1cbcffdbb8effb9874b1595a" datatype="html">
4441 <source>You don&apos;t have any subscriptions yet.</source>
4442 <context-group purpose="location">
4443 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
4444 <context context-type="linenumber">1</context>
4445 </context-group>
4446 </trans-unit><trans-unit id="c65641c36859c328928e6b0f14c3f913886f8add" datatype="html">
4447 <source>Created by <x id="INTERPOLATION" equiv-text="{{ videoChannel.ownerBy }}"/></source>
4448 <context-group purpose="location">
4449 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
4450 <context context-type="linenumber">18</context>
4451 </context-group>
4452 <context-group purpose="location">
4453 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
4454 <context context-type="linenumber">17</context>
4455 </context-group>
4456 </trans-unit><trans-unit id="e006ed166ce188cab168e1ca90435b33d042d913" datatype="html">
4457 <source>Go the owner account page</source>
4458 <context-group purpose="location">
4459 <context context-type="sourcefile">src/app/+my-account/my-account-subscriptions/my-account-subscriptions.component.html</context>
4460 <context context-type="linenumber">17</context>
4461 </context-group>
4462 <context-group purpose="location">
4463 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
4464 <context context-type="linenumber">16</context>
4465 </context-group>
4466 </trans-unit><trans-unit id="2bc7533f8c8e7d183950ba1094a0acd9efc22e5e" datatype="html">
4467 <source>Muted instances</source>
4468 <context-group purpose="location">
4469 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.html</context>
4470 <context context-type="linenumber">2</context>
4471 </context-group>
4472 </trans-unit><trans-unit id="e8e93a7ae9a47c035bf5170b105c418b1deae530" datatype="html">
4473 <source>History enabled</source>
4474 <context-group purpose="location">
4475 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
4476 <context context-type="linenumber">4</context>
4477 </context-group>
4478 </trans-unit><trans-unit id="29c45bf49891748f930ef78b2e09857498b15131" datatype="html">
4479 <source>
4480 <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;"/>
4481 Delete history
4482 </source>
4483 <context-group purpose="location">
4484 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
4485 <context context-type="linenumber">7</context>
4486 </context-group>
4487 </trans-unit><trans-unit id="6b4dc5732f1f2211833d4b5e76deb5985f3749af" datatype="html">
4488 <source>You don&apos;t have videos history yet.</source>
4489 <context-group purpose="location">
4490 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.html</context>
4491 <context context-type="linenumber">14</context>
4492 </context-group>
4493 </trans-unit><trans-unit id="9d2d802fa417a5a3f230cb5bcc975551a252c59c" datatype="html">
4494 <source>
4495 <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;"/>
4496 Notification preferences
4497 </source>
4498 <context-group purpose="location">
4499 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
4500 <context context-type="linenumber">2</context>
4501 </context-group>
4502 </trans-unit><trans-unit id="653df8973772369f71454924a6412c0a1a84c850" datatype="html">
4503 <source>
4504 <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;"/>
4505 Mark all as read
4506 </source>
4507 <context-group purpose="location">
4508 <context context-type="sourcefile">src/app/+my-account/my-account-notifications/my-account-notifications.component.html</context>
4509 <context context-type="linenumber">7</context>
4510 </context-group>
4511 </trans-unit><trans-unit id="dd3b6c367381ddfa8f317b8e9b31c55368c65136" datatype="html">
4512 <source>Activities</source>
4513 <context-group purpose="location">
4514 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
4515 <context context-type="linenumber">2</context>
4516 </context-group>
4517 </trans-unit><trans-unit id="847dffd493abbb2a5c71f3313f0eb730dd88a355" datatype="html">
4518 <source>Web</source>
4519 <context-group purpose="location">
4520 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.html</context>
4521 <context context-type="linenumber">3</context>
4522 </context-group>
4523 </trans-unit><trans-unit id="be746a6e47e3388c7cf793aef8d7b44b86cc94f2" datatype="html">
4524 <source>Create a new playlist</source>
4525 <context-group purpose="location">
4526 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
4527 <context context-type="linenumber">1</context>
4528 </context-group>
4529 <context-group purpose="location">
4530 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
4531 <context context-type="linenumber">1</context>
4532 </context-group>
4533 <context-group purpose="location">
4534 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.html</context>
4535 <context context-type="linenumber">4</context>
4536 </context-group>
4537 </trans-unit><trans-unit id="88f1b36ea2f7544792f04ee6b58f8c55aaba5c96" datatype="html">
4538 <source>Playlist thumbnail</source>
4539 <context-group purpose="location">
4540 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
4541 <context context-type="linenumber">60</context>
4542 </context-group>
4543 <context-group purpose="location">
4544 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-edit.component.html</context>
4545 <context context-type="linenumber">60</context>
4546 </context-group>
4547 </trans-unit><trans-unit id="188014887f7188d90b39e41d9606b91c77c17861" datatype="html">
4548 <source>No videos in this playlist.</source>
4549 <context-group purpose="location">
4550 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-elements.component.html</context>
4551 <context context-type="linenumber">11</context>
4552 </context-group>
4553 </trans-unit><trans-unit id="3346d8a0bf3dd8c25ddc561ccd5fafb6ee9fadc8" datatype="html">
4554 <source>Welcome to PeerTube!</source>
4555 <context-group purpose="location">
4556 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
4557 <context context-type="linenumber">8</context>
4558 </context-group>
4559 </trans-unit><trans-unit id="19886846ed573d0a74c61c4e8df073eb4f64acd0" datatype="html">
4560 <source>
4561 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;"/>.
4562 </source>
4563 <context-group purpose="location">
4564 <context context-type="sourcefile">src/app/+signup/shared/signup-success.component.html</context>
4565 <context context-type="linenumber">13</context>
4566 </context-group>
4567 </trans-unit><trans-unit id="09a69cde5889927629e2ac9dc63a71b88252b530" datatype="html">
4568 <source>
4569 Verify account email confirmation
4570 </source>
4571 <context-group purpose="location">
4572 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
4573 <context context-type="linenumber">2</context>
4574 </context-group>
4575 </trans-unit><trans-unit id="d4c6a2c1a0980128921e991daccf1eca6e7d26bf" datatype="html">
4576 <source>
4577 </source>
4578 <context-group purpose="location">
4579 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
4580 <context context-type="linenumber">6</context>
4581 </context-group>
4582 </trans-unit><trans-unit id="b734a13448d714b0f68f49353607364ac3571c12" datatype="html">
4583 <source>
4584 Email updated.
4585 </source>
4586 <context-group purpose="location">
4587 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
4588 <context context-type="linenumber">9</context>
4589 </context-group>
4590 </trans-unit><trans-unit id="61fd1cffcb763cbfd5829071723cf9b647174bd9" datatype="html">
4591 <source>An error occurred.</source>
4592 <context-group purpose="location">
4593 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.html</context>
4594 <context context-type="linenumber">14</context>
4595 </context-group>
4596 </trans-unit><trans-unit id="2d02841904de7f5f60e2618670ac1059f3abec97" datatype="html">
4597 <source>
4598 Request email for account verification
4599 </source>
4600 <context-group purpose="location">
4601 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
4602 <context context-type="linenumber">2</context>
4603 </context-group>
4604 </trans-unit><trans-unit id="eb539ec6941044e284f237f5b40d6a0159afe7af" datatype="html">
4605 <source>Send verification email</source>
4606 <context-group purpose="location">
4607 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
4608 <context context-type="linenumber">17</context>
4609 </context-group>
4610 </trans-unit><trans-unit id="a08080316e052053fd20647731a6de826dc8072f" datatype="html">
4611 <source>This instance does not require email verification.</source>
4612 <context-group purpose="location">
4613 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.html</context>
4614 <context context-type="linenumber">20</context>
4615 </context-group>
4616 </trans-unit><trans-unit id="bd2edf99dd6562385ccec19a7ab2d1898e626605" datatype="html">
4617 <source>Banned</source>
4618 <context-group purpose="location">
4619 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
4620 <context context-type="linenumber">19</context>
4621 </context-group>
4622 </trans-unit><trans-unit id="44bd08a7ec1e407356620967d65d8fe2d8639d0a" datatype="html">
4623 <source>Instance muted</source>
4624 <context-group purpose="location">
4625 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
4626 <context context-type="linenumber">21</context>
4627 </context-group>
4628 </trans-unit><trans-unit id="48bbf6dbdb22e0ef4bd257eae2ab356f2ea66c89" datatype="html">
4629 <source>Muted by your instance</source>
4630 <context-group purpose="location">
4631 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
4632 <context context-type="linenumber">22</context>
4633 </context-group>
4634 </trans-unit><trans-unit id="1a6443bb7ed01046dd83cf78806f795f1204ffa1" datatype="html">
4635 <source>Instance muted by your instance</source>
4636 <context-group purpose="location">
4637 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
4638 <context context-type="linenumber">23</context>
4639 </context-group>
4640 </trans-unit><trans-unit id="a835d8a12e14eb96919245a0bbafd8069c146578" datatype="html">
4641 <source><x id="INTERPOLATION" equiv-text="{{ account.followersCount }}"/> subscribers</source>
4642 <context-group purpose="location">
4643 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
4644 <context context-type="linenumber">31</context>
4645 </context-group>
4646 </trans-unit><trans-unit id="6f5a458f827503ac7b8697688ecf3e0490818ee8" datatype="html">
4647 <source>Video channels</source>
4648 <context-group purpose="location">
4649 <context context-type="sourcefile">src/app/+accounts/accounts.component.html</context>
4650 <context context-type="linenumber">36</context>
4651 </context-group>
4652 </trans-unit><trans-unit id="87f77a03c185ea644ed8378a562a2d0225513974" datatype="html">
4653 <source>This account does not have channels.</source>
4654 <context-group purpose="location">
4655 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
4656 <context context-type="linenumber">3</context>
4657 </context-group>
4658 </trans-unit><trans-unit id="f36bd6a1570cb9b0a5023870f35160957cad2a8f" datatype="html">
4659 <source>See this video channel</source>
4660 <context-group purpose="location">
4661 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
4662 <context context-type="linenumber">8</context>
4663 </context-group>
4664 </trans-unit><trans-unit id="4f04879385d6e3b0cf5fba6bb08983a55f73b696" datatype="html">
4665 <source>This channel does not have videos.</source>
4666 <context-group purpose="location">
4667 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
4668 <context context-type="linenumber">19</context>
4669 </context-group>
4670 </trans-unit><trans-unit id="163036c333f1c01161da476032ba41faaa8f0218" datatype="html">
4671 <source>
4672 Show this channel
4673 </source>
4674 <context-group purpose="location">
4675 <context context-type="sourcefile">src/app/+accounts/account-video-channels/account-video-channels.component.html</context>
4676 <context context-type="linenumber">27</context>
4677 </context-group>
4678 </trans-unit><trans-unit id="299f97b8ee9c62d45f2cc01961aa1e5101d6d05a" datatype="html">
4679 <source>Stats</source>
4680 <context-group purpose="location">
4681 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
4682 <context context-type="linenumber">8</context>
4683 </context-group>
4684 <context-group purpose="location">
4685 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
4686 <context context-type="linenumber">16</context>
4687 </context-group>
4688 </trans-unit><trans-unit id="8bc634cd9d8c9b684dbfaaf17a522f894bedbffc" datatype="html">
4689 <source>Joined <x id="INTERPOLATION" equiv-text="{{ account.createdAt | date }}"/></source>
4690 <context-group purpose="location">
4691 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.html</context>
4692 <context context-type="linenumber">10</context>
4693 </context-group>
4694 </trans-unit><trans-unit id="b207b668dc1d056cd7557ffa3b41f1fd0865f93d" datatype="html">
4695 <source>Video playlists</source>
4696 <context-group purpose="location">
4697 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.html</context>
4698 <context context-type="linenumber">25</context>
4699 </context-group>
4700 </trans-unit><trans-unit id="1380539d91f77f565de6e21ce210da891e6644b8" datatype="html">
4701 <source>Support this channel</source>
4702 <context-group purpose="location">
4703 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
4704 <context context-type="linenumber">9</context>
4705 </context-group>
4706 </trans-unit><trans-unit id="5523952d0300c96cfba2ec5a693c95f923e90c40" datatype="html">
4707 <source>Created <x id="INTERPOLATION" equiv-text="{{ videoChannel.createdAt | date }}"/></source>
4708 <context-group purpose="location">
4709 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.html</context>
4710 <context context-type="linenumber">17</context>
4711 </context-group>
4712 </trans-unit><trans-unit id="c286611c692d1442f8536ae6e62becbd28413d0e" datatype="html">
4713 <source>
4714 Created <x id="INTERPOLATION" equiv-text="{{ pagination.totalItems }}"/> playlists
4715</source>
4716 <context-group purpose="location">
4717 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
4718 <context context-type="linenumber">1</context>
4719 </context-group>
4720 </trans-unit><trans-unit id="fbbe62dee434f0521e0dfb8e3957d92fc5fcd76f" datatype="html">
4721 <source>This channel does not have playlists.</source>
4722 <context-group purpose="location">
4723 <context context-type="sourcefile">src/app/+video-channels/video-channel-playlists/video-channel-playlists.component.html</context>
4724 <context context-type="linenumber">5</context>
4725 </context-group>
4726 </trans-unit><trans-unit id="6385c357c1de58ce92c0cf618ecf9cf74b917390" datatype="html">
4727 <source>PeerTube</source>
4728 <context-group purpose="location">
4729 <context context-type="sourcefile">src/app/+about/about.component.html</context>
4730 <context context-type="linenumber">7</context>
4731 </context-group>
4732 </trans-unit><trans-unit id="fc978c97e261ee6494db916622339aedb633da3a" datatype="html">
4733 <source>Follows</source>
4734 <context-group purpose="location">
4735 <context context-type="sourcefile">src/app/+about/about.component.html</context>
4736 <context context-type="linenumber">9</context>
4737 </context-group>
4738 </trans-unit><trans-unit id="5fea66be16da46ed7a0775e9a62b7b5e94b77473" datatype="html">
4739 <source>Contact <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> administrator</source>
4740 <context-group purpose="location">
4741 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
4742 <context context-type="linenumber">3</context>
4743 </context-group>
4744 </trans-unit><trans-unit id="533b2b9a76ee1335cb44c01f0bfd50d43e9400b0" datatype="html">
4745 <source>Your name</source>
4746 <context-group purpose="location">
4747 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
4748 <context context-type="linenumber">11</context>
4749 </context-group>
4750 </trans-unit><trans-unit id="0b892c7805a1c5afc0b7c21c3449760860fe7f3d" datatype="html">
4751 <source>Your email</source>
4752 <context-group purpose="location">
4753 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
4754 <context context-type="linenumber">20</context>
4755 </context-group>
4756 </trans-unit><trans-unit id="4b0ca852bafa5037c4e64c7b18f9cd1e14b799de" datatype="html">
4757 <source>Subject</source>
4758 <context-group purpose="location">
4759 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
4760 <context context-type="linenumber">29</context>
4761 </context-group>
4762 </trans-unit><trans-unit id="d2815c9b510b8172d8cac4008b9709df69d636df" datatype="html">
4763 <source>Your message</source>
4764 <context-group purpose="location">
4765 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.html</context>
4766 <context context-type="linenumber">38</context>
4767 </context-group>
4768 </trans-unit><trans-unit id="89e55a86cb300f06139ff398c9c8bb7376f78b07" datatype="html">
4769 <source>About <x id="INTERPOLATION" equiv-text="{{ instanceName }}"/> instance</source>
4770 <context-group purpose="location">
4771 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4772 <context context-type="linenumber">5</context>
4773 </context-group>
4774 </trans-unit><trans-unit id="3c1aff50472b313c70a72ee02c081b8eeb1c616c" datatype="html">
4775 <source>Contact administrator</source>
4776 <context-group purpose="location">
4777 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4778 <context context-type="linenumber">7</context>
4779 </context-group>
4780 </trans-unit><trans-unit id="aaa2830aa30a5565ec06c852178ea7f181c693ea" datatype="html">
4781 <source>This instance is dedicated to sensitive/NSFW content.</source>
4782 <context-group purpose="location">
4783 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4784 <context context-type="linenumber">19</context>
4785 </context-group>
4786 </trans-unit><trans-unit id="e422f94f397804744ee985bbf153913188fa5614" datatype="html">
4787 <source>
4788 Administrators &amp; sustainability
4789 </source>
4790 <context-group purpose="location">
4791 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4792 <context context-type="linenumber">22</context>
4793 </context-group>
4794 </trans-unit><trans-unit id="f6a8cb2287c0c738d3d02ca36e145830c9734db5" datatype="html">
4795 <source>Who we are</source>
4796 <context-group purpose="location">
4797 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4798 <context context-type="linenumber">27</context>
4799 </context-group>
4800 </trans-unit><trans-unit id="911fb379526b62e9a62590722830c146ebd31be8" datatype="html">
4801 <source>Why we created this instance</source>
4802 <context-group purpose="location">
4803 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4804 <context context-type="linenumber">33</context>
4805 </context-group>
4806 </trans-unit><trans-unit id="3f264e961636eb6eff1dbae7e3887447e22be154" datatype="html">
4807 <source>How long we plan to maintain this instance</source>
4808 <context-group purpose="location">
4809 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4810 <context context-type="linenumber">39</context>
4811 </context-group>
4812 </trans-unit><trans-unit id="bbb1aa880e8001f4f249e424e4dea7e400b2ac01" datatype="html">
4813 <source>How we will pay this instance</source>
4814 <context-group purpose="location">
4815 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4816 <context context-type="linenumber">45</context>
4817 </context-group>
4818 </trans-unit><trans-unit id="e2fc82c4d461726d7b2b0754e55441b9e30ebf80" datatype="html">
4819 <source>
4820 Information
4821 </source>
4822 <context-group purpose="location">
4823 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4824 <context context-type="linenumber">50</context>
4825 </context-group>
4826 </trans-unit><trans-unit id="e225eef43c0ea66a5ec06e67f553c6dd5f519823" datatype="html">
4827 <source>
4828 Other information
4829 </source>
4830 <context-group purpose="location">
4831 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4832 <context context-type="linenumber">82</context>
4833 </context-group>
4834 </trans-unit><trans-unit id="3624f527ba5d5ed005a4ff2540d1a210233aa320" datatype="html">
4835 <source>Hardware information</source>
4836 <context-group purpose="location">
4837 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4838 <context context-type="linenumber">87</context>
4839 </context-group>
4840 </trans-unit><trans-unit id="fa48c3ddc2ef8e40e5c317e68bc05ae62c93b0c1" datatype="html">
4841 <source>Features found on this instance</source>
4842 <context-group purpose="location">
4843 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4844 <context context-type="linenumber">94</context>
4845 </context-group>
4846 <context-group purpose="location">
4847 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
4848 <context context-type="linenumber">47</context>
4849 </context-group>
4850 </trans-unit><trans-unit id="6463bc7218ccf3de40c1e34b10c8f94708a4000d" datatype="html">
4851 <source>
4852 Statistics
4853 </source>
4854 <context-group purpose="location">
4855 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.html</context>
4856 <context context-type="linenumber">99</context>
4857 </context-group>
4858 </trans-unit><trans-unit id="5acca660f9a98180926e5d8ec36535bf91881667" datatype="html">
4859 <source>
4860 What is PeerTube?
4861</source>
4862 <context-group purpose="location">
4863 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4864 <context context-type="linenumber">1</context>
4865 </context-group>
4866 </trans-unit><trans-unit id="10b8a184a237225269db5a293abd64e1cbbd13a4" datatype="html">
4867 <source>
4868 PeerTube is a self hosted federated (ActivityPub) video streaming platform using P2P directly in the web browser.
4869 </source>
4870 <context-group purpose="location">
4871 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4872 <context context-type="linenumber">8</context>
4873 </context-group>
4874 </trans-unit><trans-unit id="c2bc16265b72b9af4a4374b805931ae03e3f73a5" datatype="html">
4875 <source>
4876 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;"/>.
4877 </source>
4878 <context-group purpose="location">
4879 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4880 <context context-type="linenumber">12</context>
4881 </context-group>
4882 </trans-unit><trans-unit id="a10308f7ac111f5b66d08af0a24fc9ddf143931a" datatype="html">
4883 <source>
4884 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;"/>.
4885 </source>
4886 <context-group purpose="location">
4887 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4888 <context context-type="linenumber">16</context>
4889 </context-group>
4890 </trans-unit><trans-unit id="c02493cfa08b82c468233b83069b5baff23890e1" datatype="html">
4891 <source>P2P &amp; Privacy</source>
4892 <context-group purpose="location">
4893 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4894 <context context-type="linenumber">25</context>
4895 </context-group>
4896 </trans-unit><trans-unit id="dfce1cc7aa275eabfe9dfd39c8ffe73747d05640" datatype="html">
4897 <source>
4898 PeerTube uses the BitTorrent protocol to share bandwidth between users.
4899 This implies that your IP address is stored in the instance&apos;s BitTorrent tracker as long as you download or watch the video.
4900 </source>
4901 <context-group purpose="location">
4902 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4903 <context context-type="linenumber">27</context>
4904 </context-group>
4905 </trans-unit><trans-unit id="e4ce50f3019e3ebe9a479784c6cb68a31c7a8231" datatype="html">
4906 <source>What are the consequences?</source>
4907 <context-group purpose="location">
4908 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4909 <context context-type="linenumber">32</context>
4910 </context-group>
4911 </trans-unit><trans-unit id="3ead166df520afec765c75073edaf436125978bf" datatype="html">
4912 <source>
4913 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video.
4914 In practice, this is much more difficult because:
4915 </source>
4916 <context-group purpose="location">
4917 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4918 <context context-type="linenumber">34</context>
4919 </context-group>
4920 </trans-unit><trans-unit id="128a20094ecbc866905d651be2a93a11ea696928" datatype="html">
4921 <source>
4922 An HTTP request has to be sent on each tracker for each video to spy.
4923 If we want to spy all PeerTube&apos;s videos, we have to send as many requests as there are videos (so potentially a lot)
4924 </source>
4925 <context-group purpose="location">
4926 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4927 <context context-type="linenumber">40</context>
4928 </context-group>
4929 </trans-unit><trans-unit id="019330cbe479ee29766590957705bde0542a8337" datatype="html">
4930 <source>
4931 For each request sent, the tracker returns random peers at a limited number.
4932 For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peers in the swarm
4933 </source>
4934 <context-group purpose="location">
4935 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4936 <context context-type="linenumber">45</context>
4937 </context-group>
4938 </trans-unit><trans-unit id="8d015dbb069f60289f593c0b2c3f94e36fdbaf9f" datatype="html">
4939 <source>
4940 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour
4941 </source>
4942 <context-group purpose="location">
4943 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4944 <context context-type="linenumber">50</context>
4945 </context-group>
4946 </trans-unit><trans-unit id="559a3941c97c4b5fc4087bfc80ebdb0335fc12e3" datatype="html">
4947 <source>
4948 If an IP address is stored in the tracker, it doesn&apos;t mean that the person behind the IP (if this person exists) has watched the video
4949 </source>
4950 <context-group purpose="location">
4951 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4952 <context context-type="linenumber">54</context>
4953 </context-group>
4954 </trans-unit><trans-unit id="4ca71d83b4a8c78d3c1969f65ca1a136e4dd9236" datatype="html">
4955 <source>
4956 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities
4957 </source>
4958 <context-group purpose="location">
4959 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4960 <context context-type="linenumber">58</context>
4961 </context-group>
4962 </trans-unit><trans-unit id="f3f91d9724f1cd580b3b71d1a53a48f6f5cc0a87" datatype="html">
4963 <source>
4964 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.
4965 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.
4966 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
4967 </source>
4968 <context-group purpose="location">
4969 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4970 <context context-type="linenumber">62</context>
4971 </context-group>
4972 </trans-unit><trans-unit id="d7e6d63ef2785af5f41bdfa5d07815b475a3ec10" datatype="html">
4973 <source>
4974 The worst-case scenario of an average person spying on their friends is quite unlikely.
4975 There are much more effective ways to get that kind of information.
4976 </source>
4977 <context-group purpose="location">
4978 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4979 <context context-type="linenumber">69</context>
4980 </context-group>
4981 </trans-unit><trans-unit id="4bf47a1ae952bf42a4682a5ecddb0bfb8c9adfaf" datatype="html">
4982 <source>How does PeerTube compare with YouTube?</source>
4983 <context-group purpose="location">
4984 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4985 <context context-type="linenumber">74</context>
4986 </context-group>
4987 </trans-unit><trans-unit id="c4b2dcdcd5cd74548af456fe698b82b2dcfa84de" datatype="html">
4988 <source>
4989 The threats to privacy in YouTube are different from PeerTube&apos;s.
4990 In YouTube&apos;s case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you.
4991 Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics).
4992 </source>
4993 <context-group purpose="location">
4994 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
4995 <context context-type="linenumber">76</context>
4996 </context-group>
4997 </trans-unit><trans-unit id="3c2990d5e452bdf2317ff23745db70705d848d99" datatype="html">
4998 <source>What can I do to limit the exposure of my IP address?</source>
4999 <context-group purpose="location">
5000 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5001 <context context-type="linenumber">82</context>
5002 </context-group>
5003 </trans-unit><trans-unit id="c6f8d380fa51ec0b1d18303e96830ac8cee66e0d" datatype="html">
5004 <source>
5005 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.
5006 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.
5007 Thinking that removing P2P from PeerTube will give you back anonymity doesn&apos;t make sense.
5008 </source>
5009 <context-group purpose="location">
5010 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5011 <context context-type="linenumber">84</context>
5012 </context-group>
5013 </trans-unit><trans-unit id="8ce78dd287b9a9dde5079916425ea66466530e41" datatype="html">
5014 <source>What will be done to mitigate this problem?</source>
5015 <context-group purpose="location">
5016 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5017 <context context-type="linenumber">90</context>
5018 </context-group>
5019 </trans-unit><trans-unit id="d7272b440da883de318c19393f3063e63ab7e830" datatype="html">
5020 <source>
5021 PeerTube is in its early stages, and want to deliver the best countermeasures possible by the time the stable is released.
5022 In the meantime, we want to test different ideas related to this issue:
5023 </source>
5024 <context-group purpose="location">
5025 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5026 <context context-type="linenumber">92</context>
5027 </context-group>
5028 </trans-unit><trans-unit id="d32608aba08c6bb3cc4e4e8ec6223e5f4e78ca19" datatype="html">
5029 <source>Set a limit to the number of peers sent by the tracker</source>
5030 <context-group purpose="location">
5031 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5032 <context context-type="linenumber">98</context>
5033 </context-group>
5034 </trans-unit><trans-unit id="a6d732b614143f862e69798046dc0868716547e5" datatype="html">
5035 <source>Set a limit on the request frequency received by the tracker (being tested)</source>
5036 <context-group purpose="location">
5037 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5038 <context context-type="linenumber">99</context>
5039 </context-group>
5040 </trans-unit><trans-unit id="ba77e356eaa5c06caaf5c8734c361d1a5415fe1c" datatype="html">
5041 <source>Ring a bell if there are unusual requests (being tested)</source>
5042 <context-group purpose="location">
5043 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5044 <context context-type="linenumber">100</context>
5045 </context-group>
5046 </trans-unit><trans-unit id="81861ff8a71c8a5881cdf66417f3bddb753f0e18" datatype="html">
5047 <source>Disable P2P from the administration interface</source>
5048 <context-group purpose="location">
5049 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5050 <context context-type="linenumber">101</context>
5051 </context-group>
5052 </trans-unit><trans-unit id="efde279863678ed95a8949a3712c99748bdabfe6" datatype="html">
5053 <source>An automatic video redundancy program: we wouldn&apos;t know if the IP downloaded the video on purpose or if it was the automatized program</source>
5054 <context-group purpose="location">
5055 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube.component.html</context>
5056 <context context-type="linenumber">102</context>
5057 </context-group>
5058 </trans-unit><trans-unit id="4b819dec78ae793726f7da0568912b4ba777d929" datatype="html">
5059 <source>This instance does not have followers.</source>
5060 <context-group purpose="location">
5061 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
5062 <context context-type="linenumber">5</context>
5063 </context-group>
5064 </trans-unit><trans-unit id="258c42c65fd235c739c55439d8265542316bd0ba" datatype="html">
5065 <source>Followings</source>
5066 <context-group purpose="location">
5067 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
5068 <context context-type="linenumber">13</context>
5069 </context-group>
5070 </trans-unit><trans-unit id="c2edb6a5a49961e867310e86a5626502cf7f779b" datatype="html">
5071 <source>This instance does not have followings.</source>
5072 <context-group purpose="location">
5073 <context context-type="sourcefile">src/app/+about/about-follows/about-follows.component.html</context>
5074 <context context-type="linenumber">15</context>
5075 </context-group>
5076 </trans-unit><trans-unit id="b9aee5992687138838f47efa0d2f591d943bfd0d" datatype="html">
5077 <source>Who made this software?</source>
5078 <context-group purpose="location">
5079 <context context-type="sourcefile">src/app/+about/about-peertube/about-peertube-contributors.component.html</context>
5080 <context context-type="linenumber">2</context>
5081 </context-group>
5082 </trans-unit><trans-unit id="4499806949402133d08a5029cb5462c5ea25336d" datatype="html">
5083 <source>
5084 Create an account
5085 </source>
5086 <context-group purpose="location">
5087 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5088 <context context-type="linenumber">3</context>
5089 </context-group>
5090 </trans-unit><trans-unit id="f732c304c7433e5a83ffcd862c3dce709a0f4982" datatype="html">
5091 <source>Next</source>
5092 <context-group purpose="location">
5093 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5094 <context context-type="linenumber">20</context>
5095 </context-group>
5096 </trans-unit><trans-unit id="f127303f2937f5d9ced837f692899f5d599659a1" datatype="html">
5097 <source>
5098 Create my account
5099 </source>
5100 <context-group purpose="location">
5101 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5102 <context context-type="linenumber">28</context>
5103 </context-group>
5104 </trans-unit><trans-unit id="cb9d0623f382c9803df997fb30b9a33a5438d919" datatype="html">
5105 <source>PeerTube is creating your account...</source>
5106 <context-group purpose="location">
5107 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5108 <context context-type="linenumber">37</context>
5109 </context-group>
5110 </trans-unit><trans-unit id="8dd413cee2228118c536f503709329a4d1a395e2" datatype="html">
5111 <source>Done</source>
5112 <context-group purpose="location">
5113 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5114 <context context-type="linenumber">33</context>
5115 </context-group>
5116 </trans-unit><trans-unit id="88b19801d99f5dcc4043d6d30dfa32c3f68da5ea" datatype="html">
5117 <source>Who are we?</source>
5118 <context-group purpose="location">
5119 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5120 <context context-type="linenumber">60</context>
5121 </context-group>
5122 </trans-unit><trans-unit id="05db4afa3e85d23d29fcfacaa5a61f0d2ae02dc0" datatype="html">
5123 <source>How long do we plan to maintain this instance?</source>
5124 <context-group purpose="location">
5125 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5126 <context context-type="linenumber">65</context>
5127 </context-group>
5128 </trans-unit><trans-unit id="b7ad73ca1e5e4a530ca4eaa5285e4fd0c376c089" datatype="html">
5129 <source>How will we finance this instance?</source>
5130 <context-group purpose="location">
5131 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5132 <context context-type="linenumber">70</context>
5133 </context-group>
5134 </trans-unit><trans-unit id="24e4921833f6fff4376e0ec13a33c44a85922355" datatype="html">
5135 <source>Administrators &amp; Sustainability</source>
5136 <context-group purpose="location">
5137 <context context-type="sourcefile">src/app/+signup/+register/register.component.html</context>
5138 <context context-type="linenumber">56</context>
5139 </context-group>
5140 </trans-unit><trans-unit id="6c7534a7c0265f2285e952978b4241211199172b" datatype="html">
5141 <source>
5142 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;"/>
5143 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.
5144 </source>
5145 <context-group purpose="location">
5146 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
5147 <context context-type="linenumber">4</context>
5148 </context-group>
5149 </trans-unit><trans-unit id="df3021e29cbce57c12151ae6e1e0bf8c640e87da" datatype="html">
5150 <source>
5151 Other users can decide to subscribe any channel they want, to be notified when you publish a new video.
5152 </source>
5153 <context-group purpose="location">
5154 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
5155 <context context-type="linenumber">9</context>
5156 </context-group>
5157 </trans-unit><trans-unit id="79b3619b36af71e5c70394a3a7b31545e32d83f0" datatype="html">
5158 <source>Channel display name</source>
5159 <context-group purpose="location">
5160 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
5161 <context context-type="linenumber">15</context>
5162 </context-group>
5163 </trans-unit><trans-unit id="306a2ab7f93c214af3f5579f54bd8b3ad0d5560e" datatype="html">
5164 <source>Channel name</source>
5165 <context-group purpose="location">
5166 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
5167 <context context-type="linenumber">30</context>
5168 </context-group>
5169 </trans-unit><trans-unit id="cb4c2c5a4f4b34d3158f2344a3e625d0dc321f4d" datatype="html">
5170 <source>Example: my_super_channel</source>
5171 <context-group purpose="location">
5172 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
5173 <context context-type="linenumber">34</context>
5174 </context-group>
5175 </trans-unit><trans-unit id="8fbccb6e6436dd8c6f9b7239a5b3b124aad134f6" datatype="html">
5176 <source>
5177 The channel name is a unique identifier of your channel on this instance. It&apos;s like an address mail, so other people can find your channel.
5178 </source>
5179 <context-group purpose="location">
5180 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
5181 <context context-type="linenumber">42</context>
5182 </context-group>
5183 </trans-unit><trans-unit id="60534abbe922bf9da7284c1c84d26315d695a5b7" datatype="html">
5184 <source>
5185 Channel name cannot be the same than your account name. You can click on the first step to update your account name.
5186 </source>
5187 <context-group purpose="location">
5188 <context context-type="sourcefile">src/app/+signup/+register/register-step-channel.component.html</context>
5189 <context context-type="linenumber">50</context>
5190 </context-group>
5191 </trans-unit><trans-unit id="26025b8081241cf85eb6516431b596df11fa66b3" datatype="html">
5192 <source>Example: jane_doe</source>
5193 <context-group purpose="location">
5194 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
5195 <context context-type="linenumber">23</context>
5196 </context-group>
5197 </trans-unit><trans-unit id="daf84c42f242507827d300a17ab75cd52c6e99a0" datatype="html">
5198 <source>
5199 The username is a unique identifier of your account on this instance. It&apos;s like an address mail, so other people can find you.
5200 </source>
5201 <context-group purpose="location">
5202 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
5203 <context context-type="linenumber">31</context>
5204 </context-group>
5205 </trans-unit><trans-unit id="d315d635144b1104f1c1e9ef80ff3d07fcfa571c" datatype="html">
5206 <source>
5207 I am at least 16 years old and agree
5208 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;"/>
5209 <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;"/>
5210 of this instance
5211 </source>
5212 <context-group purpose="location">
5213 <context context-type="sourcefile">src/app/+signup/+register/register-step-user.component.html</context>
5214 <context context-type="linenumber">65</context>
5215 </context-group>
5216 </trans-unit><trans-unit id="b925172fc8e9b9a7fc6b9f5d742993b77ffdda2c" datatype="html">
5217 <source>
5218 Sorry, we couldn&apos;t find the page you were looking for.
5219 </source>
5220 <context-group purpose="location">
5221 <context context-type="sourcefile">src/app/+page-not-found/page-not-found.component.html</context>
5222 <context context-type="linenumber">4</context>
5223 </context-group>
5224 </trans-unit>
5225 <trans-unit id="e0e3a472479c8ce1b78f682ffadbe59daf04d331" datatype="html">
5226 <source>Cannot get about information from server</source>
5227 <context-group purpose="location">
5228 <context context-type="sourcefile">src/app/+about/about-instance/about-instance.component.ts</context>
5229 <context context-type="linenumber">1</context>
5230 </context-group>
5231 </trans-unit>
5232 <trans-unit id="9e601a3b227bb70afbb9b59cd43547b710af1e10" datatype="html">
5233 <source>Your message has been sent.</source>
5234 <context-group purpose="location">
5235 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
5236 <context context-type="linenumber">1</context>
5237 </context-group>
5238 </trans-unit>
5239 <trans-unit id="8d6d4f48dae547bb32e0669cda5a665dc8db536c" datatype="html">
5240 <source>You already sent this form recently</source>
5241 <context-group purpose="location">
5242 <context context-type="sourcefile">src/app/+about/about-instance/contact-admin-modal.component.ts</context>
5243 <context context-type="linenumber">1</context>
5244 </context-group>
5245 </trans-unit>
5246 <trans-unit id="37b56526e384f843a15323dc730b484a97b4c968" datatype="html">
5247 <source>No description</source>
5248 <context-group purpose="location">
5249 <context context-type="sourcefile">src/app/+accounts/account-about/account-about.component.ts</context>
5250 <context context-type="linenumber">1</context>
5251 </context-group>
5252 <context-group purpose="location">
5253 <context context-type="sourcefile">src/app/+video-channels/video-channel-about/video-channel-about.component.ts</context>
5254 <context context-type="linenumber">1</context>
5255 </context-group>
5256 </trans-unit>
5257 <trans-unit id="a19e1f9aa381f05f5ba2ecb9d18a400228416ad4" datatype="html">
5258 <source>Published <x id="INTERPOLATION" equiv-text="{{total}}"/> videos</source>
5259 <context-group purpose="location">
5260 <context context-type="sourcefile">src/app/+accounts/account-videos/account-videos.component.ts</context>
5261 <context context-type="linenumber">1</context>
5262 </context-group>
5263 <context-group purpose="location">
5264 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
5265 <context context-type="linenumber">1</context>
5266 </context-group>
5267 </trans-unit>
5268 <trans-unit id="056a9a97eb47882159d3cf5bd8a9fc2cfe9371bf" datatype="html">
5269 <source>Username copied</source>
5270 <context-group purpose="location">
5271 <context context-type="sourcefile">src/app/+accounts/accounts.component.ts</context>
5272 <context context-type="linenumber">1</context>
5273 </context-group>
5274 </trans-unit>
5275 <trans-unit id="d9fc2b03f04056671d7d4ffcac7197189d959cd6" datatype="html">
5276 <source>240p</source>
5277 <context-group purpose="location">
5278 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5279 <context context-type="linenumber">1</context>
5280 </context-group>
5281 </trans-unit>
5282 <trans-unit id="c8cfad7e7a16c57c42535331b65cb7de40d8402e" datatype="html">
5283 <source>360p</source>
5284 <context-group purpose="location">
5285 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5286 <context context-type="linenumber">1</context>
5287 </context-group>
5288 </trans-unit>
5289 <trans-unit id="48f0af5a0d0bea4e84b27eaf41b19c85a531c2a5" datatype="html">
5290 <source>480p</source>
5291 <context-group purpose="location">
5292 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5293 <context context-type="linenumber">1</context>
5294 </context-group>
5295 </trans-unit>
5296 <trans-unit id="6f06138daf6363746ff26bfc0cb2491c09cdfdf2" datatype="html">
5297 <source>720p</source>
5298 <context-group purpose="location">
5299 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5300 <context context-type="linenumber">1</context>
5301 </context-group>
5302 </trans-unit>
5303 <trans-unit id="65c94f9beb6fe957808c40060da280cc7ace7ab9" datatype="html">
5304 <source>1080p</source>
5305 <context-group purpose="location">
5306 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5307 <context context-type="linenumber">1</context>
5308 </context-group>
5309 </trans-unit>
5310 <trans-unit id="2303f8783df836e13c208710dc029a1d34b6a77a" datatype="html">
5311 <source>2160p</source>
5312 <context-group purpose="location">
5313 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5314 <context context-type="linenumber">1</context>
5315 </context-group>
5316 </trans-unit>
5317 <trans-unit id="421a937491f19774d17eefa1d24816dae1a9f111" datatype="html">
5318 <source>Auto (via ffmpeg)</source>
5319 <context-group purpose="location">
5320 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5321 <context context-type="linenumber">1</context>
5322 </context-group>
5323 </trans-unit>
5324 <trans-unit id="b9e64712e3e5c342ce9cd32eec6cd7d6c00f4048" datatype="html">
5325 <source>Configuration updated.</source>
5326 <context-group purpose="location">
5327 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5328 <context context-type="linenumber">1</context>
5329 </context-group>
5330 </trans-unit>
5331 <trans-unit id="baa5048f978a6fed563ab1d30a6bb965ea687ba8" datatype="html">
5332 <source>{{&apos;{0} languages selected</source>
5333 <context-group purpose="location">
5334 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5335 <context context-type="linenumber">1</context>
5336 </context-group>
5337 <context-group purpose="location">
5338 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
5339 <context context-type="linenumber">1</context>
5340 </context-group>
5341 </trans-unit>
5342 <trans-unit id="812a3c71b3a8e6bfc7f1c5e8690cb4738edb2224" datatype="html">
5343 <source>No language</source>
5344 <context-group purpose="location">
5345 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5346 <context context-type="linenumber">1</context>
5347 </context-group>
5348 <context-group purpose="location">
5349 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
5350 <context context-type="linenumber">1</context>
5351 </context-group>
5352 </trans-unit>
5353 <trans-unit id="15375472822bfcc320ebccd648eae8c15e50fef0" datatype="html">
5354 <source>{{&apos;{0} categories selected</source>
5355 <context-group purpose="location">
5356 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5357 <context context-type="linenumber">1</context>
5358 </context-group>
5359 </trans-unit>
5360 <trans-unit id="fae7f30cdceaa810f98bdcf1a944f155449b1aaf" datatype="html">
5361 <source>No category</source>
5362 <context-group purpose="location">
5363 <context context-type="sourcefile">src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts</context>
5364 <context context-type="linenumber">1</context>
5365 </context-group>
5366 </trans-unit>
5367 <trans-unit id="aa6fb95c355f172bda303de1ce2f38c251a149cf" datatype="html">
5368 <source>Unlimited</source>
5369 <context-group purpose="location">
5370 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5371 <context context-type="linenumber">1</context>
5372 </context-group>
5373 <context-group purpose="location">
5374 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5375 <context context-type="linenumber">1</context>
5376 </context-group>
5377 <context-group purpose="location">
5378 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
5379 <context context-type="linenumber">1</context>
5380 </context-group>
5381 <context-group purpose="location">
5382 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
5383 <context context-type="linenumber">1</context>
5384 </context-group>
5385 </trans-unit>
5386 <trans-unit id="54adc67482fdaa0d361a2992bc91e064dc61cc9a" datatype="html">
5387 <source>100MB</source>
5388 <context-group purpose="location">
5389 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5390 <context context-type="linenumber">1</context>
5391 </context-group>
5392 <context-group purpose="location">
5393 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5394 <context context-type="linenumber">1</context>
5395 </context-group>
5396 </trans-unit>
5397 <trans-unit id="cd34ef1f476d5422f49f6ed429f61fc1cfcb1174" datatype="html">
5398 <source>500MB</source>
5399 <context-group purpose="location">
5400 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5401 <context context-type="linenumber">1</context>
5402 </context-group>
5403 <context-group purpose="location">
5404 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5405 <context context-type="linenumber">1</context>
5406 </context-group>
5407 </trans-unit>
5408 <trans-unit id="4a47b4beea31cac6e5970b6bc522902f545acc8b" datatype="html">
5409 <source>1GB</source>
5410 <context-group purpose="location">
5411 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5412 <context context-type="linenumber">1</context>
5413 </context-group>
5414 </trans-unit>
5415 <trans-unit id="b26d0cac75638623098ab7e06e16b096d1f55cc8" datatype="html">
5416 <source>5GB</source>
5417 <context-group purpose="location">
5418 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5419 <context context-type="linenumber">1</context>
5420 </context-group>
5421 <context-group purpose="location">
5422 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5423 <context context-type="linenumber">1</context>
5424 </context-group>
5425 </trans-unit>
5426 <trans-unit id="f9fc4e7ec6743cb6f69bea2d0859a655ed44ffae" datatype="html">
5427 <source>20GB</source>
5428 <context-group purpose="location">
5429 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5430 <context context-type="linenumber">1</context>
5431 </context-group>
5432 </trans-unit>
5433 <trans-unit id="a56e3f92fe16d97ee4f05051ea61c466ecb51d5e" datatype="html">
5434 <source>50GB</source>
5435 <context-group purpose="location">
5436 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5437 <context context-type="linenumber">1</context>
5438 </context-group>
5439 </trans-unit>
5440 <trans-unit id="31dcc0c63f6234ace8caa84ae1abc33d4022122d" datatype="html">
5441 <source>10MB</source>
5442 <context-group purpose="location">
5443 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5444 <context context-type="linenumber">1</context>
5445 </context-group>
5446 </trans-unit>
5447 <trans-unit id="f2f968b6f2199b919f567702c6f23b43e5ea71af" datatype="html">
5448 <source>50MB</source>
5449 <context-group purpose="location">
5450 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5451 <context context-type="linenumber">1</context>
5452 </context-group>
5453 </trans-unit>
5454 <trans-unit id="c31575424fe1b2a57064413f3eda7ce657c46c8a" datatype="html">
5455 <source>2GB</source>
5456 <context-group purpose="location">
5457 <context context-type="sourcefile">src/app/+admin/config/shared/config.service.ts</context>
5458 <context context-type="linenumber">1</context>
5459 </context-group>
5460 </trans-unit>
5461 <trans-unit id="44e174dd30570e69f7cbf216477a01f956ce058b" datatype="html">
5462 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> accepted in instance followers</source>
5463 <context-group purpose="location">
5464 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5465 <context context-type="linenumber">1</context>
5466 </context-group>
5467 </trans-unit>
5468 <trans-unit id="3d8e85e3f78a29db7959c495e74cc9af90838430" datatype="html">
5469 <source>Do you really want to reject this follower?</source>
5470 <context-group purpose="location">
5471 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5472 <context context-type="linenumber">1</context>
5473 </context-group>
5474 </trans-unit>
5475 <trans-unit id="20c3d69c0b67a74df0aa3920485016b2080578f6" datatype="html">
5476 <source>Reject</source>
5477 <context-group purpose="location">
5478 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5479 <context context-type="linenumber">1</context>
5480 </context-group>
5481 </trans-unit>
5482 <trans-unit id="7faa627518f768d9ea813d018c121608af5cbd79" datatype="html">
5483 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> rejected from instance followers</source>
5484 <context-group purpose="location">
5485 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5486 <context context-type="linenumber">1</context>
5487 </context-group>
5488 </trans-unit>
5489 <trans-unit id="150d48f01a24d84c2bfffb2761419b9482074b61" datatype="html">
5490 <source>Do you really want to delete this follower?</source>
5491 <context-group purpose="location">
5492 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5493 <context context-type="linenumber">1</context>
5494 </context-group>
5495 </trans-unit>
5496 <trans-unit id="53fb638407fb04c8b403fa392cc628a699e2c0bc" datatype="html">
5497 <source><x id="INTERPOLATION" equiv-text="{{handle}}"/> removed from instance followers</source>
5498 <context-group purpose="location">
5499 <context context-type="sourcefile">src/app/+admin/follows/followers-list/followers-list.component.ts</context>
5500 <context context-type="linenumber">1</context>
5501 </context-group>
5502 </trans-unit>
5503 <trans-unit id="fc5731a28a99b25c62d43333ceebb250d60aff84" datatype="html">
5504 <source><x id="INTERPOLATION" equiv-text="{{host}}"/> is not valid</source>
5505 <context-group purpose="location">
5506 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5507 <context context-type="linenumber">1</context>
5508 </context-group>
5509 </trans-unit>
5510 <trans-unit id="e02f50674f1d96966384dc096beb42d4973997df" datatype="html">
5511 <source>You need to specify hosts to follow.</source>
5512 <context-group purpose="location">
5513 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5514 <context context-type="linenumber">1</context>
5515 </context-group>
5516 </trans-unit>
5517 <trans-unit id="c2a114eb000e7c38e8ad4b1768821bdf6e946d71" datatype="html">
5518 <source>Hosts need to be unique.</source>
5519 <context-group purpose="location">
5520 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5521 <context context-type="linenumber">1</context>
5522 </context-group>
5523 </trans-unit>
5524 <trans-unit id="a6718d6aaf5bcd1692eed48daa61d2bed62c1f50" datatype="html">
5525 <source>If you confirm, you will send a follow request to:<x id="LINE_BREAK" ctype="lb" equiv-text="&lt;br/&gt;"/> - </source>
5526 <context-group purpose="location">
5527 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5528 <context context-type="linenumber">1</context>
5529 </context-group>
5530 </trans-unit>
5531 <trans-unit id="1266acb081ef0324c4a38ae2d514dd75d8b38409" datatype="html">
5532 <source>Follow new server(s)</source>
5533 <context-group purpose="location">
5534 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5535 <context context-type="linenumber">1</context>
5536 </context-group>
5537 </trans-unit>
5538 <trans-unit id="950f5111d567e5c0e971f07c26e8c2be1d919a8e" datatype="html">
5539 <source>Follow request(s) sent!</source>
5540 <context-group purpose="location">
5541 <context context-type="sourcefile">src/app/+admin/follows/following-add/following-add.component.ts</context>
5542 <context context-type="linenumber">1</context>
5543 </context-group>
5544 </trans-unit>
5545 <trans-unit id="5729c34a858c78daa1aa606f62a3665527cf97e6" datatype="html">
5546 <source>Do you really want to unfollow <x id="INTERPOLATION" equiv-text="{{host}}"/>?</source>
5547 <context-group purpose="location">
5548 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
5549 <context context-type="linenumber">1</context>
5550 </context-group>
5551 </trans-unit>
5552 <trans-unit id="a89875525c82ab81ffe32e481a5475b43d0c2902" datatype="html">
5553 <source>Unfollow</source>
5554 <context-group purpose="location">
5555 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
5556 <context context-type="linenumber">1</context>
5557 </context-group>
5558 </trans-unit>
5559 <trans-unit id="fb4e35e2b0ea2abc1f71295a4b34830e57c07bd0" datatype="html">
5560 <source>You are not following <x id="INTERPOLATION" equiv-text="{{host}}"/> anymore.</source>
5561 <context-group purpose="location">
5562 <context context-type="sourcefile">src/app/+admin/follows/following-list/following-list.component.ts</context>
5563 <context context-type="linenumber">1</context>
5564 </context-group>
5565 </trans-unit>
5566 <trans-unit id="4d8f527638f3e0b518a96e07d41d886bcce01246" datatype="html">
5567 <source>enabled</source>
5568 <context-group purpose="location">
5569 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
5570 <context context-type="linenumber">1</context>
5571 </context-group>
5572 </trans-unit>
5573 <trans-unit id="795733aac948794cadeb3be6386882efac2c38ad" datatype="html">
5574 <source>disabled</source>
5575 <context-group purpose="location">
5576 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
5577 <context context-type="linenumber">1</context>
5578 </context-group>
5579 </trans-unit>
5580 <trans-unit id="1123807fc813c816404598147173403d00117557" datatype="html">
5581 <source>Redundancy for <x id="INTERPOLATION" equiv-text="{{host}}"/> is <x id="INTERPOLATION_1" equiv-text="{{stateLabel}}"/></source>
5582 <context-group purpose="location">
5583 <context context-type="sourcefile">src/app/+admin/follows/shared/redundancy-checkbox.component.ts</context>
5584 <context context-type="linenumber">1</context>
5585 </context-group>
5586 </trans-unit>
5587 <trans-unit id="53cc0f4a4566c4139c65f93b5dce2fe8302e78da" datatype="html">
5588 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by your instance.</source>
5589 <context-group purpose="location">
5590 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-account-blocklist.component.ts</context>
5591 <context context-type="linenumber">1</context>
5592 </context-group>
5593 </trans-unit>
5594 <trans-unit id="468b52e3c04fb9a3d8c8213555dfcad0cbcae330" datatype="html">
5595 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by your instance.</source>
5596 <context-group purpose="location">
5597 <context context-type="sourcefile">src/app/+admin/moderation/instance-blocklist/instance-server-blocklist.component.ts</context>
5598 <context context-type="linenumber">1</context>
5599 </context-group>
5600 </trans-unit>
5601 <trans-unit id="800cd3cdf47751b576587259ba3a1bc0a7f435b6" datatype="html">
5602 <source>Comment updated.</source>
5603 <context-group purpose="location">
5604 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.ts</context>
5605 <context context-type="linenumber">1</context>
5606 </context-group>
5607 </trans-unit>
5608 <trans-unit id="586bee8c27a761611eb05661524cc7ca944b5978" datatype="html">
5609 <source>Delete this report</source>
5610 <context-group purpose="location">
5611 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5612 <context context-type="linenumber">1</context>
5613 </context-group>
5614 </trans-unit>
5615 <trans-unit id="cf3b28ba29a907b334ab0e6dccd080a60ba23321" datatype="html">
5616 <source>Update moderation comment</source>
5617 <context-group purpose="location">
5618 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5619 <context context-type="linenumber">1</context>
5620 </context-group>
5621 </trans-unit>
5622 <trans-unit id="d512430037b6580ba970c80cfc1687b6bdc221a3" datatype="html">
5623 <source>Mark as accepted</source>
5624 <context-group purpose="location">
5625 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5626 <context context-type="linenumber">1</context>
5627 </context-group>
5628 </trans-unit>
5629 <trans-unit id="d895b090c054bfc0ad3aba816af0615a1997f5a3" datatype="html">
5630 <source>Mark as rejected</source>
5631 <context-group purpose="location">
5632 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5633 <context context-type="linenumber">1</context>
5634 </context-group>
5635 </trans-unit>
5636 <trans-unit id="73b70e37cddaa6494d8a666b6cba90dc80595599" datatype="html">
5637 <source>Do you really want to delete this abuse report?</source>
5638 <context-group purpose="location">
5639 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5640 <context context-type="linenumber">1</context>
5641 </context-group>
5642 </trans-unit>
5643 <trans-unit id="6a7938b8780c27540ea70cc0f8f4d928c8916cf9" datatype="html">
5644 <source>Abuse deleted.</source>
5645 <context-group purpose="location">
5646 <context context-type="sourcefile">src/app/+admin/moderation/video-abuse-list/video-abuse-list.component.ts</context>
5647 <context context-type="linenumber">1</context>
5648 </context-group>
5649 </trans-unit>
5650 <trans-unit id="36e4cdb23056253e5ef0c62b7d4bbeb3f759f611" datatype="html">
5651 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from blacklist.</source>
5652 <context-group purpose="location">
5653 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
5654 <context context-type="linenumber">1</context>
5655 </context-group>
5656 </trans-unit>
5657 <trans-unit id="3d651e314544825348900b3120e2cd5ff38c7fa5" datatype="html">
5658 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> videos removed from blacklist.</source>
5659 <context-group purpose="location">
5660 <context context-type="sourcefile">src/app/+admin/moderation/video-auto-blacklist-list/video-auto-blacklist-list.component.ts</context>
5661 <context context-type="linenumber">1</context>
5662 </context-group>
5663 </trans-unit>
5664 <trans-unit id="0594812d4c50c2adbd1a892a3497c4e5c19e4b32" datatype="html">
5665 <source>yes</source>
5666 <context-group purpose="location">
5667 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
5668 <context context-type="linenumber">1</context>
5669 </context-group>
5670 </trans-unit>
5671 <trans-unit id="6320692861e01fa9c9d4e692d0d27b6c12b21c3b" datatype="html">
5672 <source>no</source>
5673 <context-group purpose="location">
5674 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
5675 <context context-type="linenumber">1</context>
5676 </context-group>
5677 </trans-unit>
5678 <trans-unit id="652845b2b32b2e117b9b02879b1af07859b0e223" datatype="html">
5679 <source>Do you really want to remove this video from the blacklist? It will be available again in the videos list.</source>
5680 <context-group purpose="location">
5681 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
5682 <context context-type="linenumber">1</context>
5683 </context-group>
5684 <context-group purpose="location">
5685 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
5686 <context context-type="linenumber">1</context>
5687 </context-group>
5688 </trans-unit>
5689 <trans-unit id="1585babc36806e20e225ac27dbba0e7c7cd09e0f" datatype="html">
5690 <source>Video <x id="INTERPOLATION" equiv-text="{{name}}"/> removed from the blacklist.</source>
5691 <context-group purpose="location">
5692 <context context-type="sourcefile">src/app/+admin/moderation/video-blacklist-list/video-blacklist-list.component.ts</context>
5693 <context context-type="linenumber">1</context>
5694 </context-group>
5695 <context-group purpose="location">
5696 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
5697 <context context-type="linenumber">1</context>
5698 </context-group>
5699 </trans-unit>
5700 <trans-unit id="9ab7a3efed2b78a4d4fd4365eb1b3385ced0d523" datatype="html">
5701 <source>You don&apos;t have plugins installed yet.</source>
5702 <context-group purpose="location">
5703 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
5704 <context context-type="linenumber">1</context>
5705 </context-group>
5706 </trans-unit>
5707 <trans-unit id="c52fe59dee78663d109bfa6727e172033ff8e61f" datatype="html">
5708 <source>You don&apos;t have themes installed yet.</source>
5709 <context-group purpose="location">
5710 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
5711 <context context-type="linenumber">1</context>
5712 </context-group>
5713 </trans-unit>
5714 <trans-unit id="ad387936929a1607027548688f55b9b643eee8b9" datatype="html">
5715 <source>Update to <x id="INTERPOLATION" equiv-text="{{version}}"/></source>
5716 <context-group purpose="location">
5717 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
5718 <context context-type="linenumber">1</context>
5719 </context-group>
5720 </trans-unit>
5721 <trans-unit id="ea0bd1b707d1bccaf650b085a8d3c6b525b2a702" datatype="html">
5722 <source>Do you really want to uninstall <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
5723 <context-group purpose="location">
5724 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
5725 <context context-type="linenumber">1</context>
5726 </context-group>
5727 </trans-unit>
5728 <trans-unit id="61136b14ca13f166ecc9ee7b05bb6fe865f10144" datatype="html">
5729 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> uninstalled.</source>
5730 <context-group purpose="location">
5731 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
5732 <context context-type="linenumber">1</context>
5733 </context-group>
5734 </trans-unit>
5735 <trans-unit id="d352fa8f51305c18ab8f882b37c4fdaab6f2371b" datatype="html">
5736 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> updated.</source>
5737 <context-group purpose="location">
5738 <context context-type="sourcefile">src/app/+admin/plugins/plugin-list-installed/plugin-list-installed.component.ts</context>
5739 <context context-type="linenumber">1</context>
5740 </context-group>
5741 </trans-unit>
5742 <trans-unit id="53dd049a77e37ce7abc10e174904233f8788464d" datatype="html">
5743 <source>The plugin index is not available. Please retry later.</source>
5744 <context-group purpose="location">
5745 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
5746 <context context-type="linenumber">1</context>
5747 </context-group>
5748 </trans-unit>
5749 <trans-unit id="b2e83b683cbef07c420a431ae679c52ebba8a8f0" datatype="html">
5750 <source>Please only install plugins or themes you trust, since they can execute any code on your instance.</source>
5751 <context-group purpose="location">
5752 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
5753 <context context-type="linenumber">1</context>
5754 </context-group>
5755 </trans-unit>
5756 <trans-unit id="c7f120dadf78873a57fd9451bafc4653a548355b" datatype="html">
5757 <source>Install <x id="INTERPOLATION" equiv-text="{{pluginName}}"/>?</source>
5758 <context-group purpose="location">
5759 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
5760 <context context-type="linenumber">1</context>
5761 </context-group>
5762 </trans-unit>
5763 <trans-unit id="10467f787088bc27cc6eec0c570a30539360979b" datatype="html">
5764 <source><x id="INTERPOLATION" equiv-text="{{pluginName}}"/> installed.</source>
5765 <context-group purpose="location">
5766 <context context-type="sourcefile">src/app/+admin/plugins/plugin-search/plugin-search.component.ts</context>
5767 <context context-type="linenumber">1</context>
5768 </context-group>
5769 </trans-unit>
5770 <trans-unit id="3554590f772dd4b9b4cc7d282ba00cdac8ad0d12" datatype="html">
5771 <source>Settings updated.</source>
5772 <context-group purpose="location">
5773 <context context-type="sourcefile">src/app/+admin/plugins/plugin-show-installed/plugin-show-installed.component.ts</context>
5774 <context context-type="linenumber">1</context>
5775 </context-group>
5776 </trans-unit>
5777 <trans-unit id="7099af5a120571be073bcfb7babafb38e91a3b50" datatype="html">
5778 <source>Plugins</source>
5779 <context-group purpose="location">
5780 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
5781 <context context-type="linenumber">1</context>
5782 </context-group>
5783 </trans-unit>
5784 <trans-unit id="60c855c323706a04ccd2ff22d634bde9b6233bbf" datatype="html">
5785 <source>Themes</source>
5786 <context-group purpose="location">
5787 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
5788 <context context-type="linenumber">1</context>
5789 </context-group>
5790 </trans-unit>
5791 <trans-unit id="e72b0e32070d4a69221ef64d793fe7d61381a819" datatype="html">
5792 <source>plugin</source>
5793 <context-group purpose="location">
5794 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
5795 <context context-type="linenumber">1</context>
5796 </context-group>
5797 </trans-unit>
5798 <trans-unit id="0f6f5bc1d9e83b758dd60bc6dc7aad7d2cb7f600" datatype="html">
5799 <source>theme</source>
5800 <context-group purpose="location">
5801 <context context-type="sourcefile">src/app/+admin/plugins/shared/plugin-api.service.ts</context>
5802 <context context-type="linenumber">1</context>
5803 </context-group>
5804 </trans-unit>
5805 <trans-unit id="3c91a10e15c752aaaf92c736b380efc5ba160b8f" datatype="html">
5806 <source>Last week</source>
5807 <context-group purpose="location">
5808 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
5809 <context context-type="linenumber">1</context>
5810 </context-group>
5811 </trans-unit>
5812 <trans-unit id="76f7f502edd5c7a38bbf2a262db38f90cc440441" datatype="html">
5813 <source>Last day</source>
5814 <context-group purpose="location">
5815 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
5816 <context context-type="linenumber">1</context>
5817 </context-group>
5818 </trans-unit>
5819 <trans-unit id="9c152780247b402c410b861e521967dca7d9fd10" datatype="html">
5820 <source>Last hour</source>
5821 <context-group purpose="location">
5822 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
5823 <context context-type="linenumber">1</context>
5824 </context-group>
5825 </trans-unit>
5826 <trans-unit id="321e4419a943044e674beb55b8039f42a9761ca5" datatype="html">
5827 <source>Info</source>
5828 <context-group purpose="location">
5829 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
5830 <context context-type="linenumber">1</context>
5831 </context-group>
5832 <context-group purpose="location">
5833 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
5834 <context context-type="linenumber">1</context>
5835 </context-group>
5836 </trans-unit>
5837 <trans-unit id="a8059e31694578c1b0344a76a345357dd60e8f01" datatype="html">
5838 <source>Warning</source>
5839 <context-group purpose="location">
5840 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
5841 <context context-type="linenumber">1</context>
5842 </context-group>
5843 <context-group purpose="location">
5844 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
5845 <context context-type="linenumber">1</context>
5846 </context-group>
5847 </trans-unit>
5848 <trans-unit id="6080b77234e92ad41bb52653b239c4c4f851317d" datatype="html">
5849 <source>Error</source>
5850 <context-group purpose="location">
5851 <context context-type="sourcefile">src/app/+admin/system/logs/logs.component.ts</context>
5852 <context context-type="linenumber">1</context>
5853 </context-group>
5854 <context-group purpose="location">
5855 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
5856 <context context-type="linenumber">1</context>
5857 </context-group>
5858 <context-group purpose="location">
5859 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
5860 <context context-type="linenumber">1</context>
5861 </context-group>
5862 </trans-unit>
5863 <trans-unit id="364463fab6c5714118d6449561a0f8de1cc10bfa" datatype="html">
5864 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> created.</source>
5865 <context-group purpose="location">
5866 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-create.component.ts</context>
5867 <context context-type="linenumber">1</context>
5868 </context-group>
5869 </trans-unit>
5870 <trans-unit id="924084727dc179dd5dc1a63dc3452ad41e4a8842" datatype="html">
5871 <source>Password changed for user <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
5872 <context-group purpose="location">
5873 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5874 <context context-type="linenumber">1</context>
5875 </context-group>
5876 </trans-unit>
5877 <trans-unit id="2dbda576172f583154031550e251e5a1e49207b2" datatype="html">
5878 <source>Update user password</source>
5879 <context-group purpose="location">
5880 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-password.component.ts</context>
5881 <context context-type="linenumber">1</context>
5882 </context-group>
5883 </trans-unit>
5884 <trans-unit id="964865a3cd90b4af99902f071644a4b2aede4c32" datatype="html">
5885 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> updated.</source>
5886 <context-group purpose="location">
5887 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5888 <context context-type="linenumber">1</context>
5889 </context-group>
5890 </trans-unit>
5891 <trans-unit id="9910122dfedd2eaa544a990f1430e5b82a76d99f" datatype="html">
5892 <source>Update user</source>
5893 <context-group purpose="location">
5894 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5895 <context context-type="linenumber">1</context>
5896 </context-group>
5897 </trans-unit>
5898 <trans-unit id="9f0d12f959768275edb5fd71001a41e17d5d7548" datatype="html">
5899 <source>An email asking for password reset has been sent to <x id="INTERPOLATION" equiv-text="{{username}}"/>.</source>
5900 <context-group purpose="location">
5901 <context context-type="sourcefile">src/app/+admin/users/user-edit/user-update.component.ts</context>
5902 <context context-type="linenumber">1</context>
5903 </context-group>
5904 </trans-unit>
5905 <trans-unit id="50dc7afa2305131cdbdb384cfc1f2a5f0f4647d8" datatype="html">
5906 <source>Unban</source>
5907 <context-group purpose="location">
5908 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5909 <context context-type="linenumber">1</context>
5910 </context-group>
5911 <context-group purpose="location">
5912 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5913 <context context-type="linenumber">1</context>
5914 </context-group>
5915 <context-group purpose="location">
5916 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
5917 <context context-type="linenumber">1</context>
5918 </context-group>
5919 <context-group purpose="location">
5920 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
5921 <context context-type="linenumber">1</context>
5922 </context-group>
5923 </trans-unit>
5924 <trans-unit id="910ed85f550272401b134a40d019ab3359fe883f" datatype="html">
5925 <source>Set Email as Verified</source>
5926 <context-group purpose="location">
5927 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5928 <context context-type="linenumber">1</context>
5929 </context-group>
5930 <context-group purpose="location">
5931 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
5932 <context context-type="linenumber">1</context>
5933 </context-group>
5934 </trans-unit>
5935 <trans-unit id="ac401df84c5fa471700c3368de51c969ccb8bacf" datatype="html">
5936 <source>You cannot ban root.</source>
5937 <context-group purpose="location">
5938 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5939 <context context-type="linenumber">1</context>
5940 </context-group>
5941 <context-group purpose="location">
5942 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
5943 <context context-type="linenumber">1</context>
5944 </context-group>
5945 </trans-unit>
5946 <trans-unit id="98119091712a8ca72905e3b4c1cf60649af7565e" datatype="html">
5947 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{num}}"/> users?</source>
5948 <context-group purpose="location">
5949 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5950 <context context-type="linenumber">1</context>
5951 </context-group>
5952 </trans-unit>
5953 <trans-unit id="6121be086a51c4c73bbdd8aebdddd9744c8f1ffd" datatype="html">
5954 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users unbanned.</source>
5955 <context-group purpose="location">
5956 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5957 <context context-type="linenumber">1</context>
5958 </context-group>
5959 </trans-unit>
5960 <trans-unit id="911fc197949e47aa5f0541627bc319f59edd9d11" datatype="html">
5961 <source>You cannot delete root.</source>
5962 <context-group purpose="location">
5963 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5964 <context context-type="linenumber">1</context>
5965 </context-group>
5966 <context-group purpose="location">
5967 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
5968 <context context-type="linenumber">1</context>
5969 </context-group>
5970 </trans-unit>
5971 <trans-unit id="9de914fe915cc730efc57e81c987188a24d3ac51" datatype="html">
5972 <source>If you remove these users, you will not be able to create others with the same username!</source>
5973 <context-group purpose="location">
5974 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5975 <context context-type="linenumber">1</context>
5976 </context-group>
5977 </trans-unit>
5978 <trans-unit id="b708d332e3f89b24745e749fa530210f0bdea329" datatype="html">
5979 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users deleted.</source>
5980 <context-group purpose="location">
5981 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5982 <context context-type="linenumber">1</context>
5983 </context-group>
5984 </trans-unit>
5985 <trans-unit id="f4a8f2ef1fbfc19e1e049e69f63c40063c0d0650" datatype="html">
5986 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users email set as verified.</source>
5987 <context-group purpose="location">
5988 <context context-type="sourcefile">src/app/+admin/users/user-list/user-list.component.ts</context>
5989 <context context-type="linenumber">1</context>
5990 </context-group>
5991 </trans-unit>
5992 <trans-unit id="2667ca38672421a0a7a22343d2a0060ee41246de" datatype="html">
5993 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted.</source>
5994 <context-group purpose="location">
5995 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-blocklist.component.ts</context>
5996 <context context-type="linenumber">1</context>
5997 </context-group>
5998 <context-group purpose="location">
5999 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
6000 <context context-type="linenumber">1</context>
6001 </context-group>
6002 </trans-unit>
6003 <trans-unit id="c6af80b42938d4a49e6f6c4f60ce26228916994c" datatype="html">
6004 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted.</source>
6005 <context-group purpose="location">
6006 <context context-type="sourcefile">src/app/+my-account/my-account-blocklist/my-account-server-blocklist.component.ts</context>
6007 <context context-type="linenumber">1</context>
6008 </context-group>
6009 <context-group purpose="location">
6010 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
6011 <context context-type="linenumber">1</context>
6012 </context-group>
6013 </trans-unit>
6014 <trans-unit id="80057baa3b97a4349304bdaa0a880e6f4778561f" datatype="html">
6015 <source>My videos history</source>
6016 <context-group purpose="location">
6017 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6018 <context context-type="linenumber">1</context>
6019 </context-group>
6020 </trans-unit>
6021 <trans-unit id="05f6dda1754741495451b8658bd2248856765d95" datatype="html">
6022 <source>Videos history is enabled</source>
6023 <context-group purpose="location">
6024 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6025 <context context-type="linenumber">1</context>
6026 </context-group>
6027 </trans-unit>
6028 <trans-unit id="6bb9ade8637c5e35fb5cb36cf7dbec71c65d4013" datatype="html">
6029 <source>Videos history is disabled</source>
6030 <context-group purpose="location">
6031 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6032 <context context-type="linenumber">1</context>
6033 </context-group>
6034 </trans-unit>
6035 <trans-unit id="8453a7a55b8b23bbbc293cd0939fb59a73307de8" datatype="html">
6036 <source>Delete videos history</source>
6037 <context-group purpose="location">
6038 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6039 <context context-type="linenumber">1</context>
6040 </context-group>
6041 </trans-unit>
6042 <trans-unit id="f8f86df8a1ae711944c3ab819bb19bf360dfa7a4" datatype="html">
6043 <source>Are you sure you want to delete all your videos history?</source>
6044 <context-group purpose="location">
6045 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6046 <context context-type="linenumber">1</context>
6047 </context-group>
6048 </trans-unit>
6049 <trans-unit id="195d5ba6c8bd05762d9318d0afd0b094fd776164" datatype="html">
6050 <source>Videos history deleted</source>
6051 <context-group purpose="location">
6052 <context context-type="sourcefile">src/app/+my-account/my-account-history/my-account-history.component.ts</context>
6053 <context context-type="linenumber">1</context>
6054 </context-group>
6055 </trans-unit>
6056 <trans-unit id="507192ee1fa84aefed02d603caada2d84927023e" datatype="html">
6057 <source>Ownership accepted</source>
6058 <context-group purpose="location">
6059 <context context-type="sourcefile">src/app/+my-account/my-account-ownership/my-account-accept-ownership/my-account-accept-ownership.component.ts</context>
6060 <context context-type="linenumber">1</context>
6061 </context-group>
6062 </trans-unit>
6063 <trans-unit id="3a8f29caac7ce9400d11a7c4f8b71a710865f56b" datatype="html">
6064 <source>Please check your emails to verify your new email.</source>
6065 <context-group purpose="location">
6066 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
6067 <context context-type="linenumber">1</context>
6068 </context-group>
6069 </trans-unit>
6070 <trans-unit id="8155899f3b3b2e0467846ea7f27fcfb46c882204" datatype="html">
6071 <source>Email updated.</source>
6072 <context-group purpose="location">
6073 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
6074 <context context-type="linenumber">1</context>
6075 </context-group>
6076 </trans-unit>
6077 <trans-unit id="466fc8cf56fd4e4e90fec4b900ef083d52bec38c" datatype="html">
6078 <source>You current password is invalid.</source>
6079 <context-group purpose="location">
6080 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-email/my-account-change-email.component.ts</context>
6081 <context context-type="linenumber">1</context>
6082 </context-group>
6083 <context-group purpose="location">
6084 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context>
6085 <context context-type="linenumber">1</context>
6086 </context-group>
6087 </trans-unit>
6088 <trans-unit id="19508af0dfbc685cbf10cf02061bb5a0f423b6fc" datatype="html">
6089 <source>Password updated.</source>
6090 <context-group purpose="location">
6091 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-change-password/my-account-change-password.component.ts</context>
6092 <context context-type="linenumber">1</context>
6093 </context-group>
6094 </trans-unit>
6095 <trans-unit id="e381d4750a4eec494e65f68fb147806f9034d59d" datatype="html">
6096 <source>Are you sure you want to delete your account? This will delete all your data, including channels, videos etc.</source>
6097 <context-group purpose="location">
6098 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
6099 <context context-type="linenumber">1</context>
6100 </context-group>
6101 </trans-unit>
6102 <trans-unit id="e7d5b2de566e4c807c285daf8d8a78b5f7f33311" datatype="html">
6103 <source>Type your username to confirm</source>
6104 <context-group purpose="location">
6105 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
6106 <context context-type="linenumber">1</context>
6107 </context-group>
6108 </trans-unit>
6109 <trans-unit id="d8a8a7f7160939fb55e82bc01fe9f876f5f2e065" datatype="html">
6110 <source>Delete my account</source>
6111 <context-group purpose="location">
6112 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
6113 <context context-type="linenumber">1</context>
6114 </context-group>
6115 </trans-unit>
6116 <trans-unit id="8eb8b1a728159f43c31abf76c28ef3ff6c230af7" datatype="html">
6117 <source>Your account is deleted.</source>
6118 <context-group purpose="location">
6119 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts</context>
6120 <context context-type="linenumber">1</context>
6121 </context-group>
6122 </trans-unit>
6123 <trans-unit id="59f77c7dc03357ef1d7a334df06dfc7f31c9a165" datatype="html">
6124 <source>Interface settings updated.</source>
6125 <context-group purpose="location">
6126 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-interface/my-account-interface-settings.component.ts</context>
6127 <context context-type="linenumber">1</context>
6128 </context-group>
6129 </trans-unit>
6130 <trans-unit id="7c193bf704577e514b63497c4f366511afdb6585" datatype="html">
6131 <source>New video from your subscriptions</source>
6132 <context-group purpose="location">
6133 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6134 <context context-type="linenumber">1</context>
6135 </context-group>
6136 </trans-unit>
6137 <trans-unit id="ba897defa2e6c34d5ee3d10edf8d797a35e7e3e5" datatype="html">
6138 <source>New comment on your video</source>
6139 <context-group purpose="location">
6140 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6141 <context context-type="linenumber">1</context>
6142 </context-group>
6143 </trans-unit>
6144 <trans-unit id="f536b58345161afa5cd859cce5a0b66a39327ad8" datatype="html">
6145 <source>New video abuse</source>
6146 <context-group purpose="location">
6147 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6148 <context context-type="linenumber">1</context>
6149 </context-group>
6150 </trans-unit>
6151 <trans-unit id="051dd48c3e6254785c6f366656aaee58f8b46c47" datatype="html">
6152 <source>Video auto-blacklisted waiting review</source>
6153 <context-group purpose="location">
6154 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6155 <context context-type="linenumber">1</context>
6156 </context-group>
6157 </trans-unit>
6158 <trans-unit id="abac8b7629cfcd85bff25770f83ea229f646f996" datatype="html">
6159 <source>One of your video is blacklisted/unblacklisted</source>
6160 <context-group purpose="location">
6161 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6162 <context context-type="linenumber">1</context>
6163 </context-group>
6164 </trans-unit>
6165 <trans-unit id="f3eff4df9e4aa9dab411e6eb83833a33016a88bc" datatype="html">
6166 <source>Video published (after transcoding/scheduled update)</source>
6167 <context-group purpose="location">
6168 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6169 <context context-type="linenumber">1</context>
6170 </context-group>
6171 </trans-unit>
6172 <trans-unit id="ec7ddc265da1df78011ae7677d62a2ae10aef7a4" datatype="html">
6173 <source>Video import finished</source>
6174 <context-group purpose="location">
6175 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6176 <context context-type="linenumber">1</context>
6177 </context-group>
6178 </trans-unit>
6179 <trans-unit id="c327bbac87cca61f5c52f5825d564878e98b9034" datatype="html">
6180 <source>A new user registered on your instance</source>
6181 <context-group purpose="location">
6182 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6183 <context context-type="linenumber">1</context>
6184 </context-group>
6185 </trans-unit>
6186 <trans-unit id="f407b90e99a04e2e0d1872c02f01eadbf53e08e2" datatype="html">
6187 <source>You or your channel(s) has a new follower</source>
6188 <context-group purpose="location">
6189 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6190 <context context-type="linenumber">1</context>
6191 </context-group>
6192 </trans-unit>
6193 <trans-unit id="14c3050a9da4c1bc49d555c45d5660804d08e83b" datatype="html">
6194 <source>Someone mentioned you in video comments</source>
6195 <context-group purpose="location">
6196 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6197 <context context-type="linenumber">1</context>
6198 </context-group>
6199 </trans-unit>
6200 <trans-unit id="f4bb57154f8b6b30f3272f340dc40e143af8607f" datatype="html">
6201 <source>Your instance has a new follower</source>
6202 <context-group purpose="location">
6203 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6204 <context context-type="linenumber">1</context>
6205 </context-group>
6206 </trans-unit>
6207 <trans-unit id="516cb5fae75f1c90af643abf6c66bf58787c0869" datatype="html">
6208 <source>Your instance auto followed another instance</source>
6209 <context-group purpose="location">
6210 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6211 <context context-type="linenumber">1</context>
6212 </context-group>
6213 </trans-unit>
6214 <trans-unit id="a0f04081717f5f00c0a2c723903c3a2d4c296401" datatype="html">
6215 <source>Preferences saved</source>
6216 <context-group purpose="location">
6217 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-notification-preferences/my-account-notification-preferences.component.ts</context>
6218 <context context-type="linenumber">1</context>
6219 </context-group>
6220 </trans-unit>
6221 <trans-unit id="db4ff52375f6a25ad0472e92754c8c265ae47c6b" datatype="html">
6222 <source>Profile updated.</source>
6223 <context-group purpose="location">
6224 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-profile/my-account-profile.component.ts</context>
6225 <context context-type="linenumber">1</context>
6226 </context-group>
6227 </trans-unit>
6228 <trans-unit id="1e003ad599ef836949b9f4dad3037a58ef3ff8d1" datatype="html">
6229 <source>Avatar changed.</source>
6230 <context-group purpose="location">
6231 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-settings.component.ts</context>
6232 <context context-type="linenumber">1</context>
6233 </context-group>
6234 <context-group purpose="location">
6235 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
6236 <context context-type="linenumber">1</context>
6237 </context-group>
6238 </trans-unit>
6239 <trans-unit id="96d143e59c90c4f479eb7a3b55e2a24dc676b31f" datatype="html">
6240 <source>Unknown language</source>
6241 <context-group purpose="location">
6242 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
6243 <context context-type="linenumber">1</context>
6244 </context-group>
6245 </trans-unit>
6246 <trans-unit id="732fe7ff80eca196d9825b0ca16134ce8101e93e" datatype="html">
6247 <source>Video settings updated.</source>
6248 <context-group purpose="location">
6249 <context context-type="sourcefile">src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts</context>
6250 <context context-type="linenumber">1</context>
6251 </context-group>
6252 </trans-unit>
6253 <trans-unit id="3ef8bf973a9a481a08c6f0aaa875f0259b3ea645" datatype="html">
6254 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> created.</source>
6255 <context-group purpose="location">
6256 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
6257 <context context-type="linenumber">1</context>
6258 </context-group>
6259 </trans-unit>
6260 <trans-unit id="f359f6adf6cccca7770019f947ed594169ee7d47" datatype="html">
6261 <source>This name already exists on this instance.</source>
6262 <context-group purpose="location">
6263 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-create.component.ts</context>
6264 <context context-type="linenumber">1</context>
6265 </context-group>
6266 </trans-unit>
6267 <trans-unit id="98ab64f0af924a60a48b40835c1b655bd17c6559" datatype="html">
6268 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> updated.</source>
6269 <context-group purpose="location">
6270 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channel-update.component.ts</context>
6271 <context context-type="linenumber">1</context>
6272 </context-group>
6273 </trans-unit>
6274 <trans-unit id="4e613272923d6f1976e3c73e8b857ac45c37b791" datatype="html">
6275 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{channelDisplayName}}"/>? It will delete all videos uploaded in this channel, and you will not be able to create another channel with the same name (<x id="INTERPOLATION_1" equiv-text="{{channelName}}"/>)!</source>
6276 <context-group purpose="location">
6277 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6278 <context context-type="linenumber">1</context>
6279 </context-group>
6280 </trans-unit>
6281 <trans-unit id="3859ca2a7577ba8797058d7d97eb8054bc56ec99" datatype="html">
6282 <source>Please type the display name of the video channel (<x id="INTERPOLATION" equiv-text="{{displayName}}"/>) to confirm</source>
6283 <context-group purpose="location">
6284 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6285 <context context-type="linenumber">1</context>
6286 </context-group>
6287 </trans-unit>
6288 <trans-unit id="a81a33275b683729ad938b6102e7e34a057537a2" datatype="html">
6289 <source>Video channel <x id="INTERPOLATION" equiv-text="{{videoChannelName}}"/> deleted.</source>
6290 <context-group purpose="location">
6291 <context context-type="sourcefile">src/app/+my-account/my-account-video-channels/my-account-video-channels.component.ts</context>
6292 <context context-type="linenumber">1</context>
6293 </context-group>
6294 </trans-unit>
6295 <trans-unit id="c7e4d8688bd06d723e512ab063c0c4fdf4a9804d" datatype="html">
6296 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistName}}"/> created.</source>
6297 <context-group purpose="location">
6298 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-create.component.ts</context>
6299 <context context-type="linenumber">1</context>
6300 </context-group>
6301 </trans-unit>
6302 <trans-unit id="3222e26b41803055328d893a73df485ec8a0328d" datatype="html">
6303 <source>Playlist <x id="INTERPOLATION" equiv-text="{{videoPlaylistName}}"/> updated.</source>
6304 <context-group purpose="location">
6305 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlist-update.component.ts</context>
6306 <context context-type="linenumber">1</context>
6307 </context-group>
6308 </trans-unit>
6309 <trans-unit id="082d28149b07cd5178cad0fdaf2cd8963833b783" datatype="html">
6310 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/>?</source>
6311 <context-group purpose="location">
6312 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
6313 <context context-type="linenumber">1</context>
6314 </context-group>
6315 </trans-unit>
6316 <trans-unit id="d6c948062aa2a0482332d4f7de420a39ac253a86" datatype="html">
6317 <source>Playlist <x id="INTERPOLATION" equiv-text="{{playlistDisplayName}}"/> deleted.</source>
6318 <context-group purpose="location">
6319 <context context-type="sourcefile">src/app/+my-account/my-account-video-playlists/my-account-video-playlists.component.ts</context>
6320 <context context-type="linenumber">1</context>
6321 </context-group>
6322 </trans-unit>
6323 <trans-unit id="d02888c485d3aeab6de628508f4a00312a722894" datatype="html">
6324 <source>My videos</source>
6325 <context-group purpose="location">
6326 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6327 <context context-type="linenumber">1</context>
6328 </context-group>
6329 <context-group purpose="location">
6330 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6331 <context context-type="linenumber">1</context>
6332 </context-group>
6333 </trans-unit>
6334 <trans-unit id="00e16d1f1c5cc936ec0881cd02cbf66aa1b4cddd" datatype="html">
6335 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos?</source>
6336 <context-group purpose="location">
6337 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6338 <context context-type="linenumber">1</context>
6339 </context-group>
6340 </trans-unit>
6341 <trans-unit id="dff7d4574cfaa785cbd4c0a5ffb5befec19a5d83" datatype="html">
6342 <source><x id="INTERPOLATION" equiv-text="{{deleteLength}}"/> videos deleted.</source>
6343 <context-group purpose="location">
6344 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6345 <context context-type="linenumber">1</context>
6346 </context-group>
6347 </trans-unit>
6348 <trans-unit id="4ec5852c869b2fb4ae0e564b51278d7be8013fc7" datatype="html">
6349 <source>Do you really want to delete <x id="INTERPOLATION" equiv-text="{{videoName}}"/>?</source>
6350 <context-group purpose="location">
6351 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6352 <context context-type="linenumber">1</context>
6353 </context-group>
6354 </trans-unit>
6355 <trans-unit id="d39a0bfa616a9a8473b2e379eefe17d8ed1af118" datatype="html">
6356 <source>Video <x id="INTERPOLATION" equiv-text="{{videoName}}"/> deleted.</source>
6357 <context-group purpose="location">
6358 <context context-type="sourcefile">src/app/+my-account/my-account-videos/my-account-videos.component.ts</context>
6359 <context context-type="linenumber">1</context>
6360 </context-group>
6361 <context-group purpose="location">
6362 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
6363 <context context-type="linenumber">1</context>
6364 </context-group>
6365 </trans-unit>
6366 <trans-unit id="740c53a50a618bf5c7a5bd5c3f7321f0bd1840dd" datatype="html">
6367 <source>Ownership change request sent.</source>
6368 <context-group purpose="location">
6369 <context context-type="sourcefile">src/app/+my-account/my-account-videos/video-change-ownership/video-change-ownership.component.ts</context>
6370 <context context-type="linenumber">1</context>
6371 </context-group>
6372 </trans-unit>
6373 <trans-unit id="8dd18d9047c4b2dc9786550dfd8fa99f3b14e17f" datatype="html">
6374 <source>My channels</source>
6375 <context-group purpose="location">
6376 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6377 <context context-type="linenumber">1</context>
6378 </context-group>
6379 </trans-unit>
6380 <trans-unit id="1d3408919f4d08414721cc22c4be39d93d6691d2" datatype="html">
6381 <source>My playlists</source>
6382 <context-group purpose="location">
6383 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6384 <context context-type="linenumber">1</context>
6385 </context-group>
6386 </trans-unit>
6387 <trans-unit id="29038e66547b3ba70701fb34eda68834a56f17d9" datatype="html">
6388 <source>My subscriptions</source>
6389 <context-group purpose="location">
6390 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6391 <context context-type="linenumber">1</context>
6392 </context-group>
6393 </trans-unit>
6394 <trans-unit id="4f953496ca94b4f83af049ff715172df2729fb79" datatype="html">
6395 <source>My history</source>
6396 <context-group purpose="location">
6397 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6398 <context context-type="linenumber">1</context>
6399 </context-group>
6400 </trans-unit>
6401 <trans-unit id="46aa32e581922d6d2c3d7bc4c87209ad5808b029" datatype="html">
6402 <source>Misc</source>
6403 <context-group purpose="location">
6404 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6405 <context context-type="linenumber">1</context>
6406 </context-group>
6407 </trans-unit>
6408 <trans-unit id="73022f1676784c4f9b8cdbb322e52b02ccc800b7" datatype="html">
6409 <source>Ownership changes</source>
6410 <context-group purpose="location">
6411 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6412 <context context-type="linenumber">1</context>
6413 </context-group>
6414 </trans-unit>
6415 <trans-unit id="efad4be364b8fb5c73cbfcc7acccd542f9d84ad6" datatype="html">
6416 <source>My settings</source>
6417 <context-group purpose="location">
6418 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6419 <context context-type="linenumber">1</context>
6420 </context-group>
6421 </trans-unit>
6422 <trans-unit id="0e2434e7d84145c4e8a930ccc4c26c3cb2887e0d" datatype="html">
6423 <source>My notifications</source>
6424 <context-group purpose="location">
6425 <context context-type="sourcefile">src/app/+my-account/my-account.component.ts</context>
6426 <context context-type="linenumber">1</context>
6427 </context-group>
6428 </trans-unit>
6429 <trans-unit id="e58f5785ae64f23cd6a5e010b045511853ed84fa" datatype="html">
6430 <source>Now please check your emails to verify your account and complete signup.</source>
6431 <context-group purpose="location">
6432 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
6433 <context context-type="linenumber">1</context>
6434 </context-group>
6435 </trans-unit>
6436 <trans-unit id="14200e26888a07633c0f177020dce8f3ec7311a6" datatype="html">
6437 <source>You are now logged in as <x id="INTERPOLATION" equiv-text="{{username}}"/>!</source>
6438 <context-group purpose="location">
6439 <context context-type="sourcefile">src/app/+signup/+register/register.component.ts</context>
6440 <context context-type="linenumber">1</context>
6441 </context-group>
6442 </trans-unit>
6443 <trans-unit id="af55337b4032d675ab6b2081af797ca9c979b706" datatype="html">
6444 <source>An email with verification link will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
6445 <context-group purpose="location">
6446 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-ask-send-email/verify-account-ask-send-email.component.ts</context>
6447 <context context-type="linenumber">1</context>
6448 </context-group>
6449 </trans-unit>
6450 <trans-unit id="ccbf0490fb6b60d21e03bb2c9003df0ce1a58752" datatype="html">
6451 <source>Unable to find user id or verification string.</source>
6452 <context-group purpose="location">
6453 <context context-type="sourcefile">src/app/+signup/+verify-account/verify-account-email/verify-account-email.component.ts</context>
6454 <context context-type="linenumber">1</context>
6455 </context-group>
6456 <context-group purpose="location">
6457 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context>
6458 <context context-type="linenumber">1</context>
6459 </context-group>
6460 </trans-unit>
6461 <trans-unit id="2f03e577e8f81a9f8be0095f93e1f9376c6eedc9" datatype="html">
6462 <source>Published videos</source>
6463 <context-group purpose="location">
6464 <context context-type="sourcefile">src/app/+video-channels/video-channel-videos/video-channel-videos.component.ts</context>
6465 <context context-type="linenumber">1</context>
6466 </context-group>
6467 </trans-unit>
6468 <trans-unit id="ff6becacbce7fc0943b0af0df4dd67e5e11bf598" datatype="html">
6469 <source>Subscribe to the account</source>
6470 <context-group purpose="location">
6471 <context context-type="sourcefile">src/app/+video-channels/video-channels.component.ts</context>
6472 <context context-type="linenumber">1</context>
6473 </context-group>
6474 <context-group purpose="location">
6475 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
6476 <context context-type="linenumber">1</context>
6477 </context-group>
6478 </trans-unit>
6479 <trans-unit id="1c95cc372311830f936b39f73c5d6d20c0b16013" datatype="html">
6480 <source>Focus the search bar</source>
6481 <context-group purpose="location">
6482 <context context-type="sourcefile">src/app/app.component.ts</context>
6483 <context context-type="linenumber">1</context>
6484 </context-group>
6485 </trans-unit>
6486 <trans-unit id="b19ee83cbd2b735fd081b9aa483a890578019099" datatype="html">
6487 <source>Toggle the left menu</source>
6488 <context-group purpose="location">
6489 <context context-type="sourcefile">src/app/app.component.ts</context>
6490 <context context-type="linenumber">1</context>
6491 </context-group>
6492 </trans-unit>
6493 <trans-unit id="2cd6194ce733174d2e542c65c46d730581f70b81" datatype="html">
6494 <source>Go to the discover videos page</source>
6495 <context-group purpose="location">
6496 <context context-type="sourcefile">src/app/app.component.ts</context>
6497 <context context-type="linenumber">1</context>
6498 </context-group>
6499 </trans-unit>
6500 <trans-unit id="1e919c88a3f889d6659288e69d3e178da0ea7ab0" datatype="html">
6501 <source>Go to the trending videos page</source>
6502 <context-group purpose="location">
6503 <context context-type="sourcefile">src/app/app.component.ts</context>
6504 <context context-type="linenumber">1</context>
6505 </context-group>
6506 </trans-unit>
6507 <trans-unit id="249618dcdd7fbdc863c0714e2eb9e8940bc9c37d" datatype="html">
6508 <source>Go to the recently added videos page</source>
6509 <context-group purpose="location">
6510 <context context-type="sourcefile">src/app/app.component.ts</context>
6511 <context context-type="linenumber">1</context>
6512 </context-group>
6513 </trans-unit>
6514 <trans-unit id="7e194daef3a3509128c4300d4c7c292c49ebf3f5" datatype="html">
6515 <source>Go to the local videos page</source>
6516 <context-group purpose="location">
6517 <context context-type="sourcefile">src/app/app.component.ts</context>
6518 <context context-type="linenumber">1</context>
6519 </context-group>
6520 </trans-unit>
6521 <trans-unit id="f1fb6204f39a7338e5110b2f113643c9288496ba" datatype="html">
6522 <source>Go to the videos upload page</source>
6523 <context-group purpose="location">
6524 <context context-type="sourcefile">src/app/app.component.ts</context>
6525 <context context-type="linenumber">1</context>
6526 </context-group>
6527 </trans-unit>
6528 <trans-unit id="badd4b24618ccc8a34620acb9053fc654b9612b2" datatype="html">
6529 <source>Go to my subscriptions</source>
6530 <context-group purpose="location">
6531 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6532 <context context-type="linenumber">1</context>
6533 </context-group>
6534 </trans-unit>
6535 <trans-unit id="b7184b5a236618e8edd747529869c392ab6dace1" datatype="html">
6536 <source>Go to my videos</source>
6537 <context-group purpose="location">
6538 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6539 <context context-type="linenumber">1</context>
6540 </context-group>
6541 </trans-unit>
6542 <trans-unit id="acf985bd42886b9b3030b5f68f0e8417c39b40a7" datatype="html">
6543 <source>Go to my imports</source>
6544 <context-group purpose="location">
6545 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6546 <context context-type="linenumber">1</context>
6547 </context-group>
6548 </trans-unit>
6549 <trans-unit id="cfe3c51f0ae9385dc2ce6df740d87e5514aa9390" datatype="html">
6550 <source>Go to my channels</source>
6551 <context-group purpose="location">
6552 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6553 <context context-type="linenumber">1</context>
6554 </context-group>
6555 </trans-unit>
6556 <trans-unit id="edeaa933b09690523e46977e11064e9c655d77d7" datatype="html">
6557 <source>Cannot retrieve OAuth Client credentials: <x id="INTERPOLATION" equiv-text="{{errorText}}"/>.
6558</source>
6559 <context-group purpose="location">
6560 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6561 <context context-type="linenumber">1</context>
6562 </context-group>
6563 </trans-unit>
6564 <trans-unit id="8d9b4f4b69108c3c9aa0f3b0dbde87786ba9b319" datatype="html">
6565 <source>Ensure you have correctly configured PeerTube (config/ directory), in particular the &quot;webserver&quot; section.</source>
6566 <context-group purpose="location">
6567 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6568 <context context-type="linenumber">1</context>
6569 </context-group>
6570 </trans-unit>
6571 <trans-unit id="e31bbf15d6ba5c7c0f17f89a98029cff0bd40b87" datatype="html">
6572 <source>You need to reconnect.</source>
6573 <context-group purpose="location">
6574 <context context-type="sourcefile">src/app/core/auth/auth.service.ts</context>
6575 <context context-type="linenumber">1</context>
6576 </context-group>
6577 </trans-unit>
6578 <trans-unit id="5c0c574151dc8671d9199980ee04bf65aec3b452" datatype="html">
6579 <source>Keyboard Shortcuts:</source>
6580 <context-group purpose="location">
6581 <context context-type="sourcefile">src/app/core/hotkeys/hotkeys.component.ts</context>
6582 <context context-type="linenumber">1</context>
6583 </context-group>
6584 </trans-unit>
6585 <trans-unit id="1e035e6ccfab771cad4226b2ad230cb0d4a88cba" datatype="html">
6586 <source>Success</source>
6587 <context-group purpose="location">
6588 <context context-type="sourcefile">src/app/core/notification/notifier.service.ts</context>
6589 <context context-type="linenumber">1</context>
6590 </context-group>
6591 </trans-unit>
6592 <trans-unit id="247071f6c9233b7e5bc1d8f46795ab6b032f1fbe" datatype="html">
6593 <source>Incorrect username or password.</source>
6594 <context-group purpose="location">
6595 <context context-type="sourcefile">src/app/login/login.component.ts</context>
6596 <context context-type="linenumber">1</context>
6597 </context-group>
6598 </trans-unit>
6599 <trans-unit id="39980cc1cf8df621d43f5480d001bdf5d4139338" datatype="html">
6600 <source>You account is blocked.</source>
6601 <context-group purpose="location">
6602 <context context-type="sourcefile">src/app/login/login.component.ts</context>
6603 <context context-type="linenumber">1</context>
6604 </context-group>
6605 </trans-unit>
6606 <trans-unit id="7701e3762dc4a2b2e302c24f17820bc8dd7cacc1" datatype="html">
6607 <source>An email with the reset password instructions will be sent to <x id="INTERPOLATION" equiv-text="{{email}}"/>.</source>
6608 <context-group purpose="location">
6609 <context context-type="sourcefile">src/app/login/login.component.ts</context>
6610 <context context-type="linenumber">1</context>
6611 </context-group>
6612 </trans-unit>
6613 <trans-unit id="b0f24b7136e551a0deba831f1525711245b31a26" datatype="html">
6614 <source>Your password has been successfully reset!</source>
6615 <context-group purpose="location">
6616 <context context-type="sourcefile">src/app/reset-password/reset-password.component.ts</context>
6617 <context context-type="linenumber">1</context>
6618 </context-group>
6619 </trans-unit>
6620 <trans-unit id="7fb1099e29660162f9154d5b2feee7743a423df6" datatype="html">
6621 <source>Today</source>
6622 <context-group purpose="location">
6623 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6624 <context context-type="linenumber">1</context>
6625 </context-group>
6626 <context-group purpose="location">
6627 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
6628 <context context-type="linenumber">1</context>
6629 </context-group>
6630 </trans-unit>
6631 <trans-unit id="02e0243b60007368f87dc01e083f232dd025096d" datatype="html">
6632 <source>Last 7 days</source>
6633 <context-group purpose="location">
6634 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6635 <context context-type="linenumber">1</context>
6636 </context-group>
6637 </trans-unit>
6638 <trans-unit id="7668986b9f753fcd72ad4a00b1a0c4861d1f7fb8" datatype="html">
6639 <source>Last 30 days</source>
6640 <context-group purpose="location">
6641 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6642 <context context-type="linenumber">1</context>
6643 </context-group>
6644 </trans-unit>
6645 <trans-unit id="a77b663fd9b94c38bc9c6493a51b5f3acacb9bca" datatype="html">
6646 <source>Last 365 days</source>
6647 <context-group purpose="location">
6648 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6649 <context context-type="linenumber">1</context>
6650 </context-group>
6651 </trans-unit>
6652 <trans-unit id="d2f3bf121699ff08a25fa4859bfdf3996bf821cc" datatype="html">
6653 <source>Short (&lt; 4 min)</source>
6654 <context-group purpose="location">
6655 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6656 <context context-type="linenumber">1</context>
6657 </context-group>
6658 </trans-unit>
6659 <trans-unit id="f24d368d6be0fee70fb4503d2ad37a612e1b0889" datatype="html">
6660 <source>Medium (4-10 min)</source>
6661 <context-group purpose="location">
6662 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6663 <context context-type="linenumber">1</context>
6664 </context-group>
6665 </trans-unit>
6666 <trans-unit id="ac0fa1039f09ec0d917303658c5bb1ee813a4225" datatype="html">
6667 <source>Long (&gt; 10 min)</source>
6668 <context-group purpose="location">
6669 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6670 <context context-type="linenumber">1</context>
6671 </context-group>
6672 </trans-unit>
6673 <trans-unit id="ed073fec00d699b7a97bb65b4f3a722b203c5bca" datatype="html">
6674 <source>Relevance</source>
6675 <context-group purpose="location">
6676 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6677 <context context-type="linenumber">1</context>
6678 </context-group>
6679 </trans-unit>
6680 <trans-unit id="1aee80ab35aa99508802cdec6306e110b2feaf9e" datatype="html">
6681 <source>Publish date</source>
6682 <context-group purpose="location">
6683 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6684 <context context-type="linenumber">1</context>
6685 </context-group>
6686 </trans-unit>
6687 <trans-unit id="b7641aed03492978b4ec6843b1e53f30464294d9" datatype="html">
6688 <source>Views</source>
6689 <context-group purpose="location">
6690 <context context-type="sourcefile">src/app/search/search-filters.component.ts</context>
6691 <context context-type="linenumber">1</context>
6692 </context-group>
6693 </trans-unit>
6694 <trans-unit id="0b2054a863319d2cf59867addd125b6717cae41d" datatype="html">
6695 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> years ago</source>
6696 <context-group purpose="location">
6697 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6698 <context context-type="linenumber">1</context>
6699 </context-group>
6700 </trans-unit>
6701 <trans-unit id="e622d3813449fe36371ea258281059306819199d" datatype="html">
6702 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> months ago</source>
6703 <context-group purpose="location">
6704 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6705 <context context-type="linenumber">1</context>
6706 </context-group>
6707 </trans-unit>
6708 <trans-unit id="2f8a5a5f7efb521d7d89dc659ff65dd13cb7b17b" datatype="html">
6709 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> month ago</source>
6710 <context-group purpose="location">
6711 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6712 <context context-type="linenumber">1</context>
6713 </context-group>
6714 </trans-unit>
6715 <trans-unit id="1d1a46543a29096d3c6676be2d561380a0bc94e1" datatype="html">
6716 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> weeks ago</source>
6717 <context-group purpose="location">
6718 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6719 <context context-type="linenumber">1</context>
6720 </context-group>
6721 </trans-unit>
6722 <trans-unit id="e1db0b98b6cdf817508195f3649c48475c32ae7e" datatype="html">
6723 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> week ago</source>
6724 <context-group purpose="location">
6725 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6726 <context context-type="linenumber">1</context>
6727 </context-group>
6728 </trans-unit>
6729 <trans-unit id="a7654c3ece96e777527606f1c2870d6ee0b180f7" datatype="html">
6730 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> days ago</source>
6731 <context-group purpose="location">
6732 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6733 <context context-type="linenumber">1</context>
6734 </context-group>
6735 </trans-unit>
6736 <trans-unit id="5b465235ae55091d32535e23dd180c407f1352d1" datatype="html">
6737 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> day ago</source>
6738 <context-group purpose="location">
6739 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6740 <context context-type="linenumber">1</context>
6741 </context-group>
6742 </trans-unit>
6743 <trans-unit id="dc7addf53bd6405a9c746db6dfca665c33679a84" datatype="html">
6744 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hours ago</source>
6745 <context-group purpose="location">
6746 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6747 <context context-type="linenumber">1</context>
6748 </context-group>
6749 </trans-unit>
6750 <trans-unit id="d54a610250ed38efccf0e3afdd0004f6ad83ea8d" datatype="html">
6751 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> hour ago</source>
6752 <context-group purpose="location">
6753 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6754 <context context-type="linenumber">1</context>
6755 </context-group>
6756 </trans-unit>
6757 <trans-unit id="9704e5e3adce178c127ead05f7057d3fb827308a" datatype="html">
6758 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> min ago</source>
6759 <context-group purpose="location">
6760 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6761 <context context-type="linenumber">1</context>
6762 </context-group>
6763 </trans-unit>
6764 <trans-unit id="7a158a7555a44ea7eff9fa4988df9aa24d262ceb" datatype="html">
6765 <source><x id="INTERPOLATION" equiv-text="{{interval}}"/> sec ago</source>
6766 <context-group purpose="location">
6767 <context context-type="sourcefile">src/app/shared/angular/from-now.pipe.ts</context>
6768 <context context-type="linenumber">1</context>
6769 </context-group>
6770 </trans-unit>
6771 <trans-unit id="68e710782ccb5398b3acb8844caf0b199da2c3da" datatype="html">
6772 <source>Confirm</source>
6773 <context-group purpose="location">
6774 <context context-type="sourcefile">src/app/shared/confirm/confirm.component.ts</context>
6775 <context context-type="linenumber">1</context>
6776 </context-group>
6777 </trans-unit>
6778 <trans-unit id="b67c8e57904c67c4566610363b7f82c748d04323" datatype="html">
6779 <source>Instance name is required.</source>
6780 <context-group purpose="location">
6781 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6782 <context context-type="linenumber">1</context>
6783 </context-group>
6784 </trans-unit>
6785 <trans-unit id="10a248adb1ee12830355a04ac3cde2bad2d41d7d" datatype="html">
6786 <source>Short description should not be longer than 250 characters.</source>
6787 <context-group purpose="location">
6788 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6789 <context context-type="linenumber">1</context>
6790 </context-group>
6791 </trans-unit>
6792 <trans-unit id="356e63270712273da168072ec0fc78a969919bf1" datatype="html">
6793 <source>Twitter username is required.</source>
6794 <context-group purpose="location">
6795 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6796 <context context-type="linenumber">1</context>
6797 </context-group>
6798 </trans-unit>
6799 <trans-unit id="dbb2ef02020afc05e146855f2e1dd7c9522d49b6" datatype="html">
6800 <source>Previews cache size is required.</source>
6801 <context-group purpose="location">
6802 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6803 <context context-type="linenumber">1</context>
6804 </context-group>
6805 </trans-unit>
6806 <trans-unit id="97836c6e698185b4ce357de9d4b2ab3e838f2459" datatype="html">
6807 <source>Previews cache size must be greater than 1.</source>
6808 <context-group purpose="location">
6809 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6810 <context context-type="linenumber">1</context>
6811 </context-group>
6812 </trans-unit>
6813 <trans-unit id="e7393dc4a4aa12d005582eb9e1ddc7e5ca5bebd3" datatype="html">
6814 <source>Previews cache size must be a number.</source>
6815 <context-group purpose="location">
6816 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6817 <context context-type="linenumber">1</context>
6818 </context-group>
6819 </trans-unit>
6820 <trans-unit id="545f5dea553b2d7c4a65920ccdcb1e9dbdc7f4d8" datatype="html">
6821 <source>Captions cache size is required.</source>
6822 <context-group purpose="location">
6823 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6824 <context context-type="linenumber">1</context>
6825 </context-group>
6826 </trans-unit>
6827 <trans-unit id="a8d7131c0ca1eefe7b058e6081236ca1be364e2c" datatype="html">
6828 <source>Captions cache size must be greater than 1.</source>
6829 <context-group purpose="location">
6830 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6831 <context context-type="linenumber">1</context>
6832 </context-group>
6833 </trans-unit>
6834 <trans-unit id="c3decd47b03cf542df091c1a2fb25b756e59074e" datatype="html">
6835 <source>Captions cache size must be a number.</source>
6836 <context-group purpose="location">
6837 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6838 <context context-type="linenumber">1</context>
6839 </context-group>
6840 </trans-unit>
6841 <trans-unit id="2cdd5a8c604ef16c2f9a17ed81d73f4f9509e828" datatype="html">
6842 <source>Signup limit is required.</source>
6843 <context-group purpose="location">
6844 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6845 <context context-type="linenumber">1</context>
6846 </context-group>
6847 </trans-unit>
6848 <trans-unit id="0ca9f7ec55c9896add6e82d2b52e9217e1140cf7" datatype="html">
6849 <source>Signup limit must be greater than 1.</source>
6850 <context-group purpose="location">
6851 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6852 <context context-type="linenumber">1</context>
6853 </context-group>
6854 </trans-unit>
6855 <trans-unit id="58c2f66ba74f1400914031ef4ed635938e9e8ced" datatype="html">
6856 <source>Signup limit must be a number.</source>
6857 <context-group purpose="location">
6858 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6859 <context context-type="linenumber">1</context>
6860 </context-group>
6861 </trans-unit>
6862 <trans-unit id="1245841647f9b42d3e7554903c1c50bdd80ab021" datatype="html">
6863 <source>Admin email is required.</source>
6864 <context-group purpose="location">
6865 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6866 <context context-type="linenumber">1</context>
6867 </context-group>
6868 </trans-unit>
6869 <trans-unit id="3fd2feb77dfe57fe82573e3cdf996105e2fafc66" datatype="html">
6870 <source>Admin email must be valid.</source>
6871 <context-group purpose="location">
6872 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6873 <context context-type="linenumber">1</context>
6874 </context-group>
6875 </trans-unit>
6876 <trans-unit id="f15f2e02b1f6a96553e98ea4a969045d17ec1400" datatype="html">
6877 <source>Transcoding threads is required.</source>
6878 <context-group purpose="location">
6879 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6880 <context context-type="linenumber">1</context>
6881 </context-group>
6882 </trans-unit>
6883 <trans-unit id="4166cc066b963a23829b48a09e394f73b453fabd" datatype="html">
6884 <source>Transcoding threads must be greater or equal to 0.</source>
6885 <context-group purpose="location">
6886 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6887 <context context-type="linenumber">1</context>
6888 </context-group>
6889 </trans-unit>
6890 <trans-unit id="6975c8c2dac1982f393cb9a890e33ef95b758111" datatype="html">
6891 <source>Index URL is required.</source>
6892 <context-group purpose="location">
6893 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6894 <context context-type="linenumber">1</context>
6895 </context-group>
6896 </trans-unit>
6897 <trans-unit id="febc4795f39d34b901907a2718b0c5c21165eb36" datatype="html">
6898 <source>Index URL should be a URL</source>
6899 <context-group purpose="location">
6900 <context context-type="sourcefile">src/app/shared/forms/form-validators/custom-config-validators.service.ts</context>
6901 <context context-type="linenumber">1</context>
6902 </context-group>
6903 </trans-unit>
6904 <trans-unit id="b6f52e19f074f77866fa03fabe1ddd5cdae346f0" datatype="html">
6905 <source>Email is required.</source>
6906 <context-group purpose="location">
6907 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6908 <context context-type="linenumber">1</context>
6909 </context-group>
6910 <context-group purpose="location">
6911 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
6912 <context context-type="linenumber">1</context>
6913 </context-group>
6914 </trans-unit>
6915 <trans-unit id="bef8a36c3dffff15fb5faf3d20bdbbbc1af824c1" datatype="html">
6916 <source>Email must be valid.</source>
6917 <context-group purpose="location">
6918 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6919 <context context-type="linenumber">1</context>
6920 </context-group>
6921 <context-group purpose="location">
6922 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
6923 <context context-type="linenumber">1</context>
6924 </context-group>
6925 </trans-unit>
6926 <trans-unit id="ac451f128840b34804ea69c820dc3566f476fb33" datatype="html">
6927 <source>Your name is required.</source>
6928 <context-group purpose="location">
6929 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6930 <context context-type="linenumber">1</context>
6931 </context-group>
6932 </trans-unit>
6933 <trans-unit id="1fc4633008a2431fdec891d58efcc8b865d7de1a" datatype="html">
6934 <source>Your name must be at least 1 character long.</source>
6935 <context-group purpose="location">
6936 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6937 <context context-type="linenumber">1</context>
6938 </context-group>
6939 </trans-unit>
6940 <trans-unit id="c7b44b92c0ce3ccd2f804d001e13da399524e11b" datatype="html">
6941 <source>Your name cannot be more than 120 characters long.</source>
6942 <context-group purpose="location">
6943 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6944 <context context-type="linenumber">1</context>
6945 </context-group>
6946 </trans-unit>
6947 <trans-unit id="73417de6b009e361996f9cd0e3b83d88bed368b6" datatype="html">
6948 <source>A subject is required.</source>
6949 <context-group purpose="location">
6950 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6951 <context context-type="linenumber">1</context>
6952 </context-group>
6953 </trans-unit>
6954 <trans-unit id="4f049fd004313524afeaf0ae25f98583a0ffd29b" datatype="html">
6955 <source>The subject must be at least 1 character long.</source>
6956 <context-group purpose="location">
6957 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6958 <context context-type="linenumber">1</context>
6959 </context-group>
6960 </trans-unit>
6961 <trans-unit id="d82f880ea1d0ee03c47bf1212a0fbcb23b3edf18" datatype="html">
6962 <source>The subject cannot be more than 120 characters long.</source>
6963 <context-group purpose="location">
6964 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6965 <context context-type="linenumber">1</context>
6966 </context-group>
6967 </trans-unit>
6968 <trans-unit id="40b35cf927f9f9a59404a6c914ec4632690b69b2" datatype="html">
6969 <source>A message is required.</source>
6970 <context-group purpose="location">
6971 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6972 <context context-type="linenumber">1</context>
6973 </context-group>
6974 </trans-unit>
6975 <trans-unit id="d8d4a23f467ee3e93ca0edb1198c233ed633cf64" datatype="html">
6976 <source>The message must be at least 3 characters long.</source>
6977 <context-group purpose="location">
6978 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6979 <context context-type="linenumber">1</context>
6980 </context-group>
6981 </trans-unit>
6982 <trans-unit id="07422f6141cfcabaf3c2ce77e3e063222849ef60" datatype="html">
6983 <source>The message cannot be more than 5000 characters long.</source>
6984 <context-group purpose="location">
6985 <context context-type="sourcefile">src/app/shared/forms/form-validators/instance-validators.service.ts</context>
6986 <context context-type="linenumber">1</context>
6987 </context-group>
6988 </trans-unit>
6989 <trans-unit id="5db300f6fba918a35597160183205ede13e8e149" datatype="html">
6990 <source>Username is required.</source>
6991 <context-group purpose="location">
6992 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context>
6993 <context context-type="linenumber">1</context>
6994 </context-group>
6995 <context-group purpose="location">
6996 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
6997 <context context-type="linenumber">1</context>
6998 </context-group>
6999 </trans-unit>
7000 <trans-unit id="4eb39d69b74d7a56652ec84fa6826994ee26c0e5" datatype="html">
7001 <source>Password is required.</source>
7002 <context-group purpose="location">
7003 <context context-type="sourcefile">src/app/shared/forms/form-validators/login-validators.service.ts</context>
7004 <context context-type="linenumber">1</context>
7005 </context-group>
7006 <context-group purpose="location">
7007 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7008 <context context-type="linenumber">1</context>
7009 </context-group>
7010 </trans-unit>
7011 <trans-unit id="c90872a06666a51c2957c4b29724e68df5c67154" datatype="html">
7012 <source>Confirmation of the password is required.</source>
7013 <context-group purpose="location">
7014 <context context-type="sourcefile">src/app/shared/forms/form-validators/reset-password-validators.service.ts</context>
7015 <context context-type="linenumber">1</context>
7016 </context-group>
7017 </trans-unit>
7018 <trans-unit id="6330d25a3bc6f55dfd5177da6e681d1d3b1a2b1a" datatype="html">
7019 <source>Username must be at least 1 character long.</source>
7020 <context-group purpose="location">
7021 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7022 <context context-type="linenumber">1</context>
7023 </context-group>
7024 </trans-unit>
7025 <trans-unit id="aaaf3d00c35f809eebc7fd68a3f7b8b0230b197a" datatype="html">
7026 <source>Username cannot be more than 50 characters long.</source>
7027 <context-group purpose="location">
7028 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7029 <context context-type="linenumber">1</context>
7030 </context-group>
7031 </trans-unit>
7032 <trans-unit id="6f3e95be2538a22da07beaefc39bb2195683990c" datatype="html">
7033 <source>Username should be lowercase alphanumeric; dots and underscores are allowed.</source>
7034 <context-group purpose="location">
7035 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7036 <context context-type="linenumber">1</context>
7037 </context-group>
7038 </trans-unit>
7039 <trans-unit id="1fe26e49476ac701885abc59127e96a3760847f0" datatype="html">
7040 <source>Password must be at least 6 characters long.</source>
7041 <context-group purpose="location">
7042 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7043 <context context-type="linenumber">1</context>
7044 </context-group>
7045 </trans-unit>
7046 <trans-unit id="0a154031f3e66985af96d5f903441cf84f0dc75e" datatype="html">
7047 <source>Password cannot be more than 255 characters long.</source>
7048 <context-group purpose="location">
7049 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7050 <context context-type="linenumber">1</context>
7051 </context-group>
7052 </trans-unit>
7053 <trans-unit id="2db8f1f93a5485c32267762a3bf4da499832e732" datatype="html">
7054 <source>The new password and the confirmed password do not correspond.</source>
7055 <context-group purpose="location">
7056 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7057 <context context-type="linenumber">1</context>
7058 </context-group>
7059 </trans-unit>
7060 <trans-unit id="abede840116d58f04a55d99a6cbd68da8a3e1bbf" datatype="html">
7061 <source>Video quota is required.</source>
7062 <context-group purpose="location">
7063 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7064 <context context-type="linenumber">1</context>
7065 </context-group>
7066 </trans-unit>
7067 <trans-unit id="93a6dc1d3aa0d3201c86ef1ec8adf5cf0ada3c80" datatype="html">
7068 <source>Quota must be greater than -1.</source>
7069 <context-group purpose="location">
7070 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7071 <context context-type="linenumber">1</context>
7072 </context-group>
7073 </trans-unit>
7074 <trans-unit id="7e58d1fb4e86af94f5199660ef349d55811888bb" datatype="html">
7075 <source>Daily upload limit is required.</source>
7076 <context-group purpose="location">
7077 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7078 <context context-type="linenumber">1</context>
7079 </context-group>
7080 </trans-unit>
7081 <trans-unit id="e283cbc4469959ea664f9d545f15278e089a6f1e" datatype="html">
7082 <source>Daily upload limit must be greater than -1.</source>
7083 <context-group purpose="location">
7084 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7085 <context context-type="linenumber">1</context>
7086 </context-group>
7087 </trans-unit>
7088 <trans-unit id="545e77fd5d9526228a2133109447c23225ed9c85" datatype="html">
7089 <source>User role is required.</source>
7090 <context-group purpose="location">
7091 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7092 <context context-type="linenumber">1</context>
7093 </context-group>
7094 </trans-unit>
7095 <trans-unit id="d531c2261dc0c2739bd7cbb2bb175946b7eeb3ae" datatype="html">
7096 <source>Description must be at least 3 characters long.</source>
7097 <context-group purpose="location">
7098 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7099 <context context-type="linenumber">1</context>
7100 </context-group>
7101 <context-group purpose="location">
7102 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7103 <context context-type="linenumber">1</context>
7104 </context-group>
7105 <context-group purpose="location">
7106 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7107 <context context-type="linenumber">1</context>
7108 </context-group>
7109 </trans-unit>
7110 <trans-unit id="a4179e366d4aa335f1ddd0a13e9109c71a9338d0" datatype="html">
7111 <source>Description cannot be more than 1000 characters long.</source>
7112 <context-group purpose="location">
7113 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7114 <context context-type="linenumber">1</context>
7115 </context-group>
7116 <context-group purpose="location">
7117 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7118 <context context-type="linenumber">1</context>
7119 </context-group>
7120 <context-group purpose="location">
7121 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7122 <context context-type="linenumber">1</context>
7123 </context-group>
7124 </trans-unit>
7125 <trans-unit id="1d973f9ee250b94d31ceb5c763edcd9b255ea524" datatype="html">
7126 <source>You must agree with the instance terms in order to register on it.</source>
7127 <context-group purpose="location">
7128 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7129 <context context-type="linenumber">1</context>
7130 </context-group>
7131 </trans-unit>
7132 <trans-unit id="6d2c3ebffd49b8933200a6d4e5b74712be49bf00" datatype="html">
7133 <source>Ban reason must be at least 3 characters long.</source>
7134 <context-group purpose="location">
7135 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7136 <context context-type="linenumber">1</context>
7137 </context-group>
7138 </trans-unit>
7139 <trans-unit id="be32ff1dd6e464c5c085dd7d128316f476d2e0fd" datatype="html">
7140 <source>Ban reason cannot be more than 250 characters long.</source>
7141 <context-group purpose="location">
7142 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7143 <context context-type="linenumber">1</context>
7144 </context-group>
7145 </trans-unit>
7146 <trans-unit id="1c417b7aef730d6ef5d62fa8a0a7e25e3a2393e4" datatype="html">
7147 <source>Display name is required.</source>
7148 <context-group purpose="location">
7149 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7150 <context context-type="linenumber">1</context>
7151 </context-group>
7152 <context-group purpose="location">
7153 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7154 <context context-type="linenumber">1</context>
7155 </context-group>
7156 <context-group purpose="location">
7157 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7158 <context context-type="linenumber">1</context>
7159 </context-group>
7160 </trans-unit>
7161 <trans-unit id="085b2d6f79819a72a2b56cada4ef5085ba51d90c" datatype="html">
7162 <source>Display name must be at least 1 character long.</source>
7163 <context-group purpose="location">
7164 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7165 <context context-type="linenumber">1</context>
7166 </context-group>
7167 <context-group purpose="location">
7168 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7169 <context context-type="linenumber">1</context>
7170 </context-group>
7171 <context-group purpose="location">
7172 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7173 <context context-type="linenumber">1</context>
7174 </context-group>
7175 </trans-unit>
7176 <trans-unit id="5a920575b8e1067f5b11c66a4a36d3ced87756f1" datatype="html">
7177 <source>Display name cannot be more than 50 characters long.</source>
7178 <context-group purpose="location">
7179 <context context-type="sourcefile">src/app/shared/forms/form-validators/user-validators.service.ts</context>
7180 <context context-type="linenumber">1</context>
7181 </context-group>
7182 <context-group purpose="location">
7183 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7184 <context context-type="linenumber">1</context>
7185 </context-group>
7186 </trans-unit>
7187 <trans-unit id="b3cf1889d2fdd6b15e697c270c9b80772fe2cae6" datatype="html">
7188 <source>Report reason is required.</source>
7189 <context-group purpose="location">
7190 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7191 <context context-type="linenumber">1</context>
7192 </context-group>
7193 </trans-unit>
7194 <trans-unit id="993f9f5703d449a1d467243db75253d288a2947e" datatype="html">
7195 <source>Report reason must be at least 2 characters long.</source>
7196 <context-group purpose="location">
7197 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7198 <context context-type="linenumber">1</context>
7199 </context-group>
7200 </trans-unit>
7201 <trans-unit id="8c7d4c82b057aea5dbae811e16935f9bcae4c2aa" datatype="html">
7202 <source>Report reason cannot be more than 3000 characters long.</source>
7203 <context-group purpose="location">
7204 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7205 <context context-type="linenumber">1</context>
7206 </context-group>
7207 </trans-unit>
7208 <trans-unit id="2fa41debd17a206d4a2a5e8d14bcd7055f6e5118" datatype="html">
7209 <source>Moderation comment is required.</source>
7210 <context-group purpose="location">
7211 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7212 <context context-type="linenumber">1</context>
7213 </context-group>
7214 </trans-unit>
7215 <trans-unit id="82e31d0837eaa69a4364e7434d253ce138b3c5c2" datatype="html">
7216 <source>Moderation comment must be at least 2 characters long.</source>
7217 <context-group purpose="location">
7218 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7219 <context context-type="linenumber">1</context>
7220 </context-group>
7221 </trans-unit>
7222 <trans-unit id="23c1c2e105a98b0b6728949418a256b026b8971c" datatype="html">
7223 <source>Moderation comment cannot be more than 3000 characters long.</source>
7224 <context-group purpose="location">
7225 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-abuse-validators.service.ts</context>
7226 <context context-type="linenumber">1</context>
7227 </context-group>
7228 </trans-unit>
7229 <trans-unit id="94b831c7e3684258f88e099c6cd3b8f73f8a2de6" datatype="html">
7230 <source>The channel is required.</source>
7231 <context-group purpose="location">
7232 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-accept-ownership-validators.service.ts</context>
7233 <context context-type="linenumber">1</context>
7234 </context-group>
7235 </trans-unit>
7236 <trans-unit id="0776b05d442a0a16f083a5eefa52a166b9d514ca" datatype="html">
7237 <source>Blacklist reason must be at least 2 characters long.</source>
7238 <context-group purpose="location">
7239 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context>
7240 <context context-type="linenumber">1</context>
7241 </context-group>
7242 </trans-unit>
7243 <trans-unit id="5009443905b0b152915247799492bf5e164e7626" datatype="html">
7244 <source>Blacklist reason cannot be more than 300 characters long.</source>
7245 <context-group purpose="location">
7246 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-blacklist-validators.service.ts</context>
7247 <context context-type="linenumber">1</context>
7248 </context-group>
7249 </trans-unit>
7250 <trans-unit id="c9eadf8830b3bc09bd444d739af86414eed9bd9e" datatype="html">
7251 <source>Video caption language is required.</source>
7252 <context-group purpose="location">
7253 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
7254 <context context-type="linenumber">1</context>
7255 </context-group>
7256 </trans-unit>
7257 <trans-unit id="82083ae96724851ff37e1c7e4e9f907c25677963" datatype="html">
7258 <source>Video caption file is required.</source>
7259 <context-group purpose="location">
7260 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-captions-validators.service.ts</context>
7261 <context context-type="linenumber">1</context>
7262 </context-group>
7263 </trans-unit>
7264 <trans-unit id="bd7fc070c728dc6dbf3959d49fe5bb27ce15d294" datatype="html">
7265 <source>The username is required.</source>
7266 <context-group purpose="location">
7267 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context>
7268 <context context-type="linenumber">1</context>
7269 </context-group>
7270 </trans-unit>
7271 <trans-unit id="c8465c3773699dd075e0147e264d2e232f605803" datatype="html">
7272 <source>You can only transfer ownership to a local account</source>
7273 <context-group purpose="location">
7274 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-change-ownership-validators.service.ts</context>
7275 <context context-type="linenumber">1</context>
7276 </context-group>
7277 </trans-unit>
7278 <trans-unit id="541087322c34e8b26954fd67ff4fc80d1a6c1b33" datatype="html">
7279 <source>Name is required.</source>
7280 <context-group purpose="location">
7281 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7282 <context context-type="linenumber">1</context>
7283 </context-group>
7284 </trans-unit>
7285 <trans-unit id="b8b59b6284a14fc71268cf722ed98c62c5af4a76" datatype="html">
7286 <source>Name must be at least 1 character long.</source>
7287 <context-group purpose="location">
7288 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7289 <context context-type="linenumber">1</context>
7290 </context-group>
7291 </trans-unit>
7292 <trans-unit id="e14cd37d29f13eac7384c339e4f1df58d96e4e3d" datatype="html">
7293 <source>Name cannot be more than 50 characters long.</source>
7294 <context-group purpose="location">
7295 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7296 <context context-type="linenumber">1</context>
7297 </context-group>
7298 </trans-unit>
7299 <trans-unit id="135185da003b14cbb69521f570fa617a00bbbe18" datatype="html">
7300 <source>Name should be lowercase alphanumeric; dots and underscores are allowed.</source>
7301 <context-group purpose="location">
7302 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7303 <context context-type="linenumber">1</context>
7304 </context-group>
7305 </trans-unit>
7306 <trans-unit id="e7182e21e9566cc81c83f92727461322f71fd69b" datatype="html">
7307 <source>Support text must be at least 3 characters long.</source>
7308 <context-group purpose="location">
7309 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7310 <context context-type="linenumber">1</context>
7311 </context-group>
7312 </trans-unit>
7313 <trans-unit id="15ec53d9ee65cb930c5f5d10ae2e8dd3fd44fc85" datatype="html">
7314 <source>Support text cannot be more than 1000 characters long.</source>
7315 <context-group purpose="location">
7316 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-channel-validators.service.ts</context>
7317 <context context-type="linenumber">1</context>
7318 </context-group>
7319 </trans-unit>
7320 <trans-unit id="6ca60e0f6dfbc0073b0514bce7d273150b0b9e79" datatype="html">
7321 <source>Comment is required.</source>
7322 <context-group purpose="location">
7323 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
7324 <context context-type="linenumber">1</context>
7325 </context-group>
7326 </trans-unit>
7327 <trans-unit id="f5a94cae76685e72f33541b977efdd7845cb0ed6" datatype="html">
7328 <source>Comment must be at least 2 characters long.</source>
7329 <context-group purpose="location">
7330 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
7331 <context context-type="linenumber">1</context>
7332 </context-group>
7333 </trans-unit>
7334 <trans-unit id="7c194080446ee6901fd17a8b8648534ffe98b123" datatype="html">
7335 <source>Comment cannot be more than 3000 characters long.</source>
7336 <context-group purpose="location">
7337 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-comment-validators.service.ts</context>
7338 <context context-type="linenumber">1</context>
7339 </context-group>
7340 </trans-unit>
7341 <trans-unit id="e81bda510399d52f26a44a15c3dbf4d6205d90a9" datatype="html">
7342 <source>Display name cannot be more than 120 characters long.</source>
7343 <context-group purpose="location">
7344 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7345 <context context-type="linenumber">1</context>
7346 </context-group>
7347 </trans-unit>
7348 <trans-unit id="e8c50a2e0b9a6eec54a983a3284839d81739f18c" datatype="html">
7349 <source>Privacy is required.</source>
7350 <context-group purpose="location">
7351 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7352 <context context-type="linenumber">1</context>
7353 </context-group>
7354 </trans-unit>
7355 <trans-unit id="3499ad3f4da49c7373332c5052d543929b94dc9c" datatype="html">
7356 <source>The channel is required when the playlist is public.</source>
7357 <context-group purpose="location">
7358 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-playlist-validators.service.ts</context>
7359 <context context-type="linenumber">1</context>
7360 </context-group>
7361 </trans-unit>
7362 <trans-unit id="cdc51eaeab88683610a28af8645cf91d136b39e1" datatype="html">
7363 <source>Video name is required.</source>
7364 <context-group purpose="location">
7365 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7366 <context context-type="linenumber">1</context>
7367 </context-group>
7368 </trans-unit>
7369 <trans-unit id="c27cc734f76efd221663921dd0898ea7c8bcbb5c" datatype="html">
7370 <source>Video name must be at least 3 characters long.</source>
7371 <context-group purpose="location">
7372 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7373 <context context-type="linenumber">1</context>
7374 </context-group>
7375 </trans-unit>
7376 <trans-unit id="0320d0f7f8eec2341e27ca53d7875217a3d99695" datatype="html">
7377 <source>Video name cannot be more than 120 characters long.</source>
7378 <context-group purpose="location">
7379 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7380 <context context-type="linenumber">1</context>
7381 </context-group>
7382 </trans-unit>
7383 <trans-unit id="a627c58cf1849d7d838696e7f36c1bae1a8b31a4" datatype="html">
7384 <source>Video privacy is required.</source>
7385 <context-group purpose="location">
7386 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7387 <context context-type="linenumber">1</context>
7388 </context-group>
7389 </trans-unit>
7390 <trans-unit id="97afb789c1ab09074495d49aaadb92a1c3e71a16" datatype="html">
7391 <source>Video channel is required.</source>
7392 <context-group purpose="location">
7393 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7394 <context context-type="linenumber">1</context>
7395 </context-group>
7396 </trans-unit>
7397 <trans-unit id="af5e2d5f3ac817c735fb7ff9ca16322789f66fef" datatype="html">
7398 <source>Video description must be at least 3 characters long.</source>
7399 <context-group purpose="location">
7400 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7401 <context context-type="linenumber">1</context>
7402 </context-group>
7403 </trans-unit>
7404 <trans-unit id="ce28a9403c2d7e5da2e59af27118f8b6d109e906" datatype="html">
7405 <source>Video description cannot be more than 10000 characters long.</source>
7406 <context-group purpose="location">
7407 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7408 <context context-type="linenumber">1</context>
7409 </context-group>
7410 </trans-unit>
7411 <trans-unit id="f1cffdc2e156716cd9880201d65ba457d11464f8" datatype="html">
7412 <source>A tag should be more than 2 characters long.</source>
7413 <context-group purpose="location">
7414 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7415 <context context-type="linenumber">1</context>
7416 </context-group>
7417 </trans-unit>
7418 <trans-unit id="34a0811f9a2a7366cc9efcdad52ea59b105326ea" datatype="html">
7419 <source>A tag should be less than 30 characters long.</source>
7420 <context-group purpose="location">
7421 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7422 <context context-type="linenumber">1</context>
7423 </context-group>
7424 </trans-unit>
7425 <trans-unit id="665092574f9af9fec262f8349b67b14192391ae6" datatype="html">
7426 <source>Video support must be at least 3 characters long.</source>
7427 <context-group purpose="location">
7428 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7429 <context context-type="linenumber">1</context>
7430 </context-group>
7431 </trans-unit>
7432 <trans-unit id="f17de746af56840511cae11559539b6d8b6955ad" datatype="html">
7433 <source>Video support cannot be more than 1000 characters long.</source>
7434 <context-group purpose="location">
7435 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7436 <context context-type="linenumber">1</context>
7437 </context-group>
7438 </trans-unit>
7439 <trans-unit id="453413bf387dea681958871319bab489dd5e6ec0" datatype="html">
7440 <source>A date is required to schedule video update.</source>
7441 <context-group purpose="location">
7442 <context context-type="sourcefile">src/app/shared/forms/form-validators/video-validators.service.ts</context>
7443 <context context-type="linenumber">1</context>
7444 </context-group>
7445 </trans-unit>
7446 <trans-unit id="3b7ed22d0730d03b38c254332829d855ee7256c4" datatype="html">
7447 <source>This file is too large.</source>
7448 <context-group purpose="location">
7449 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
7450 <context context-type="linenumber">1</context>
7451 </context-group>
7452 </trans-unit>
7453 <trans-unit id="2f5f2093f14679fed82ff76a0cd2a28145a83ca9" datatype="html">
7454 <source>PeerTube cannot handle this kind of file. Accepted extensions are <x id="INTERPOLATION" equiv-text="{{extensions}}"/>.</source>
7455 <context-group purpose="location">
7456 <context context-type="sourcefile">src/app/shared/forms/reactive-file.component.ts</context>
7457 <context context-type="linenumber">1</context>
7458 </context-group>
7459 </trans-unit>
7460 <trans-unit id="0bf41abaa85526711f7952b4600e4044bc7f04a4" datatype="html">
7461 <source>All unsaved data will be lost, are you sure you want to leave this page?</source>
7462 <context-group purpose="location">
7463 <context context-type="sourcefile">src/app/shared/guards/can-deactivate-guard.service.ts</context>
7464 <context context-type="linenumber">1</context>
7465 </context-group>
7466 </trans-unit>
7467 <trans-unit id="8339364b054610983b7f2334bb807fff7613bddf" datatype="html">
7468 <source>Sunday</source>
7469 <context-group purpose="location">
7470 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7471 <context context-type="linenumber">1</context>
7472 </context-group>
7473 </trans-unit>
7474 <trans-unit id="a43c57a7cbebf57eb33a2eae5e994c91d9887596" datatype="html">
7475 <source>Monday</source>
7476 <context-group purpose="location">
7477 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7478 <context context-type="linenumber">1</context>
7479 </context-group>
7480 </trans-unit>
7481 <trans-unit id="48a2a35957ce394eb2c59ae35c99642360af70ee" datatype="html">
7482 <source>Tuesday</source>
7483 <context-group purpose="location">
7484 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7485 <context context-type="linenumber">1</context>
7486 </context-group>
7487 </trans-unit>
7488 <trans-unit id="b0af441f9ba8b82952b9ec10fb8c62e8fec67df9" datatype="html">
7489 <source>Wednesday</source>
7490 <context-group purpose="location">
7491 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7492 <context context-type="linenumber">1</context>
7493 </context-group>
7494 </trans-unit>
7495 <trans-unit id="55c583b99c809818ec27df065ccf05357a6ac10b" datatype="html">
7496 <source>Thursday</source>
7497 <context-group purpose="location">
7498 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7499 <context context-type="linenumber">1</context>
7500 </context-group>
7501 </trans-unit>
7502 <trans-unit id="e91b54925dc5f490753f60f53ef6f8b4609e6215" datatype="html">
7503 <source>Friday</source>
7504 <context-group purpose="location">
7505 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7506 <context context-type="linenumber">1</context>
7507 </context-group>
7508 </trans-unit>
7509 <trans-unit id="c0d2dd391a3eca8e841a5d0e035cd268280eb68e" datatype="html">
7510 <source>Saturday</source>
7511 <context-group purpose="location">
7512 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7513 <context context-type="linenumber">1</context>
7514 </context-group>
7515 </trans-unit>
7516 <trans-unit id="6549890cd0d6b59fb0e1aa383b00483a68a55eef" datatype="html">
7517 <source>Sun</source>
7518 <context-group purpose="location">
7519 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7520 <context context-type="linenumber">1</context>
7521 </context-group>
7522 <note priority="1" from="description">Day name short</note>
7523 </trans-unit>
7524 <trans-unit id="3382aa5d7f520e197fb59a4995fe1beffca2d0ff" datatype="html">
7525 <source>Mon</source>
7526 <context-group purpose="location">
7527 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7528 <context context-type="linenumber">1</context>
7529 </context-group>
7530 <note priority="1" from="description">Day name short</note>
7531 </trans-unit>
7532 <trans-unit id="f883ec926274974df0fc46c037cbffd6a863ebc9" datatype="html">
7533 <source>Tue</source>
7534 <context-group purpose="location">
7535 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7536 <context context-type="linenumber">1</context>
7537 </context-group>
7538 <note priority="1" from="description">Day name short</note>
7539 </trans-unit>
7540 <trans-unit id="242b4f4b5651e24f9a9007ef153a57981e4b989d" datatype="html">
7541 <source>Wed</source>
7542 <context-group purpose="location">
7543 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7544 <context context-type="linenumber">1</context>
7545 </context-group>
7546 <note priority="1" from="description">Day name short</note>
7547 </trans-unit>
7548 <trans-unit id="5a2c39d56b8f00a6a4670a63b53caacbda953be6" datatype="html">
7549 <source>Thu</source>
7550 <context-group purpose="location">
7551 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7552 <context context-type="linenumber">1</context>
7553 </context-group>
7554 <note priority="1" from="description">Day name short</note>
7555 </trans-unit>
7556 <trans-unit id="4cdf23d523a0e52e0dec9cd650ffd9bd6952792c" datatype="html">
7557 <source>Fri</source>
7558 <context-group purpose="location">
7559 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7560 <context context-type="linenumber">1</context>
7561 </context-group>
7562 <note priority="1" from="description">Day name short</note>
7563 </trans-unit>
7564 <trans-unit id="1283d165a942d7f4c469ba34f99dbb9e927d0261" datatype="html">
7565 <source>Sat</source>
7566 <context-group purpose="location">
7567 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7568 <context context-type="linenumber">1</context>
7569 </context-group>
7570 <note priority="1" from="description">Day name short</note>
7571 </trans-unit>
7572 <trans-unit id="2fba8448ff13105c57665a9a6ffcfe9615d855dd" datatype="html">
7573 <source>Su</source>
7574 <context-group purpose="location">
7575 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7576 <context context-type="linenumber">1</context>
7577 </context-group>
7578 <note priority="1" from="description">Day name min</note>
7579 </trans-unit>
7580 <trans-unit id="388144af7ac7651d2615b9be0e84f43ae71d9fb3" datatype="html">
7581 <source>Mo</source>
7582 <context-group purpose="location">
7583 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7584 <context context-type="linenumber">1</context>
7585 </context-group>
7586 <note priority="1" from="description">Day name min</note>
7587 </trans-unit>
7588 <trans-unit id="d96313e42b5f0751ce2676a31d309b4d322ab462" datatype="html">
7589 <source>Tu</source>
7590 <context-group purpose="location">
7591 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7592 <context context-type="linenumber">1</context>
7593 </context-group>
7594 <note priority="1" from="description">Day name min</note>
7595 </trans-unit>
7596 <trans-unit id="06cc3d39f78c0615b707cef39cd4875599611fef" datatype="html">
7597 <source>We</source>
7598 <context-group purpose="location">
7599 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7600 <context context-type="linenumber">1</context>
7601 </context-group>
7602 <note priority="1" from="description">Day name min</note>
7603 </trans-unit>
7604 <trans-unit id="790894436cca9d675d59be9a8aafd58acccde2cd" datatype="html">
7605 <source>Th</source>
7606 <context-group purpose="location">
7607 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7608 <context context-type="linenumber">1</context>
7609 </context-group>
7610 <note priority="1" from="description">Day name min</note>
7611 </trans-unit>
7612 <trans-unit id="42dfe37169f8471367c31489155229bbe1747ea5" datatype="html">
7613 <source>Fr</source>
7614 <context-group purpose="location">
7615 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7616 <context context-type="linenumber">1</context>
7617 </context-group>
7618 <note priority="1" from="description">Day name min</note>
7619 </trans-unit>
7620 <trans-unit id="1b64ea3e04ceeb512e8974eb0019dee4f211c7a0" datatype="html">
7621 <source>Sa</source>
7622 <context-group purpose="location">
7623 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7624 <context context-type="linenumber">1</context>
7625 </context-group>
7626 <note priority="1" from="description">Day name min</note>
7627 </trans-unit>
7628 <trans-unit id="e7815f1c4a6d3cc157a16407a48865023cc35ec0" datatype="html">
7629 <source>January</source>
7630 <context-group purpose="location">
7631 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7632 <context context-type="linenumber">1</context>
7633 </context-group>
7634 </trans-unit>
7635 <trans-unit id="0393a96b58df82af39a2ec83deec624749e42036" datatype="html">
7636 <source>February</source>
7637 <context-group purpose="location">
7638 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7639 <context context-type="linenumber">1</context>
7640 </context-group>
7641 </trans-unit>
7642 <trans-unit id="ea41ee3743ec5bdbbf863ab793bbdd6e6d9af96e" datatype="html">
7643 <source>March</source>
7644 <context-group purpose="location">
7645 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7646 <context context-type="linenumber">1</context>
7647 </context-group>
7648 </trans-unit>
7649 <trans-unit id="b87ee784d9e93b5557aca9bdc9464dbd4328920a" datatype="html">
7650 <source>April</source>
7651 <context-group purpose="location">
7652 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7653 <context context-type="linenumber">1</context>
7654 </context-group>
7655 </trans-unit>
7656 <trans-unit id="862da1034ac2707cc44123ed963b2f42109b6b3e" datatype="html">
7657 <source>May</source>
7658 <context-group purpose="location">
7659 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7660 <context context-type="linenumber">1</context>
7661 </context-group>
7662 <context-group purpose="location">
7663 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7664 <context context-type="linenumber">1</context>
7665 </context-group>
7666 </trans-unit>
7667 <trans-unit id="2f234249d4c3c39e27c0f05d4a6b73a7959caeb2" datatype="html">
7668 <source>June</source>
7669 <context-group purpose="location">
7670 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7671 <context context-type="linenumber">1</context>
7672 </context-group>
7673 </trans-unit>
7674 <trans-unit id="11447f95e83c8de675ab6c492150f88e4d9bd15e" datatype="html">
7675 <source>July</source>
7676 <context-group purpose="location">
7677 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7678 <context context-type="linenumber">1</context>
7679 </context-group>
7680 </trans-unit>
7681 <trans-unit id="ddd9a3d59a8db4e822e54e9473c05b571aca9829" datatype="html">
7682 <source>August</source>
7683 <context-group purpose="location">
7684 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7685 <context context-type="linenumber">1</context>
7686 </context-group>
7687 </trans-unit>
7688 <trans-unit id="e21dc41f9b3fdaf35ab6b2d9e2e5e8a926fb1938" datatype="html">
7689 <source>September</source>
7690 <context-group purpose="location">
7691 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7692 <context context-type="linenumber">1</context>
7693 </context-group>
7694 </trans-unit>
7695 <trans-unit id="71f49c502d13e22079a958a5532afa28dbe98b3b" datatype="html">
7696 <source>October</source>
7697 <context-group purpose="location">
7698 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7699 <context context-type="linenumber">1</context>
7700 </context-group>
7701 </trans-unit>
7702 <trans-unit id="64b5ce921faa5e3d277d6d528ddcfc8c2bfe9f52" datatype="html">
7703 <source>November</source>
7704 <context-group purpose="location">
7705 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7706 <context context-type="linenumber">1</context>
7707 </context-group>
7708 </trans-unit>
7709 <trans-unit id="2006e2aabb31714ebc684dc382539649f690ed5c" datatype="html">
7710 <source>December</source>
7711 <context-group purpose="location">
7712 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7713 <context context-type="linenumber">1</context>
7714 </context-group>
7715 </trans-unit>
7716 <trans-unit id="8270e687cfb5624b3f6fbb7991a2e916c96464b7" datatype="html">
7717 <source>Jan</source>
7718 <context-group purpose="location">
7719 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7720 <context context-type="linenumber">1</context>
7721 </context-group>
7722 <note priority="1" from="description">Month name short</note>
7723 </trans-unit>
7724 <trans-unit id="23544170afbb981dd52750b641576841cf5dcf60" datatype="html">
7725 <source>Feb</source>
7726 <context-group purpose="location">
7727 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7728 <context context-type="linenumber">1</context>
7729 </context-group>
7730 <note priority="1" from="description">Month name short</note>
7731 </trans-unit>
7732 <trans-unit id="1f14355742459b7d6a0126a1564e1c18f39f86e7" datatype="html">
7733 <source>Mar</source>
7734 <context-group purpose="location">
7735 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7736 <context context-type="linenumber">1</context>
7737 </context-group>
7738 <note priority="1" from="description">Month name short</note>
7739 </trans-unit>
7740 <trans-unit id="964a5f032bc846d32806a4838580a4f81cf14463" datatype="html">
7741 <source>Apr</source>
7742 <context-group purpose="location">
7743 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7744 <context context-type="linenumber">1</context>
7745 </context-group>
7746 <note priority="1" from="description">Month name short</note>
7747 </trans-unit>
7748 <trans-unit id="8f7274f606f71d9290ed01c5683092d701632d7f" datatype="html">
7749 <source>Jun</source>
7750 <context-group purpose="location">
7751 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7752 <context context-type="linenumber">1</context>
7753 </context-group>
7754 <note priority="1" from="description">Month name short</note>
7755 </trans-unit>
7756 <trans-unit id="7c3d8318d6d8d9920ae0a80350616732c33a3211" datatype="html">
7757 <source>Jul</source>
7758 <context-group purpose="location">
7759 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7760 <context context-type="linenumber">1</context>
7761 </context-group>
7762 <note priority="1" from="description">Month name short</note>
7763 </trans-unit>
7764 <trans-unit id="be1335ffd1c606321e2c020b638dd3c84b434212" datatype="html">
7765 <source>Aug</source>
7766 <context-group purpose="location">
7767 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7768 <context context-type="linenumber">1</context>
7769 </context-group>
7770 <note priority="1" from="description">Month name short</note>
7771 </trans-unit>
7772 <trans-unit id="4f739d03be1c936c58978739c317d91566348204" datatype="html">
7773 <source>Sep</source>
7774 <context-group purpose="location">
7775 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7776 <context context-type="linenumber">1</context>
7777 </context-group>
7778 <note priority="1" from="description">Month name short</note>
7779 </trans-unit>
7780 <trans-unit id="6607cacb987a588530a13de7018d959240d19153" datatype="html">
7781 <source>Oct</source>
7782 <context-group purpose="location">
7783 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7784 <context context-type="linenumber">1</context>
7785 </context-group>
7786 <note priority="1" from="description">Month name short</note>
7787 </trans-unit>
7788 <trans-unit id="e597400ded12a366855615e18fcc8f9ac05b72e0" datatype="html">
7789 <source>Nov</source>
7790 <context-group purpose="location">
7791 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7792 <context context-type="linenumber">1</context>
7793 </context-group>
7794 <note priority="1" from="description">Month name short</note>
7795 </trans-unit>
7796 <trans-unit id="adf2dfa2a9cb490d6a4a74510b7b0846b62d429e" datatype="html">
7797 <source>Dec</source>
7798 <context-group purpose="location">
7799 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7800 <context context-type="linenumber">1</context>
7801 </context-group>
7802 <note priority="1" from="description">Month name short</note>
7803 </trans-unit>
7804 <trans-unit id="99ee4faa69cd2ea8e3678c1f557c0ff1f05aae46" datatype="html">
7805 <source>Clear</source>
7806 <context-group purpose="location">
7807 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7808 <context context-type="linenumber">1</context>
7809 </context-group>
7810 </trans-unit>
7811 <trans-unit id="8fb519ba47ea7806beeacdcd44829d85a2aa0cc5" datatype="html">
7812 <source>yy-mm-dd </source>
7813 <context-group purpose="location">
7814 <context context-type="sourcefile">src/app/shared/i18n/i18n-primeng-calendar.ts</context>
7815 <context context-type="linenumber">1</context>
7816 </context-group>
7817 <note priority="1" from="description">Date format in this locale.</note>
7818 </trans-unit>
7819 <trans-unit id="c09a68321f26f058b547021e6e2c167ae22c6e24" datatype="html">
7820 <source>Hidden</source>
7821 <context-group purpose="location">
7822 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
7823 <context context-type="linenumber">1</context>
7824 </context-group>
7825 </trans-unit>
7826 <trans-unit id="75cc14815746a90d424157080fc7efd3e2631654" datatype="html">
7827 <source>Blurred with confirmation request</source>
7828 <context-group purpose="location">
7829 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
7830 <context context-type="linenumber">1</context>
7831 </context-group>
7832 </trans-unit>
7833 <trans-unit id="1e89bd0d46ef7d90b5f98b24f83afc312c6ef105" datatype="html">
7834 <source>Displayed</source>
7835 <context-group purpose="location">
7836 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
7837 <context context-type="linenumber">1</context>
7838 </context-group>
7839 </trans-unit>
7840 <trans-unit id="7296e9f7cc4956b6d57c541728b0826e76d108ba" datatype="html">
7841 <source>~ <x id="INTERPOLATION" equiv-text="{{minutes}}"/> <x id="ICU" equiv-text="{minutes, plural, =1 {...} other {...}}"/></source>
7842 <context-group purpose="location">
7843 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
7844 <context context-type="linenumber">1</context>
7845 </context-group>
7846 </trans-unit>
7847 <trans-unit id="cf9ddbb55b25178660e09346209aedc10108aa24" datatype="html">
7848 <source>{VAR_PLURAL, plural, =1 {minute} other {minutes} }</source>
7849 <context-group purpose="location">
7850 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
7851 <context context-type="linenumber">1</context>
7852 </context-group>
7853 </trans-unit>
7854 <trans-unit id="10ffa5c3dbcee491d66f80d8d4dce3e119a6ec86" datatype="html">
7855 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of full HD videos</source>
7856 <context-group purpose="location">
7857 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
7858 <context context-type="linenumber">1</context>
7859 </context-group>
7860 </trans-unit>
7861 <trans-unit id="344ddae9f45b344e98e7b28cd5e33243982700f8" datatype="html">
7862 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of HD videos</source>
7863 <context-group purpose="location">
7864 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
7865 <context context-type="linenumber">1</context>
7866 </context-group>
7867 </trans-unit>
7868 <trans-unit id="435c012df6dd990a1ccb7ee73dd79c488bde28b5" datatype="html">
7869 <source><x id="INTERPOLATION" equiv-text="{{seconds}}"/> of average quality videos</source>
7870 <context-group purpose="location">
7871 <context context-type="sourcefile">src/app/shared/instance/instance-features-table.component.ts</context>
7872 <context context-type="linenumber">1</context>
7873 </context-group>
7874 </trans-unit>
7875 <trans-unit id="457f161d3ca706b8de263b0cd58e493d54e7d4c5" datatype="html">
7876 <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>
7877 <context-group purpose="location">
7878 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
7879 <context context-type="linenumber">1</context>
7880 </context-group>
7881 </trans-unit>
7882 <trans-unit id="ab4426b60f13c00b61d6b714d390dc629f314980" datatype="html">
7883 <source>Emphasis</source>
7884 <context-group purpose="location">
7885 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
7886 <context context-type="linenumber">1</context>
7887 </context-group>
7888 </trans-unit>
7889 <trans-unit id="dc60677d5a906e69f38a5cf9da7f2eb03931bea0" datatype="html">
7890 <source>Links</source>
7891 <context-group purpose="location">
7892 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
7893 <context context-type="linenumber">1</context>
7894 </context-group>
7895 </trans-unit>
7896 <trans-unit id="80220239e07f36ea8d5f10118dc52ce4b13bc15a" datatype="html">
7897 <source>New lines</source>
7898 <context-group purpose="location">
7899 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
7900 <context context-type="linenumber">1</context>
7901 </context-group>
7902 </trans-unit>
7903 <trans-unit id="b15e7bec5c7833d2d9634946ccbed68967b1bee1" datatype="html">
7904 <source>Lists</source>
7905 <context-group purpose="location">
7906 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
7907 <context context-type="linenumber">1</context>
7908 </context-group>
7909 </trans-unit>
7910 <trans-unit id="b73f7f5060fb22a1e9ec462b1bb02493fa3ab866" datatype="html">
7911 <source>Images</source>
7912 <context-group purpose="location">
7913 <context context-type="sourcefile">src/app/shared/misc/help.component.ts</context>
7914 <context context-type="linenumber">1</context>
7915 </context-group>
7916 </trans-unit>
7917 <trans-unit id="f9b4f2d8146c789cd40314f640ec4e88efbaf681" datatype="html">
7918 <source><x id="INTERPOLATION" equiv-text="{{num}}"/> users banned.</source>
7919 <context-group purpose="location">
7920 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
7921 <context context-type="linenumber">1</context>
7922 </context-group>
7923 </trans-unit>
7924 <trans-unit id="3ab99e62550869aebc85661fca2faf46785263dd" datatype="html">
7925 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> banned.</source>
7926 <context-group purpose="location">
7927 <context context-type="sourcefile">src/app/shared/moderation/user-ban-modal.component.ts</context>
7928 <context context-type="linenumber">1</context>
7929 </context-group>
7930 </trans-unit>
7931 <trans-unit id="faafee0c03ad25c8a43aa91bd5d98185b67ff734" datatype="html">
7932 <source>Do you really want to unban <x id="INTERPOLATION" equiv-text="{{username}}"/>?</source>
7933 <context-group purpose="location">
7934 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7935 <context context-type="linenumber">1</context>
7936 </context-group>
7937 </trans-unit>
7938 <trans-unit id="925ba9946b7b256a586f0fcbe3e04fa7a0dee7bd" datatype="html">
7939 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> unbanned.</source>
7940 <context-group purpose="location">
7941 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7942 <context context-type="linenumber">1</context>
7943 </context-group>
7944 </trans-unit>
7945 <trans-unit id="ad07d34d4aadfe03c964cec02ca1d3a921e6b603" datatype="html">
7946 <source>If you remove this user, you will not be able to create another with the same username!</source>
7947 <context-group purpose="location">
7948 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7949 <context context-type="linenumber">1</context>
7950 </context-group>
7951 </trans-unit>
7952 <trans-unit id="28220fae6799ab98ef6b41af449aa9680082357a" datatype="html">
7953 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> deleted.</source>
7954 <context-group purpose="location">
7955 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7956 <context context-type="linenumber">1</context>
7957 </context-group>
7958 </trans-unit>
7959 <trans-unit id="534202c90c6dcadd2989fc72c5030d5483e26096" datatype="html">
7960 <source>User <x id="INTERPOLATION" equiv-text="{{username}}"/> email set as verified</source>
7961 <context-group purpose="location">
7962 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7963 <context context-type="linenumber">1</context>
7964 </context-group>
7965 </trans-unit>
7966 <trans-unit id="33a6319f765848a22a155cef9f1d8e645202e249" datatype="html">
7967 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted.</source>
7968 <context-group purpose="location">
7969 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7970 <context context-type="linenumber">1</context>
7971 </context-group>
7972 </trans-unit>
7973 <trans-unit id="086eda792aeb1b0d131d633b50fdd1792f5f24c6" datatype="html">
7974 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted.</source>
7975 <context-group purpose="location">
7976 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7977 <context context-type="linenumber">1</context>
7978 </context-group>
7979 </trans-unit>
7980 <trans-unit id="bb72d6d1219e89d182e9fd09d853d83baf8d6499" datatype="html">
7981 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> muted by the instance.</source>
7982 <context-group purpose="location">
7983 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7984 <context context-type="linenumber">1</context>
7985 </context-group>
7986 </trans-unit>
7987 <trans-unit id="8686834bc4afe42c1991c6c18f0bce174a0e17a6" datatype="html">
7988 <source>Account <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/> unmuted by the instance.</source>
7989 <context-group purpose="location">
7990 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7991 <context context-type="linenumber">1</context>
7992 </context-group>
7993 </trans-unit>
7994 <trans-unit id="35d3509161861a610b0895bf084c781e56ba2830" datatype="html">
7995 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> muted by the instance.</source>
7996 <context-group purpose="location">
7997 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
7998 <context context-type="linenumber">1</context>
7999 </context-group>
8000 </trans-unit>
8001 <trans-unit id="978aeec5613fa97e8a5336d3599cebb23ee5a90f" datatype="html">
8002 <source>Instance <x id="INTERPOLATION" equiv-text="{{host}}"/> unmuted by the instance.</source>
8003 <context-group purpose="location">
8004 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8005 <context context-type="linenumber">1</context>
8006 </context-group>
8007 </trans-unit>
8008 <trans-unit id="4a09bf8724e7659fbb5ec33647529cdef7614bdc" datatype="html">
8009 <source>Mute this account</source>
8010 <context-group purpose="location">
8011 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8012 <context context-type="linenumber">1</context>
8013 </context-group>
8014 </trans-unit>
8015 <trans-unit id="d666ca3261aef72b2ddcd649d7b32af488f59952" datatype="html">
8016 <source>Unmute this account</source>
8017 <context-group purpose="location">
8018 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8019 <context context-type="linenumber">1</context>
8020 </context-group>
8021 </trans-unit>
8022 <trans-unit id="e17218983b1de76e5a920b04e1c2ecbdb6e3e06d" datatype="html">
8023 <source>Mute the instance</source>
8024 <context-group purpose="location">
8025 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8026 <context context-type="linenumber">1</context>
8027 </context-group>
8028 </trans-unit>
8029 <trans-unit id="a23514d8aca2f8633622dda0e86b399dc576a2b9" datatype="html">
8030 <source>Unmute the instance</source>
8031 <context-group purpose="location">
8032 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8033 <context context-type="linenumber">1</context>
8034 </context-group>
8035 </trans-unit>
8036 <trans-unit id="4e4107055b44eee44b6954c41120de1cb4d46432" datatype="html">
8037 <source>Mute this account by your instance</source>
8038 <context-group purpose="location">
8039 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8040 <context context-type="linenumber">1</context>
8041 </context-group>
8042 </trans-unit>
8043 <trans-unit id="a51c59cb5ecb7004a6a8ddd2855b5c52266ad957" datatype="html">
8044 <source>Unmute this account by your instance</source>
8045 <context-group purpose="location">
8046 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8047 <context context-type="linenumber">1</context>
8048 </context-group>
8049 </trans-unit>
8050 <trans-unit id="588073e831cec240d6bb0db0b133e45dab69f178" datatype="html">
8051 <source>Mute the instance by your instance</source>
8052 <context-group purpose="location">
8053 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8054 <context context-type="linenumber">1</context>
8055 </context-group>
8056 </trans-unit>
8057 <trans-unit id="676221cdabd4805901343976988c028dbf71b20a" datatype="html">
8058 <source>Unmute the instance by your instance</source>
8059 <context-group purpose="location">
8060 <context context-type="sourcefile">src/app/shared/moderation/user-moderation-dropdown.component.ts</context>
8061 <context context-type="linenumber">1</context>
8062 </context-group>
8063 </trans-unit>
8064 <trans-unit id="0c0f5bbcd2386018ec057877f9d3c5c2c9880cac" datatype="html">
8065 <source>Request is too large for the server. Please contact you administrator if you want to increase the limit size.</source>
8066 <context-group purpose="location">
8067 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8068 <context context-type="linenumber">1</context>
8069 </context-group>
8070 </trans-unit>
8071 <trans-unit id="58546fd4d14b2d9635ce3d28c216ac68587bb25b" datatype="html">
8072 <source>Too many attempts, please try again after <x id="INTERPOLATION" equiv-text="{{minutesLeft}}"/> minutes.</source>
8073 <context-group purpose="location">
8074 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8075 <context context-type="linenumber">1</context>
8076 </context-group>
8077 </trans-unit>
8078 <trans-unit id="ab783a52f2df9ff7a20139cab0da6d0764f3cc5d" datatype="html">
8079 <source>Too many attempts, please try again later.</source>
8080 <context-group purpose="location">
8081 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8082 <context context-type="linenumber">1</context>
8083 </context-group>
8084 </trans-unit>
8085 <trans-unit id="0f286a597f0053c3578a52e044769c204ee516fc" datatype="html">
8086 <source>Server error. Please retry later.</source>
8087 <context-group purpose="location">
8088 <context context-type="sourcefile">src/app/shared/rest/rest-extractor.service.ts</context>
8089 <context context-type="linenumber">1</context>
8090 </context-group>
8091 </trans-unit>
8092 <trans-unit id="58639b3f0be657475928fb49c4a7cbd16aa44ded" datatype="html">
8093 <source>Subscribed to <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
8094 <context-group purpose="location">
8095 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8096 <context context-type="linenumber">1</context>
8097 </context-group>
8098 </trans-unit>
8099 <trans-unit id="1cadbf82f0e91611321c5abd282f0c23d8ccbfa1" datatype="html">
8100 <source>Subscribed</source>
8101 <context-group purpose="location">
8102 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8103 <context context-type="linenumber">1</context>
8104 </context-group>
8105 </trans-unit>
8106 <trans-unit id="3e7735fa326fcdc9e1188b6d9ff4b4329312fc26" datatype="html">
8107 <source>Unsubscribed from <x id="INTERPOLATION" equiv-text="{{nameWithHost}}"/></source>
8108 <context-group purpose="location">
8109 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8110 <context context-type="linenumber">1</context>
8111 </context-group>
8112 </trans-unit>
8113 <trans-unit id="294395337b767af84f952ac28d58d54a13a11471" datatype="html">
8114 <source>Unsubscribed</source>
8115 <context-group purpose="location">
8116 <context context-type="sourcefile">src/app/shared/user-subscription/subscribe-button.component.ts</context>
8117 <context context-type="linenumber">1</context>
8118 </context-group>
8119 </trans-unit>
8120 <trans-unit id="38c877fb0a5fdcadc379256953ad2d1eb8233fdf" datatype="html">
8121 <source>Moderator</source>
8122 <context-group purpose="location">
8123 <context context-type="sourcefile">src/app/shared/users/user.service.ts</context>
8124 <context context-type="linenumber">1</context>
8125 </context-group>
8126 </trans-unit>
8127 <trans-unit id="5034e84fab7cd3d662d2483753e33caea0774b78" datatype="html">
8128 <source>Video removed from <x id="INTERPOLATION" equiv-text="{{name}}"/></source>
8129 <context-group purpose="location">
8130 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
8131 <context context-type="linenumber">1</context>
8132 </context-group>
8133 <context-group purpose="location">
8134 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8135 <context context-type="linenumber">1</context>
8136 </context-group>
8137 </trans-unit>
8138 <trans-unit id="5cbf881bedb548fda270e2b745c8cbe332a5e4de" datatype="html">
8139 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/> at timestamps <x id="INTERPOLATION_1" equiv-text="{{t}}"/></source>
8140 <context-group purpose="location">
8141 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
8142 <context context-type="linenumber">1</context>
8143 </context-group>
8144 </trans-unit>
8145 <trans-unit id="f69a06eee4963406efdbff8c3d9765832c30482f" datatype="html">
8146 <source>Video added in <x id="INTERPOLATION" equiv-text="{{n}}"/></source>
8147 <context-group purpose="location">
8148 <context context-type="sourcefile">src/app/shared/video-playlist/video-add-to-playlist.component.ts</context>
8149 <context context-type="linenumber">1</context>
8150 </context-group>
8151 </trans-unit>
8152 <trans-unit id="986f17319b16d01d0047e2e2cd728bf4dbac4fe8" datatype="html">
8153 <source>Timestamps updated</source>
8154 <context-group purpose="location">
8155 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8156 <context context-type="linenumber">1</context>
8157 </context-group>
8158 </trans-unit>
8159 <trans-unit id="28d23ed47149ffd34c2ebd58bfeb4601649c784f" datatype="html">
8160 <source>Starts at </source>
8161 <context-group purpose="location">
8162 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8163 <context context-type="linenumber">1</context>
8164 </context-group>
8165 <context-group purpose="location">
8166 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8167 <context context-type="linenumber">1</context>
8168 </context-group>
8169 </trans-unit>
8170 <trans-unit id="1e40e4317900075588705bc4084fda4b2ddb3372" datatype="html">
8171 <source>Stops at </source>
8172 <context-group purpose="location">
8173 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8174 <context context-type="linenumber">1</context>
8175 </context-group>
8176 </trans-unit>
8177 <trans-unit id="1b8201c470a1635cc9beab9adb90eabd19fc9691" datatype="html">
8178 <source> and stops at </source>
8179 <context-group purpose="location">
8180 <context context-type="sourcefile">src/app/shared/video-playlist/video-playlist-element-miniature.component.ts</context>
8181 <context context-type="linenumber">1</context>
8182 </context-group>
8183 </trans-unit>
8184 <trans-unit id="73c33d602da89a33d353d686f36c2fff39f0aee3" datatype="html">
8185 <source>Video blacklisted.</source>
8186 <context-group purpose="location">
8187 <context context-type="sourcefile">src/app/shared/video/modals/video-blacklist.component.ts</context>
8188 <context context-type="linenumber">1</context>
8189 </context-group>
8190 </trans-unit>
8191 <trans-unit id="ef90545bc832876c0d7f9a10363c75137472bbb5" datatype="html">
8192 <source>Copied</source>
8193 <context-group purpose="location">
8194 <context context-type="sourcefile">src/app/shared/video/modals/video-download.component.ts</context>
8195 <context context-type="linenumber">1</context>
8196 </context-group>
8197 <context-group purpose="location">
8198 <context context-type="sourcefile">src/app/videos/+video-watch/modal/video-share.component.ts</context>
8199 <context context-type="linenumber">1</context>
8200 </context-group>
8201 </trans-unit>
8202 <trans-unit id="fa2601e52cbf5725a13d33fe14458823b882ea50" datatype="html">
8203 <source>Video reported.</source>
8204 <context-group purpose="location">
8205 <context context-type="sourcefile">src/app/shared/video/modals/video-report.component.ts</context>
8206 <context context-type="linenumber">1</context>
8207 </context-group>
8208 </trans-unit>
8209 <trans-unit id="f1abd89c9280323209e939fa9c30f6e5cda20c95" datatype="html">
8210 <source>Do you really want to delete this video?</source>
8211 <context-group purpose="location">
8212 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8213 <context context-type="linenumber">1</context>
8214 </context-group>
8215 </trans-unit>
8216 <trans-unit id="0f829293d953936450158c2dd7b483d6b960ed2b" datatype="html">
8217 <source>Save to playlist</source>
8218 <context-group purpose="location">
8219 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8220 <context context-type="linenumber">1</context>
8221 </context-group>
8222 </trans-unit>
8223 <trans-unit id="007ab5fa2aae8a7372307d3fc45a2dbcb11ffd61" datatype="html">
8224 <source>Blacklist</source>
8225 <context-group purpose="location">
8226 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8227 <context context-type="linenumber">1</context>
8228 </context-group>
8229 </trans-unit>
8230 <trans-unit id="f72992030f134408b675152c397f9d0ec00f3b2a" datatype="html">
8231 <source>Report</source>
8232 <context-group purpose="location">
8233 <context context-type="sourcefile">src/app/shared/video/video-actions-dropdown.component.ts</context>
8234 <context context-type="linenumber">1</context>
8235 </context-group>
8236 </trans-unit>
8237 <trans-unit id="dd9f3264feed4935008861c15d81c947124e4ac3" datatype="html">
8238 <source>Published</source>
8239 <context-group purpose="location">
8240 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8241 <context context-type="linenumber">1</context>
8242 </context-group>
8243 </trans-unit>
8244 <trans-unit id="8e6d54c4f760d9e90518eef5334211c48c0b71e2" datatype="html">
8245 <source>Publication scheduled on </source>
8246 <context-group purpose="location">
8247 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8248 <context context-type="linenumber">1</context>
8249 </context-group>
8250 </trans-unit>
8251 <trans-unit id="4a7e91ebe1cf184db5f2bfecf9c16ff81c9e2c02" datatype="html">
8252 <source>Waiting transcoding</source>
8253 <context-group purpose="location">
8254 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8255 <context context-type="linenumber">1</context>
8256 </context-group>
8257 </trans-unit>
8258 <trans-unit id="21f1c9d5c67346c830aced4f670045fcf0aeb83a" datatype="html">
8259 <source>To transcode</source>
8260 <context-group purpose="location">
8261 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8262 <context context-type="linenumber">1</context>
8263 </context-group>
8264 </trans-unit>
8265 <trans-unit id="289fe8342e8b7df689c75026a24a60fd7f5e9392" datatype="html">
8266 <source>To import</source>
8267 <context-group purpose="location">
8268 <context context-type="sourcefile">src/app/shared/video/video-miniature.component.ts</context>
8269 <context context-type="linenumber">1</context>
8270 </context-group>
8271 </trans-unit>
8272 <trans-unit id="d4195053fd38eacf6dee1fc507296928978cc8fb" datatype="html">
8273 <source>Only I can see this video</source>
8274 <context-group purpose="location">
8275 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
8276 <context context-type="linenumber">1</context>
8277 </context-group>
8278 </trans-unit>
8279 <trans-unit id="17b62592e5fcabb5235bb25c4883a827ab37cf70" datatype="html">
8280 <source>Only people with the private link can see this video</source>
8281 <context-group purpose="location">
8282 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
8283 <context context-type="linenumber">1</context>
8284 </context-group>
8285 </trans-unit>
8286 <trans-unit id="15be15cbdc6e960f57e801f457c19165ab39632b" datatype="html">
8287 <source>Anyone can see this video</source>
8288 <context-group purpose="location">
8289 <context context-type="sourcefile">src/app/shared/video/video.service.ts</context>
8290 <context context-type="linenumber">1</context>
8291 </context-group>
8292 </trans-unit>
8293 <trans-unit id="320c9c3482a0ebe46da42ce9e0cbdc5ba26ea8bb" datatype="html">
8294 <source>Video to import updated.</source>
8295 <context-group purpose="location">
8296 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-torrent.component.ts</context>
8297 <context context-type="linenumber">1</context>
8298 </context-group>
8299 <context-group purpose="location">
8300 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-import-url.component.ts</context>
8301 <context context-type="linenumber">1</context>
8302 </context-group>
8303 </trans-unit>
8304 <trans-unit id="0e907e5a96537e464b192f8adce79ce6487cbb1c" datatype="html">
8305 <source>Your video was uploaded to your account and is private.</source>
8306 <context-group purpose="location">
8307 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8308 <context context-type="linenumber">1</context>
8309 </context-group>
8310 </trans-unit>
8311 <trans-unit id="24840228f2826b66252cfcaab9820b1c7e0da264" datatype="html">
8312 <source>But associated data (tags, description...) will be lost, are you sure you want to leave this page?</source>
8313 <context-group purpose="location">
8314 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8315 <context context-type="linenumber">1</context>
8316 </context-group>
8317 </trans-unit>
8318 <trans-unit id="5af84926d631326e548573ebf0f6dff07845aeb4" datatype="html">
8319 <source>Your video is not uploaded yet, are you sure you want to leave this page?</source>
8320 <context-group purpose="location">
8321 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8322 <context context-type="linenumber">1</context>
8323 </context-group>
8324 </trans-unit>
8325 <trans-unit id="bef4ec92fa80e7b7ac03f8ad2b49d2a126f0cc71" datatype="html">
8326 <source>Upload <x id="INTERPOLATION" equiv-text="{{videofileName}}"/></source>
8327 <context-group purpose="location">
8328 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8329 <context context-type="linenumber">1</context>
8330 </context-group>
8331 </trans-unit>
8332 <trans-unit id="c5cb19aeb6447deda40cc1227ceca1359ab955e9" datatype="html">
8333 <source>Upload cancelled</source>
8334 <context-group purpose="location">
8335 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8336 <context context-type="linenumber">1</context>
8337 </context-group>
8338 </trans-unit>
8339 <trans-unit id="972fc644f847cf84e4732ec012915c4cdaf865ce" datatype="html">
8340 <source>Video published.</source>
8341 <context-group purpose="location">
8342 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8343 <context context-type="linenumber">1</context>
8344 </context-group>
8345 </trans-unit>
8346 <trans-unit id="a6019e856f511dbe1fe658790c71c594b26930ee" datatype="html">
8347 <source>Your video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{videoQuotaUsed}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{videoQuota}}"/>)</source>
8348 <context-group purpose="location">
8349 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8350 <context context-type="linenumber">1</context>
8351 </context-group>
8352 </trans-unit>
8353 <trans-unit id="c980896ac8e08e9751545db1b7ef0e93fb8a52cd" datatype="html">
8354 <source>Your daily video quota is exceeded with this video (video size: <x id="INTERPOLATION" equiv-text="{{videoSize}}"/>, used: <x id="INTERPOLATION_1" equiv-text="{{quotaUsedDaily}}"/>, quota: <x id="INTERPOLATION_2" equiv-text="{{quotaDaily}}"/>)</source>
8355 <context-group purpose="location">
8356 <context context-type="sourcefile">src/app/videos/+video-edit/video-add-components/video-upload.component.ts</context>
8357 <context context-type="linenumber">1</context>
8358 </context-group>
8359 </trans-unit>
8360 <trans-unit id="bfdf9de4bd9140f77feb6a5fe2b51f3f0565eaa4" datatype="html">
8361 <source>You have unsaved changes! If you leave, your changes will be lost.</source>
8362 <context-group purpose="location">
8363 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
8364 <context context-type="linenumber">1</context>
8365 </context-group>
8366 </trans-unit>
8367 <trans-unit id="757e9c083c8f3d578bd74f055cc337c72417e187" datatype="html">
8368 <source>Video updated.</source>
8369 <context-group purpose="location">
8370 <context context-type="sourcefile">src/app/videos/+video-edit/video-update.component.ts</context>
8371 <context context-type="linenumber">1</context>
8372 </context-group>
8373 </trans-unit>
8374 <trans-unit id="aeb61b334cac080733c3e03766165a346bbf42fd" datatype="html">
8375 <source> <x id="INTERPOLATION" equiv-text="{{totalReplies}}"/> replies will be deleted too.</source>
8376 <context-group purpose="location">
8377 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8378 <context context-type="linenumber">1</context>
8379 </context-group>
8380 </trans-unit>
8381 <trans-unit id="2f1871ee46375fa532326533303288fbe891e85d" datatype="html">
8382 <source> The deletion will be sent to remote instances, so they remove the comment too.</source>
8383 <context-group purpose="location">
8384 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8385 <context context-type="linenumber">1</context>
8386 </context-group>
8387 </trans-unit>
8388 <trans-unit id="8d850ce30ecdacf4755d85cce1fe44cb0d1fc38d" datatype="html">
8389 <source> It is a remote comment, so the deletion will only be effective on your instance.</source>
8390 <context-group purpose="location">
8391 <context context-type="sourcefile">src/app/videos/+video-watch/comment/video-comments.component.ts</context>
8392 <context context-type="linenumber">1</context>
8393 </context-group>
8394 </trans-unit>
8395 <trans-unit id="d5a4811e15319ad9354e1b62e9ca0131192b489e" datatype="html">
8396 <source><x id="INTERPOLATION" equiv-text="{{likesNumber}}"/> likes / <x id="INTERPOLATION_1" equiv-text="{{dislikesNumber}}"/> dislikes</source>
8397 <context-group purpose="location">
8398 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8399 <context context-type="linenumber">1</context>
8400 </context-group>
8401 </trans-unit>
8402 <trans-unit id="ed013c2c29216501c688e9cb5f3a1c9fd9147b71" datatype="html">
8403 <source>This video contains mature or explicit content. Are you sure you want to watch it?</source>
8404 <context-group purpose="location">
8405 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8406 <context context-type="linenumber">1</context>
8407 </context-group>
8408 </trans-unit>
8409 <trans-unit id="5ba3d522e4146eefcbd5c222247c1e2423d27cd8" datatype="html">
8410 <source>Mature or explicit content</source>
8411 <context-group purpose="location">
8412 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8413 <context context-type="linenumber">1</context>
8414 </context-group>
8415 </trans-unit>
8416 <trans-unit id="0e65067fdcc9d8725a41896cb1e229d1415a45f6" datatype="html">
8417 <source>Like the video</source>
8418 <context-group purpose="location">
8419 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8420 <context context-type="linenumber">1</context>
8421 </context-group>
8422 </trans-unit>
8423 <trans-unit id="1a999e06e1aca0a70cd7d0e3e5c2c63d0e1885c8" datatype="html">
8424 <source>Dislike the video</source>
8425 <context-group purpose="location">
8426 <context context-type="sourcefile">src/app/videos/+video-watch/video-watch.component.ts</context>
8427 <context context-type="linenumber">1</context>
8428 </context-group>
8429 </trans-unit>
8430 <trans-unit id="8da38a1074a420611eac466a45ef2decbbb45ab8" datatype="html">
8431 <source>Videos that have the higher number of likes.</source>
8432 <context-group purpose="location">
8433 <context context-type="sourcefile">src/app/videos/video-list/video-most-liked.component.ts</context>
8434 <context context-type="linenumber">1</context>
8435 </context-group>
8436 </trans-unit>
8437 <trans-unit id="5b94148c16fa19e3db89972d11e93f790a73a054" datatype="html">
8438 <source>Trending for the last 24 hours</source>
8439 <context-group purpose="location">
8440 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8441 <context context-type="linenumber">1</context>
8442 </context-group>
8443 </trans-unit>
8444 <trans-unit id="6e9cb0b3b38312870471954abec8690170429a4e" datatype="html">
8445 <source>Trending videos are those totalizing the greatest number of views during the last 24 hours</source>
8446 <context-group purpose="location">
8447 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8448 <context context-type="linenumber">1</context>
8449 </context-group>
8450 </trans-unit>
8451 <trans-unit id="6da9ddede61711ecfeaa94fc61a6b7bb844ab3df" datatype="html">
8452 <source>Trending for the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
8453 <context-group purpose="location">
8454 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8455 <context context-type="linenumber">1</context>
8456 </context-group>
8457 </trans-unit>
8458 <trans-unit id="caa0a70f34df9b60a71ed0ad6c82de7b07c0c509" datatype="html">
8459 <source>Trending videos are those totalizing the greatest number of views during the last <x id="INTERPOLATION" equiv-text="{{days}}"/> days</source>
8460 <context-group purpose="location">
8461 <context context-type="sourcefile">src/app/videos/video-list/video-trending.component.ts</context>
8462 <context context-type="linenumber">1</context>
8463 </context-group>
8464 </trans-unit>
8465 <trans-unit id="1b157e15c434469d91e56d027b78bf69c9983165" datatype="html">
8466 <source>Videos from your subscriptions</source>
8467 <context-group purpose="location">
8468 <context context-type="sourcefile">src/app/videos/video-list/video-user-subscriptions.component.ts</context>
8469 <context context-type="linenumber">1</context>
8470 </context-group>
8471 </trans-unit>
8472 </body>
8473 </file>
8474</xliff>
diff --git a/client/src/locale/player.en-US.json b/client/src/locale/player.en-US.json
new file mode 100644
index 000000000..b117ea59a
--- /dev/null
+++ b/client/src/locale/player.en-US.json
@@ -0,0 +1 @@
{"Quality":"Quality","Auto":"Auto","Speed":"Speed","Subtitles/CC":"Subtitles/CC","peers":"peers","peer":"peer","Go to the video page":"Go to the video page","Settings":"Settings","Uses P2P, others may know you are watching this video.":"Uses P2P, others may know you are watching this video.","Copy the video URL":"Copy the video URL","Copy the video URL at the current time":"Copy the video URL at the current time","Copy embed code":"Copy embed code","Copy magnet URI":"Copy magnet URI","Total downloaded: ":"Total downloaded: ","Total uploaded: ":"Total uploaded: ","Audio Player":"Audio Player","Video Player":"Video Player","Play":"Play","Pause":"Pause","Replay":"Replay","Current Time":"Current Time","Duration":"Duration","Remaining Time":"Remaining Time","Stream Type":"Stream Type","LIVE":"LIVE","Loaded":"Loaded","Progress":"Progress","Progress Bar":"Progress Bar","progress bar timing: currentTime={1} duration={2}":"{1} of {2}","Fullscreen":"Fullscreen","Non-Fullscreen":"Non-Fullscreen","Mute":"Mute","Unmute":"Unmute","Playback Rate":"Playback Rate","Subtitles":"Subtitles","subtitles off":"subtitles off","Captions":"Captions","captions off":"captions off","Chapters":"Chapters","Descriptions":"Descriptions","descriptions off":"descriptions off","Audio Track":"Audio Track","Volume Level":"Volume Level","You aborted the media playback":"You aborted the media playback","A network error caused the media download to fail part-way.":"A network error caused the media download to fail part-way.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"The media could not be loaded, either because the server or network failed or because the format is not supported.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"The media playback was aborted due to a corruption problem or because the media used features your browser did not support.","No compatible source was found for this media.":"No compatible source was found for this media.","The media is encrypted and we do not have the keys to decrypt it.":"The media is encrypted and we do not have the keys to decrypt it.","Play Video":"Play Video","Close":"Close","Close Modal Dialog":"Close Modal Dialog","Modal Window":"Modal Window","This is a modal window":"This is a modal window","This modal can be closed by pressing the Escape key or activating the close button.":"This modal can be closed by pressing the Escape key or activating the close button.",", opens captions settings dialog":", opens captions settings dialog",", opens subtitles settings dialog":", opens subtitles settings dialog",", opens descriptions settings dialog":", opens descriptions settings dialog",", selected":", selected","captions settings":"captions settings","subtitles settings":"subititles settings","descriptions settings":"descriptions settings","Text":"Text","White":"White","Black":"Black","Red":"Red","Green":"Green","Blue":"Blue","Yellow":"Yellow","Magenta":"Magenta","Cyan":"Cyan","Background":"Background","Window":"Window","Transparent":"Transparent","Semi-Transparent":"Semi-Transparent","Opaque":"Opaque","Font Size":"Font Size","Text Edge Style":"Text Edge Style","None":"None","Raised":"Raised","Depressed":"Depressed","Uniform":"Uniform","Dropshadow":"Dropshadow","Font Family":"Font Family","Proportional Sans-Serif":"Proportional Sans-Serif","Monospace Sans-Serif":"Monospace Sans-Serif","Proportional Serif":"Proportional Serif","Monospace Serif":"Monospace Serif","Casual":"Casual","Script":"Script","Small Caps":"Small Caps","Reset":"Reset","restore all settings to the default values":"restore all settings to the default values","Done":"Done","Caption Settings Dialog":"Caption Settings Dialog","Beginning of dialog window. Escape will cancel and close the window.":"Beginning of dialog window. Escape will cancel and close the window.","End of dialog window.":"End of dialog window.","{1} is loading.":"{1} is loading."}
diff --git a/client/src/locale/player_fr_FR.json b/client/src/locale/player_fr_FR.json
deleted file mode 100644
index e0e2de4f7..000000000
--- a/client/src/locale/player_fr_FR.json
+++ /dev/null
@@ -1 +0,0 @@
1{"Audio Player":"Lecteur audio","Video Player":"Lecteur vidéo","Play":"Lecture","Pause":"Pause","Replay":"Revoir","Current Time":"Temps actuel","Duration":"Durée","Remaining Time":"Temps restant","Stream Type":"Type de flux","LIVE":"EN DIRECT","Loaded":"Chargé","Progress":"Progression","Progress Bar":"Barre de progression","progress bar timing: currentTime={1} duration={2}":"{1} de {2}","Fullscreen":"Plein écran","Non-Fullscreen":"Fenêtré","Mute":"Couper le son","Unmute":"Activer le son","Playback Rate":"Vitesse de lecture","Subtitles":"Sous-titres","subtitles off":"Sous-titres désactivés","Captions":"Sous-titres transcrits","captions off":"Sous-titres transcrits désactivés","Chapters":"Chapitres","Descriptions":"Descriptions","descriptions off":"descriptions désactivées","Audio Track":"Piste audio","Volume Level":"Niveau de volume","You aborted the media playback":"Vous avez interrompu la lecture de la vidéo","A network error caused the media download to fail part-way.":"Une erreur de réseau a interrompu le téléchargement de la vidéo.","The media could not be loaded, either because the server or network failed or because the format is not supported.":"Cette vidéo n'a pas pu être chargée, soit parce que le serveur ou le réseau a échoué ou parce que le format n'est pas reconnu.","The media playback was aborted due to a corruption problem or because the media used features your browser did not support.":"La lecture de la vidéo a été interrompue à cause d'un problème de corruption ou parce que la vidéo utilise des fonctionnalités non prises en charge par votre navigateur.","No compatible source was found for this media.":"Aucune source compatible n'a été trouvée pour cette vidéo.","The media is encrypted and we do not have the keys to decrypt it.":"Le média est chiffré et nous n'avons pas les clés pour le déchiffrer.","Play Video":"Lire la vidéo","Close":"Fermer","Close Modal Dialog":"Fermer la boîte de dialogue modale","Modal Window":"Fenêtre modale","This is a modal window":"Ceci est une fenêtre modale","This modal can be closed by pressing the Escape key or activating the close button.":"Ce modal peut être fermé en appuyant sur la touche Échap ou en cliquant sur le bouton de fermeture.",", opens captions settings dialog":", ouvrir les paramètres des sous-titres transcrits",", opens subtitles settings dialog":", ouvrir les paramètres des sous-titres",", opens descriptions settings dialog":", ouvrir les paramètres des descriptions",", selected":", sélectionné","captions settings":"Paramètres des sous-titres transcrits","subtitles settings":"Paramètres des sous-titres","descriptions settings":"Paramètres des descriptions","Text":"Texte","White":"Blanc","Black":"Noir","Red":"Rouge","Green":"Vert","Blue":"Bleu","Yellow":"Jaune","Magenta":"Magenta","Cyan":"Cyan","Background":"Arrière-plan","Window":"Fenêtre","Transparent":"Transparent","Semi-Transparent":"Semi-transparent","Opaque":"Opaque","Font Size":"Taille des caractères","Text Edge Style":"Style des contours du texte","None":"Aucun","Raised":"Élevé","Depressed":"Enfoncé","Uniform":"Uniforme","Dropshadow":"Ombre portée","Font Family":"Familles de polices","Proportional Sans-Serif":"Polices à chasse variable sans empattement (Proportional Sans-Serif)","Monospace Sans-Serif":"Polices à chasse fixe sans empattement (Monospace Sans-Serif)","Proportional Serif":"Polices à chasse variable avec empattement (Proportional Serif)","Monospace Serif":"Polices à chasse fixe avec empattement (Monospace Serif)","Casual":"Manuscrite","Script":"Script","Small Caps":"Petites capitales","Reset":"Réinitialiser","restore all settings to the default values":"Restaurer tous les paramètres aux valeurs par défaut","Done":"Terminé","Caption Settings Dialog":"Boîte de dialogue des paramètres des sous-titres transcrits","Beginning of dialog window. Escape will cancel and close the window.":"Début de la fenêtre de dialogue. La touche d'échappement annulera et fermera la fenêtre.","End of dialog window.":"Fin de la fenêtre de dialogue.","{1} is loading.":"{1} est en train de charger","Quality":"Qualité","Auto":"Auto","Speed":"Vitesse","Subtitles/CC":"Sous-titres/CC","peers":"pairs","peer":"pair","Go to the video page":"Aller sur la page de la vidéo","Settings":"Paramètres","Uses P2P, others may know you are watching this video.":"Utilise le P2P, d'autres personnes pourraient savoir que vous regardez cette vidéo.","Copy the video URL":"Copier le lien de la vidéo","Copy the video URL at the current time":"Copier le lien de la vidéo à partir de cette séquence","Copy embed code":"Copier le code d'intégration","Copy magnet URI":"Copier le magnet URL","Total downloaded: ":"Total téléchargé","Total uploaded: ":"Total téléversé"} \ No newline at end of file
diff --git a/client/src/locale/server.en-US.json b/client/src/locale/server.en-US.json
new file mode 100644
index 000000000..ba9292ddb
--- /dev/null
+++ b/client/src/locale/server.en-US.json
@@ -0,0 +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","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"}
diff --git a/client/src/locale/server_fr_FR.json b/client/src/locale/server_fr_FR.json
deleted file mode 100644
index 5744b1c24..000000000
--- a/client/src/locale/server_fr_FR.json
+++ /dev/null
@@ -1 +0,0 @@
1{"Music":"Musiques","Films":"Films","Vehicles":"Transport","Art":"Art","Sports":"Sports","Travels":"Voyages","Gaming":"Jeux vidéos","People":"Personnalités","Comedy":"Humour","Entertainment":"Divertissement","News & Politics":"Actualité & Politique","How To":"Tutoriels","Education":"Éducation","Activism":"Militantisme","Science & Technology":"Science & Technologie","Animals":"Animaux","Kids":"Enfants","Food":"Cuisine","Attribution":"Attribution","Attribution - Share Alike":"Attribution - Partage dans les mêmes conditions","Attribution - No Derivatives":"Attribution - Pas d’œuvre dérivée","Attribution - Non Commercial":"Attribution - Utilisation non commerciale","Attribution - Non Commercial - Share Alike":"Attribution - Utilisation non commerciale - Partage dans les mêmes conditions","Attribution - Non Commercial - No Derivatives":"Attribution - Utilisation non commerciale - Pas d’œuvre dérivée","Public Domain Dedication":"Domaine public","Public":"Publique","Unlisted":"Non listée","Private":"Privée","Published":"Publiée","To transcode":"À transcoder","To import":"À importer","Pending":"En cours","Success":"Succès","Failed":"Échoué","Regular":"Régulier","Watch later":"Regarder plus tard","This video does not exist.":"Cette vidéo n'existe pas.","We cannot fetch the video. Please try again later.":"Nous ne pouvons pas récupérer la vidéo. Merci de réessayer plus tard.","Sorry":"Désolé","This video is not available because the remote instance is not responding.":"Cette vidéo n'est pas disponible car l'instance distante ne répond pas.","Misc":"Divers","Unknown":"Inconnu","Afar":"Afar","Abkhazian":"Abkhaze","Afrikaans":"Afrikaans","Akan":"Akan","Amharic":"Amharique","Arabic":"Arabe","Aragonese":"Aragonais","American Sign Language":"Langue des signes américaine","Assamese":"Assamais","Avaric":"Avar","Kotava":"Kotava","Aymara":"Aymara","Azerbaijani":"Azéri","Bashkir":"Bachkir","Bambara":"Bambara","Belarusian":"Biélorusse","Bengali":"Bengali","British Sign Language":"Langue des signes britannique","Bislama":"Bichlamar","Tibetan":"Tibétain","Bosnian":"Bosniaque","Breton":"Breton","Bulgarian":"Bulgare","Brazilian Sign Language":"Langue des signes brésilienne","Catalan":"Catalan","Czech":"Tchèque","Chamorro":"Chamorro","Chechen":"Tchétchène","Chuvash":"Tchouvache","Cornish":"Cornique","Corsican":"Corse","Cree":"Cree","Czech Sign Language":"Langue des signes tchèque","Chinese Sign Language":"Langue des signes chinoise","Welsh":"Gallois","Danish":"Danois","German":"Allemand","Dhivehi":"Maldivien","Danish Sign Language":"Langue des signes danoise","Dzongkha":"Dzongkha","Greek":"Grec","English":"Anglais","Esperanto":"Espéranto","Estonian":"Estonien","Basque":"Basque","Ewe":"Éwé","Faroese":"Féroïen","Persian":"Persan","Fijian":"Fidjien","Finnish":"Finnois","French":"Français","Western Frisian":"Frison occidental","French Sign Language":"Langue des signes française","Fulah":"Peul","Scottish Gaelic":"Gaélique","Irish":"Irlandais","Galician":"Galicien","Manx":"Manx","Guarani":"Guarani","German Sign Language":"Langue des signes allemande","Gujarati":"Goudjrati","Haitian":"Haïtien","Hausa":"Haoussa","Serbo-Croatian":"Serbo-croate","Hebrew":"Hébreu","Herero":"Herero","Hindi":"Hindi","Hiri Motu":"Hiri motu","Croatian":"Croate","Hungarian":"Hongrois","Armenian":"Arménien","Igbo":"Igbo","Sichuan Yi":"Yi de Sichuan","Inuktitut":"Inuktitut","Indonesian":"Indonésien","Inupiaq":"Inupiaq","Icelandic":"Islandais","Italian":"Italien","Javanese":"Javanais","Lojban":"Lojban","Japanese":"Japonais","Japanese Sign Language":"Langue des signes japonaise","Kalaallisut":"Groenlandais","Kannada":"Kannada","Kashmiri":"Kashmiri","Georgian":"Géorgien","Kanuri":"Kanouri","Kazakh":"Kazakh","Khmer":"Khmer central","Kikuyu":"Kikuyu","Kinyarwanda":"Rwanda","Kirghiz":"Kirghiz","Komi":"Kom","Kongo":"Kongo","Korean":"Coréen","Kuanyama":"Kuanyama","Kurdish":"Kurde","Lao":"Lao","Latvian":"Letton","Limburgan":"Limbourgeois","Lingala":"Lingala","Lithuanian":"Lituanien","Luxembourgish":"Luxembourgeois","Luba-Katanga":"Luba-katanga","Ganda":"Ganda","Marshallese":"Marshall","Malayalam":"Malayalam","Marathi":"Marathe","Macedonian":"Macédonien","Malagasy":"Malgache","Maltese":"Maltais","Mongolian":"Mongol","Maori":"Maori","Malay (macrolanguage)":"Malais","Burmese":"Birman","Nauru":"Nauruan","Navajo":"Navaho","South Ndebele":"Ndébélé du Sud","North Ndebele":"Ndébélé du Nord","Ndonga":"Ndonga","Nepali (macrolanguage)":"Népalais","Dutch":"Néerlandais","Norwegian Nynorsk":"Norvégien nynorsk","Norwegian Bokmål":"Norvégien bokmål","Norwegian":"Norvégien","Nyanja":"Chichewa","Occitan":"Occitane","Ojibwa":"Ojibwa","Oriya (macrolanguage)":"Oriya","Oromo":"Galla","Ossetian":"Ossète","Panjabi":"Pendjabi","Pakistan Sign Language":"Langue des signes pakistanaise","Polish":"Polonais","Portuguese":"Portugais","Pushto":"Pachto","Quechua":"Quechua","Romansh":"Romanche","Romanian":"Roumain","Russian Sign Language":"Langue des signes russe","Rundi":"Rundi","Russian":"Russe","Sango":"Sango","Saudi Arabian Sign Language":"Langue des signes saoudienne","South African Sign Language":"Langue des signes sud-africaine","Sinhala":"Singhalais","Slovak":"Slovaque","Slovenian":"Slovène","Northern Sami":"Sami du Nord","Samoan":"Samoan","Shona":"Shona","Sindhi":"Sindhi","Somali":"Somali","Southern Sotho":"Sotho du Sud","Spanish":"Espagnol","Albanian":"Albanais","Sardinian":"Sarde","Serbian":"Serbe","Swati":"Swati","Sundanese":"Soundanais","Swahili (macrolanguage)":"Swahili","Swedish":"Suédois","Swedish Sign Language":"Langue des signes suédoise","Tahitian":"Tahitien","Tamil":"Tamoul","Tatar":"Tatar","Telugu":"Télougou","Tajik":"Tadjik","Tagalog":"Tagalog","Thai":"Thaï","Tigrinya":"Tigrigna","Klingon":"Klingon","Tonga (Tonga Islands)":"Tongan (Îles Tonga)","Tswana":"Tswana","Tsonga":"Tsonga","Turkmen":"Turkmène","Turkish":"Turc","Twi":"Twi","Uighur":"Ouïgour","Ukrainian":"Ukrainien","Urdu":"Ourdou","Uzbek":"Ouszbek","Venda":"Venda","Vietnamese":"Vietnamien","Walloon":"Wallon","Wolof":"Wolof","Xhosa":"Xhosa","Yiddish":"Yiddish","Yoruba":"Yoruba","Zhuang":"Zhuang","Chinese":"Chinois","Zulu":"Zoulou"} \ No newline at end of file
diff --git a/client/src/locale/videojs_en_US.json b/client/src/locale/videojs.en-US.json
index 92caaa683..92caaa683 100644
--- a/client/src/locale/videojs_en_US.json
+++ b/client/src/locale/videojs.en-US.json
diff --git a/client/yarn.lock b/client/yarn.lock
index 8e1f28c75..17bf338f7 100644
--- a/client/yarn.lock
+++ b/client/yarn.lock
@@ -899,6 +899,35 @@
899 tree-kill "1.2.1" 899 tree-kill "1.2.1"
900 webpack-sources "1.4.3" 900 webpack-sources "1.4.3"
901 901
902"@ngx-i18nsupport/ngx-i18nsupport-lib@^1.12.1":
903 version "1.12.1"
904 resolved "https://registry.yarnpkg.com/@ngx-i18nsupport/ngx-i18nsupport-lib/-/ngx-i18nsupport-lib-1.12.1.tgz#4ecb2227c576dac51d75b3ef82b9962be7d87ef5"
905 integrity sha512-6HSv4lPZLYSkghprg4k0kKCaAGbsppK6vlAVswDkPHO659WnIkNpZYSloQPziFt6NqL9WpZJ3V1gBbVx9tKV0g==
906 dependencies:
907 "@types/xmldom" "^0.1.29"
908 tokenizr "^1.3.10"
909 tslib "^1.9.0"
910 xmldom "^0.1.27"
911
912"@ngx-i18nsupport/ngx-i18nsupport@^1.1.6":
913 version "1.1.6"
914 resolved "https://registry.yarnpkg.com/@ngx-i18nsupport/ngx-i18nsupport/-/ngx-i18nsupport-1.1.6.tgz#d53ffd7e7b54cb8ba404db151bca3b68034a84eb"
915 integrity sha512-YQDOsz2FOdALOoQEQtsYZVnNuxi3qFKJ+n+lDm8uFjRIYegHXKD6m1i7nTGX+NEIr/0ICnWS3yPCyCy5x+6+hg==
916 dependencies:
917 "@ngx-i18nsupport/ngx-i18nsupport-lib" "^1.12.1"
918 chalk "^2.4.1"
919 he "^1.1.1"
920 request "^2.85.0"
921 tslib "^1.9.0"
922
923"@ngx-i18nsupport/tooling@^8.0.3":
924 version "8.0.3"
925 resolved "https://registry.yarnpkg.com/@ngx-i18nsupport/tooling/-/tooling-8.0.3.tgz#be3454eaa06ad8518ddda7a6bfbc57b95dffbfce"
926 integrity sha512-AAsjwklil2HKEHLreAEAOHB71WDqHtYxWinP+B/YWQH8UlVyZwvXXQigrsaiQyKIKdTueKGQ8ThS24GRiE1R/g==
927 dependencies:
928 "@ngx-i18nsupport/ngx-i18nsupport" "^1.1.6"
929 tslib "^1.9.0"
930
902"@ngx-loading-bar/core@^4.2.0": 931"@ngx-loading-bar/core@^4.2.0":
903 version "4.2.0" 932 version "4.2.0"
904 resolved "https://registry.yarnpkg.com/@ngx-loading-bar/core/-/core-4.2.0.tgz#cf0cc209eb967bd7625c2cec565841890cd5e17e" 933 resolved "https://registry.yarnpkg.com/@ngx-loading-bar/core/-/core-4.2.0.tgz#cf0cc209eb967bd7625c2cec565841890cd5e17e"
@@ -1147,6 +1176,11 @@
1147 "@types/parse-torrent" "*" 1176 "@types/parse-torrent" "*"
1148 "@types/simple-peer" "*" 1177 "@types/simple-peer" "*"
1149 1178
1179"@types/xmldom@^0.1.29":
1180 version "0.1.29"
1181 resolved "https://registry.yarnpkg.com/@types/xmldom/-/xmldom-0.1.29.tgz#c4428b0ca86d3b881475726fd94980b38a27c381"
1182 integrity sha1-xEKLDKhtO4gUdXJv2UmAs4onw4E=
1183
1150"@videojs/http-streaming@1.10.6": 1184"@videojs/http-streaming@1.10.6":
1151 version "1.10.6" 1185 version "1.10.6"
1152 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.10.6.tgz#a9119b1828b354c5cc17b42ea051cc7bcce2dca0" 1186 resolved "https://registry.yarnpkg.com/@videojs/http-streaming/-/http-streaming-1.10.6.tgz#a9119b1828b354c5cc17b42ea051cc7bcce2dca0"
@@ -4711,7 +4745,7 @@ hash.js@^1.0.0, hash.js@^1.0.3:
4711 inherits "^2.0.3" 4745 inherits "^2.0.3"
4712 minimalistic-assert "^1.0.1" 4746 minimalistic-assert "^1.0.1"
4713 4747
4714he@1.2.x: 4748he@1.2.x, he@^1.1.1:
4715 version "1.2.0" 4749 version "1.2.0"
4716 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f" 4750 resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
4717 integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw== 4751 integrity sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==
@@ -8325,7 +8359,7 @@ repeating@^2.0.0:
8325 dependencies: 8359 dependencies:
8326 is-finite "^1.0.0" 8360 is-finite "^1.0.0"
8327 8361
8328request@^2.83.0, request@^2.87.0, request@^2.88.0: 8362request@^2.83.0, request@^2.85.0, request@^2.87.0, request@^2.88.0:
8329 version "2.88.0" 8363 version "2.88.0"
8330 resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef" 8364 resolved "https://registry.yarnpkg.com/request/-/request-2.88.0.tgz#9c2fca4f7d35b592efe57c7f0a55e81052124fef"
8331 integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg== 8365 integrity sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==
@@ -9709,6 +9743,11 @@ toidentifier@1.0.0:
9709 resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553" 9743 resolved "https://registry.yarnpkg.com/toidentifier/-/toidentifier-1.0.0.tgz#7e1be3470f1e77948bc43d94a3c8f4d7752ba553"
9710 integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw== 9744 integrity sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==
9711 9745
9746tokenizr@^1.3.10:
9747 version "1.5.5"
9748 resolved "https://registry.yarnpkg.com/tokenizr/-/tokenizr-1.5.5.tgz#bdb68ce4e52f6afefb2ed1b18279e32be87ef649"
9749 integrity sha512-cbiOvnZXf9JFUAgbxnsu8Uv0KDiPKevcYRcx/UirBqwgm4PJ6Vigi5ezjXeVTD0Tk6uGzwocGGjmkgPP8NLlAw==
9750
9712toposort@^1.0.0: 9751toposort@^1.0.0:
9713 version "1.0.7" 9752 version "1.0.7"
9714 resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029" 9753 resolved "https://registry.yarnpkg.com/toposort/-/toposort-1.0.7.tgz#2e68442d9f64ec720b8cc89e6443ac6caa950029"
@@ -10657,6 +10696,11 @@ xmlbuilder@~11.0.0:
10657 resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3" 10696 resolved "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz#be9bae1c8a046e76b31127726347d0ad7002beb3"
10658 integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA== 10697 integrity sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==
10659 10698
10699xmldom@^0.1.27:
10700 version "0.1.27"
10701 resolved "https://registry.yarnpkg.com/xmldom/-/xmldom-0.1.27.tgz#d501f97b3bdb403af8ef9ecc20573187aadac0e9"
10702 integrity sha1-1QH5ezvbQDr4757MIFcxh6rawOk=
10703
10660xmlhttprequest-ssl@~1.5.4: 10704xmlhttprequest-ssl@~1.5.4:
10661 version "1.5.5" 10705 version "1.5.5"
10662 resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e" 10706 resolved "https://registry.yarnpkg.com/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz#c2876b06168aadc40e57d97e81191ac8f4398b3e"
diff --git a/scripts/i18n/create-custom-files.ts b/scripts/i18n/create-custom-files.ts
index e946b8fd6..47b3e3784 100755
--- a/scripts/i18n/create-custom-files.ts
+++ b/scripts/i18n/create-custom-files.ts
@@ -1,25 +1,21 @@
1import { registerTSPaths } from '../../server/helpers/register-ts-paths' 1import { registerTSPaths } from '../../server/helpers/register-ts-paths'
2registerTSPaths() 2import { writeJSON } from 'fs-extra'
3
4import * as jsToXliff12 from 'xliff/jsToXliff12'
5import { writeFile } from 'fs-extra'
6import { join } from 'path' 3import { join } from 'path'
7import { 4import {
8 buildLanguages, 5 buildLanguages,
9 VIDEO_CATEGORIES, 6 VIDEO_CATEGORIES,
10 VIDEO_IMPORT_STATES, 7 VIDEO_IMPORT_STATES,
11 VIDEO_LICENCES, VIDEO_PLAYLIST_PRIVACIES, VIDEO_PLAYLIST_TYPES, 8 VIDEO_LICENCES,
9 VIDEO_PLAYLIST_PRIVACIES,
10 VIDEO_PLAYLIST_TYPES,
12 VIDEO_PRIVACIES, 11 VIDEO_PRIVACIES,
13 VIDEO_STATES 12 VIDEO_STATES
14} from '../../server/initializers/constants' 13} from '../../server/initializers/constants'
15import { values } from 'lodash' 14import { values } from 'lodash'
16 15
17type TranslationType = { 16registerTSPaths()
18 target: string
19 data: { [id: string]: string }
20}
21 17
22const videojs = require(join(__dirname, '../../../client/src/locale/source/videojs_en_US.json')) 18const videojs = require(join(__dirname, '../../../client/src/locale/videojs.en-US.json'))
23const playerKeys = { 19const playerKeys = {
24 'Quality': 'Quality', 20 'Quality': 'Quality',
25 'Auto': 'Auto', 21 'Auto': 'Auto',
@@ -37,10 +33,7 @@ const playerKeys = {
37 'Total downloaded: ': 'Total downloaded: ', 33 'Total downloaded: ': 'Total downloaded: ',
38 'Total uploaded: ': 'Total uploaded: ' 34 'Total uploaded: ': 'Total uploaded: '
39} 35}
40const playerTranslations = { 36Object.assign(playerKeys, videojs)
41 target: join(__dirname, '../../../client/src/locale/source/player_en_US.xml'),
42 data: Object.assign({}, videojs, playerKeys)
43}
44 37
45// Server keys 38// Server keys
46const serverKeys: any = {} 39const serverKeys: any = {}
@@ -65,57 +58,17 @@ Object.assign(serverKeys, {
65 'Unknown': 'Unknown' 58 'Unknown': 'Unknown'
66}) 59})
67 60
68const serverTranslations = {
69 target: join(__dirname, '../../../client/src/locale/source/server_en_US.xml'),
70 data: serverKeys
71}
72
73// ISO 639 keys 61// ISO 639 keys
74const languageKeys: any = {} 62const languageKeys: any = {}
75const languages = buildLanguages() 63const languages = buildLanguages()
76Object.keys(languages).forEach(k => languageKeys[languages[k]] = languages[k]) 64Object.keys(languages).forEach(k => languageKeys[languages[k]] = languages[k])
77 65
78const iso639Translations = { 66Object.assign(serverKeys, languageKeys)
79 target: join(__dirname, '../../../client/src/locale/source/iso639_en_US.xml'),
80 data: languageKeys
81}
82
83saveToXliffFile(playerTranslations, err => {
84 if (err) return handleError(err)
85
86 saveToXliffFile(serverTranslations, err => {
87 if (err) return handleError(err)
88
89 saveToXliffFile(iso639Translations, err => {
90 if (err) return handleError(err)
91 67
92 process.exit(0) 68Promise.all([
93 }) 69 writeJSON(join(__dirname, '../../../client/src/locale/player.en-US.json'), playerKeys),
94 }) 70 writeJSON(join(__dirname, '../../../client/src/locale/server.en-US.json'), serverKeys)
95}) 71]).catch(err => {
96
97// Then, the server strings
98
99function saveToXliffFile (jsonTranslations: TranslationType, cb: Function) {
100 const obj = {
101 resources: {
102 namespace1: {}
103 }
104 }
105 Object.keys(jsonTranslations.data).forEach(k => obj.resources.namespace1[ k ] = { source: jsonTranslations.data[ k ] })
106
107 jsToXliff12(obj, (err, res) => {
108 if (err) return cb(err)
109
110 writeFile(jsonTranslations.target, res, err => {
111 if (err) return cb(err)
112
113 return cb(null)
114 })
115 })
116}
117
118function handleError (err: any) {
119 console.error(err) 72 console.error(err)
120 process.exit(-1) 73 process.exit(-1)
121} 74})
diff --git a/scripts/i18n/generate.sh b/scripts/i18n/generate.sh
index 3f3e3d8e5..f9c2f0613 100755
--- a/scripts/i18n/generate.sh
+++ b/scripts/i18n/generate.sh
@@ -3,12 +3,11 @@
3set -eu 3set -eu
4 4
5cd client 5cd client
6npm run ng -- xi18n --i18n-locale "en-US" --output-path src/locale/source --out-file angular_en_US.xml 6npm run ng -- xi18n --i18n-locale "en-US" --output-path src/locale --out-file angular.xlf
7npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/source/angular_en_US.xml 7npm run ngx-extractor -- --locale "en-US" -i 'src/**/*.ts' -f xlf -o src/locale/angular.xlf
8 8
9# Zanata does not support inner elements in <source>, so we hack these special elements 9# Merge new translations in other language files
10# This regex translate the Angular elements to special entities (that we will reconvert on pull) 10npm run ng run -- PeerTube:xliffmerge
11perl -pi -e 's|<x id=(.+?)/>|&lt;x id=\1/&gt;|g' src/locale/source/angular_en_US.xml
12 11
13# Add our strings too 12# Add our strings too
14cd ../ 13cd ../
diff --git a/scripts/i18n/pull-hook.sh b/scripts/i18n/pull-hook.sh
index 8d1f7ee55..738469e38 100755
--- a/scripts/i18n/pull-hook.sh
+++ b/scripts/i18n/pull-hook.sh
@@ -2,14 +2,5 @@
2 2
3set -eu 3set -eu
4 4
5for i in $(seq 1 10); do
6 # Angular does not like when there is not target element, so we create it with the same content than the source element
7 perl -0pi -e 's#<source>([^<]+)</source>\s*<context-group #<source>\1</source><target>\1</target><context-group #g' client/src/locale/target/angular_*.xml
8
9 # Zanata does not support inner elements in <source>, so we hack these special elements
10 # This regex translate the converted elements to initial Angular elements
11 perl -pi -e 's|&lt;x id=(.+?)/&gt;([^"])|<x id=\1/>\2|g' client/src/locale/target/*.xml
12done
13
14npm run i18n:xliff2json 5npm run i18n:xliff2json
15 6