diff options
author | 0neGal <mail@0negal.com> | 2022-01-03 01:53:05 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-03 01:53:05 +0100 |
commit | 34c93e9e7714322aa67fc427e3b9f03fea827229 (patch) | |
tree | b86ee5958505cde4696d9a4c6bb2aa9287bcd3ad /src/lang/en.json | |
parent | 42e6f3b358bf4d569a0849f3d5c99bb58bf432ba (diff) | |
download | Viper-34c93e9e7714322aa67fc427e3b9f03fea827229.tar.gz Viper-34c93e9e7714322aa67fc427e3b9f03fea827229.zip |
we're now able to install archived mods
Lovely, only issue is for some reason both on Windows and Linux file
dialogs can't select both directories and files, so either it's a folder
or it's an archive, not both.
So I guess we need to make some way to select it...
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 7c68542..401e98f 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -38,6 +38,10 @@ "gui.mods.removeall": "Remove All", "gui.mods.nothingselected": "You've not selected a mod.", "gui.mods.removeall.confirm": "Removing all mods will usually require you to reinstall Northstar, are you sure?", + "gui.mods.notamod": "Not a mod!", + "gui.mods.extracting": "Extracting mod...", + "gui.mods.installing": "Installing mod...", + "gui.mods.installedmod": "Installed mod!", "gui.update.downloading": "Downloading...", "gui.update.extracting": "Extracting update...", |