diff options
author | 0neGal <mail@0negal.com> | 2023-02-02 01:14:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-02 01:14:38 +0100 |
commit | 5f39203a795217cf04478bb7873b70b6a7b13121 (patch) | |
tree | 5fd585d7523044964630f316fa55b8a1a86c05dd | |
parent | 74289689ba85b2156c774e717bf15e6cbbf407e3 (diff) | |
parent | 741d7910e1dba9860e27d780351afea1c976f77d (diff) | |
download | Viper-5f39203a795217cf04478bb7873b70b6a7b13121.tar.gz Viper-5f39203a795217cf04478bb7873b70b6a7b13121.zip |
Merge pull request #172 from Alystrasz/feat/fr-translations
-rw-r--r-- | src/lang/fr.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lang/fr.json b/src/lang/fr.json index 94c31c8..89aa457 100644 --- a/src/lang/fr.json +++ b/src/lang/fr.json @@ -54,6 +54,7 @@ "gui.mods": "Mods", "gui.mods.count": "Mods installés :", "gui.mods.disabledtag": "Désactivé", + "gui.mods.remove": "Supprimer", "gui.mods.install": "Installer le mod", "gui.mods.find": "Chercher des mods", "gui.mods.toggleall": "Activer/désactiver tous les mods", @@ -63,6 +64,7 @@ "gui.mods.removeall.confirm": "Supprimer tous les mods vous forcera à réinstaller Northstar, souhaitez-vous faire cela ?", "gui.mods.required.confirm": "Vous avez sélectionné un mod de base, Northstar peut ne pas fonctionner sans celui-ci. Souhaitez-vous faire cela ?", "gui.mods.notamod": "Ceci n'est pas un mod !", + "gui.mods.unknown_author": "Inconnu", "gui.mods.extracting": "Extraction du mod...", "gui.mods.installing": "Installation du mod...", "gui.mods.installedmod": "Mod installé !", |