diff options
author | 0neGal <mail@0negal.com> | 2023-02-01 17:20:34 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2023-02-01 17:20:34 +0100 |
commit | 74289689ba85b2156c774e717bf15e6cbbf407e3 (patch) | |
tree | 8cd640f148f13c5fed04f8f28034c5fbe98176ba /src/lang | |
parent | 4703574ebf54e269c19a0c4c8a5061e35b9727c6 (diff) | |
download | Viper-74289689ba85b2156c774e717bf15e6cbbf407e3.tar.gz Viper-74289689ba85b2156c774e717bf15e6cbbf407e3.zip |
en.json modlist localizations
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index cfb294a..3627151 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -54,6 +54,7 @@ "gui.mods": "Mods", "gui.mods.count": "Mods Installed:", "gui.mods.disabledtag": "Disabled", + "gui.mods.remove": "Remove", "gui.mods.install": "Install Mod", "gui.mods.find": "Find Mods", "gui.mods.toggleall": "Toggle All", @@ -63,6 +64,7 @@ "gui.mods.removeall.confirm": "Removing all mods will usually require you to reinstall Northstar. Are you sure?", "gui.mods.required.confirm": "You've selected a core mod, Northstar may not function without it. Are you sure?", "gui.mods.notamod": "Not a mod!", + "gui.mods.unknown_author": "Unknown", "gui.mods.extracting": "Extracting mod...", "gui.mods.installing": "Installing mod...", "gui.mods.installedmod": "Installed mod!", |