From: Dan Brown Date: Mon, 9 Mar 2020 18:49:32 +0000 (+0000) Subject: New translations passwords.php (Slovenian) X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/361be13ff79a1d650d56181db82682ace7c92cf7?ds=inline New translations passwords.php (Slovenian) --- 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!', + +];