diff --git a/Wrapper/Localizations/de-DE/ui.json b/Wrapper/Localizations/de-DE/ui.json index 5a42f754..79fe8d31 100644 --- a/Wrapper/Localizations/de-DE/ui.json +++ b/Wrapper/Localizations/de-DE/ui.json @@ -84,7 +84,8 @@ "messageBoxPresetNotComp": "Voreinstellung ist nicht kompatibel!", "messageBoxFilesMissingClose": "Die erforderlichen Sophia Script Wrapper-Dateien fehlen. Das Programm wird geschlossen.", "messageBoxConsoleEmpty": "Die Konsole ist leer.\n Drücken Sie die Schaltfläche Konsole aktualisieren, um ein Skript entsprechend Ihrer Auswahl zu erstellen.", - "messageBoxPowerShellVersionNotInstalled": "Die von Ihnen ausgewählte PowerShell-Version ist nicht installiert." + "messageBoxPowerShellVersionNotInstalled": "Die von Ihnen ausgewählte PowerShell-Version ist nicht installiert.", + "messageBoxPresetDoesNotMatchOS": "Die Voreinstellung stimmte nicht mit der aktuellen Betriebssystemversion überein." } }, { diff --git a/Wrapper/Localizations/en-US/ui.json b/Wrapper/Localizations/en-US/ui.json index c86acdac..0628d408 100644 --- a/Wrapper/Localizations/en-US/ui.json +++ b/Wrapper/Localizations/en-US/ui.json @@ -84,7 +84,8 @@ "messageBoxPresetNotComp": "preset file is not compatible!", "messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close.", "messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections.", - "messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed." + "messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed.", + "messageBoxPresetDoesNotMatchOS": "Preset did not match current OS version." } }, { diff --git a/Wrapper/Localizations/ru-RU/ui.json b/Wrapper/Localizations/ru-RU/ui.json index 22a30461..257425c4 100644 --- a/Wrapper/Localizations/ru-RU/ui.json +++ b/Wrapper/Localizations/ru-RU/ui.json @@ -84,7 +84,8 @@ "messageBoxPresetNotComp": "Пресет несовместим!", "messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта.", "messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Обновить консоль\", чтобы создать скрипт согласно вышему выбору.", - "messageBoxPowerShellVersionNotInstalled": "Выбранная вами версия PowerShell не установлена." + "messageBoxPowerShellVersionNotInstalled": "Выбранная вами версия PowerShell не установлена.", + "messageBoxPresetDoesNotMatchOS": "Предварительно заданные параметры не соответствуют текущей версии ОС." } }, { diff --git a/Wrapper/SophiaScriptWrapper.exe b/Wrapper/SophiaScriptWrapper.exe index 1c64b4a5..3053d9c3 100644 Binary files a/Wrapper/SophiaScriptWrapper.exe and b/Wrapper/SophiaScriptWrapper.exe differ