diff options
author | 0neGal <mail@0negal.com> | 2021-12-30 19:11:59 +0100 |
---|---|---|
committer | 0neGal <mail@0negal.com> | 2021-12-30 19:11:59 +0100 |
commit | 9d8ceea77b6f172f0c055c0061bc07e6f45c0d2d (patch) | |
tree | 9a0190d3ec76fe9d42ebacd9f64ba2ecec65a2e5 /src/lang | |
parent | 6cf3d134060b234c1e4642d4c1701ac308493df8 (diff) | |
download | Viper-9d8ceea77b6f172f0c055c0061bc07e6f45c0d2d.tar.gz Viper-9d8ceea77b6f172f0c055c0061bc07e6f45c0d2d.zip |
buttons now disable when updating, and app logs
The buttons in the GUI disable whilst you're updating Northstar and
potentionally doing other things in the future, I also added a way to
log things in the app, albeit it just prints it in the "Welcome to
Viper!" part of the app, which is just fine.
I also added all the needed language strings for the GUI logs and
removed "gui.missinggamepath" as we use it for both the CLI and GUI even
tho "general.missinggamepath" exists, and so we now use the general one
for both, as the messages are the same.
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 8 | ||||
-rw-r--r-- | src/lang/fr.json | 3 |
2 files changed, 7 insertions, 4 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 9aaa778..e30d576 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -9,7 +9,7 @@ "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!", @@ -22,12 +22,16 @@ "gui.update": "Update", "gui.setpath": "Game Path", + "gui.update.downloading": "Downloading...", + "gui.update.extracting": "Extracting update...", + "gui.update.finished": "Done! Ready to play!", + "gui.update.uptodate": "Already up to date!", + "gui.launch": "Launch", "gui.launchvanilla": "Vanilla", "gui.launchnorthstar": "Northstar", "gui.selectpath": "Please select the path!", - "gui.missinggamepath": "Game path is not set!", "general.launching": "Launching", diff --git a/src/lang/fr.json b/src/lang/fr.json index 0dd9f99..c3e7027 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -8,7 +8,7 @@ "cli.setpath.noarg": "Aucun argument donné à --setpath", "cli.update.current": "Version actuelle :", - "cli.update.downloading": "Téléchargement en cours :", + "cli.update.downloading": "Téléchargement en cours ", "cli.update.checking": "Vérification des mises à jour ...", "cli.update.downloaddone": "Téléchargement terminé ! Extraction des fichiers...", "cli.update.finished": "Mise à jour terminée !", @@ -26,7 +26,6 @@ "gui.launchnorthstar": "Northstar", "gui.selectpath": "Veuillez sélectionner le dossier où se trouve le client Titanfall 2.", - "gui.missinggamepath": "Le chemin du client n'est pas défini !", "general.launching": "Lancement", |