diff options
author | sr55 <[email protected]> | 2019-03-03 17:54:41 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-03-03 17:54:41 +0000 |
commit | 536b4f8aeb8cc399dbd01601bdca4add87b0e45a (patch) | |
tree | 94df68f4b824c0273f274081008f96f6328be61d /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 3f00ad4e38deca496922f836d31c44f8b630fbf4 (diff) |
WinGui: Queue -> Overhaul the context menu on the queue to offer context aware tasks for the selected tasks.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index ead05b8b7..afb24dd5f 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -3802,6 +3802,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Delete Selected. + /// </summary> + public static string QueueView_DeleteSelected { + get { + return ResourceManager.GetString("QueueView_DeleteSelected", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Destination: . /// </summary> public static string QueueView_Destination { @@ -4144,6 +4153,16 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Encoding: Pass {0} of {1}, {2:00.00}%, FPS: {3:000.0}, Avg FPS: {4:000.0} + ///Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss} {7}. + /// </summary> + public static string QueueViewModel_EncodeStatusChanged_StatusLabel { + get { + return ResourceManager.GetString("QueueViewModel_EncodeStatusChanged_StatusLabel", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to This encode is currently in progress. If you delete it, the encode will be stopped. Are you sure you wish to proceed?. /// </summary> public static string QueueViewModel_JobCurrentlyRunningWarning { |