librenms-librenms/lang/it/passwords.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
828 B
PHP
Raw Normal View History

2020-06-05 08:15:09 +02:00
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset 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.
|
*/
'reset' => 'La tua password è stata reimpostata!',
2020-06-05 08:15:09 +02:00
'sent' => 'Ti abbiamo inviato per e-mail il link per reimpostare la password!',
'throttled' => 'Per favore attendi prima di riprovare.',
2020-06-05 08:15:09 +02:00
'token' => 'Questo token per reimpostare la password non è valido.',
'user' => "Non è stato possibile trovare un utente con quell'indirizzo e-mail.",
];