passwords.php 875 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Password Reset Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines are the default lines which match reasons
  9. | that are given by the password broker for a password update attempt
  10. | has failed, such as for an invalid token or invalid new password.
  11. |
  12. */
  13. 'password' => 'Le password devono essere almeno lunghe 6 caratteri e corrispondere.',
  14. 'reset' => 'La tua password è stata reimpostata!',
  15. 'sent' => 'Ti abbiamo inviato via e-mail il link per reimpostare la tua password!',
  16. 'token' => 'Questo codice di reimpostazione della password non è valido.',
  17. 'user' => "Non riusciamo a trovare un utente con questo indirizzo e-mail.",
  18. ];