2017-04-06 21:36:33 -07:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
2022-06-30 17:34:46 -07:00
|
|
|
'sent' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
|
|
|
'user' => 'If a matching user with a valid email address exists in our system, a password recovery email has been sent.',
|
|
|
|
'token' => 'This password reset token is invalid or expired, or does not match the username provided.',
|
2024-09-10 06:41:08 -07:00
|
|
|
'reset' => 'Geslo je bilo ponastavljeno!',
|
|
|
|
'password_change' => 'Geslo posodobljeno!',
|
2017-04-06 21:36:33 -07:00
|
|
|
];
|