Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.3 KiB

  1. <%
  2. Dim L_VIEW_VIEW_CONTENTS_TEXT
  3. Dim L_VIEW_VIEWCONTENTS_BODY_TEXT
  4. Dim L_VIEW_CONTENTS_OF_TEXT
  5. Dim L_VIEW_CONTENTS_INVALID_TEXT
  6. Dim L_LOCATE_PREVIOUS_LINK_TEXT
  7. Dim L_CUSTOMER_NEXT_LINK_TEXT
  8. Dim L_LOCATE_WARN_ING_ERRORMESSAGE
  9. Dim L_LOCATE_WARNING_MESSAGE_ERRORMESSAGE
  10. Dim L_LOCATE_REFRESH_LINK_TEXT
  11. Dim L_LOCATE_HASH_INFO_MESSAGE
  12. '-------------------------view.asp Page Strings-------------------------
  13. L_VIEW_VIEW_CONTENTS_TEXT = "Error report contents"
  14. L_VIEW_VIEWCONTENTS_BODY_TEXT = "The contents of the selected error report are displayed below. This is done without sending any information to Windows Online Crash Analysis."
  15. L_VIEW_CONTENTS_OF_TEXT = "Contents of error report"
  16. L_VIEW_CONTENTS_INVALID_TEXT = "Contents of the file could not be retrieved."
  17. L_LOCATE_PREVIOUS_LINK_TEXT = "Previous"
  18. L_CUSTOMER_NEXT_LINK_TEXT = "Continue"
  19. L_LOCATE_WARN_ING_ERRORMESSAGE = "The ActiveX control was not installed"
  20. L_LOCATE_WARNING_MESSAGE_ERRORMESSAGE = "For more information, see the Frequently asked questions (FAQ) page."
  21. L_LOCATE_REFRESH_LINK_TEXT = ""
  22. L_LOCATE_HASH_INFO_MESSAGE = "The selected error report contains an error and cannot be processed. Select another error report."
  23. '-----------------------------------------------------------------------------------------
  24. %>