Skip to content

Commit a5b054e

Browse files
authored
Merge pull request #712 from BenchTweakGaming/master
v2.8.21 - Add checking for preset import
2 parents 4de8af9 + c0d4c26 commit a5b054e

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

Wrapper/Localizations/de-DE/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"messageBoxPresetNotComp": "Voreinstellung ist nicht kompatibel!",
8585
"messageBoxFilesMissingClose": "Die erforderlichen Sophia Script Wrapper-Dateien fehlen. Das Programm wird geschlossen.",
8686
"messageBoxConsoleEmpty": "Die Konsole ist leer.\n Drücken Sie die Schaltfläche Konsole aktualisieren, um ein Skript entsprechend Ihrer Auswahl zu erstellen.",
87-
"messageBoxPowerShellVersionNotInstalled": "Die von Ihnen ausgewählte PowerShell-Version ist nicht installiert."
87+
"messageBoxPowerShellVersionNotInstalled": "Die von Ihnen ausgewählte PowerShell-Version ist nicht installiert.",
88+
"messageBoxPresetDoesNotMatchOS": "Die Voreinstellung stimmte nicht mit der aktuellen Betriebssystemversion überein."
8889
}
8990
},
9091
{

Wrapper/Localizations/en-US/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"messageBoxPresetNotComp": "preset file is not compatible!",
8585
"messageBoxFilesMissingClose": "Files missing so Sophia Script Wrapper will close.",
8686
"messageBoxConsoleEmpty": "The console is empty.\nClick 'Refresh Console' button to create script with your selections.",
87-
"messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed."
87+
"messageBoxPowerShellVersionNotInstalled": "PowerShell version you selected is not installed.",
88+
"messageBoxPresetDoesNotMatchOS": "Preset did not match current OS version."
8889
}
8990
},
9091
{

Wrapper/Localizations/ru-RU/ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@
8484
"messageBoxPresetNotComp": "Пресет несовместим!",
8585
"messageBoxFilesMissingClose": "Отсутствуют необходимые файлы Sophia Script Wrapper. Программа будет закрыта.",
8686
"messageBoxConsoleEmpty": "Консоль пуста.\nНажмите кнопку \"Обновить консоль\", чтобы создать скрипт согласно вышему выбору.",
87-
"messageBoxPowerShellVersionNotInstalled": "Выбранная вами версия PowerShell не установлена."
87+
"messageBoxPowerShellVersionNotInstalled": "Выбранная вами версия PowerShell не установлена.",
88+
"messageBoxPresetDoesNotMatchOS": "Предварительно заданные параметры не соответствуют текущей версии ОС."
8889
}
8990
},
9091
{

Wrapper/SophiaScriptWrapper.exe

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)