aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-02-26 00:16:08 +0100
committerGitHub <noreply@github.com>2022-02-26 00:16:08 +0100
commitc4fc36d2c9fd732b5c63b7cf47e647c06a33743d (patch)
tree35f2ee022afba594847ec495dc8258610f2a5411 /src/lang/en.json
parente96135cbc3877423f4c6c012c5d7e09436e5b32c (diff)
parentdec0a7d23767b518284ca69f93ce06a0783de8ce (diff)
downloadViper-c4fc36d2c9fd732b5c63b7cf47e647c06a33743d.tar.gz
Viper-c4fc36d2c9fd732b5c63b7cf47e647c06a33743d.zip
Merge pull request #85 from 0neGal/settings-page
feat: Settings page
Diffstat (limited to 'src/lang/en.json')
-rw-r--r--src/lang/en.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index 45bf7c0..47e18c0 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -73,6 +73,19 @@
"gui.browser.loading": "Loading mods...",
"gui.browser.endoflist": "Maximum packages has been loaded.<br>Use the search for finding other packages!",
+ "gui.settings.save": "Save",
+ "gui.settings.discard": "Discard",
+ "gui.settings.title.ns": "Northstar",
+ "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.autoupdate.title": "Viper Auto-Updates",
+ "gui.settings.autoupdate.desc": "Viper will automatically keep itself up-to-date.",
+ "gui.settings.nsupdate.title": "Northstar Auto-Updates",
+ "gui.settings.nsupdate.desc": "Viper will automatically keep Northstar up-to-date, however it can still manually be updated through the Northstar page.",
+ "gui.settings.excludes.title": "Retain files on update",
+ "gui.settings.excludes.desc": "When Northstar is updated, files specified here will not be overwritten by files from the new Northstar update, unless you know what you're changing, you should probably not change anything here. Each file is separated with a space.",
+
"gui.update.downloading": "Downloading...",
"gui.update.extracting": "Extracting update...",
"gui.update.finished": "Done! Ready to play!",