aboutsummaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-04-20 20:07:15 +0200
committer0neGal <mail@0negal.com>2022-04-20 20:07:15 +0200
commita2e1b36c558ed32e7a91b28a21a3843cd82217be (patch)
tree24c4387f1b6b92c7cbb38bec0c8bf58ff01b0562 /src/lang
parentb279ce44cb334dafc0f07b92c992742f0fcca53b (diff)
downloadViper-a2e1b36c558ed32e7a91b28a21a3843cd82217be.tar.gz
Viper-a2e1b36c558ed32e7a91b28a21a3843cd82217be.zip
find.proton() and more checks
Overall we should now be able to find the latest version of Proton, the Prefix, and everything a like, all automatically. Albeit launching is sort of iffy, and seems to work, but with some issues that seem to be caused mostly by my system.
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/en.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index fbd6b0b..92aab31 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -92,9 +92,9 @@
"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.wineprefix.desc": "The prefix which Wine/Proton will use, if left empty, it'll try to find your Steam prefix automatically.",
"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.winebin.desc": "The version of Wine/Proton to use to run the game, if set to \"/usr/bin/wine64\", Viper will try to find the latest installed version of Proton automatically, if it can't find anything it'll fallback to wine64",
"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",
@@ -132,6 +132,10 @@
"gui.toast.desc.malformed": "has an incorrect folder structure, if you're the developer, you should fix this.",
"gui.toast.desc.failed": "An unknown error occurred while trying to install the mod. This may be the author's fault, and it may also be Viper's fault.",
+ "wine.invalidprefix": "The selected Wine prefix doesn't exist, and is therefore invalid.",
+ "wine.originnotfound": "Origin can't be found in the selected Wine prefix.",
+ "wine.cantfindprefix": "Viper was unable to automatically find and set your Wine prefix.",
+
"viper.menu.main": "Viper",
"viper.menu.release": "Release Notes",
"viper.menu.info": "Extras",