diff options
Diffstat (limited to 'src/lang')
-rw-r--r-- | src/lang/en.json | 33 | ||||
-rw-r--r-- | src/lang/fr.json | 33 |
2 files changed, 64 insertions, 2 deletions
diff --git a/src/lang/en.json b/src/lang/en.json index 10f03cd..61a8545 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -6,6 +6,9 @@ "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.help.installmod": "installs a mod, folder or zip", + "cli.help.removemod": "removes a mod", + "cli.help.togglemod": "toggles a mod", "cli.setpath.noarg": "No argument provided for --setpath", @@ -18,6 +21,15 @@ "cli.launch.linuxerror": "Launching the game is not currently supported on Linux", + "cli.mods.failed": "Failed to install mod!", + "cli.mods.removed": "Successfully removed mod!", + "cli.mods.toggled": "Successfully toggled mod", + "cli.mods.installed": "Successfully installed mod!", + "cli.mods.cantfind": "Can't find a mod with that name!", + "cli.mods.notamod": "Selected folder/file is not a mod", + "cli.mods.toggledall": "Successfully toggled all mods", + "cli.mods.improperjson": "%s's mod.json has formatting errors", + "gui.welcome": "Welcome to Viper!", "gui.versions.viper": "Viper version", "gui.versions.northstar": "Northstar version", @@ -25,6 +37,21 @@ "gui.update": "Update", "gui.setpath": "Game Path", + "gui.mods": "Mods", + "gui.mods.count": "Mods Installed:", + "gui.mods.disabledtag": "Disabled", + "gui.mods.install": "Install Mod", + "gui.mods.toggle": "Toggle Mod", + "gui.mods.toggleall": "Toggle All", + "gui.mods.remove": "Remove Mod", + "gui.mods.removeall": "Remove All", + "gui.mods.nothingselected": "You've not selected a mod.", + "gui.mods.removeall.confirm": "Removing all mods will usually require you to reinstall Northstar, are you sure?", + "gui.mods.notamod": "Not a mod!", + "gui.mods.extracting": "Extracting mod...", + "gui.mods.installing": "Installing mod...", + "gui.mods.installedmod": "Installed mod!", + "gui.update.downloading": "Downloading...", "gui.update.extracting": "Extracting update...", "gui.update.finished": "Done! Ready to play!", @@ -41,5 +68,9 @@ "general.launching": "Launching", - "general.missingpath": "Game path is not set!" + "general.mods.enabled": "Enabled mods:", + "general.mods.disabled": "Disabled mods:", + "general.mods.installed": "Installed mods:", + "general.missingpath": "Game path is not set!", + "general.notinstalled": "Northstar is not installed!" } diff --git a/src/lang/fr.json b/src/lang/fr.json index 0cd9bfb..58302e9 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -6,6 +6,9 @@ "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.help.installmod": "Installe un mod, dossier ou zip", + "cli.help.removemod": "Supprime un mod", + "cli.help.togglemod": "Active/désactive un mod", "cli.setpath.noarg": "Aucun argument donné à --setpath", @@ -18,6 +21,15 @@ "cli.launch.linuxerror": "Le support du jeu sur Linux n'est pas encore implémenté.", + "cli.mods.failed": "L'installation du mod a échoué.", + "cli.mods.removed": "Le mod a bien été supprimé.", + "cli.mods.toggled": "Le mod a bien été activé/désactivé.", + "cli.mods.installed": "Mod installé !", + "cli.mods.cantfind": "Aucun mod avec ce nom n'a pu être trouvé.", + "cli.mods.notamod": "Le fichier/dossier sélectionné n'est pas un mod.", + "cli.mods.toggledall": "Tous les mods ont bien été activés/désactivés.", + "cli.mods.improperjson": "Le mod.json de %s présente des erreurs de formatage.", + "gui.welcome": "Bienvenue sur Viper !", "gui.versions.viper": "Version de Viper", "gui.versions.northstar": "Version de Northstar", @@ -25,6 +37,21 @@ "gui.update": "Mise à jour", "gui.setpath": "Chemin du jeu", + "gui.mods": "Mods", + "gui.mods.count": "Mods installés :", + "gui.mods.disabledtag": "Désactivés", + "gui.mods.install": "Installer le mod", + "gui.mods.toggle": "Activer/désactiver le mod", + "gui.mods.toggleall": "Activer/désactiver tous les mods", + "gui.mods.remove": "Supprimer le mod", + "gui.mods.removeall": "Tout supprimer", + "gui.mods.nothingselected": "Aucun mod n'est sélectionné.", + "gui.mods.removeall.confirm": "Supprimer tous les mods vous forcera à réinstaller Northstar, souhaitez-vous faire cela ?", + "gui.mods.notamod": "Ceci n'est pas un mod !", + "gui.mods.extracting": "Extraction du mod...", + "gui.mods.installing": "Installation du mod...", + "gui.mods.installedmod": "Mod installé !", + "gui.update.downloading": "Téléchargement de la mise à jour...", "gui.update.extracting": "Extraction des fichiers...", "gui.update.finished": "Terminé, vous pouvez jouer !", @@ -41,5 +68,9 @@ "general.launching": "Lancement", - "general.missingpath": "Le chemin du client n'est pas défini !" + "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.notinstalled": "Northstar n'est pas installé !" } |