Source code of Windows XP (NT5)
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.

20 lines
727 B

  1. <%
  2. 'Localizable strings for iihd.asp
  3. Const L_ISM_TEXT="Internet Services Manager"
  4. Const L_ACCESSDENIED_TEXT="Access Denied"
  5. Const L_HELP_TEXT="Help"
  6. Const L_DOCS_TEXT="Documentation"
  7. Const L_ABOUT_TEXT="About..."
  8. Const L_MICROSOFT_TEXT="Go to www.microsoft.com"
  9. Const L_NOHELP_ERRORMESSAGE="Sorry, the help file is unavailable."
  10. Const L_NOTIMPLEMENTED_ERRORMESSAGE="This feature is not yet implemented."
  11. Const L_STOPPED_TEXT = "stopped"
  12. Const L_STARTED_TEXT = "started"
  13. Const L_STARTING_TEXT = "starting"
  14. Const L_STOPPING_TEXT = "stopping"
  15. Const L_CLUSTERSERVERUI_TEXT = "You must use Cluster Administrator to start, stop or pause this item."
  16. Const L_STOPPEDDISP_TEXT = "(stopped)"
  17. Const L_PAUSEDDISP_TEXT = "(paused)"
  18. %>