Sprankelprachtig aan/afmeldsysteem

en.yml 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. current_password: "Current password"
  10. new_password: "New password"
  11. new_password_confirm: "Confirm new password"
  12. 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."
  13. unknown_email: "Unknown email address."
  14. invalid_token: "Invalid token!"
  15. expired_token: "Your token has expired, please request another one."
  16. invalid_user_or_pass: "Invalid username/password combination!"
  17. invalid_pass: "Your current password is incorrect." # In settings only
  18. login_required: "You need to be logged in to do that."
  19. admin_required: "You need to be an administrator to do that."
  20. organizer_required: "You need to be an organizer to do that."
  21. membership_required: "You need to be a member of that group to do that."
  22. activation_required: "Your account has not yet been activated, please confirm your account using the email you received."
  23. already_activated: "Your account has already been activated, please use the 'Forgot password' form if you want to reset your password."
  24. password_repeat_mismatch: "Password confirmation does not match your password!"
  25. activation_complete: "Your account has been confirmed, you may now log in."
  26. password_reset_complete: "Your password has been reset, you may now log in."
  27. password_changed: "Your password has been changed!"
  28. user_person_mail_mismatch: "must be the same as associated person's email"
  29. password_blank: "Your password cannot be blank."
  30. emails:
  31. sent: "An email has been sent, check your inbox!"
  32. greeting: "Hello %{name},"
  33. ending: "Aardbei"
  34. link_expires: "This link will expire %{expires}."
  35. confirm:
  36. subject: "Confirm your Aardbei-account"
  37. click_this: "Please confirm your account for Aardbei by clicking on the following link."
  38. forgot:
  39. subject: "Reset your Aardbei-password"
  40. blurb: "You (or someone pretending to be you) have requested to reset your password. If this was you, please open the following link."
  41. ignore_if_not_you: "If you did not request this password reset, ignore this message."