diff options
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 2003bee..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!", |