FOSUserBundle.en.yml 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. # Group
  2. group:
  3. edit:
  4. submit: Update group
  5. show:
  6. name: Group name
  7. new:
  8. submit: Create group
  9. flash:
  10. updated: The group has been updated
  11. created: The group has been created
  12. deleted: The group has been deleted
  13. # Security
  14. "Bad credentials": Invalid username or password
  15. security:
  16. login:
  17. username: "Username:"
  18. password: "Password:"
  19. remember_me: Remember me
  20. submit: Login
  21. # Profile
  22. profile:
  23. show:
  24. username: Username
  25. email: Email
  26. edit:
  27. submit: Update
  28. flash:
  29. updated: The profile has been updated
  30. # Password change
  31. change_password:
  32. submit: Change password
  33. flash:
  34. success: The password has been changed
  35. # Registration
  36. registration:
  37. check_email: An email has been sent to %email%. It contains an activation link you must click to activate your account.
  38. confirmed: Congrats %username%, your account is now activated.
  39. back: Back to the originating page.
  40. submit: Register
  41. flash:
  42. user_created: The user has been created successfully
  43. email:
  44. subject: Welcome %username%!
  45. message: |
  46. Hello %username%!
  47. To finish activating your account - please visit %confirmationUrl%
  48. Regards,
  49. the Team.
  50. # Password resetting
  51. resetting:
  52. password_already_requested: The password for this user has already been requested within the last 24 hours.
  53. check_email: An email has been sent to %email%. It contains a link you must click to reset your password.
  54. request:
  55. invalid_username: The username or email address "%username%" does not exist.
  56. username: "Username or email address:"
  57. submit: Reset password
  58. reset:
  59. submit: Change password
  60. flash:
  61. success: The password has been reset successfully
  62. email:
  63. subject: Reset Password
  64. message: |
  65. Hello %username%!
  66. To reset your password - please visit %confirmationUrl%
  67. Regards,
  68. the Team.
  69. # Global strings
  70. layout:
  71. logout: Logout
  72. login: Login
  73. register: Register
  74. logged_in_as: Logged in as %username%
  75. # Form field labels
  76. form:
  77. group_name: "Group name:"
  78. username: "Username:"
  79. email: "Email:"
  80. current_password: "Current password:"
  81. password: "Password:"
  82. password_confirmation: "Verification:"
  83. new_password: "New password:"
  84. new_password_confirmation: "Verification:"