first commit

This commit is contained in:
2025-09-01 15:06:58 +02:00
commit d8b89fc4fe
5702 changed files with 1021992 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?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' => 'La password deve essere di almeno 8 caratteri e corrispondere alla seconda inserita.',
'reset' => 'Password resettata!',
'sent' => 'Ti abbiamo inviato un link per resettare la password!',
'token' => 'Token non valido.',
'user' => "Non abbiamo trovato nessuna email associata",
];