]> BookStack Code Mirror - bookstack/blob - resources/lang/it/passwords.php
Added testing coverage for tag index
[bookstack] / resources / lang / it / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'La password deve avere almeno sei caratteri e corrispondere alla conferma.',
10     'user' => "Non possiamo trovare un utente per quella mail.",
11     'token' => 'Il token per reimpostare la password non è valido per questo indirizzo email.',
12     'sent' => 'Ti abbiamo inviato via mail il link per reimpostare la password!',
13     'reset' => 'La tua password è stata reimpostata!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.