updateprofile.inc.php 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <?php
  2. /**
  3. * Login
  4. *
  5. * Copyright 2010 by Jason Coward <jason@modxcms.com> and Shaun McCormick
  6. * <shaun@modxcms.com>
  7. *
  8. * Login is free software; you can redistribute it and/or modify it
  9. * under the terms of the GNU General Public License as published by the Free
  10. * Software Foundation; either version 2 of the License, or (at your option) any
  11. * later version.
  12. *
  13. * Login is distributed in the hope that it will be useful, but WITHOUT ANY
  14. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  15. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License along with
  18. * Login; if not, write to the Free Software Foundation, Inc., 59 Temple
  19. * Place, Suite 330, Boston, MA 02111-1307 USA
  20. *
  21. * @package login
  22. */
  23. /**
  24. * Update Profile English lexicon for Login
  25. *
  26. * @package login
  27. * @subpackage lexicon
  28. */
  29. $_lang['login.address'] = 'Indirizzo';
  30. $_lang['login.city'] = 'Città';
  31. $_lang['login.country'] = 'Stato';
  32. $_lang['login.email'] = 'Email';
  33. $_lang['login.email_taken'] = 'L\'e-mail "[[+email]]" è già in uso. Assicurarsi che non si è ancora registrati, e in caso contrario, si prega di specificare un altro indirizzo e-mail.';
  34. $_lang['login.fax'] = 'Fax';
  35. $_lang['login.fullname'] = 'Nome completo';
  36. $_lang['login.mobilephone'] = 'Cellulare';
  37. $_lang['login.phone'] = 'Telefono';
  38. $_lang['login.profile_err_nf'] = 'Profilo non trovato!';
  39. $_lang['login.profile_err_save'] = 'Si è verificato un errore sconosciuto durante il tentativo di aggiornare il profilo';
  40. $_lang['login.profile_updated'] = 'Profilo aggiornato.';
  41. $_lang['login.state'] = 'Stato';
  42. $_lang['login.update_profile'] = 'Profile aggiornato';
  43. $_lang['login.username_err_ae'] = 'Nome utente già in uso. Prego specificarne un altro.';
  44. $_lang['login.website'] = 'Website';
  45. $_lang['login.zip'] = 'CAP';