summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-05-09 18:02:58 +0100
committersr55 <[email protected]>2018-05-09 18:02:58 +0100
commitc98aff0338b9b4b2742057154e93de3cac31372d (patch)
tree37ae6ad3833cf68615ec354deb72160c677b29c7 /win/CS/HandBrakeWPF/Properties
parenta6f3cd670f492a3474bf4695f1a8a6302fc3ed56 (diff)
WinGui: Make the error checking more aggressive when adding to queue. Add support for bailing out if batch adding and errors occur.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs21
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx9
2 files changed, 28 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index adc43621c..a22cf482b 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -669,7 +669,7 @@ namespace HandBrakeWPF.Properties {
/// <summary>
/// Looks up a localized string similar to Warning: If you wish to have subtitles added to each item you are about to queue, please verify that you have the subtitle defaults setup correctly on the subtitles tab.
///
- /// Do you wish to continue?.
+ ///Do you wish to continue?.
/// </summary>
public static string Main_AutoAdd_AudioAndSubWarning {
get {
@@ -687,6 +687,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Unable to add the last job to the queue. Do you wish to proceed trying to add the rest?.
+ /// </summary>
+ public static string Main_ContinueAddingToQueue {
+ get {
+ return ResourceManager.GetString("Main_ContinueAddingToQueue", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to The current file already exists, do you wish to overwrite it?.
/// </summary>
public static string Main_DestinationOverwrite {
@@ -906,6 +915,16 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to The file &apos;{0}&apos; already exists!
+ ///Would you like to overwrite it?.
+ /// </summary>
+ public static string Main_QueueOverwritePrompt {
+ get {
+ return ResourceManager.GetString("Main_QueueOverwritePrompt", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Queue Paused.
/// </summary>
public static string Main_QueuePaused {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index 830154c53..84d46f2b9 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -327,7 +327,7 @@ In order to use the QuickSync encoder, you must:
<data name="Main_AutoAdd_AudioAndSubWarning" xml:space="preserve">
<value>Warning: If you wish to have subtitles added to each item you are about to queue, please verify that you have the subtitle defaults setup correctly on the subtitles tab.
- Do you wish to continue?</value>
+Do you wish to continue?</value>
</data>
<data name="Main_TurnOnAutoFileNaming" xml:space="preserve">
<value>You must turn on automatic file naming AND set a default path in preferences before you can add to the queue.</value>
@@ -878,4 +878,11 @@ Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss}</value>
<data name="OsVersionWarning" xml:space="preserve">
<value>HandBrake requires Windows 7 or later to run. Version 0.9.9 (XP) and 0.10.5 (Vista) was the last version to support these versions.</value>
</data>
+ <data name="Main_ContinueAddingToQueue" xml:space="preserve">
+ <value>Unable to add the last job to the queue. Do you wish to proceed trying to add the rest?</value>
+ </data>
+ <data name="Main_QueueOverwritePrompt" xml:space="preserve">
+ <value>The file '{0}' already exists!
+Would you like to overwrite it?</value>
+ </data>
</root> \ No newline at end of file