aboutsummaryrefslogtreecommitdiff
path: root/src/lang/en.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/lang/en.json')
-rw-r--r--src/lang/en.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index 4221edb..c5e0d77 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -18,6 +18,9 @@
"cli.launch.linuxerror": "Launching the game is not currently supported on Linux",
+ "cli.mods.notamod": "Selected folder/file is not a mod",
+ "cli.mods.improperjson": "%s's mod.json has formatting errors",
+
"gui.welcome": "Welcome to Viper!",
"gui.versions.viper": "Viper version",
"gui.versions.northstar": "Northstar version",
@@ -47,6 +50,8 @@
"general.launching": "Launching",
+ "general.mods.enabled": "Enabled mods:",
+ "general.mods.disabled": "Disabled mods:",
"general.mods.installed": "Installed mods:",
"general.missingpath": "Game path is not set!"
}