2020-06-05 08:15:09 +02:00
|
|
|
<?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.
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
2022-04-04 12:38:13 +02:00
|
|
|
'reset' => 'La tua password è stata reimpostata!',
|
2020-06-05 08:15:09 +02:00
|
|
|
'sent' => 'Ti abbiamo inviato per e-mail il link per reimpostare la password!',
|
2022-04-04 12:38:13 +02:00
|
|
|
'throttled' => 'Per favore attendi prima di riprovare.',
|
2020-06-05 08:15:09 +02:00
|
|
|
'token' => 'Questo token per reimpostare la password non è valido.',
|
|
|
|
'user' => "Non è stato possibile trovare un utente con quell'indirizzo e-mail.",
|
|
|
|
|
|
|
|
];
|