diff --git a/client/src/locale/angular.it-IT.xlf b/client/src/locale/angular.it-IT.xlf
index 124719fcf..f158f0fec 100644
--- a/client/src/locale/angular.it-IT.xlf
+++ b/client/src/locale/angular.it-IT.xlf
@@ -1039,7 +1039,7 @@
Are you sure you want to delete Web Video files of {count, plural, =1 {1 video} other { videos}}?
- Siete sicuri di voler eliminare i file Web Video di {count, plural, =1 {1 video} altri { video}}?
+ Siete sicuri di voler eliminare i file Web Video di {count, plural, =1 {1 video} other { video}}?src/app/+admin/overview/videos/video-list.component.ts314
@@ -11706,17 +11706,17 @@
13
-
+ {VAR_PLURAL, plural, =1 {1 videos} other { videos}}
- {VAR_PLURAL, plural, =1 {1 videos} other { videos}}
+ {VAR_PLURAL, plural, =1 {1 video} other { video}}src/app/shared/shared-custom-markup/peertube-custom-tags/channel-miniature-markup.component.html16
-
+
-
+ src/app/+accounts/account-video-channels/account-video-channels.component.html28
@@ -15310,9 +15310,9 @@
23
-
+ This will delete all your data, including channels, videos, comments and you won't be able to create another user on this instance with "" username.
- This will delete all your data, including channels, videos, comments and you won't be able to create another user on this instance with "" username.
+ In questo modo verranno cancellati tutti i dati, compresi i canali, i video, i commenti e non sarĂ possibile creare un altro utente su questa istanza con il nome utente "".src/app/+my-account/my-account-settings/my-account-danger-zone/my-account-danger-zone.component.ts26