diff --git a/TwitchDownloaderWPF/PageQueue.xaml b/TwitchDownloaderWPF/PageQueue.xaml index f5bb5521..b337fdbb 100644 --- a/TwitchDownloaderWPF/PageQueue.xaml +++ b/TwitchDownloaderWPF/PageQueue.xaml @@ -39,22 +39,22 @@ - + - + - + - + diff --git a/TwitchDownloaderWPF/Translations/Strings.Designer.cs b/TwitchDownloaderWPF/Translations/Strings.Designer.cs index 5ddc495e..d53b74d5 100644 --- a/TwitchDownloaderWPF/Translations/Strings.Designer.cs +++ b/TwitchDownloaderWPF/Translations/Strings.Designer.cs @@ -446,6 +446,24 @@ public static string ClipLinkId { } } + /// + /// Looks up a localized string similar to Open folder. + /// + public static string ContextMenuOpenTaskFolder { + get { + return ResourceManager.GetString("ContextMenuOpenTaskFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Remove. + /// + public static string ContextMenuRemoveTask { + get { + return ResourceManager.GetString("ContextMenuRemoveTask", resourceCulture); + } + } + /// /// Looks up a localized string similar to Copy ID to clipboard. /// diff --git a/TwitchDownloaderWPF/Translations/Strings.es.resx b/TwitchDownloaderWPF/Translations/Strings.es.resx index 305244ff..8939bebf 100644 --- a/TwitchDownloaderWPF/Translations/Strings.es.resx +++ b/TwitchDownloaderWPF/Translations/Strings.es.resx @@ -808,4 +808,11 @@ Cancel + + Remove + + + Open folder + + \ No newline at end of file diff --git a/TwitchDownloaderWPF/Translations/Strings.fr.resx b/TwitchDownloaderWPF/Translations/Strings.fr.resx index 22826654..677ac78a 100644 --- a/TwitchDownloaderWPF/Translations/Strings.fr.resx +++ b/TwitchDownloaderWPF/Translations/Strings.fr.resx @@ -807,4 +807,10 @@ Cancel + + Remove + + + Open folder + \ No newline at end of file diff --git a/TwitchDownloaderWPF/Translations/Strings.pl.resx b/TwitchDownloaderWPF/Translations/Strings.pl.resx index b12b7e5f..e68d6d0f 100644 --- a/TwitchDownloaderWPF/Translations/Strings.pl.resx +++ b/TwitchDownloaderWPF/Translations/Strings.pl.resx @@ -807,4 +807,10 @@ Cancel + + Remove + + + Open folder + \ No newline at end of file diff --git a/TwitchDownloaderWPF/Translations/Strings.resx b/TwitchDownloaderWPF/Translations/Strings.resx index 6907cad0..7690f45b 100644 --- a/TwitchDownloaderWPF/Translations/Strings.resx +++ b/TwitchDownloaderWPF/Translations/Strings.resx @@ -806,4 +806,10 @@ Cancel + + Remove + + + Open folder + \ No newline at end of file diff --git a/TwitchDownloaderWPF/Translations/Strings.ru.resx b/TwitchDownloaderWPF/Translations/Strings.ru.resx index 32f41efd..450dd843 100644 --- a/TwitchDownloaderWPF/Translations/Strings.ru.resx +++ b/TwitchDownloaderWPF/Translations/Strings.ru.resx @@ -807,4 +807,10 @@ Cancel + + Remove + + + Open folder + \ No newline at end of file diff --git a/TwitchDownloaderWPF/Translations/Strings.tr.resx b/TwitchDownloaderWPF/Translations/Strings.tr.resx index 39670fb5..fc777e3a 100644 --- a/TwitchDownloaderWPF/Translations/Strings.tr.resx +++ b/TwitchDownloaderWPF/Translations/Strings.tr.resx @@ -808,4 +808,10 @@ Cancel + + Remove + + + Open folder + \ No newline at end of file diff --git a/TwitchDownloaderWPF/Translations/Strings.uk.resx b/TwitchDownloaderWPF/Translations/Strings.uk.resx index 56067b59..4bb5afa0 100644 --- a/TwitchDownloaderWPF/Translations/Strings.uk.resx +++ b/TwitchDownloaderWPF/Translations/Strings.uk.resx @@ -807,4 +807,10 @@ Скасувати + + Remove + + + Open folder + diff --git a/TwitchDownloaderWPF/Translations/Strings.zh.resx b/TwitchDownloaderWPF/Translations/Strings.zh.resx index d384243d..af360a74 100644 --- a/TwitchDownloaderWPF/Translations/Strings.zh.resx +++ b/TwitchDownloaderWPF/Translations/Strings.zh.resx @@ -806,4 +806,10 @@ Cancel + + Remove + + + Open folder + \ No newline at end of file