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.

10 lines
648 B

  1. <%
  2. 'Localizable strings for iis.asp
  3. Const L_ACCESSDENIED_TEXT="Unauthorized - Logon failed"
  4. Const L_ISM_TEXT="Microsoft Internet Services Manager"
  5. Const L_JSCRIPTVER_TEXT="IIS Web administration requires JScript version 3.0 or greater. You can download the lastest javascript files from http://www.microsoft.com/jscript"
  6. Const L_TIMEOUT_TEXT = "Your session variables have timed out."
  7. Const L_REFRESH_TEXT = "<a href='iis.asp'>Click here</a> to return to Internet Service Manager (HTMLA)."
  8. Const L_NOADSI_TEXT = "Unable to connect to the Active Directory Service Object. Please contact your system administrator."
  9. Const L_ERROR_TEXT = "Error:"
  10. %>