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 | |
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')
-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 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.
///
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 48f8ca27e..2b08ae332 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -343,4 +343,13 @@ If you do not use this tab, it can be hidden from: Tools Menu > Options > <data name="Presets_ResetHeader" xml:space="preserve">
<value>Reset Complete</value>
</data>
+ <data name="Video_HigherQuality" xml:space="preserve">
+ <value>Higher Quality |</value>
+ </data>
+ <data name="Video_LowQuality" xml:space="preserve">
+ <value>| Lower Quality</value>
+ </data>
+ <data name="Video_PlaceboQuality" xml:space="preserve">
+ <value>Placebo Quality |</value>
+ </data>
</root>
\ No newline at end of file |