From: sr55 Date: Fri, 15 Dec 2017 22:47:20 +0000 (+0000) Subject: WinGui: Language Changes around preset buttons on the main view. X-Git-Tag: 1.1.0~193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=939696ce28687a9f4d96556dcf28bd9ab605e1a1;p=handbrake WinGui: Language Changes around preset buttons on the main view. --- diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index d40aa4e0a..c95cb7446 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -942,6 +942,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Reload. + /// + public static string MainView_Reload { + get { + return ResourceManager.GetString("MainView_Reload", resourceCulture); + } + } + /// /// Looks up a localized string similar to Remove. /// @@ -960,6 +969,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Save New Preset. + /// + public static string MainView_SaveNewPreset { + get { + return ResourceManager.GetString("MainView_SaveNewPreset", resourceCulture); + } + } + /// /// Looks up a localized string similar to Searching for start time. /// diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 32814de31..4dee81b03 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -1013,4 +1013,10 @@ This will not affect your current settings in the Subtitle tab. Play a sound when the queue completes + + Reload + + + Save New Preset + \ No newline at end of file diff --git a/win/CS/HandBrakeWPF/Views/MainView.xaml b/win/CS/HandBrakeWPF/Views/MainView.xaml index 624ab40b2..a8e7bc35f 100644 --- a/win/CS/HandBrakeWPF/Views/MainView.xaml +++ b/win/CS/HandBrakeWPF/Views/MainView.xaml @@ -381,9 +381,9 @@ -