2018-10-15 14:40:34 +02:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
/*
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
| Password Reminder 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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2020-09-06 11:38:10 +02:00
|
|
|
'password' => 'A palavra-passe deve conter pelo menos seis caracteres e combinar com a confirmação.',
|
|
|
|
'user' => 'Utilizador não encontrado.',
|
|
|
|
'token' => 'Token inválido.',
|
|
|
|
'sent' => 'Link para reposição da palavra-passe enviado por email!',
|
|
|
|
'reset' => 'Palavra-passe reposta!',
|
2018-10-15 14:40:34 +02:00
|
|
|
|
|
|
|
];
|