diff options
author | sr55 <[email protected]> | 2020-02-12 22:12:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2020-02-12 22:12:48 +0000 |
commit | 0979767b3fbf33838e9012b4f28e36a57e5e37e2 (patch) | |
tree | 4238cecbc193c51c8f5d85d0fdaeae9560631812 /win/CS/HandBrakeWPF/Properties | |
parent | 7adb00bcc87d27bf7c484e848fa8844b4913c3f9 (diff) |
WinGui: Changed the behaviour of the Queue Import. Now, if duplicates are detected on import, the user will be given the choice to overwrite the existing records. If not overwriting, queue tasks will NOT be imported. #2632
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 18 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 6 |
2 files changed, 24 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 7f47f4ba4..a03b31450 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4350,6 +4350,24 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Duplicate jobs were detected in the queue file that you are trying to import. Do you wish to overwrite the existing records?. + /// </summary> + public static string QueueService_DuplicatesQuestion { + get { + return ResourceManager.GetString("QueueService_DuplicatesQuestion", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Duplicates Detected. + /// </summary> + public static string QueueService_DuplicatesTitle { + get { + return ResourceManager.GetString("QueueService_DuplicatesTitle", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Actions. /// </summary> public static string QueueView_Actions { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index a7321af69..29365f2ec 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2198,4 +2198,10 @@ Where supported, any user presets will have been imported.</value> <data name="SubtitleView_AddRemainingCC" xml:space="preserve">
<value>Add All Remaining Closed Captions</value>
</data>
+ <data name="QueueService_DuplicatesQuestion" xml:space="preserve">
+ <value>Duplicate jobs were detected in the queue file that you are trying to import. Do you wish to overwrite the existing records?</value>
+ </data>
+ <data name="QueueService_DuplicatesTitle" xml:space="preserve">
+ <value>Duplicates Detected</value>
+ </data>
</root>
\ No newline at end of file |