diff options
author | 0neGal <mail@0negal.com> | 2022-01-02 00:22:28 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2022-01-02 00:22:28 +0100 |
commit | 80eeab10e81a32c00c24608be83e7ea75ff9accf (patch) | |
tree | c12fe0163c16dead879e51f564f870fe8a7b980e /src/lang | |
parent | 67b32b527aec8d36a4b6cca14677febc46f0e26d (diff) | |
parent | 1598d8b3510580cd886c884b80a69c7b2bcfa422 (diff) | |
download | Viper-80eeab10e81a32c00c24608be83e7ea75ff9accf.tar.gz Viper-80eeab10e81a32c00c24608be83e7ea75ff9accf.zip |
Merge branch 'main' of 0neGal/viper into mod-support
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 2 | ||||
-rw-r--r-- | src/lang/fr.json | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 23cb8fb..4221edb 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -5,6 +5,7 @@ "cli.help.cli": "forces the CLI to enable", "cli.help.update": "updates Northstar from your set game path", "cli.help.setpath": "sets your game path", + "cli.help.updatevp": "updates Viper itself, if supported.", "cli.setpath.noarg": "No argument provided for --setpath", @@ -36,6 +37,7 @@ "gui.update.extracting": "Extracting update...", "gui.update.finished": "Done! Ready to play!", "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.launch": "Launch", "gui.launchvanilla": "Vanilla", diff --git a/src/lang/fr.json b/src/lang/fr.json index 26648c4..fe4d63c 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -5,6 +5,7 @@ "cli.help.cli": "force l'activation de la CLI", "cli.help.update": "met à jour Northstar sur le chemin du jeu précisé", "cli.help.setpath": "enregistre le chemin du client de jeu", + "cli.help.updatevp": "met à jour le client Viper, si le format actuel le permet.", "cli.setpath.noarg": "Aucun argument donné à --setpath", @@ -28,6 +29,7 @@ "gui.update.extracting": "Extraction des fichiers...", "gui.update.finished": "Terminé, vous pouvez jouer !", "gui.update.uptodate": "Déjà à jour !", + "gui.update.available": "Une mise à jour pour Viper est disponible, voulez-vous l'installer maintenant ?", "gui.launch": "Jouer", "gui.launchvanilla": "Vanilla", |