diff options
author | sr55 <[email protected]> | 2013-06-02 17:20:04 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-06-02 17:20:04 +0000 |
commit | 812134ffba931aa603e67f541e7a2f0f03215fbb (patch) | |
tree | b195c534be675fd4922c91cf4354cb88b05e93ac /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 392005a7d2341fa497f929b7549b749c51c249d6 (diff) |
WinGui: Put Lower / Placebo Quality (Higher quality for non x264) markers under the quality slider.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5545 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 337952dfe..05ecfba15 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -384,6 +384,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Higher Quality |.
+ /// </summary>
+ public static string Video_HigherQuality {
+ get {
+ return ResourceManager.GetString("Video_HigherQuality", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Warning: RF 0 is Lossless!.
/// </summary>
public static string Video_LosslessWarning {
@@ -409,6 +418,24 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to | Lower Quality.
+ /// </summary>
+ public static string Video_LowQuality {
+ get {
+ return ResourceManager.GetString("Video_LowQuality", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Placebo Quality |.
+ /// </summary>
+ public static string Video_PlaceboQuality {
+ get {
+ return ResourceManager.GetString("Video_PlaceboQuality", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Set the desired quality factor. The encoder targets a certain quality.
///The scale used by each video encoder is different.
///
|