Pierfrancesco Passerini 96b708a10e Few more language (ITA) updates (#13890)
* Update it.json

Removed all  \'/  single quote, very common in italian , to avoid problem on page loading

* Update it.json

small fix

* Update it.json

Small updates

* Update it.json

* Add files via upload

* Delete modules.php

* Delete syslog.php

* Delete install.php

* Add files via upload

* Update plugins.php

* Update validation.php
2022-04-04 12:38:13 +02:00

23 lines
828 B
PHP

<?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!',
'sent' => 'Ti abbiamo inviato per e-mail il link per reimpostare la password!',
'throttled' => 'Per favore attendi prima di riprovare.',
'token' => 'Questo token per reimpostare la password non è valido.',
'user' => "Non è stato possibile trovare un utente con quell'indirizzo e-mail.",
];