diff options
author | 0neGal <mail@0negal.com> | 2022-01-26 00:23:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-26 00:23:30 +0100 |
commit | 66204f6f58dc90e1e9ee40c7ea691927d0c50b8d (patch) | |
tree | afb0172e5d4a6c4b9e4644513e012fde9efe65f5 /src/lang | |
parent | 353db2c99fd26c3c925247b61b30619020a12b5a (diff) | |
parent | 6a08872d134f3afa3f81b92fabe51bdbd91f375d (diff) | |
download | Viper-66204f6f58dc90e1e9ee40c7ea691927d0c50b8d.tar.gz Viper-66204f6f58dc90e1e9ee40c7ea691927d0c50b8d.zip |
Merge pull request #53 from 0neGal/detect-gamepath
Detect gamepath automatically
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 4 | ||||
-rw-r--r-- | src/lang/fr.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index c2b6f98..fe9b0b0 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -42,7 +42,7 @@ "gui.versions.northstar": "Northstar version", "gui.exit": "Exit", "gui.update": "Update", - "gui.setpath": "Game Path", + "gui.setpath": "Change Game Path", "gui.update.check": "Check for updates", "gui.mods": "Mods", @@ -96,7 +96,7 @@ "general.mods.enabled": "Enabled mods:", "general.mods.disabled": "Disabled mods:", "general.mods.installed": "Installed mods:", - "general.missingpath": "Game path is not set!", + "general.missingpath": "Game location could not be found automatically! Please select it manually!", "general.notinstalled": "Northstar is not installed!", "general.launching": "Launching" } diff --git a/src/lang/fr.json b/src/lang/fr.json index 59a3090..2fbc89a 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -42,7 +42,7 @@ "gui.versions.northstar": "Version de Northstar", "gui.exit": "Fermer", "gui.update": "Mise à jour", - "gui.setpath": "Chemin du jeu", + "gui.setpath": "Mettre à jour le chemin du jeu", "gui.update.check": "Vérifier les mises à jour", "gui.mods": "Mods", @@ -96,7 +96,7 @@ "general.mods.enabled": "Mods activés :", "general.mods.disabled": "Mods désactivés :", "general.mods.installed": "Mods installés :", - "general.missingpath": "Le chemin du client n'est pas défini !", + "general.missingpath": "Le chemin du client n'a pu être trouvé automatiquement, merci de le sélectionner manuellement.", "general.notinstalled": "Northstar n'est pas installé !", "general.launching": "Lancement" } |