diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 48 |
1 files changed, 42 insertions, 6 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 4019b1bc9..8dfcbb1e4 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -2821,7 +2821,7 @@ namespace HandBrakeWPF.Properties { /// <summary> /// Looks up a localized string similar to Please be aware that HandBrake is no longer supported on any version of Windows 7 or Windows 8. /// - ///While you can continue using the applicaiton at your own risk, please be aware that certain freatures are non-functional and there may be other unknown issues. There is no support available when these issues occur. + ///While you can continue using the application at your own risk, please be aware that certain features are non-functional and there may be other unknown issues. There is no support available when these issues occur. /// ///Support for Windows 7 and 8 was deprecated in the 1.3 series. This means there will be no further updates to correct issues on these platforms. /// @@ -4023,6 +4023,33 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Black. + /// </summary> + public static string PadColour_Black { + get { + return ResourceManager.GetString("PadColour_Black", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to Custom. + /// </summary> + public static string PadColour_Custom { + get { + return ResourceManager.GetString("PadColour_Custom", resourceCulture); + } + } + + /// <summary> + /// Looks up a localized string similar to White. + /// </summary> + public static string PadColour_White { + get { + return ResourceManager.GetString("PadColour_White", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Custom (Not Limited). /// </summary> public static string PaddingMode_Custom { @@ -4032,7 +4059,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Fill (pad to resolution limit). + /// Looks up a localized string similar to Fill (Surround). /// </summary> public static string PaddingMode_Fill { get { @@ -4041,7 +4068,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Height (pad up to res limit). + /// Looks up a localized string similar to Height (Pillarbox). /// </summary> public static string PaddingMode_Height { get { @@ -4059,7 +4086,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Width (pad up to res limit). + /// Looks up a localized string similar to Width (Letterbox). /// </summary> public static string PaddingMode_Width { get { @@ -4176,7 +4203,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Borders. + /// Looks up a localized string similar to Borders:. /// </summary> public static string PictureSettingsView_Borders { get { @@ -4293,7 +4320,7 @@ namespace HandBrakeWPF.Properties { } /// <summary> - /// Looks up a localized string similar to Padding Colour:. + /// Looks up a localized string similar to Colour:. /// </summary> public static string PictureSettingsView_PaddingColour { get { @@ -4302,6 +4329,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to RGB Value:. + /// </summary> + public static string PictureSettingsView_PaddingCustomColour { + get { + return ResourceManager.GetString("PictureSettingsView_PaddingCustomColour", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to PAR:. /// </summary> public static string PictureSettingsView_PAR { |