From 15fa312110fc94dcfbef58d1b0bd5f58a4e5f431 Mon Sep 17 00:00:00 2001 From: 0neGal Date: Mon, 18 Apr 2022 20:14:48 +0200 Subject: 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. --- src/lang/en.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/lang/en.json') 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.

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", -- cgit v1.2.3