You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

it_IT.inc 2.3KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /*
  3. +-----------------------------------------------------------------------+
  4. | plugins/password/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail Password plugin |
  7. | Copyright (C) 2012-2013, The Roundcube Dev Team |
  8. | |
  9. | Licensed under the GNU General Public License version 3 or |
  10. | any later version with exceptions for skins & plugins. |
  11. | See the README file for a full license statement. |
  12. | |
  13. +-----------------------------------------------------------------------+
  14. For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
  15. */
  16. $labels['changepasswd'] = 'Modifica la Password';
  17. $labels['curpasswd'] = 'Password corrente:';
  18. $labels['newpasswd'] = 'Nuova password:';
  19. $labels['confpasswd'] = 'Conferma la nuova Password:';
  20. $messages['nopassword'] = 'Per favore inserire la nuova password.';
  21. $messages['nocurpassword'] = 'Per favore inserire la password corrente.';
  22. $messages['passwordincorrect'] = 'La password corrente non è corretta.';
  23. $messages['passwordinconsistency'] = 'Le password non coincidono, per favore reinserire.';
  24. $messages['crypterror'] = 'Impossibile salvare la nuova password. Funzione di crittografia mancante.';
  25. $messages['connecterror'] = 'Impossibile salvare la nuova password. Errore di connessione.';
  26. $messages['internalerror'] = 'Impossibile salvare la nuova password.';
  27. $messages['passwordshort'] = 'La password deve essere lunga almeno $length caratteri.';
  28. $messages['passwordweak'] = 'La password deve includere almeno una cifra decimale e un carattere di punteggiatura.';
  29. $messages['passwordforbidden'] = 'La password contiene caratteri proibiti.';
  30. $messages['firstloginchange'] = 'Questo è il tuo primo accesso. Si prega di cambiare la propria password.';
  31. $messages['disablednotice'] = 'Il sistema è attualmente in manutenzione e pertanto al momento non è possibile effettuare il cambio della password. Presto tutto tornerà alla normalità. Ci scusiamo per il disagio.';