From c60e272eb345ad60922a52486b807e7eebb9fbcd Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 20 Dec 2016 10:42:06 +0100 Subject: [PATCH] New translations --- resources/lang/es_ES/auth.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 resources/lang/es_ES/auth.php diff --git a/resources/lang/es_ES/auth.php b/resources/lang/es_ES/auth.php new file mode 100644 index 0000000000..5d833b3d68 --- /dev/null +++ b/resources/lang/es_ES/auth.php @@ -0,0 +1,28 @@ + 'These credentials do not match our records.', + 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', + +]; \ No newline at end of file