{
  "en": {
    "epub": {
      "login": {
        "AccountFound": {
          "Title": "Sign In",
          "Summary_template": "Enter the password for {username}",
          "PasswordInput": "Password",
          "PasswordInputLabel": "Password",
          "CancelButton": "Cancel",
          "CancelButtonLabel": "Cancel and return to first step of sign in process",
          "LoginButton": "Sign In",
          "LoginButtonLabel": "Sign In",
          "ForgotLink": "Forgot your password?",
          "Validation": {
            "Title": "Login Failed",
            "password_required": "Password is required",
            "invalid_credentials": "Your password is not correct.",
            "request_rejected": "__GENERIC__APIERROR__",
            "user_is_locked": "Your account is temporarily locked.",
            "user_is_disabled": "Your account is disabled."
          }
        },
        "CreateAccount": {
          "Title": "Create Your Account",
          "EmailAddress_template": "New account for {email_address}",
          "Phone1Tip": "Enter your phone information.",
          "TagsTitle": "__GENERIC__",
          "CancelButton": "Cancel",
          "CancelButtonLabel": "Cancel and return to first step of sign in process",
          "SaveButton": "Create Account",
          "SaveButtonLabel": "Create Account",

          "PasswordInput1": "__GENERIC__",
          "PasswordInput1Label": "__GENERIC__",
          "PasswordInput2": "__GENERIC__",
          "PasswordInput2Label": "__GENERIC__",

          "FirstNameInput": "__GENERIC__",
          "FirstNameInputLabel": "__GENERIC__",
          "LastNameInput": "__GENERIC__",
          "LastNameInputLabel": "__GENERIC__",
          "CompanyNameInput": "__GENERIC__",
          "CompanyNameInputLabel": "__GENERIC__",

          "Phone1Input": "__GENERIC__",
          "Phone1InputLabel": "__GENERIC__",

          "OKToEmail": "__GENERIC__",

          "Validation": {
            "first_name_required": "__GENERIC__VALIDATION__",
            "last_name_required": "__GENERIC__VALIDATION__",
            "password_invalid_template": "__GENERIC__VALIDATION__",
            "password_mismatch": "__GENERIC__VALIDATION__"
          },
          "APIError": {
            "request_rejected": "__GENERIC__APIERROR__",
            "user_create_failed": "__GENERIC__APIERROR__"
          }
        },
        "ForgotPassword": {
          "Title": "Forgot Your Password?",
          "Summary": "Receive an email with password reset instructions.",
          "EmailInput": "Your email address",
          "EmailInputLabel": "Your email address",
          "SendButton": "Send Email Now",
          "LoginLink": "Sign in to your account",
          "SignupLink": "Create your account",
          "Validation": {
            "email_address_required": "Please enter your email address."
          },
          "APIError": {
            "user_not_found": "Email address not found!"
          }
        },
        "ForgotPasswordComplete": {
          "Title": "Email Sent!",
          "Summary": "An email has been sent to you. If you don't see it shortly, check your Spam folder to see if it's in there.",
          "ForgotLink": "Send a new email"
        },
        "LocateAccount": {
          "Title": "Sign In",
          "Summary": "Please enter your email address.",
          "EmailInput": "Email Address",
          "EmailInputLabel": "Email Address",
          "ForgotLink": "Forgot your password?",
          "SignupLink": "Create your account",
          "LocateButton": "Next",
          "LocateButtonLabel": "Submit email address and go to next step",
          "Validation": {
            "email_address_required": "Please enter your email address."
          }
        },
        "Logout": {
          "Title": "Sign Out",
          "Summary": "Please confirm to sign out.",
          "CancelButton": "Cancel",
          "LogoutButton": "Sign out"
        },
        "Presence": {
          "Login": "Sign In",
          "Logout": "Sign Out"
        },
        "ResetPassword": {
          "DocumentTitle": "Reset Password | {client_name}",
          "Title": "Reset Your Password",
          "Summary": "Enter your new password two times below. Always use a strong password. Note: character casing matters: "a" and "A" are considered to be different.",
          "NewPasswordInput1": "New Password",
          "NewPasswordInput1Label": "New Password",
          "NewPasswordInput2": "New Password Again",
          "NewPasswordInput2Label": "New Password Again",
          "SaveButton": "Save New Password",
          "ForgotLink": "Send a new email",
          "Validation": {
            "Title": "Problem Resetting Password",
            "invalid_token": "Invalid Token!",
            "password_invalid_template": "__GENERIC__VALIDATION__",
            "password_mismatch": "__GENERIC__VALIDATION__"
          }
       },
        "ResetPasswordComplete": {
          "Title": "Success!",
          "Summary": "Your password has been changed. You may now use it to sign in to your account.",
          "LoginLink": "Sign in to your account"
        }
      }
    }
  }
}