Guest User

Untitled

a guest
Oct 14th, 2018
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.07 KB | None | 0 0
  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.  
  14. # Security
  15. "Bad credentials": Invalid username or password
  16.  
  17. security:
  18. login:
  19. username: "Username:"
  20. password: "Password:"
  21. remember_me: Remember me
  22. submit: Login
  23.  
  24. # Profile
  25. profile:
  26. show:
  27. username: Username
  28. email: Email
  29. edit:
  30. submit: Update
  31. flash:
  32. updated: The profile has been updated
  33.  
  34. # Password change
  35. change_password:
  36. submit: Change password
  37. flash:
  38. success: The password has been changed
  39.  
  40. # Registration
  41. registration:
  42. check_email: |
  43. An email has been sent to %email%.
  44. It contains an activation link you must click to activate your account.
  45. confirmed: Congrats %username%, your account is now activated.
  46. back: Back to the originating page.
  47. submit: Register
  48. flash:
  49. user_created: Your account has been created successfully
  50. email:
  51. subject: Welcome %username%!
  52. message: |
  53. Hello %username%!
  54.  
  55. To finish activating your account - please visit %confirmationUrl%
  56.  
  57. Regards,
  58. the Team.
  59.  
  60. # Password resetting
  61. resetting:
  62. password_already_requested: The password for this user has already been requested within the last 24 hours.
  63. check_email: An email has been sent to %email%. It contains a link you must click to reset your password.
  64. request:
  65. invalid_username: The username or email address "%username%" does not exist.
  66. username: "Username or email address:"
  67. submit: Reset password
  68. reset:
  69. submit: Change password
  70. flash:
  71. success: The password has been reset successfully
  72. email:
  73. subject: Reset Password
  74. message: |
  75. Hello %username%!
  76.  
  77. To reset your password - please visit %confirmationUrl%
  78.  
  79. Regards,
  80. the Team.
  81.  
  82. # Global strings
  83. layout:
  84. logout: Logout
  85. login: Login
  86. register: Register
  87. logged_in_as: Logged in as %username%
  88.  
  89. # Form field labels
  90. fos_user_group_form_name: "Group name:"
  91.  
  92. fos_user_profile_form_user_username: "Username:"
  93. fos_user_profile_form_user_email: "Email:"
  94. fos_user_profile_form_current: "Current Password:"
  95.  
  96. fos_user_registration_form_username: "Username:"
  97. fos_user_registration_form_email: "Email:"
  98. fos_user_registration_form_plainPassword_first: "Password:"
  99. fos_user_registration_form_plainPassword_second: "Retype Password:"
  100. fos_user_registration_form_fullname: "Full Name:"
  101. fos_user_registration_form_address: "Full Address:"
  102. fos_user_registration_form_wdcode: "Withdraw-code:"
  103. fos_user_registration_form_agreement: "I agree"
  104.  
  105. fos_user_resetting_form_new_first: "New password:"
  106. fos_user_resetting_form_new_second: "Verification:"
  107.  
  108. fos_user_change_password_form_new_first: "New password:"
  109. fos_user_change_password_form_new_second: "Verification:"
  110. fos_user_change_password_form_current: "Current password:"
Add Comment
Please, Sign In to add comment