diff options
author | 0neGal <mail@0negal.com> | 2022-02-08 21:15:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 21:15:38 +0100 |
commit | 70e50148c8a4315c7fc25d5052f9ebee1c5d56bc (patch) | |
tree | 5670e225378ebcb0e73efb0c84265357f74f00cb /src/lang/en.json | |
parent | e2aa874f48dc585f0d67c5655df234bdf356cc53 (diff) | |
parent | 1bd83cf1a72332e142bb63acab47ac3877061875 (diff) | |
download | Viper-70e50148c8a4315c7fc25d5052f9ebee1c5d56bc.tar.gz Viper-70e50148c8a4315c7fc25d5052f9ebee1c5d56bc.zip |
Merge pull request #50 from 0neGal/thunderstore
Thunderstore support
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index fe9b0b0..a9eb47f 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -49,6 +49,7 @@ "gui.mods.count": "Mods Installed:", "gui.mods.disabledtag": "Disabled", "gui.mods.install": "Install Mod", + "gui.mods.find": "Find Mods", "gui.mods.toggle": "Toggle Mod", "gui.mods.toggleall": "Toggle All", "gui.mods.remove": "Remove Mod", @@ -62,6 +63,15 @@ "gui.mods.installing": "Installing mod...", "gui.mods.installedmod": "Installed mod!", + "gui.browser.info": "Info", + "gui.browser.madeby": "by", + "gui.browser.search": "Search...", + "gui.browser.update": "Update", + "gui.browser.install": "Install", + "gui.browser.reinstall": "Re-Install", + "gui.browser.loading": "Loading mods...", + "gui.browser.endoflist": "Maximum packages has been loaded.<br>Use the search for finding other packages!", + "gui.update.downloading": "Downloading...", "gui.update.extracting": "Extracting update...", "gui.update.finished": "Done! Ready to play!", |