diff options
author | sr55 <[email protected]> | 2020-06-19 20:26:35 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-06-19 20:26:35 +0100 |
commit | e8d5cc79660cf7e3671c4cfab51da54451e5b14c (patch) | |
tree | 94d8421e26f6a4e710ff8522e519d408779cccca /win/CS/HandBrakeWPF/Properties | |
parent | 0dc75f3ec8a6724a5c0315003948d1957dffe0f2 (diff) |
WinGui: Minor tweaks to the queue summary screen.
- Added the same Filters summary that exists on the main window summary tab to the queue summary window.
- Compacted the Advanced summary from 5 to 3 lines.
- Match the mac UI and show default/forced on the subtitle tracks.
Fixes #2922
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 27 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 9 |
2 files changed, 36 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index f56f22cd0..0213629cc 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4690,6 +4690,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Filters:. + /// </summary> + public static string QueueView_FilterSettings { + get { + return ResourceManager.GetString("QueueView_FilterSettings", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Import Queue. /// </summary> public static string QueueView_Import { @@ -5771,6 +5780,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Default. + /// </summary> + public static string SummaryView_Default { + get { + return ResourceManager.GetString("SummaryView_Default", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Detelecine. /// </summary> public static string SummaryView_Detelecine { @@ -5789,6 +5807,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Forced. + /// </summary> + public static string SummaryView_Forced { + get { + return ResourceManager.GetString("SummaryView_Forced", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Grayscale. /// </summary> public static string SummaryView_Grayscale { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index e9561f778..d869657b0 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2271,4 +2271,13 @@ Please choose a different preset.</value> <data name="OptionsView_Win10Only" xml:space="preserve">
<value>( Windows 10 Only! )</value>
</data>
+ <data name="QueueView_FilterSettings" xml:space="preserve">
+ <value>Filters:</value>
+ </data>
+ <data name="SummaryView_Default" xml:space="preserve">
+ <value>Default</value>
+ </data>
+ <data name="SummaryView_Forced" xml:space="preserve">
+ <value>Forced</value>
+ </data>
</root>
\ No newline at end of file |