From e3fbbd6cf13cda81a2282756038ce2255ba08185 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 30 Oct 2016 07:19:56 +0100 Subject: [PATCH] Translated --- resources/lang/de_DE/auth.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/de_DE/auth.php b/resources/lang/de_DE/auth.php index 7319a9d7b8..5eff4c4e6b 100644 --- a/resources/lang/de_DE/auth.php +++ b/resources/lang/de_DE/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' => 'Falscher Benutzername und/oder falsches Passwort.', + 'throttle' => 'Zu viele Login-Versuche. Bitte versuchen Sie es in :seconds Sekunde(n) erneut.', -]; +]; \ No newline at end of file