home *** CD-ROM | disk | FTP | other *** search
- '// ASPSTRINGTABLE 1.0
- Const STR_PROFILE_ALL_FIELDS_REQD = "<b>Registration</b>"
- Const STR_CURRENT_USER_LOGIN = "log in here"
- Const STR_START_BRACKET = " (Current McAfee users "
- Const STR_END_BRACKET = ")"
-
- Const REGWIZ_ERR_MSG_ENTER_FIRSTNAME = "Please enter your first name."
- Const REGWIZ_ERR_MSG_ENTER_LASTNAME = "Please enter your last name."
- Const REGWIZ_ERR_MSG_ENTER_EMAIL = "Please enter your email address."
- Const REGWIZ_ERR_MSG_ENTER_PWD = "Please choose a password."
- Const REGWIZ_ERR_MSG_EMAIL_NO_MATCH = "The entered email addresses do not match one another."
- Const REGWIZ_ERR_MSG_ENTER_VALID_EMAIL = "Please enter a valid email address"
- Const REGWIZ_ERR_MSG_PWD_LENGTH = "Please choose a password that is greater than 3 characters in length."
- Const REGWIZ_ERR_MSG_PWD_NO_MATCH = "The Passwords entered don't match"
-
-
- Dim REGWIZ_ERR_MSG_MULTI_FIELDS
- REGWIZ_ERR_MSG_MULTI_FIELDS = "You must complete or correct all fields marked with a " & chr(34) & "red" & chr(34) & " title."
-
- Const STR_ENTER_EMAIL_TO_COMPLETE_SETUP = "You must enter a valid email address to complete your product setup"
-
- Const STR_FIRST_NAME = "First Name:"
- Const STR_LAST_NAME = "Last Name:"
- Const STR_EMAIL_ADDRESS = "Email Address:"
- Const STR_REENTER_EMAIL_ADDRESS = "Re-Enter Email Address:"
- Const STR_CHOOSE_A_PASSWORD = "Choose a Password:"
- Const STR_REENTER_PASSWORD = "Re-enter Password:"
-
- Const STR_PROFILE_OPTION_1 = "Keep me posted on the latest virus threats (English Only)"
- Const STR_PROFILE_OPTION_2 = "Send me information on McAfee special promotions."
- Const STR_PROFILE_OPTION_3 = "Send me information on McAfee partner special promotions."
-
-
-