diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 22:05:54 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-30 22:05:54 +0100 |
commit | ee885beeed57d95ffb58922cfc6b826b7ebf9a31 (patch) | |
tree | 6cc217060683a950561b3e5da828d52f7b60c63a /src/lang/en.json | |
parent | 823d34f6f41c65c7b1cb8e55bd429b9efc4f3878 (diff) | |
download | Viper-ee885beeed57d95ffb58922cfc6b826b7ebf9a31.tar.gz Viper-ee885beeed57d95ffb58922cfc6b826b7ebf9a31.zip |
first-ish draft of the mod UI and utils
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index e30d576..0aa7ef2 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -22,6 +22,12 @@ "gui.update": "Update", "gui.setpath": "Game Path", + "gui.mods": "Mods", + "gui.mods.count": "Mods Installed:", + "gui.mods.install": "Install Mod", + "gui.mods.removemod": "Remove Mod", + "gui.mods.removeall": "Remove All", + "gui.update.downloading": "Downloading...", "gui.update.extracting": "Extracting update...", "gui.update.finished": "Done! Ready to play!", @@ -35,5 +41,6 @@ "general.launching": "Launching", + "general.mods.installed": "Installed mods:", "general.missingpath": "Game path is not set!" } |