diff options
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 9 | ||||
-rw-r--r-- | src/lang/fr.json | 9 |
2 files changed, 18 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", diff --git a/src/lang/fr.json b/src/lang/fr.json index 22afa9a..0eb083c 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -19,6 +19,12 @@ "cli.update.finished": "Mise à jour terminée !", "cli.update.uptodate": "La dernière version (%s) est déjà installée.", + "cli.autoupdates.checking": "Vérifications des mises à jour de Northstar...", + "cli.autoupdates.available": "Une mise à jour de Northstar est disponible !", + "cli.autoupdates.gamerunning": "Le jeu est en cours d'exécution, impossible de lancer la mise à jour.", + "cli.autoupdates.updatingns": "Lancement de la mise à jour...", + "cli.autoupdates.noupdate": "Pas de mise à jour de Northstar disponible.", + "cli.launch.linuxerror": "Le support du jeu sur Linux n'est pas encore implémenté.", "cli.mods.failed": "L'installation du mod a échoué.", @@ -58,6 +64,9 @@ "gui.update.uptodate": "Déjà à jour !", "gui.update.available": "Une mise à jour pour Viper est disponible, voulez-vous l'installer maintenant ?", + "gui.nsupdate.gaming.title": "Mise à jour Northstar disponible !", + "gui.nsupdate.gaming.body": "Une mise à jour pour Northstar est disponible.\nVous pourrez l'installer après avoir fermé le jeu.", + "gui.launch": "Jouer", "gui.launchvanilla": "Vanilla", "gui.launchnorthstar": "Northstar", |