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.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?php
  2. /**
  3. +-----------------------------------------------------------------------+
  4. | plugins/enigma/localization/<lang>.inc |
  5. | |
  6. | Localization file of the Roundcube Webmail ACL plugin |
  7. | Copyright (C) 2012-2016, 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/roundcube/roundcube-webmail/plugin-enigma/
  15. */
  16. $labels['encryption'] = 'Criptare';
  17. $labels['enigmacerts'] = 'Certificati S/MIME';
  18. $labels['enigmakeys'] = 'Chiavi PGP';
  19. $labels['keysfromto'] = 'Chiavi da $from a $to di $count';
  20. $labels['keyname'] = 'Nome';
  21. $labels['keyid'] = 'ID della chiave';
  22. $labels['keyuserid'] = 'ID utente';
  23. $labels['keytype'] = 'Tipo chiave';
  24. $labels['fingerprint'] = 'Fingerprint';
  25. $labels['subkeys'] = 'Sottochiavi';
  26. $labels['basicinfo'] = 'Informazioni base';
  27. $labels['userids'] = 'Utenti aggiuntivi';
  28. $labels['typepublickey'] = 'chiave pubblica';
  29. $labels['typesign'] = 'Firma';
  30. $labels['typeencrypt'] = 'Cripta';
  31. $labels['typecert'] = 'Certifica';
  32. $labels['typeauth'] = 'Autenticazione';
  33. $labels['subkeyid'] = 'ID';
  34. $labels['subkeyalgo'] = 'Algoritmo';
  35. $labels['subkeycreated'] = 'Creato';
  36. $labels['subkeyexpires'] = 'Scadenza';
  37. $labels['subkeyusage'] = 'Utilizzo';
  38. $labels['expiresnever'] = 'mai';
  39. $labels['unknown'] = 'sconosciuto';
  40. $labels['uservalid'] = 'Valido';
  41. $labels['userid'] = 'ID';
  42. $labels['valid'] = 'valido';
  43. $labels['supportencryption'] = 'Abilita cifratura firma del messaggio';
  44. $labels['keyremove'] = 'Rimuovi';
  45. $labels['keydisable'] = 'Disabilita';
  46. $labels['keyrevoke'] = 'Revoca';
  47. $labels['keychpass'] = 'Cambia password';
  48. $labels['newkeyident'] = 'Identità:';
  49. $labels['newkeypass'] = 'Password:';
  50. $labels['newkeypassconfirm'] = 'Conferma password:';
  51. ?>