diff options
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index bb5cf09..c2b6f98 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -13,11 +13,12 @@ "cli.setpath.noarg": "No argument provided for --setpath", "cli.update.current": "Current version:", - "cli.update.downloading": "Downloading", + "cli.update.downloading": "Downloading...", "cli.update.checking": "Checking for updates...", "cli.update.downloaddone": "Download done! Extracting...", "cli.update.finished": "Installation/Update finished!", "cli.update.uptodate": "Latest version (%s) is already installed, skipping update.", + "cli.update.uptodate.short": "Up-to-date", "cli.autoupdates.checking": "Checking for Northstar updates...", "cli.autoupdates.available": "Northstar update available!", @@ -43,6 +44,7 @@ "gui.update": "Update", "gui.setpath": "Game Path", + "gui.update.check": "Check for updates", "gui.mods": "Mods", "gui.mods.count": "Mods Installed:", "gui.mods.disabledtag": "Disabled", @@ -52,7 +54,9 @@ "gui.mods.remove": "Remove Mod", "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.toggleall.confirm": "Toggling all mods could disable mods required for Northstar to function. Are you sure?", + "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.extracting": "Extracting mod...", "gui.mods.installing": "Installing mod...", @@ -74,13 +78,25 @@ "gui.selectpath": "Please select the path!", "gui.gamepath.must": "The game path must be set to start Viper.", - "gui.gamepath.wrong": "This folder is not a valid game path.", + "gui.gamepath.wrong": "This folder is not a valid game path.", + "viper.menu.main": "Viper", + "viper.menu.release": "Release Notes", + "viper.menu.info": "Extras", + "viper.menu.info.links": "Links", + "viper.menu.info.credits": "Credits", + + "viper.info.discord": "Join Discord:", + "viper.info.issues": "Report issues with Viper:", + + "ns.menu.main": "Northstar Launcher", + "ns.menu.mods": "Mods", + "ns.menu.release": "Release Notes", - "general.launching": "Launching", "general.mods.enabled": "Enabled mods:", "general.mods.disabled": "Disabled mods:", "general.mods.installed": "Installed mods:", "general.missingpath": "Game path is not set!", - "general.notinstalled": "Northstar is not installed!" + "general.notinstalled": "Northstar is not installed!", + "general.launching": "Launching" } |