From 264f1ee2bbb699f7b7ee4582107b806c474042b9 Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 9 Dec 2017 18:02:05 +0000 Subject: WinGui: Tidy up some resources --- .../Properties/ResourcesTooltips.Designer.cs | 15 ++++++--- .../HandBrakeWPF/Properties/ResourcesTooltips.resx | 3 ++ .../Properties/ResourcesUI.Designer.cs | 36 ++++++++++++++++++++++ win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 12 ++++++++ win/CS/HandBrakeWPF/Views/MainView.xaml | 20 ++++++------ 5 files changed, 73 insertions(+), 13 deletions(-) (limited to 'win/CS/HandBrakeWPF') diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs index 2cd864b4b..b92043992 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs @@ -19,7 +19,7 @@ namespace HandBrakeWPF.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class ResourcesTooltips { @@ -65,9 +65,7 @@ namespace HandBrakeWPF.Properties { /// ///NLMeans syntax: y-strength=y:y-origin-tune=y:y-patch-size=y:y-range=y:y-frame-count=y:y-prefilter=y:cb-strength=c:cb-origin-tune=c:cb-patch-size=c:cb-range=c:cb-frame-count=c:cb-prefilter=c:cr-strength=c:cr-origin-tune=c:cr-patch-size=c:cr-range=c:cr-frame-count=c:cr-prefilter=c:threads=t /// - ///NLMeans default: y-strength=6:y-origin-tune=1:y-patch-size=7:y-range=3:y-frame-count=2:y-prefilter=0:cb-strength=6:cb-origin-tune=1:cb-patch-size=7:cb-range=3:cb-frame-count=2:cb-prefilter=0 - /// - ///HQDN [rest of string was truncated]";. + ///NLMeans default: y-strength=6:y-origin-tune=1:y-patch-size=7:y-range=3:y-frame-count=2:y-prefilter=0:cb-strength=6:cb-origin-tune=1:cb-patch-size=7:cb-range=3:cb-frame-count=2:cb-prefilter [rest of string was truncated]";. /// public static string FilterView_CustomDenoiseParams { get { @@ -392,6 +390,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Options to control presets.. + /// + public static string MainView_PresetOptionsContextMenu { + get { + return ResourceManager.GetString("MainView_PresetOptionsContextMenu", resourceCulture); + } + } + /// /// Looks up a localized string similar to Presets are groups of encode settings tailored for specific scenarios. Select the one closest matching your intent. /// diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx index 6d31ab411..12f7809cb 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx @@ -457,4 +457,7 @@ Lapsharp's Sprite tune is useful for 1-/4-/8-/16-bit 2-dimensional games. Sprite Aligns the initial timestamps of all audio and video streams by inserting blank frames or dropping frames. May improve audio/video sync for broken players that do not honor MP4 edit lists. + + Options to control presets. + \ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 7dea4e3a1..045992d05 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -654,6 +654,33 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Add All. + /// + public static string MainView_AddAll { + get { + return ResourceManager.GetString("MainView_AddAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add Current. + /// + public static string MainView_AddCurrent { + get { + return ResourceManager.GetString("MainView_AddCurrent", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Add Selection. + /// + public static string MainView_AddSelection { + get { + return ResourceManager.GetString("MainView_AddSelection", resourceCulture); + } + } + /// /// Looks up a localized string similar to Add to Queue. /// @@ -852,6 +879,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Preset Options Context Menu. + /// + public static string MainView_PresetOptionsContextMenu { + get { + return ResourceManager.GetString("MainView_PresetOptionsContextMenu", resourceCulture); + } + } + /// /// Looks up a localized string similar to Delete Preset. /// diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 434ddd3c3..0112f0ff5 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -989,4 +989,16 @@ This will not affect your current settings in the Subtitle tab. -- Add New Category -- + + Add All + + + Add Current + + + Add Selection + + + Preset Options Context Menu + \ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 89fcb3830..c6e08f7fb 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -128,7 +128,7 @@ ToolBarTray.IsLocked="True" KeyboardNavigation.TabNavigation="Continue"> -