New translations passwords.php (Slovenian)

This commit is contained in:
James Cole 2017-05-03 09:00:11 +02:00
parent df2f92433a
commit 2ed0ea0243

View File

@ -10,10 +10,10 @@
*/ */
return [ return [
'password' => 'Passwords must be at least six characters and match the confirmation.', 'password' => 'Geslo mora biti dolgo vsaj šest znakov in mora biti enako v obeh poljih.',
'user' => 'We can\'t find a user with that e-mail address.', 'user' => 'Uporabnika s takim e-poštnim naslovom v naši bazi nismo našli.',
'token' => 'This password reset token is invalid.', 'token' => 'Žeton za ponastavitev gesla ni veljaven.',
'sent' => 'We have e-mailed your password reset link!', 'sent' => 'Poslali smo vam povezavo za ponastavitev gesla!',
'reset' => 'Your password has been reset!', 'reset' => 'Vaše geslo je bilo ponastavljeno!',
'blocked' => 'Nice try though.', 'blocked' => 'Dober poskus...',
]; ];