diff options
author | sr55 <[email protected]> | 2017-12-10 22:19:45 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-12-10 22:19:45 +0000 |
commit | 601445a33e6237bab1491091641db5db1a4fd930 (patch) | |
tree | 2834dcdce5dc083208b547207a7e25d30a2f0301 /win/CS/HandBrakeWPF/Properties | |
parent | 037c7041dc8b3d2ff62987179849c947beb00974 (diff) |
WinGui: UI consistency Tweaks. #833
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
4 files changed, 46 insertions, 10 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs index b92043992..74ef418c0 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs @@ -355,6 +355,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to The end point for this range..
+ /// </summary>
+ public static string MainView_EndPoint {
+ get {
+ return ResourceManager.GetString("MainView_EndPoint", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Add a special MP4 marker to allow playback on vintage iPod 5th Generation devices circa 2006. Other settings may affect compatibility..
/// </summary>
public static string MainView_IpodAtom {
@@ -429,6 +438,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to The start point for this range..
+ /// </summary>
+ public static string MainView_StartPoint {
+ get {
+ return ResourceManager.GetString("MainView_StartPoint", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Title, or video clip, to encode.
///Blu-ray and DVD sources often have multiple titles, the longest of which is typically the main feature.
/// </summary>
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx index 12f7809cb..ae79c9c1c 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx @@ -460,4 +460,10 @@ Lapsharp's Sprite tune is useful for 1-/4-/8-/16-bit 2-dimensional games. Sprite <data name="MainView_PresetOptionsContextMenu" xml:space="preserve">
<value>Options to control presets.</value>
</data>
+ <data name="MainView_EndPoint" xml:space="preserve">
+ <value>The end point for this range.</value>
+ </data>
+ <data name="MainView_StartPoint" xml:space="preserve">
+ <value>The start point for this range.</value>
+ </data>
</root>
\ 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 045992d05..0546fc14d 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -709,7 +709,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Angle.
+ /// Looks up a localized string similar to Angle: .
/// </summary>
public static string MainView_Angle {
get {
@@ -772,7 +772,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Duration.
+ /// Looks up a localized string similar to Duration: .
/// </summary>
public static string MainView_Duration {
get {
@@ -781,7 +781,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Save To.
+ /// Looks up a localized string similar to Save As:.
/// </summary>
public static string MainView_File {
get {
@@ -925,6 +925,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Range:.
+ /// </summary>
+ public static string MainView_Range {
+ get {
+ return ResourceManager.GetString("MainView_Range", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Remove.
/// </summary>
public static string MainView_Remove {
@@ -1042,7 +1051,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to through.
+ /// Looks up a localized string similar to - .
/// </summary>
public static string MainView_through {
get {
@@ -1051,7 +1060,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Title.
+ /// Looks up a localized string similar to Title: .
/// </summary>
public static string MainView_Title {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 0112f0ff5..4dd72b89b 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -130,7 +130,7 @@ <value>Advanced</value>
</data>
<data name="MainView_Angle" xml:space="preserve">
- <value>Angle</value>
+ <value>Angle: </value>
</data>
<data name="MainView_AudioTab" xml:space="preserve">
<value>Audio</value>
@@ -148,10 +148,10 @@ <value>Destination</value>
</data>
<data name="MainView_Duration" xml:space="preserve">
- <value>Duration</value>
+ <value>Duration: </value>
</data>
<data name="MainView_File" xml:space="preserve">
- <value>Save To</value>
+ <value>Save As:</value>
</data>
<data name="MainView_FiltersTab" xml:space="preserve">
<value>Filters</value>
@@ -202,10 +202,10 @@ <value>Subtitles</value>
</data>
<data name="MainView_through" xml:space="preserve">
- <value>through</value>
+ <value> - </value>
</data>
<data name="MainView_Title" xml:space="preserve">
- <value>Title</value>
+ <value>Title: </value>
</data>
<data name="MainView_Tools" xml:space="preserve">
<value>Tools</value>
@@ -1001,4 +1001,7 @@ This will not affect your current settings in the Subtitle tab.</value> <data name="MainView_PresetOptionsContextMenu" xml:space="preserve">
<value>Preset Options Context Menu</value>
</data>
+ <data name="MainView_Range" xml:space="preserve">
+ <value>Range:</value>
+ </data>
</root>
\ No newline at end of file |