diff options
author | sr55 <[email protected]> | 2019-02-11 14:25:46 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-02-11 16:27:19 +0000 |
commit | 20f88c573807db0c6310558248f129d0cfe06560 (patch) | |
tree | a02bcb6889d54ac7d3b70c8bcb1c8b5648538b85 /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 5714125447834ed69352f932b16631fb8e8a5b01 (diff) |
WinGui: Merging no_hardware fallback change over.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index e03f008f4..dbb3e77c6 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -3334,6 +3334,17 @@ namespace HandBrakeWPF.Properties { get {
return ResourceManager.GetString("OptionsView_ShowStatusInTitleBar", resourceCulture);
}
+ } + + /// <summary> + /// Looks up a localized string similar to Hardware encoding support has been automatically disabled on your system due to an issue detected during hardware detection. Please make sure you are running up-to-date drivers for all graphics adaptors in this system. + /// + ///This will not impact any of the software encoders.. + /// </summary> + public static string OptionsView_HardwareDetectFailed { + get { + return ResourceManager.GetString("OptionsView_HardwareDetectFailed", resourceCulture); + } }
/// <summary>
@@ -5232,21 +5243,6 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to QuickSync hardware not detected or enabled!
- ///
- ///In order to use the QuickSync encoder, you must:
- ///
- ///- Have a Intel CPU with HD Graphics and QuickSync support. 4th Generation Haswell or newer parts are recommended for best quality.
- ///- Have the HD Graphics enabled.
- ///- On older versions of windows before 8, a monitor connected to the HD Graphics or GPU Virtualisation software installed is also required..
- /// </summary>
- public static string Video_QuickSyncNotAvailable {
- get {
- return ResourceManager.GetString("Video_QuickSyncNotAvailable", resourceCulture);
- }
- }
-
- /// <summary>
/// Looks up a localized string similar to Reduce decoder CPU usage.
///
///Set this if your device is struggling to play the output. (i.e. dropped frames).
@@ -5437,4 +5433,4 @@ namespace HandBrakeWPF.Properties { }
}
}
-}
+}
\ No newline at end of file |