diff --git a/src/i18n/strings/fr.json b/src/i18n/strings/fr.json
index 5d250e6e13..15edf4b3d5 100644
--- a/src/i18n/strings/fr.json
+++ b/src/i18n/strings/fr.json
@@ -26,5 +26,14 @@
"Open user settings": "Ouvrir les paramètres utilisateur",
"Missing indexeddb worker script!": "Script du worker IndexedDB manquant !",
"Unable to load config file: please refresh the page to try again.": "Impossible de charger le fichier de configuration : rafraichissez la page pour réessayer.",
- "Previous/next recently visited room or community": "Salon ou communauté visité récemment précédent/suivant"
+ "Previous/next recently visited room or community": "Salon ou communauté visité récemment précédent/suivant",
+ "%(appName)s (%(browserName)s, %(osName)s)": "%(appName)s (%(browserName)s, %(osName)s)",
+ "Unsupported browser": "Navigateur non pris en charge",
+ "Your browser can't run Riot": "Votre navigateur ne peut pas exécuter Riot",
+ "Riot uses advanced browser features which aren't supported by your current browser.": "Riot utilise des fonctionnalités avancées qui ne sont pas prises en charge par votre navigateur actuel.",
+ "Please install Chrome, Firefox, or Safari for the best experience.": "Veuillez installer Chrome, Firefox ou Safari pour une expérience optimale.",
+ "You can continue using your current browser, but some or all features may not work and the look and feel of the application may be incorrect.": "Vous pouvez continuer à utiliser votre navigateur actuel, mais vous risquez de trouver que certaines fonctionnalités et/ou l'apparence de l'application sont incorrectes.",
+ "I understand the risks and wish to continue": "Je comprends les risques et souhaite continuer",
+ "Go to Riot.im": "Aller vers Riot.im",
+ "Failed to start": "Échec au démarrage"
}