6 |--------------------------------------------------------------------------
7 | Password Reminder Language Lines
8 |--------------------------------------------------------------------------
10 | The following language lines are the default lines which match reasons
11 | that are given by the password broker for a password update attempt
12 | has failed, such as for an invalid token or invalid new password.
16 'password' => 'La password deve avere almeno sei caratteri e corrispondere alla conferma.',
17 'user' => "Non possiamo trovare un utente per quella mail.",
18 'token' => 'Questo token per reimpostare la password non è valido.',
19 'sent' => 'Ti abbiamo inviato via mail il link per reimpostare la password!',
20 'reset' => 'La tua password è stata resettata!',