]> BookStack Code Mirror - bookstack/blob - resources/lang/it/passwords.php
fix missing word
[bookstack] / resources / lang / it / passwords.php
1 <?php
2
3 return [
4
5     /*
6     |--------------------------------------------------------------------------
7     | Password Reminder Language Lines
8     |--------------------------------------------------------------------------
9     |
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.
13     |
14     */
15
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!',
21
22 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.