/* Message strings for Surelynx 2Way Javascript components */ /* Error Messages */ ERROR_SLWC_NOUSERID = "You must enter a valid email address or 10 Digit Fido number to continue."; ERROR_SLWC_NOPASSWORD = "You must enter a password to continue."; ERROR_SLWC_MINNOTVALID = "Sorry, mobile phone numbers must be 10 digits in length."; ERROR_SLWC_EMAILNOTVALID = "Sorry, the email address does not appear to be valid."; ERROR_SLWC_NOFIRSTNAME = "You must enter a first name to continue."; ERROR_SLWC_NOLASTNAME = "You must enter a last name to continue."; ERROR_SLWC_REENTERPASSWORD = "Please re-enter your password."; ERROR_SLWC_PASSWORDSDONTMATCH = "The passwords you have entered do not match. Please try again."; ERROR_SLWC_REGISTRATION_FAILED = "Sorry, but your request could not be completed at this time. Please try again in a few moments."; ERROR_SLWC_BAD_AUTHCODE = "Sorry, but your authentication code appears to be incorrect, please try again."; ERROR_SLWC_ACCOUNT_LOCKED = "Sorry, your account has been disabled."; ERROR_RPC_HTTP = "HTTP-Error Encountered"; ERROR_RPC_HTTP_404 = "Document not found."; ERROR_USR_INSTR = "Please contact us if this problem persists."; /* Response messages */ MSG_WAITINGRESPONSE = "Processing..."; MSG_LOGON_OK = "Thank you, loading the message window."; MSG_LOGON_INVALID = "Sorry, but your credentials are invalid."; MSG_REGISTRATIONSUCCESS = "Your account has been successfully created."; MSG_REGISTRATIONFORWARD = "Entering the 2-Way text message application, please wait..."; /* Send2way Reply To SelectBox items */ SLWC_REPLYWEB = "Web"; SLWC_REPLYEMAIL = "Email"; SLWC_REPLYMIN = "Cellphone"; SLWC_REPLYNONE = "None"; RPC_URL = "http://websms.fido.page.ca/rpc/"; AUTHCODE_ACTION = "?action=validate-authcode"; COOKIE_DOMAIN = "page.ca";