home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Shared / regwiz.cab / RegWizUI.dll / HTML / INETCONRM_LANG.VBS < prev    next >
Encoding:
Text File  |  2004-09-08  |  1.0 KB  |  19 lines

  1. '// ASPSTRINGTABLE 1.0
  2. Const STR_INETCON_REMINDME_MSGBOX_TITLE = "Internet Connection"
  3.  
  4. Const STR_INETCON_REMINDME_TITLE = "An Internet Connection Has Been Detected"
  5.  
  6. Const STR_INETCON_REMINDME_MSG_1 = "McAfee has detected an Internet connection. Would you like to complete the submission of your product set up at this time?"
  7.  
  8. Dim STR_INETCON_REMINDME_MSG_2
  9. STR_INETCON_REMINDME_MSG_2 = "Click " & chr(34) & "Yes" & chr(34) & " to submit your saved product setup information or click " & chr(34) & "Remind Me" & chr(34) & _
  10.                              " to submit the next time you re-start your PC and an Internet connection is detected."
  11.  
  12. Dim STR_INETCON_REMINDME_MSG_3
  13. STR_INETCON_REMINDME_MSG_3 = "If you do not want to submit your product setup information, " & _
  14.                              "click the " & chr(34) & "Cancel" & chr(34) & " button."
  15.  
  16. Const STR_CONFIRM_MSG = "Are you sure you do not want to be reminded again to complete your McAfee product setup?"
  17.  
  18. Dim STR_INTERNETCONNECTION_CAPTION
  19. STR_INTERNETCONNECTION_CAPTION= "Internet Connection"