Sprankelprachtig aan/afmeldsysteem

en.yml 2.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. en:
  2. authentication:
  3. confirm_account: "Create password"
  4. forgot_password: "Forgot password"
  5. reset_password: "Reset password"
  6. create_account: "Create account"
  7. please_sign_in: "Please sign in"
  8. remember_me: "Remember me"
  9. new_password: "New password"
  10. new_password_confirm: "Confirm new password"
  11. need_introducer: "Creating an account requires that you have been added to a group beforehand by an administrator. Contact someone if your email address is not recognized."
  12. unknown_email: "Unknown email address."
  13. invalid_token: "Invalid token!"
  14. expired_token: "Your token has expired, please request another one."
  15. invalid_user_or_pass: "Invalid username/password combination!"
  16. login_required: "You need to be logged in to do that."
  17. admin_required: "You need to be an administrator to do that."
  18. organizer_required: "You need to be an organizer to do that."
  19. activation_required: "Your account has not yet been activated, please confirm your account using the email you received."
  20. already_activated: "Your account has already been activated, please use the 'Forgot password' form if you want to reset your password."
  21. password_repeat_mismatch: "Password confirmation does not match your password!"
  22. activation_complete: "Your account has been confirmed, you may now log in."
  23. password_reset_complete: "Your password has been reset, you may now log in."
  24. user_person_mail_mismatch: "must be the same as associated person's email"
  25. emails:
  26. sent: "An email has been sent, check your inbox!"
  27. greeting: "Hello %{name},"
  28. ending: "Aardbei"
  29. link_expires: "This link will expire %{expires}."
  30. confirm:
  31. subject: "Confirm your Aardbei-account"
  32. click_this: "Please confirm your account for Aardbei by clicking on the following link."
  33. forgot:
  34. subject: "Reset your Aardbei-password"
  35. blurb: "You (or someone pretending to be you) have requested to reset your password. If this was you, please open the following link."
  36. ignore_if_not_you: "If you did not request this password reset, ignore this message."