23 lines
829 B
PHP
Executable File
23 lines
829 B
PHP
Executable File
<?php
|
|
|
|
return [
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Password Reset Language Lines
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| The following language lines are the default lines which match reasons
|
|
| that are given by the password broker for a password update attempt
|
|
| has failed, such as for an invalid token or invalid new password.
|
|
|
|
|
*/
|
|
|
|
'password' => 'A senha e a confirmação devem combinar e possuir pelo menos seis caracteres.',
|
|
'reset' => 'Sua senha foi redefinida!',
|
|
'sent' => 'Enviamos seu link de redefinição de senha por e-mail!',
|
|
'token' => 'Este token de redefinição de senha é inválido.',
|
|
'user' => 'Não encontramos um usuário com esse endereço de e-mail.',
|
|
|
|
];
|