From 361be13ff79a1d650d56181db82682ace7c92cf7 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Mon, 9 Mar 2020 18:49:32 +0000 Subject: [PATCH] New translations passwords.php (Slovenian) --- resources/lang/sl/passwords.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 resources/lang/sl/passwords.php diff --git a/resources/lang/sl/passwords.php b/resources/lang/sl/passwords.php new file mode 100644 index 000000000..f41ca7868 --- /dev/null +++ b/resources/lang/sl/passwords.php @@ -0,0 +1,15 @@ + 'Passwords must be at least eight characters and match the confirmation.', + 'user' => "We can't find a user with that e-mail address.", + 'token' => 'This password reset token is invalid.', + 'sent' => 'We have e-mailed your password reset link!', + 'reset' => 'Your password has been reset!', + +];