diff options
author | 0neGal <mail@0negal.com> | 2022-01-12 14:33:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-12 14:33:08 +0100 |
commit | 9a135bfc554ccfddf64e71725b98bc4317d14732 (patch) | |
tree | 9d3ec166bf90e9b8ef91d835067b8bada347e997 /src/lang/en.json | |
parent | 9dbf85ca6655d8b14c8f0ad090a9b30e1ec951cf (diff) | |
parent | dd2786488c445fdd8bcc62a0ad735a7715f93d57 (diff) | |
download | Viper-9a135bfc554ccfddf64e71725b98bc4317d14732.tar.gz Viper-9a135bfc554ccfddf64e71725b98bc4317d14732.zip |
Merge pull request #33 from Alystrasz/feat/northstar-auto-update
feat: Northstar auto-updates
Diffstat (limited to 'src/lang/en.json')
-rw-r--r-- | src/lang/en.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 68d46c7..bb5cf09 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -19,6 +19,12 @@ "cli.update.finished": "Installation/Update finished!", "cli.update.uptodate": "Latest version (%s) is already installed, skipping update.", + "cli.autoupdates.checking": "Checking for Northstar updates...", + "cli.autoupdates.available": "Northstar update available!", + "cli.autoupdates.gamerunning": "Game is running, refusing to update Northstar", + "cli.autoupdates.updatingns": "Launching update process...", + "cli.autoupdates.noupdate": "No Northstar update available.", + "cli.launch.linuxerror": "Launching the game is not currently supported on Linux", "cli.mods.failed": "Failed to install mod!", @@ -58,6 +64,9 @@ "gui.update.uptodate": "Already up to date!", "gui.update.available": "A new update for Viper is available, do you want to restart and apply it?", + "gui.nsupdate.gaming.title": "Northstar update available!", + "gui.nsupdate.gaming.body": "An update for Northstar is available.\nYou can force its installation after closing the game.", + "gui.launch": "Launch", "gui.launchvanilla": "Vanilla", "gui.launchnorthstar": "Northstar", |