From 169bb2c9bb213d2e32222ab5f9b24ad8d5d76d98 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 31 Oct 2016 18:41:29 +0100 Subject: [PATCH] New translations --- resources/lang/fr_FR/firefly.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 63cc984e03..1aa1d2cd30 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -51,7 +51,8 @@ return [ 'flash_info_multiple' => 'Il y a un message| Il y a :count messages', 'flash_error_multiple' => 'Il y a une erreur| Il y a :count errors', 'net_worth' => 'Valeur nette', - 'route_has_no_help' => 'Il n\'y a pas d\'aide pour cette page, ou il n\'y a pas de texte d\'aide en français.', + 'route_has_no_help' => 'There is no help for this route.', + 'help_may_not_be_your_language' => 'This help text is in English. It is not yet available in your language', 'two_factor_welcome' => 'Bonjour, :user !', 'two_factor_enter_code' => 'Pour continuer, veuillez entrer votre code d’authentification à deux facteurs. Votre application peut la générer pour vous.', 'two_factor_code_here' => 'Entrez votre code ici',