diff options
author | sr55 <[email protected]> | 2020-05-17 20:11:25 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-05-17 20:11:37 +0100 |
commit | f2e3c5d7dbe55cbebfa993912e65e4a21a63272b (patch) | |
tree | 7cf03cae435eb07e33ba04b8349fb1ec7546e42f /win/CS/HandBrakeWPF/Properties | |
parent | 20cb33eb66fb4160d57444996877c4d9783e34ed (diff) |
WinGui: Lay the ground work for adding the padding filter to the Windows UI. Minor UI tweaks on the Picture settings tab including moving the Rotate/Flip filter onto this tab. #2437
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 92 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 23 |
2 files changed, 113 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 4aa7da33e..249f7d5f5 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -3782,6 +3782,51 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Custom (Not Limited). + /// </summary> + public static string PaddingMode_Custom { + get { + return ResourceManager.GetString("PaddingMode_Custom", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Fill (pad to resolution limit). + /// </summary> + public static string PaddingMode_Fill { + get { + return ResourceManager.GetString("PaddingMode_Fill", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Height (pad up to res limit). + /// </summary> + public static string PaddingMode_Height { + get { + return ResourceManager.GetString("PaddingMode_Height", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to None. + /// </summary> + public static string PaddingMode_None { + get { + return ResourceManager.GetString("PaddingMode_None", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Width (pad up to res limit). + /// </summary> + public static string PaddingMode_Width { + get { + return ResourceManager.GetString("PaddingMode_Width", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Queue Paused. Warning, the drive you are encoding to is low on disk space. Please free up some space and press start to continue. You can also adjust the minimum space level in preferences.. /// </summary> public static string PauseOnLowDiskspace { @@ -3818,6 +3863,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Borders. + /// </summary> + public static string PictureSettingsView_Borders { + get { + return ResourceManager.GetString("PictureSettingsView_Borders", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Bottom. /// </summary> public static string PictureSettingsView_Bottom { @@ -3827,7 +3881,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Cropping. + /// Looks up a localized string similar to Cropping:. /// </summary> public static string PictureSettingsView_Cropping { get { @@ -3899,6 +3953,24 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Padding:. + /// </summary> + public static string PictureSettingsView_Padding { + get { + return ResourceManager.GetString("PictureSettingsView_Padding", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Padding Colour:. + /// </summary> + public static string PictureSettingsView_PaddingColour { + get { + return ResourceManager.GetString("PictureSettingsView_PaddingColour", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to PAR:. /// </summary> public static string PictureSettingsView_PAR { @@ -3908,6 +3980,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Resolution and Scaling. + /// </summary> + public static string PictureSettingsView_ResAndScaling { + get { + return ResourceManager.GetString("PictureSettingsView_ResAndScaling", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Right. /// </summary> public static string PictureSettingsView_Right { @@ -3917,6 +3998,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Rotate and Crop. + /// </summary> + public static string PictureSettingsView_RotateAndCrop { + get { + return ResourceManager.GetString("PictureSettingsView_RotateAndCrop", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Size. /// </summary> public static string PictureSettingsView_Size { diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 925e1b6ed..e873ff6f6 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -1326,7 +1326,7 @@ Would you like to overwrite it?</value> <value>Bottom</value>
</data>
<data name="PictureSettingsView_Cropping" xml:space="preserve">
- <value>Cropping</value>
+ <value>Cropping:</value>
</data>
<data name="PictureSettingsView_Custom" xml:space="preserve">
<value>Custom</value>
@@ -2238,4 +2238,25 @@ Please choose a different preset.</value> <data name="OptionsViewModel_ResetHandBrakeQuestion" xml:space="preserve">
<value>Are you sure you wish to reset HandBrake to default settings?</value>
</data>
+ <data name="PaddingMode_Custom" xml:space="preserve">
+ <value>Custom (Not Limited)</value>
+ </data>
+ <data name="PaddingMode_Fill" xml:space="preserve">
+ <value>Fill (pad to resolution limit)</value>
+ </data>
+ <data name="PaddingMode_Height" xml:space="preserve">
+ <value>Height (pad up to res limit)</value>
+ </data>
+ <data name="PaddingMode_None" xml:space="preserve">
+ <value>None</value>
+ </data>
+ <data name="PaddingMode_Width" xml:space="preserve">
+ <value>Width (pad up to res limit)</value>
+ </data>
+ <data name="PictureSettingsView_Padding" xml:space="preserve">
+ <value>Padding:</value>
+ </data>
+ <data name="PictureSettingsView_PaddingColour" xml:space="preserve">
+ <value>Padding Colour:</value>
+ </data>
</root>
\ No newline at end of file |