aboutsummaryrefslogtreecommitdiff
path: root/src/lang
diff options
context:
space:
mode:
author0neGal <mail@0negal.com>2022-02-08 23:22:39 +0100
committer0neGal <mail@0negal.com>2022-02-08 23:22:39 +0100
commit0a317f81def6b4c041cfc340e454a9bc8f0046fb (patch)
treef8be9e32dbef3ed9fc1a8a961420d9402dea2bbe /src/lang
parent0813769008f5436e1cea2ad97f1a527c8ce94df7 (diff)
downloadViper-0a317f81def6b4c041cfc340e454a9bc8f0046fb.tar.gz
Viper-0a317f81def6b4c041cfc340e454a9bc8f0046fb.zip
added toasts for installation of mods
It'll notify of incorrectly formatted mods, it'll also notify on errors and on success.
Diffstat (limited to 'src/lang')
-rw-r--r--src/lang/en.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json
index a9eb47f..27630ec 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -90,6 +90,13 @@
"gui.gamepath.must": "The game path must be set to start Viper.",
"gui.gamepath.wrong": "This folder is not a valid game path.",
+ "gui.toast.title.installed": "Mod installed!",
+ "gui.toast.title.failed": "Failed to install",
+ "gui.toast.title.malformed": "Incorrect folder structure!",
+ "gui.toast.desc.installed": "has been installed successfully!",
+ "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.",
+
"viper.menu.main": "Viper",
"viper.menu.release": "Release Notes",
"viper.menu.info": "Extras",