diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 18 |
1 files changed, 18 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 { |