FOSUserBundle.it.yml 2.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # Group
  2. group:
  3. edit:
  4. submit: Aggiorna gruppo
  5. show:
  6. name: Nome gruppo
  7. new:
  8. submit: Crea gruppo
  9. flash:
  10. updated: Il gruppo è stato aggiornato
  11. created: Il gruppo è stato creato
  12. deleted: Il gruppo è stato cancellato
  13. # Security
  14. security:
  15. login:
  16. username: "Username:"
  17. password: "Password:"
  18. remember_me: Ricordami
  19. submit: Login
  20. # Profile
  21. profile:
  22. show:
  23. username: Username
  24. email: Email
  25. edit:
  26. submit: Aggiorna
  27. flash:
  28. updated: Il profilo è stato aggiornato
  29. # Password change
  30. change_password:
  31. submit: Cambia password
  32. flash:
  33. success: La password è stata cambiata
  34. # Registration
  35. registration:
  36. check_email: Una mail è stata inviata a %email%. Contiene il link d'attivazione che devi utilizzare per attivare il tuo account.
  37. confirmed: Congratulazioni %username%, il tuo account è confermato.
  38. back: Torna alla pagina d'origine.
  39. submit: Registra
  40. flash:
  41. user_created: Utente creato con successo
  42. email:
  43. subject: Benvenuto %username%!
  44. message: |
  45. Ciao %username%!
  46. Per terminare la validazione del tuo account visita %confirmationUrl%
  47. Saluti,
  48. il Team.
  49. # Password resetting
  50. resetting:
  51. password_already_requested: La password per questo utente è già stata richiesta nelle ultime 24 ore.
  52. check_email: Una email è stata inviata a %email%. Contiene il link d'attivazione che devi utilizzare per il reset della password.
  53. request:
  54. invalid_username: Username o indirizzo email "%username%" non esistente.
  55. username: "Username o indirizzo email:"
  56. submit: Password reset
  57. reset:
  58. submit: Cambia password
  59. flash:
  60. success: La password è stata resettata
  61. email:
  62. subject: Password reset
  63. message: |
  64. Ciao %username%!
  65. Per resettare la password visita %confirmationUrl%
  66. Saluti,
  67. il Team.
  68. # Global strings
  69. layout:
  70. logout: Logout
  71. login: Login
  72. register: Registra
  73. logged_in_as: Collegato come %username%
  74. # Form field labels
  75. form:
  76. group_name: "Nome gruppo:"
  77. username: "Username:"
  78. email: "Email:"
  79. current_password: "Password corrente:"
  80. password: "Password:"
  81. password_confirmation: "Verifica:"
  82. new_password: "Nuova password:"
  83. new_password_confirmation: "Verifica:"