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.

17 lines
678 B

  1. <%
  2. 'Localizable strings for iivdrd.asp
  3. Const L_ACCESSDENIED_TEXT="Access Denied"
  4. Const L_CLIENTSENTTO_TEXT="The client will be sent to:"
  5. Const L_EXACTURL_TEXT="the exact URL entered above."
  6. Const L_DIRBELOW_TEXT="a directory below this one."
  7. Const L_PERM_TEXT="a permanent redirection for this resource."
  8. Const L_UNSET_TEXT="(not set)"
  9. ' NOTE: \r is a carraige return for line spacing...
  10. Const L_REDIRTO_TEXT="Redirect to:"
  11. Const L_WORKINGSERVER_TEXT="Warning! You are changing a property on the site you are currently connected to, and may disable your remote session."
  12. ' Resizing constants for the Redirection frame of the Home Directory page.
  13. Const L_REDIRTO_NUM = 25
  14. %>