summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-10-24 16:52:16 +0100
committersr55 <[email protected]>2020-10-24 16:52:16 +0100
commit030ecc52477a7636aeab96a5496b640884b85f1b (patch)
treeba023cc872eeb1ab5c34304db74071c634599021 /win/CS/HandBrakeWPF/Properties
parent85bba8d17e5398183ba380225fe6b121a57e75f2 (diff)
WinGui: Simultaneous encode improvements.
- Improvements to the hardware resource manager that determines simultaneous job processing. - Reliability improvements in multiple log file handling.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs11
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx5
2 files changed, 14 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index cdae5f877..71764b34b 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -3784,7 +3784,7 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
- /// Looks up a localized string similar to Number of simultaneous encodes:.
+ /// Looks up a localized string similar to Maximum number of simultaneous encodes:.
/// </summary>
public static string OptionsView_SimultaneousEncodes {
get {
@@ -3793,6 +3793,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Notice: This is the upper limit of simultaneous jobs. Hardware limitations may take effect which lowers the actual number of simultaneous jobs during encoding..
+ /// </summary>
+ public static string OptionsView_SimultaneousHardwareLimitNotice {
+ get {
+ return ResourceManager.GetString("OptionsView_SimultaneousHardwareLimitNotice", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to ( Windows 10 Only! ).
/// </summary>
public static string OptionsView_Win10Only {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index 0526b15c6..2c70a89d7 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -2218,7 +2218,7 @@ Please choose a different preset.</value>
<value>If the set port is in use, it will find the first free port within +100 from the defined port.</value>
</data>
<data name="OptionsView_SimultaneousEncodes" xml:space="preserve">
- <value>Number of simultaneous encodes:</value>
+ <value>Maximum number of simultaneous encodes:</value>
</data>
<data name="StaticPreviewView_CancelPreview" xml:space="preserve">
<value>Cancel</value>
@@ -2384,4 +2384,7 @@ Fields are limited to:
<data name="Options_LowDiskspaceLevelText" xml:space="preserve">
<value>Level at which low disk space alerts show:</value>
</data>
+ <data name="OptionsView_SimultaneousHardwareLimitNotice" xml:space="preserve">
+ <value>Notice: This is the upper limit of simultaneous jobs. Hardware limitations may take effect which lowers the actual number of simultaneous jobs during encoding.</value>
+ </data>
</root> \ No newline at end of file