aboutsummaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-02-24 00:40:55 +0100
committer0neGal <mail@0negal.com>2022-02-24 00:40:55 +0100
commit68579acd60b284eeeb619595abb44a04e93887e0 (patch)
tree8adc59e690a747659345012615684d71f3aa74e9 /src/lang
parent2c74233c21c27c45c79edb843cd5078a950b9ff6 (diff)
downloadViper-68579acd60b284eeeb619595abb44a04e93887e0.tar.gz
Viper-68579acd60b284eeeb619595abb44a04e93887e0.zip
localized all strings
I localized all strings for English, then went ahead and made array options have a wider input and more word spacing, since they're all space separated.
Diffstat (limited to 'src/lang')
-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!",