aboutsummaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2021-12-29 01:15:41 +0100
committer0neGal <mail@0negal.com>2021-12-29 01:17:19 +0100
commit4abe10aebdfa06c9b9c31c98f084d511e3e2e319 (patch)
treedd9cc0f644cf22aa6f381978f041e3ca0275b558 /src/lang
parent34cf8cbd3afb57d279f4acfb6f2f891e974137bd (diff)
downloadViper-4abe10aebdfa06c9b9c31c98f084d511e3e2e319.tar.gz
Viper-4abe10aebdfa06c9b9c31c98f084d511e3e2e319.zip
cli is now fully localized
That is, it's now using our localization module...
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/en.json15
1 files changed, 14 insertions, 1 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index 2322369..e88079e 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -7,6 +7,14 @@
"cli.setpath.noarg": "No argument provided for --setpath",
+ "cli.update.current": "Current version:",
+ "cli.update.downloading": "Downloading:",
+ "cli.update.checking": "Checking for updates...",
+ "cli.update.downloaddone": "Download done! Extracting...",
+ "cli.update.finished": "Installation/Update finished!",
+ "cli.update.uptodate": "Latest version (%s) is already installed, skipping update.",
+
+ "cli.launch.linuxerror": "Launching the game is not currently supported on Linux",
"gui.welcome": "Welcome to Viper!",
"gui.exit": "Exit",
@@ -17,5 +25,10 @@
"gui.launchvanilla": "Vanilla",
"gui.launchnorthstar": "Northstar",
- "gui.missinggamepath": "Game path is not set! Please select the path!"
+ "gui.selectpath": "Please select the path!",
+ "gui.missinggamepath": "Game path is not set!",
+
+
+ "general.launching": "Launching",
+ "general.missingpath": "Game path is not set!"
}