diff options
author | 0neGal <mail@0negal.com> | 2022-04-18 20:14:48 +0200 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-04-18 20:14:48 +0200 |
commit | 15fa312110fc94dcfbef58d1b0bd5f58a4e5f431 (patch) | |
tree | 5c79179d97d21d9d834286089a5b90f50d94e09d /src/lang/en.json | |
parent | 9ae7cc35744b3aa032dc20efeb1b4df463ceb7ab (diff) | |
download | Viper-15fa312110fc94dcfbef58d1b0bd5f58a4e5f431.tar.gz Viper-15fa312110fc94dcfbef58d1b0bd5f58a4e5f431.zip |
first draft of Linux launch support
This only has GUI elements, and slight changes to the utils.launch()
function, but none that would result in anything working yet.
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index af388d8..fbd6b0b 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -85,11 +85,16 @@ "gui.settings.save": "Save", "gui.settings.discard": "Discard", + "gui.settings.title.linux": "Linux", "gui.settings.title.ns": "Northstar", "gui.settings.title.language": "Language", "gui.settings.title.updates": "Updates", "gui.settings.nsargs.title": "Launch options", "gui.settings.nsargs.desc": "Here you can add launch options for Northstar/Titanfall.", + "gui.settings.wineprefix.title": "Wine Prefix", + "gui.settings.wineprefix.desc": "The prefix which Wine/Proton will run from, if the game is installed through Steam this should be auto detected.", + "gui.settings.winebin.title": "Wine Executable", + "gui.settings.winebin.desc": "The version of Wine/Proton to use to run the game, this is by default set to \"/usr/bin/wine64\" if Proton can't be found.<br><br>This is unlikely to work properly, and is only a fallback", "gui.settings.autolang.title": "Auto-Detect Language", "gui.settings.autolang.desc": "When enabled, Viper tries to automatically detect your system language, when disabled you can manually change the language below.", "gui.settings.forcedlang.title": "Language", |