From 6b6a799206346ce749c8f0f449f48ed47f28a7fb Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 18 Dec 2016 21:41:01 +0100 Subject: [PATCH] Translated --- resources/lang/fr_FR/auth.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/fr_FR/auth.php b/resources/lang/fr_FR/auth.php index 5d833b3d68..7fc7beebaa 100644 --- a/resources/lang/fr_FR/auth.php +++ b/resources/lang/fr_FR/auth.php @@ -22,7 +22,7 @@ return [ | */ - 'failed' => 'These credentials do not match our records.', - 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + 'failed' => 'Ces identifiants n\'ont aucune correspondance.', + 'throttle' => 'Trop de tentatives de connexion. Veuillez essayer à nouveau dans :seconds secondes.', ]; \ No newline at end of file