mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-02-23 19:24:03 +01:00
23 lines
842 B
PHP
23 lines
842 B
PHP
<?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.
|
|
|
|
|
*/
|
|
|
|
"password" => "A senha deverá conter pelo menos seis carateres e ser igual à confirmação.",
|
|
"user" => "Não conseguimos encontrar nenhum usuário com o endereço de email indicado.",
|
|
"token" => "Este código de recuperação de senha é inválido.",
|
|
"sent" => "O lembrete da senha foi enviado!",
|
|
"reset" => "A senha foi redefinida!",
|
|
|
|
];
|