summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-04-13 23:53:21 +0100
committersr55 <[email protected]>2018-04-13 23:53:21 +0100
commit4a7b5ca4d1def12f92d6e0d91e4f6f8da599c67a (patch)
treef8c102036c33b7c652f3a2fd90914668422141ea /win/CS/HandBrakeWPF/Properties
parent7cf1ae10b99c1878c12e7b277e55a45c5110662b (diff)
WinGui: Tidy up the build system by removing x86 build profiles.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs18
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx6
2 files changed, 24 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index 4f350073b..adc43621c 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -1280,6 +1280,24 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to HandBrake requires a 64bit version of Windows 7 or later to run..
+ /// </summary>
+ public static string OsBitnessWarning {
+ get {
+ return ResourceManager.GetString("OsBitnessWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to HandBrake requires Windows 7 or later to run. Version 0.9.9 (XP) and 0.10.5 (Vista) was the last version to support these versions..
+ /// </summary>
+ public static string OsVersionWarning {
+ get {
+ return ResourceManager.GetString("OsVersionWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Overwrite?.
/// </summary>
public static string Overwrite {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index 7a995e0ab..830154c53 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -872,4 +872,10 @@ Time Remaining: {5}, Elapsed: {6:d\:hh\:mm\:ss}</value>
<data name="StaticPreviewView_Title" xml:space="preserve">
<value>Preview ({0}% actual size)</value>
</data>
+ <data name="OsBitnessWarning" xml:space="preserve">
+ <value>HandBrake requires a 64bit version of Windows 7 or later to run.</value>
+ </data>
+ <data name="OsVersionWarning" xml:space="preserve">
+ <value>HandBrake requires Windows 7 or later to run. Version 0.9.9 (XP) and 0.10.5 (Vista) was the last version to support these versions.</value>
+ </data>
</root> \ No newline at end of file