Sprankelprachtig aan/afmeldsysteem

en.yml 2.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. activation_required: "Your account has not yet been activated, please confirm your account using the email you received."
  19. already_activated: "Your account has already been activated, please use the 'Forgot password' form if you want to reset your password."
  20. password_repeat_mismatch: "Password confirmation does not match your password!"
  21. activation_complete: "Your account has been confirmed, you may now log in."
  22. password_reset_complete: "Your password has been reset, you may now log in."
  23. user_person_mail_mismatch: "must be the same as associated person's email"
  24. emails:
  25. sent: "An email has been sent, check your inbox!"
  26. greeting: "Hello %{name},"
  27. ending: "Aardbei"
  28. link_expires: "This link will expire %{expires}."
  29. confirm:
  30. subject: "Confirm your Aardbei-account"
  31. click_this: "Please confirm your account for Aardbei by clicking on the following link."
  32. forgot:
  33. subject: "Reset your Aardbei-password"
  34. blurb: "You (or someone pretending to be you) have requested to reset your password. If this was you, please open the following link."
  35. ignore_if_not_you: "If you did not request this password reset, ignore this message."