mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Relicense project under MIT
Permission obtained from @DDynamic. Contributions from other users were removed since we did not obtain permission from them for the re-license. From this point forward all contributors must have a signed Contributor License Agreement on file.
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
<?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' => 'Senhas precisam ter ao menos 6 caracteres e combinar com a confirmação.',
|
||||
'reset' => 'Sua senha foi resetada!',
|
||||
'sent' => 'Nós te enviamos um email com o link para resetar sua senha!',
|
||||
'token' => 'O token para resetar esta senha é inválido.',
|
||||
'user' => "Nós não pudemos achar um usuário com este endereço de email.",
|
||||
];
|
||||
Reference in New Issue
Block a user