diff options
author | sr55 <[email protected]> | 2020-07-24 22:02:50 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-07-24 22:02:50 +0100 |
commit | 2974cc767def7a4651fcd1b5922730c02af0d1bb (patch) | |
tree | 507248a20c63980c96d6c9e895924617fc769553 /win/CS/HandBrakeWPF/Properties | |
parent | 88a5af3e108e1839ec86c7a08d77f13a9e45f6ed (diff) |
WinGui: Add back lost functionality on the new queue design. There is now a Stop button that allows for existing jobs to be completed before stopping the queue. When done action will also be honoured. #2974
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 11 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 5 |
2 files changed, 14 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 0ac3d8eb3..857526ccd 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4942,7 +4942,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Pause Queue. + /// Looks up a localized string similar to Pause. /// </summary> public static string QueueView_Pause { get { @@ -5059,6 +5059,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Stop. + /// </summary> + public static string QueueView_Stop { + get { + return ResourceManager.GetString("QueueView_Stop", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Subtitles:. /// </summary> public static string QueueView_Subtitles { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 40d36fe87..dc34ba9a8 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -1452,7 +1452,7 @@ Would you like to overwrite it?</value> <value>Options</value>
</data>
<data name="QueueView_Pause" xml:space="preserve">
- <value>Pause Queue</value>
+ <value>Pause</value>
</data>
<data name="QueueView_PausedDuration" xml:space="preserve">
<value>Paused Duration:</value>
@@ -2340,4 +2340,7 @@ Please choose a different preset.</value> <data name="OptionsView_NotSupported" xml:space="preserve">
<value>(Not supported on this system)</value>
</data>
+ <data name="QueueView_Stop" xml:space="preserve">
+ <value>Stop</value>
+ </data>
</root>
\ No newline at end of file |