home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / shared / regwiz.cab / RegWizUI.dll / HTML / PROFILE_LANG.VBS < prev    next >
Encoding:
Text File  |  2005-07-13  |  1.7 KB  |  34 lines

  1. ∩╗┐'// ASPSTRINGTABLE 1.0
  2. Const STR_PROFILE_ALL_FIELDS_REQD = "<b>Registration</b>"
  3. Const STR_CURRENT_USER_LOGIN    = "log in here"
  4. Const STR_START_BRACKET = " (Current McAfee users "
  5. Const STR_END_BRACKET = ")"
  6.  
  7. Const REGWIZ_ERR_MSG_ENTER_FIRSTNAME    = "Please enter your first name."
  8. Const REGWIZ_ERR_MSG_ENTER_LASTNAME        = "Please enter your last name."
  9. Const REGWIZ_ERR_MSG_ENTER_EMAIL        = "Please enter your email address."
  10. Const REGWIZ_ERR_MSG_ENTER_PWD            = "Please choose a password."
  11. Const REGWIZ_ERR_MSG_EMAIL_NO_MATCH        = "The entered email addresses do not match one another."
  12. Const REGWIZ_ERR_MSG_ENTER_VALID_EMAIL    = "Please enter a valid email address"
  13. Const REGWIZ_ERR_MSG_PWD_LENGTH            = "Please choose a password that is greater than 3 characters in length."
  14. Const REGWIZ_ERR_MSG_PWD_NO_MATCH        = "The Passwords entered don't match"
  15.  
  16.  
  17. Dim REGWIZ_ERR_MSG_MULTI_FIELDS
  18. REGWIZ_ERR_MSG_MULTI_FIELDS    = "You must complete or correct all fields marked with a " & chr(34) & "red" & chr(34) & " title."
  19.  
  20. Const STR_ENTER_EMAIL_TO_COMPLETE_SETUP = "You must enter a valid email address to complete your product setup"
  21.  
  22. Const STR_FIRST_NAME            = "First Name:"
  23. Const STR_LAST_NAME                = "Last Name:"
  24. Const STR_EMAIL_ADDRESS            = "Email Address:"
  25. Const STR_REENTER_EMAIL_ADDRESS    = "Re-Enter Email Address:"
  26. Const STR_CHOOSE_A_PASSWORD        = "Choose a Password:"
  27. Const STR_REENTER_PASSWORD        = "Re-enter Password:"
  28.  
  29. Const STR_PROFILE_OPTION_1 = "Keep me posted on the latest virus threats (English Only)"
  30. Const STR_PROFILE_OPTION_2 = "Send me information on McAfee special promotions."
  31. Const STR_PROFILE_OPTION_3 = "Send me information on McAfee partner special promotions."
  32.  
  33.  
  34.