# We need a dummy translation so that a text is found.

en =

  t9Name: 'English'

  add: "add"
  and: "and"
  back: "back"
  cancel: "Cancel"
  changePassword: "Change Password"
  choosePassword: "Choose a Password"
  clickAgree: "By clicking Register, you agree to our"
  configure: "Configure"
  createAccount: "Create an Account"
  currentPassword: "Current Password"
  dontHaveAnAccount: "Don't have an account?"
  email: "Email"
  emailAddress: "Email Address"
  emailResetLink: "Email Reset Link"
  forgotPassword: "Forgot your password?"
  ifYouAlreadyHaveAnAccount: "If you already have an account"
  newPassword: "New Password"
  newPasswordAgain: "New Password (again)"
  optional: "Optional"
  OR: "OR"
  password: "Password"
  passwordAgain: "Password (again)"
  privacyPolicy: "Privacy Policy"
  remove: "remove"
  resetYourPassword: "Reset your password"
  setPassword: "Set Password"
  sign: "Sign"
  signIn: "Sign In"
  signin: "sign in"
  signOut: "Sign Out"
  signUp: "Register"
  signupCode: "Registration Code"
  signUpWithYourEmailAddress: "Register with your email address"
  terms: "Terms of Use"
  updateYourPassword: "Update your password"
  username: "Username"
  usernameOrEmail: "Username or email"
  with: "with"
  maxAllowedLength: "Maximum allowed length"
  minRequiredLength: "Minimum required length"
  resendVerificationEmail: "Send email again"
  resendVerificationEmailLink_pre: "Verification email lost?"
  resendVerificationEmailLink_link: "Send again"
  enterPassword: "Enter password"
  enterNewPassword: "Enter new password"
  enterEmail: "Enter email"
  enterUsername: "Enter username"
  enterUsernameOrEmail: "Enter username or email"
  orUse: "Or use"
  "Required Field": "Required Field"

  info:
    emailSent: "Email sent"
    emailVerified: "Email verified"
    passwordChanged: "Password changed"
    passwordReset: "Password reset"

  alert:
    ok: 'Ok'
    type:
      info: 'Notice'
      error: 'Error'
      warning: 'Warning'

  error:
    emailRequired: "Email is required."
    minChar: "7 character minimum password."
    pwdsDontMatch: "Passwords don't match"
    pwOneDigit: "Password must have at least one digit."
    pwOneLetter: "Password requires 1 letter."
    signInRequired: "You must be signed in to do that."
    signupCodeIncorrect: "Registration code is incorrect."
    signupCodeRequired: "Registration code is required."
    usernameIsEmail: "Username cannot be an email address."
    usernameRequired: "Username is required."


    accounts:
      #---- accounts-base
      #"@" + domain + " email required"
      #"A login handler should return a result or undefined"
      "Email already exists.": "Email already exists."
      "Email doesn't match the criteria.": "Email doesn't match the criteria."
      "Invalid login token": "Invalid login token"
      "Login forbidden": "Login forbidden"
      #"Service " + options.service + " already configured"
      "Service unknown": "Service unknown"
      "Unrecognized options for login request": "Unrecognized options for login request"
      "User validation failed": "User validation failed"
      "Username already exists.": "Username already exists."
      "You are not logged in.": "You are not logged in."
      "You've been logged out by the server. Please log in again.": "You've been logged out by the server. Please log in again."
      "Your session has expired. Please log in again.": "Your session has expired. Please log in again."
      "Already verified": "Already verified"
      "Invalid email or username": "Invalid email or username"
      "Internal server error": "Internal server error"
      "undefined": "Something went wrong"


      #---- accounts-oauth
      "No matching login attempt found": "No matching login attempt found"


      #---- accounts-password-client
      "Password is old. Please reset your password.": "Password is old. Please reset your password."


      #---- accounts-password
      "Incorrect password": "Incorrect password"
      "Invalid email": "Invalid email"
      "Must be logged in": "Must be logged in"
      "Need to set a username or email": "Need to set a username or email"
      "old password format": "old password format"
      "Password may not be empty": "Password may not be empty"
      "Signups forbidden": "Signups forbidden"
      "Token expired": "Token expired"
      "Token has invalid email address": "Token has invalid email address"
      "User has no password set": "User has no password set"
      "User not found": "User not found"
      "Verify email link expired": "Verify email link expired"
      "Verify email link is for unknown address": "Verify email link is for unknown address"
      "At least 1 digit, 1 lowercase and 1 uppercase": "At least 1 digit, 1 lowercase and 1 uppercase"
      "Please verify your email first. Check the email and follow the link!": "Please verify your email first. Check the email and follow the link!"
      "A new email has been sent to you. If the email doesn't show up in your inbox, be sure to check your spam folder.": "A new email has been sent to you. If the email doesn't show up in your inbox, be sure to check your spam folder."

      #---- match
      "Match failed": "Match failed"

      #---- Misc...
      "Unknown error": "Unknown error"
      "Error, too many requests. Please slow down. You must wait 1 seconds before trying again.": "Error, too many requests. Please slow down. You must wait 1 seconds before trying again."


T9n?.map "en", en
module?.exports = en
