From 45a6866dd0e77887b2bb1c9e82e4201b1c0736d5 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 2 Jan 2017 11:02:16 +0100 Subject: [PATCH] New translations --- resources/lang/pl_PL/auth.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 resources/lang/pl_PL/auth.php diff --git a/resources/lang/pl_PL/auth.php b/resources/lang/pl_PL/auth.php new file mode 100644 index 0000000000..5d833b3d68 --- /dev/null +++ b/resources/lang/pl_PL/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