From 71cdd9ab920d6c2fa33538b3a554d4cc0276f971 Mon Sep 17 00:00:00 2001 From: Jakob Date: Sat, 8 May 2021 13:28:20 +0200 Subject: [PATCH] update translations --- EnvyUpdate/MainWindow.xaml.cs | 2 +- EnvyUpdate/Properties/Resources.Designer.cs | 9 +++++++++ EnvyUpdate/Properties/Resources.de.resx | 3 +++ EnvyUpdate/Properties/Resources.resx | 3 +++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/EnvyUpdate/MainWindow.xaml.cs b/EnvyUpdate/MainWindow.xaml.cs index 0f73c58..dda5af5 100644 --- a/EnvyUpdate/MainWindow.xaml.cs +++ b/EnvyUpdate/MainWindow.xaml.cs @@ -175,7 +175,7 @@ namespace EnvyUpdate } if ((GlobalVars.exepath == GlobalVars.appdata) && File.Exists(GlobalVars.appdata + "EnvyUpdate.exe")) { - MessageBox.Show("EnvyUpdate must be uninstalled because of an application bug. Please download the most recent version again."); + MessageBox.Show(Properties.Resources.uninstall_legacy_message); Util.SelfDelete(); } else if (Directory.Exists(GlobalVars.appdata)) diff --git a/EnvyUpdate/Properties/Resources.Designer.cs b/EnvyUpdate/Properties/Resources.Designer.cs index 2ff9628..3fcdfdc 100644 --- a/EnvyUpdate/Properties/Resources.Designer.cs +++ b/EnvyUpdate/Properties/Resources.Designer.cs @@ -204,6 +204,15 @@ namespace EnvyUpdate.Properties { } } + /// + /// Looks up a localized string similar to EnvyUpdate must be uninstalled because of an application bug. Please download the most recent version again.. + /// + public static string uninstall_legacy_message { + get { + return ResourceManager.GetString("uninstall_legacy_message", resourceCulture); + } + } + /// /// Looks up a localized string similar to A new driver update is available for your graphics card. Click for more info.. /// diff --git a/EnvyUpdate/Properties/Resources.de.resx b/EnvyUpdate/Properties/Resources.de.resx index 6891348..6e96858 100644 --- a/EnvyUpdate/Properties/Resources.de.resx +++ b/EnvyUpdate/Properties/Resources.de.resx @@ -165,6 +165,9 @@ Deinstallieren? + + Aufgrund eines Programmfehlers musste EnvyUpdate deinstalliert werden. Bitte laden Sie die neuste Version erneut manuell herunter. + Eine neue Treiberversion ist verfügbar. Hier klicken für mehr Info. diff --git a/EnvyUpdate/Properties/Resources.resx b/EnvyUpdate/Properties/Resources.resx index 922b34a..24f593d 100644 --- a/EnvyUpdate/Properties/Resources.resx +++ b/EnvyUpdate/Properties/Resources.resx @@ -165,6 +165,9 @@ Uninstall? + + EnvyUpdate must be uninstalled because of an application bug. Please download the most recent version again. + A new driver update is available for your graphics card. Click for more info.