diff options
author | sr55 <[email protected]> | 2019-05-10 22:37:25 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-05-10 22:37:25 +0100 |
commit | d66c23d4a81c6165965114e855a4f361c9481649 (patch) | |
tree | 650f51b9ef6308582394f6316ecff58f7776bf6f /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 38af1c5f6595fd7ab01f1672197aabe9f87aa5b4 (diff) |
WinGui: Switch the GUI over to using JSON for the queue. (Note, this is not the same format as the CLI and thus cannot be imported. This may happen in the future)
Please finish existing queue before installing new version.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 3e04f632c..a3583ef4a 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -3814,6 +3814,33 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to HandBrake has detected multiple unfinished queue files. These will be from multiple instances of HandBrake running. Would you like to recover all unfinished jobs?. + /// </summary> + public static string Queue_RecoverQueueQuestionPlural { + get { + return ResourceManager.GetString("Queue_RecoverQueueQuestionPlural", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to HandBrake has detected unfinished items on the queue from the last time the application was launched. Would you like to recover these?. + /// </summary> + public static string Queue_RecoverQueueQuestionSingular { + get { + return ResourceManager.GetString("Queue_RecoverQueueQuestionSingular", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Queue Recovery Possible. + /// </summary> + public static string Queue_RecoveryPossible { + get { + return ResourceManager.GetString("Queue_RecoveryPossible", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Unable to reset job status as it is not in an Error or Completed state. /// </summary> public static string Queue_UnableToResetJob { |