From a4029c949058b47cbaf9a3f240a266beaad21469 Mon Sep 17 00:00:00 2001 From: James Cole Date: Tue, 2 May 2017 21:10:20 +0200 Subject: [PATCH] New translations auth.php (Slovenian) --- resources/lang/sl_SI/auth.php | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 resources/lang/sl_SI/auth.php diff --git a/resources/lang/sl_SI/auth.php b/resources/lang/sl_SI/auth.php new file mode 100644 index 0000000000..5d833b3d68 --- /dev/null +++ b/resources/lang/sl_SI/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