diff options
author | sr55 <[email protected]> | 2019-06-07 19:55:56 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-06-07 19:56:17 +0100 |
commit | 1c88dbe1af5b6c29dc88626dc34e746936f49fe6 (patch) | |
tree | 510f4f3d051a4e9ff3c9fc73bb82a8fc2d7afb7d /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 703fbc82f6c1d25ec9df123d4257953279e3e8a3 (diff) |
WinGui: Re-implement queue import/export functionality for the GUI. Note, this is incompatible with the CLI Queue parser. There is an existing separate option for exporting into a CLI friendly JSON format.
Format subject to change in the future. For now, this is a quick way of getting this functionality back. #898
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 334c77073..ad6f64130 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4093,7 +4093,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Export Queue for CLI. + /// Looks up a localized string similar to Export Queue. /// </summary> public static string QueueView_Export { get { @@ -4102,6 +4102,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Export Queue (CLI Only). + /// </summary> + public static string QueueView_ExportCLI { + get { + return ResourceManager.GetString("QueueView_ExportCLI", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Filesize: . /// </summary> public static string QueueView_FileSize { |