X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Flocale%2Fangular.nn.xlf;h=5aa1d0993cfe8762d1baa508911390005186943f;hb=b4caeeb4436cc814dda97ba1568ac8205f4783a6;hp=2c8197413d8ff31880dcb4403592c46a63b5d675;hpb=6b13ba9b808059fec4398ee3b38c8197d8c41fb9;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/locale/angular.nn.xlf b/client/src/locale/angular.nn.xlf index 2c8197413..5aa1d0993 100644 --- a/client/src/locale/angular.nn.xlf +++ b/client/src/locale/angular.nn.xlf @@ -470,113 +470,113 @@ P2P & Privacy P2P og personvern - src/app/+about/about-peertube/about-peertube.component.html66 - + + src/app/+about/about-peertube/about-peertube.component.html65 PeerTube uses the BitTorrent protocol to share bandwidth between users by default to help lower the load on the server, but ultimately leaves you the choice to switch back to regular streaming exclusively from the server of the video. What follows applies only if you want to keep using the P2P mode of PeerTube. PeerTube bruker BitTorrent-protokollen som standardval for å dela bandbreidd mellom brukarane, slik at tenaren får lågare last. Du kan sjølv skru av dette slik at du strøymer direkte frå tenaren der filmen ligg lagra. Det fylgjande gjeld berre viss du held fram å bruka P2P-funksjonane i PeerTube. - src/app/+about/about-peertube/about-peertube.component.html69 - + + src/app/+about/about-peertube/about-peertube.component.html68 The main threat to your privacy induced by BitTorrent lies in your IP address being stored in the instance's BitTorrent tracker as long as you download or watch the video. Det største trugsmålet mot personvernet ditt ved å bruka BitTorrent kjem frå at IP-adressa di blir lagra i BitTorrent-sporaren til nettstaden din så lenge du ser på eller lastar ned filmen. - src/app/+about/about-peertube/about-peertube.component.html75 - + + src/app/+about/about-peertube/about-peertube.component.html74 What are the consequences? Kva er konsekvensane? - src/app/+about/about-peertube/about-peertube.component.html80 - + + src/app/+about/about-peertube/about-peertube.component.html79 In theory, someone with enough technical skills could create a script that tracks which IP is downloading which video. In practice, this is much more difficult because: I teorien kan nokon med nok teknisk kunne laga eit skript som sporar kva IP-adresse som lastar ned kva film. I praksis er dette mykje vanskelegare enn som så, fordi: - src/app/+about/about-peertube/about-peertube.component.html82 - + + src/app/+about/about-peertube/about-peertube.component.html81 An HTTP request has to be sent on each tracker for each video to spy. If we want to spy all PeerTube's videos, we have to send as many requests as there are videos (so potentially a lot) Dersom du ynskjer å spionera på brukarar, må du senda ein HTTP-førespurnad til kvar sporar for kvar film du vil spionera på. Viss du vil spionera på alle filmane på PeerTube, må du senda så mange førespurnader som det finst filmar (og det kan vera mange) - src/app/+about/about-peertube/about-peertube.component.html88 - + + src/app/+about/about-peertube/about-peertube.component.html87 For each request sent, the tracker returns random peers at a limited number. For instance, if there are 1000 peers in the swarm and the tracker sends only 20 peers for each request, there must be at least 50 requests sent to know every peer in the swarm For kvar førespurnad som blir sendt, svarar sporaren med eit lågt tal tilfeldige deltakarar. Viss det til dømes er 1000 deltakarar i svermen og sporaren sender berre 20 for kvar førespurnad, må ein eventuell spion senda minst 50 førespurnader for å greie på alle deltakarar i svermen - src/app/+about/about-peertube/about-peertube.component.html93 - + + src/app/+about/about-peertube/about-peertube.component.html92 Those requests have to be sent regularly to know who starts/stops watching a video. It is easy to detect that kind of behaviour Slike førespurnader må sendast jamnleg for å få greie på kven som startar eller sluttar å sjå på ein film. Det er lett å oppdaga slik åtferd - src/app/+about/about-peertube/about-peertube.component.html99 - + + src/app/+about/about-peertube/about-peertube.component.html98 If an IP address is stored in the tracker, it doesn't mean that the person behind the IP (if this person exists) has watched the video Viss ei IP-adresse er lagra i sporaren, tyder ikkje det at personen bak IP-adressa (viss den personen finst) har sett på filmen - src/app/+about/about-peertube/about-peertube.component.html103 - + + src/app/+about/about-peertube/about-peertube.component.html102 The IP address is a vague information: usually, it regularly changes and can represent many persons or entities IP-adressa er vag i seg sjølv: vanlegvis endrar ho seg jamnleg og kan representera mange personar eller einingar - src/app/+about/about-peertube/about-peertube.component.html108 - + + src/app/+about/about-peertube/about-peertube.component.html107 Web peers are not publicly accessible: because we use the websocket transport, the protocol is different from classic BitTorrent tracker. When you are in a web browser, you send a signal containing your IP address to the tracker that will randomly choose other peers to forward the information to. See this document for more information Nettdeltakarar er ikkje offentleg tilgjengelege. Av di me bruker websocket-transport, er protokollen annleis enn klassiske BitTorrent-sporarar. Når du er i ein nettlesar, sender du eit signal som inneheld IP-adressa di til sporaren, som vil velja tilfeldige deltakarar å vidaresenda informasjonen til. Les dette dokumentet for å få veta meir - src/app/+about/about-peertube/about-peertube.component.html112 - + + src/app/+about/about-peertube/about-peertube.component.html111 The worst-case scenario of an average person spying on their friends is quite unlikely. There are much more effective ways to get that kind of information. Verst tenkjelege scenario, der ein vanleg person spionerer på venene sine, er ganske usannsynleg. Det er mange andre og meir effektive måtar å få slik informasjon på. - src/app/+about/about-peertube/about-peertube.component.html120 - + + src/app/+about/about-peertube/about-peertube.component.html119 How does PeerTube compare with YouTube? Korleis er PeerTube samanlikna med YouTube? - src/app/+about/about-peertube/about-peertube.component.html125 - + + src/app/+about/about-peertube/about-peertube.component.html124 The threats to privacy with YouTube are different from PeerTube's. In YouTube's case, the platform gathers a huge amount of your personal information (not only your IP) to analyze them and track you. Moreover, YouTube is owned by Google/Alphabet, a company that tracks you across many websites (via AdSense or Google Analytics). Trugsmåla mot personvernet ditt er annleis på PeerTube enn på YouTube. Når det gjeld YouTube, samlar plattformen inn ei svær mengd opplysingar om deg (ikkje berre IP-adressa) for å analysera dei og spora deg. Vidare er det Google/Alphabet som eig YouTube. Det er eit konsern som sporar deg på tvers av mange nettstader, til dømes via AdSense eller Google Analytics. - src/app/+about/about-peertube/about-peertube.component.html127 - + + src/app/+about/about-peertube/about-peertube.component.html126 What can I do to limit the exposure of my IP address? Kva kan eg gjera for å hindra at IP-adressa mi blir tilgjengeleg for andre? - src/app/+about/about-peertube/about-peertube.component.html133 - + + src/app/+about/about-peertube/about-peertube.component.html132 Your IP address is public so every time you consult a website, there is a number of actors (in addition to the final website) seeing your IP in their connection logs: ISP/routers/trackers/CDN and more. PeerTube is transparent about it: we warn you that if you want to keep your IP private, you must use a VPN or Tor Browser. Thinking that removing P2P from PeerTube will give you back anonymity doesn't make sense. IP-adressa di er offentleg. Det tyder at kvar gong du ser på ein nettstad, er det fleire aktørar (samt den nettsida du les) som ser IP-adressa di i loggane sine: Nettleverandørar, ruterar, sporarar, innhaldsnettverk og meir. Peertube seier som sant er: Viss det er viktig for deg å ikkje avsløra IP-adressa di, må du bruka eit VPN eller Tor-nettlesaren. Det stemmer ikkje at det å fjerna P2P frå Peertube vil gje deg anonymitet. - src/app/+about/about-peertube/about-peertube.component.html135 - + + src/app/+about/about-peertube/about-peertube.component.html134 What will be done to mitigate this problem? Kva blir gjort for å løysa dette problemet? - src/app/+about/about-peertube/about-peertube.component.html142 - + + src/app/+about/about-peertube/about-peertube.component.html141 PeerTube wants to deliver the best countermeasures possible, to give you more choice and render attacks less likely. Here is what we put in place so far: PeerTube ynskjer å bruka dei beste motmidla me kan, slik at du får fleire val og det blir vanskelegare å angripa deg. Her er det me har gjort til no: - src/app/+about/about-peertube/about-peertube.component.html144 - + + src/app/+about/about-peertube/about-peertube.component.html143 We set a limit to the number of peers sent by the tracker Me set grenser for kor mange deltakarar sporaren sender ut - src/app/+about/about-peertube/about-peertube.component.html150 - + + src/app/+about/about-peertube/about-peertube.component.html149 We set a limit on the request frequency received by the tracker Me set grenser for kor ofte sporaren tek imot førespurnader - src/app/+about/about-peertube/about-peertube.component.html151 - + + src/app/+about/about-peertube/about-peertube.component.html150 Allow instance admins to disable P2P from the administration interface Nettstad-administratorar kan skru av P2P-funksjonane frå styringspanelet sitt - src/app/+about/about-peertube/about-peertube.component.html152 - + + src/app/+about/about-peertube/about-peertube.component.html151 Ultimately, remember you can always disable P2P by toggling it in the video player, or just by disabling WebRTC in your browser. Til slutt kan du hugsa at du alltid kan skru av P2P ved å klikka på knappen i filmspelaren, eller ved å skru av WebRTC i nettlesaren din. - src/app/+about/about-peertube/about-peertube.component.html155 - + + src/app/+about/about-peertube/about-peertube.component.html154 About this instance Om denne nettstaden @@ -2230,25 +2230,16 @@ color: red; enabled - - src/app/+admin/follows/shared/redundancy-checkbox.component.ts - 23 - - + + src/app/+admin/follows/shared/redundancy-checkbox.component.ts22 disabled - - src/app/+admin/follows/shared/redundancy-checkbox.component.ts - 23 - - + + src/app/+admin/follows/shared/redundancy-checkbox.component.ts22 Redundancy for is - - src/app/+admin/follows/shared/redundancy-checkbox.component.ts - 25 - - + + src/app/+admin/follows/shared/redundancy-checkbox.component.ts24 Videos redundancies @@ -2406,29 +2397,17 @@ color: red; Accept registrationAccept registration - - src/app/+admin/moderation/registration-list/process-registration-modal.component.ts - 69 - - + + src/app/+admin/moderation/registration-list/process-registration-modal.component.ts68 Reject registrationReject registration - - src/app/+admin/moderation/registration-list/process-registration-modal.component.ts - 72 - - + + src/app/+admin/moderation/registration-list/process-registration-modal.component.ts71 account created account created - - src/app/+admin/moderation/registration-list/process-registration-modal.component.ts - 96 - - + + src/app/+admin/moderation/registration-list/process-registration-modal.component.ts95 registration rejected registration rejected - - src/app/+admin/moderation/registration-list/process-registration-modal.component.ts - 113 - - + + src/app/+admin/moderation/registration-list/process-registration-modal.component.ts112 Moderation response is required.Moderation response is required. src/app/+admin/moderation/registration-list/process-registration-validators.ts @@ -5042,7 +5021,7 @@ channel with the same name ()!src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts226src/app/+admin/overview/videos/video-list.component.ts281src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts189src/app/+videos/+video-edit/shared/video-edit.component.html189src/app/+videos/+video-watch/shared/comment/video-comments.component.ts180src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 + src/app/+admin/follows/followers-list/followers-list.component.ts50src/app/+admin/follows/followers-list/followers-list.component.ts118src/app/+admin/follows/following-list/following-list.component.ts42src/app/+admin/moderation/registration-list/registration-list.component.ts65src/app/+admin/moderation/registration-list/registration-list.component.ts129src/app/+admin/moderation/video-block-list/video-block-list.component.ts91src/app/+admin/moderation/video-block-list/video-block-list.component.ts95src/app/+admin/overview/comments/video-comment-list.component.ts104src/app/+admin/overview/comments/video-comment-list.component.ts175src/app/+admin/overview/users/user-list/user-list.component.ts100src/app/+admin/overview/users/user-list/user-list.component.ts248src/app/+admin/overview/videos/video-list.component.ts76src/app/+admin/overview/videos/video-list.component.ts227src/app/+admin/overview/videos/video-list.component.ts282src/app/+my-library/+my-video-channels/my-video-channels.component.ts52src/app/+my-library/my-video-channel-syncs/my-video-channel-syncs.component.ts57src/app/+my-library/my-video-playlists/my-video-playlist-elements.component.ts128src/app/+my-library/my-video-playlists/my-video-playlists.component.ts35src/app/+my-library/my-videos/my-videos.component.html51src/app/+my-library/my-videos/my-videos.component.ts189src/app/+videos/+video-edit/shared/video-edit.component.html189src/app/+videos/+video-watch/shared/comment/video-comments.component.ts180src/app/shared/shared-abuse-list/abuse-list-table.component.ts133src/app/shared/shared-abuse-list/abuse-list-table.component.ts376src/app/shared/shared-abuse-list/abuse-list-table.component.ts411src/app/shared/shared-main/buttons/delete-button.component.ts21src/app/shared/shared-main/buttons/delete-button.component.ts26src/app/shared/shared-video-miniature/video-actions-dropdown.component.ts377 Accepted {count, plural, =1 { follow request} other { follow requests}} Accepted {count, plural, =1 { follow request} other { follow requests}} @@ -5223,18 +5202,12 @@ channel with the same name ()! URL parameter is missing in URL parameters - - src/app/+remote-interaction/remote-interaction.component.ts - 25 - - + + src/app/+remote-interaction/remote-interaction.component.ts24 Cannot access to the remote resource - - src/app/+remote-interaction/remote-interaction.component.ts - 48 - - + + src/app/+remote-interaction/remote-interaction.component.ts47 Reset password Reset password @@ -5466,7 +5439,7 @@ channel with the same name ()!src/app/+admin/plugins/shared/plugin-navigation.component.html4src/app/+search/search-routing.module.ts12src/app/+search/search.component.ts253src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html116src/app/shared/shared-main/misc/simple-search-input.component.ts12src/app/shared/shared-main/misc/simple-search-input.component.ts13 + src/app/+admin/plugins/shared/plugin-navigation.component.html4src/app/+search/search-routing.module.ts12src/app/+search/search.component.ts257src/app/header/search-typeahead.component.html8src/app/shared/shared-instance/instance-features-table.component.html116src/app/shared/shared-main/misc/simple-search-input.component.ts12src/app/shared/shared-main/misc/simple-search-input.component.ts13 Navigate between plugins and themes Navigate between plugins and themes @@ -5534,28 +5507,22 @@ channel with the same name ()! Search index is unavailable. Retrying with instance results instead. - src/app/+search/search.component.ts159 - + + src/app/+search/search.component.ts163 Search error - src/app/+search/search.component.ts160 - + + src/app/+search/search.component.ts164 Search Search - - src/app/+search/search.component.ts - 252 - - + + src/app/+search/search.component.ts256 PeerTube instance host filter is invalid PeerTube instance host filter is invalid - - src/app/+search/search.component.ts - 327 - - + + src/app/+search/search.component.ts331 Step src/app/+signup/+register/custom-stepper.component.html10 @@ -6133,7 +6100,7 @@ channel with the same name ()!Subscribe to the account - src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts834 + src/app/+video-channels/video-channels.component.ts85src/app/+videos/+video-watch/video-watch.component.ts839 PLAYLISTS SPELELISTER @@ -7646,23 +7613,23 @@ channel with the same name ()! This video is not available on this instance. Do you want to be redirected on the origin instance: <a href=""></a>? - src/app/+videos/+video-watch/video-watch.component.ts346 + src/app/+videos/+video-watch/video-watch.component.ts348 Redirection - src/app/+videos/+video-watch/video-watch.component.ts347 + src/app/+videos/+video-watch/video-watch.component.ts349 This video contains mature or explicit content. Are you sure you want to watch it? - src/app/+videos/+video-watch/video-watch.component.ts402 + src/app/+videos/+video-watch/video-watch.component.ts404 Mature or explicit content - src/app/+videos/+video-watch/video-watch.component.ts403 + src/app/+videos/+video-watch/video-watch.component.ts405 Up Next - src/app/+videos/+video-watch/video-watch.component.ts486 + src/app/+videos/+video-watch/video-watch.component.ts488 Cancel @@ -7686,76 +7653,76 @@ channel with the same name ()!src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+login/login.component.html143src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-edit/video-add-components/video-upload.component.html71src/app/+videos/+video-edit/video-add-components/video-upload.component.html83src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/+videos/+video-watch/video-watch.component.ts487src/app/modal/confirm.component.html23src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 + src/app/+about/about-instance/contact-admin-modal.component.html48src/app/+admin/follows/following-list/follow-modal.component.html33src/app/+admin/moderation/registration-list/process-registration-modal.component.html67src/app/+login/login.component.html143src/app/+my-library/my-ownership/my-accept-ownership/my-accept-ownership.component.html20src/app/+my-library/my-video-imports/my-video-imports.component.html42src/app/+my-library/my-videos/modals/video-change-ownership.component.html22src/app/+videos/+video-edit/shared/video-caption-add-modal.component.html37src/app/+videos/+video-edit/shared/video-caption-edit-modal-content/video-caption-edit-modal-content.component.html25src/app/+videos/+video-edit/video-add-components/video-upload.component.html71src/app/+videos/+video-edit/video-add-components/video-upload.component.html83src/app/+videos/+video-watch/shared/comment/video-comment-add.component.html73src/app/+videos/+video-watch/video-watch.component.ts489src/app/modal/confirm.component.html23src/app/shared/shared-abuse-list/moderation-comment-modal.component.html26src/app/shared/shared-moderation/batch-domains-modal.component.html31src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/report.component.html53src/app/shared/shared-moderation/report-modals/video-report.component.html84src/app/shared/shared-moderation/user-ban-modal.component.html34src/app/shared/shared-moderation/video-block.component.html46src/app/shared/shared-video-miniature/video-download.component.html140 Autoplay is suspended - src/app/+videos/+video-watch/video-watch.component.ts488 + src/app/+videos/+video-watch/video-watch.component.ts490 Enter/exit fullscreen Enter/exit fullscreen - src/app/+videos/+video-watch/video-watch.component.ts797 + src/app/+videos/+video-watch/video-watch.component.ts802 Play/Pause the video Play/Pause the video - src/app/+videos/+video-watch/video-watch.component.ts798 + src/app/+videos/+video-watch/video-watch.component.ts803 Mute/unmute the video Mute/unmute the video - src/app/+videos/+video-watch/video-watch.component.ts799 + src/app/+videos/+video-watch/video-watch.component.ts804 Skip to a percentage of the video: 0 is 0% and 9 is 90% Skip to a percentage of the video: 0 is 0% and 9 is 90% - src/app/+videos/+video-watch/video-watch.component.ts814 + src/app/+videos/+video-watch/video-watch.component.ts819 Increase the volume Increase the volume - src/app/+videos/+video-watch/video-watch.component.ts801 + src/app/+videos/+video-watch/video-watch.component.ts806 Decrease the volume Decrease the volume - src/app/+videos/+video-watch/video-watch.component.ts802 + src/app/+videos/+video-watch/video-watch.component.ts807 Seek the video forward Seek the video forward - src/app/+videos/+video-watch/video-watch.component.ts816 + src/app/+videos/+video-watch/video-watch.component.ts821 Seek the video backward Seek the video backward - src/app/+videos/+video-watch/video-watch.component.ts817 + src/app/+videos/+video-watch/video-watch.component.ts822 Increase playback rate Increase playback rate - src/app/+videos/+video-watch/video-watch.component.ts819 + src/app/+videos/+video-watch/video-watch.component.ts824 Decrease playback rate Decrease playback rate - src/app/+videos/+video-watch/video-watch.component.ts820 + src/app/+videos/+video-watch/video-watch.component.ts825 Navigate in the video to the previous frame Navigate in the video to the previous frame - src/app/+videos/+video-watch/video-watch.component.ts822 + src/app/+videos/+video-watch/video-watch.component.ts827 Navigate in the video to the next frame Navigate in the video to the next frame - src/app/+videos/+video-watch/video-watch.component.ts823 + src/app/+videos/+video-watch/video-watch.component.ts828 Toggle theater mode Toggle theater mode - src/app/+videos/+video-watch/video-watch.component.ts807 + src/app/+videos/+video-watch/video-watch.component.ts812 Like the video src/app/+videos/+video-watch/shared/action-buttons/video-rate.component.ts46 @@ -11804,62 +11771,62 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular Are you sure you want to delete {count, plural, =1 {this video} other {these videos}}? Are you sure you want to delete {count, plural, =1 {this video} other {these videos}}? - src/app/+admin/overview/videos/video-list.component.ts221 + src/app/+admin/overview/videos/video-list.component.ts222 Are you sure you want to delete these videos? Are you sure you want to delete these videos? - src/app/+admin/overview/videos/video-list.component.ts223 + src/app/+admin/overview/videos/video-list.component.ts224 Deleted {count, plural, =1 {1 video} other { videos}}. Deleted {count, plural, =1 {1 video} other { videos}}. - src/app/+admin/overview/videos/video-list.component.ts233 + src/app/+admin/overview/videos/video-list.component.ts234 Deleted videos. Deleted videos. - src/app/+admin/overview/videos/video-list.component.ts235 + src/app/+admin/overview/videos/video-list.component.ts236 Unblocked {count, plural, =1 {1 video} other { videos}}. Unblocked {count, plural, =1 {1 video} other { videos}}. - src/app/+admin/overview/videos/video-list.component.ts251 + src/app/+admin/overview/videos/video-list.component.ts252 Unblocked videos. Unblocked videos. - src/app/+admin/overview/videos/video-list.component.ts253 + src/app/+admin/overview/videos/video-list.component.ts254 Are you sure you want to delete {count, plural, =1 {1 HLS streaming playlist} other { HLS streaming playlists}}? Are you sure you want to delete {count, plural, =1 {1 HLS streaming playlist} other { HLS streaming playlists}}? - src/app/+admin/overview/videos/video-list.component.ts269 + src/app/+admin/overview/videos/video-list.component.ts270 Are you sure you want to delete HLS streaming playlists? Er du sikker på at du vil sletta spelelistene for HLS-strøyming? - src/app/+admin/overview/videos/video-list.component.ts271 + src/app/+admin/overview/videos/video-list.component.ts272 Are you sure you want to delete WebTorrent files of {count, plural, =1 {1 video} other { videos}}? Are you sure you want to delete WebTorrent files of {count, plural, =1 {1 video} other { videos}}? - src/app/+admin/overview/videos/video-list.component.ts275 + src/app/+admin/overview/videos/video-list.component.ts276 Are you sure you want to delete WebTorrent files of videos? Are you sure you want to delete WebTorrent files of videos? - src/app/+admin/overview/videos/video-list.component.ts277 + src/app/+admin/overview/videos/video-list.component.ts278 Files were removed. Files were removed. - src/app/+admin/overview/videos/video-list.component.ts287 + src/app/+admin/overview/videos/video-list.component.ts288 Transcoding jobs created. Transcoding jobs created. - src/app/+admin/overview/videos/video-list.component.ts299 + src/app/+admin/overview/videos/video-list.component.ts300 Videos list Videos list