]> granicus.if.org Git - handbrake/commitdiff
WinGui: Improved Language of the hardware encoder preferences to help avoid confusion.
authorsr55 <sr55.hb@outlook.com>
Thu, 2 May 2019 20:47:55 +0000 (21:47 +0100)
committersr55 <sr55.hb@outlook.com>
Thu, 2 May 2019 20:47:55 +0000 (21:47 +0100)
win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/Views/OptionsView.xaml

index 4dcab017969f3fd7c354d7abd77b8f7ce4a9e34f..3e04f632ce7ef85fd66123e13a4886dba985aef6 100644 (file)
@@ -2851,7 +2851,7 @@ namespace HandBrakeWPF.Properties {
         }
         
         /// <summary>
-        ///   Looks up a localized string similar to Enable QuickSync Decoding.
+        ///   Looks up a localized string similar to Prefer use of Intel QuickSync for decoding video when available. .
         /// </summary>
         public static string Options_QsvDecode {
             get {
@@ -3084,6 +3084,15 @@ namespace HandBrakeWPF.Properties {
             }
         }
         
+        /// <summary>
+        ///   Looks up a localized string similar to Choice of encoder will be made available on the &apos;Video&apos; tab..
+        /// </summary>
+        public static string OptionsView_ChoiceOfEncoderHint {
+            get {
+                return ResourceManager.GetString("OptionsView_ChoiceOfEncoderHint", resourceCulture);
+            }
+        }
+        
         /// <summary>
         ///   Looks up a localized string similar to Are you sure you wish to clear the log file directory?.
         /// </summary>
@@ -3112,7 +3121,7 @@ namespace HandBrakeWPF.Properties {
         }
         
         /// <summary>
-        ///   Looks up a localized string similar to Enable Nvidia NVENC Encoder.
+        ///   Looks up a localized string similar to Allow use of the Nvidia NVENC Encoders.
         /// </summary>
         public static string OptionsView_EnableNvencEncoding {
             get {
@@ -3121,7 +3130,7 @@ namespace HandBrakeWPF.Properties {
         }
         
         /// <summary>
-        ///   Looks up a localized string similar to Enable Intel QuickSync Encoder.
+        ///   Looks up a localized string similar to Allow use of the Intel QuickSync Encoders.
         /// </summary>
         public static string OptionsView_EnableQuicksyncEncoding {
             get {
@@ -3130,7 +3139,7 @@ namespace HandBrakeWPF.Properties {
         }
         
         /// <summary>
-        ///   Looks up a localized string similar to Enable AMD VCE Encoder.
+        ///   Looks up a localized string similar to Allow use of the AMD VCE Encoders.
         /// </summary>
         public static string OptionsView_EnableVceEncoding {
             get {
index aa473b6a827ebfe6917ff3698545e85b3312612d..3f2b0a0b8e0830b0cefba323752aa3ad9cff64c3 100644 (file)
@@ -1150,13 +1150,13 @@ Would you like to overwrite it?</value>
     <value>Meta Data</value>\r
   </data>\r
   <data name="OptionsView_EnableNvencEncoding" xml:space="preserve">\r
-    <value>Enable Nvidia NVENC Encoder</value>\r
+    <value>Allow use of the Nvidia NVENC Encoders</value>\r
   </data>\r
   <data name="OptionsView_EnableQuicksyncEncoding" xml:space="preserve">\r
-    <value>Enable Intel QuickSync Encoder</value>\r
+    <value>Allow use of the Intel QuickSync Encoders</value>\r
   </data>\r
   <data name="OptionsView_EnableVceEncoding" xml:space="preserve">\r
-    <value>Enable AMD VCE Encoder</value>\r
+    <value>Allow use of the AMD VCE Encoders</value>\r
   </data>\r
   <data name="OptionsView_InvalidFileFormatChars" xml:space="preserve">\r
     <value>The file format entered contained invalid characters. These have been removed. </value>\r
@@ -1282,7 +1282,7 @@ Would you like to overwrite it?</value>
     <value>Priority Level:</value>\r
   </data>\r
   <data name="Options_QsvDecode" xml:space="preserve">\r
-    <value>Enable QuickSync Decoding</value>\r
+    <value>Prefer use of Intel QuickSync for decoding video when available. </value>\r
   </data>\r
   <data name="Options_QsvDecodeForNonFullPath" xml:space="preserve">\r
     <value>Also Use QSV Decoding when not using a QuickSync encoder. (i.e. x265) </value>\r
@@ -1984,4 +1984,7 @@ Non-Live Options: {date} {time} {creation-date} {creation-time} {quality} {bitra
   <data name="FiltersViewAuto_DeblockTune" xml:space="preserve">\r
     <value>Deblock Tune</value>\r
   </data>\r
+  <data name="OptionsView_ChoiceOfEncoderHint" xml:space="preserve">\r
+    <value>Choice of encoder will be made available on the 'Video' tab.</value>\r
+  </data>\r
 </root>
\ No newline at end of file
index e7a3ed1ec097f26aabf1c14e9456b70ba9737e6d..2357ba9259f4533f2665a2057151d5fc13fa9321 100644 (file)
                             <CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableQuicksyncEncoding}" IsEnabled="{Binding IsQuickSyncAvailable}" IsChecked="{Binding EnableQuickSyncEncoding}" />\r
                             <CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableVceEncoding}" IsEnabled="{Binding IsVceAvailable}" IsChecked="{Binding EnableVceEncoder}" />\r
                             <CheckBox Content="{x:Static Properties:Resources.OptionsView_EnableNvencEncoding}" IsEnabled="{Binding IsNvencAvailable}" IsChecked="{Binding EnableNvencEncoder}" />\r
+\r
+                            <TextBlock Text="{x:Static Properties:Resources.OptionsView_ChoiceOfEncoderHint}" Margin="0,15,0,0" FontStyle="Italic" />\r
                         </StackPanel>\r
 \r
                         <TextBlock Text="{x:Static Properties:Resources.Options_Decoding}" FontSize="14" Margin="0,10,0,10" />\r