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.

38 lines
1.6 KiB

  1. <%
  2. 'Localizable strings for iisec.asp
  3. Const L_DIRSEC_TEXT = "Directory Security"
  4. Const L_ACCESS_TEXT="IP Address and Domain Name Restrictions"
  5. Const L_ENABLEANON_TEXT="Grant or deny access to this resource using IP Addresses or Internet Domain Names"
  6. Const L_PWAUTH_TEXT="Anonymous Access and Authentication Control"
  7. Const L_AUTHMETHOD_TEXT="Enable anonymous access and edit the authentication methods for this resource."
  8. Const L_SECCOMM_TEXT="Secure Communications"
  9. Const L_VIEWSECOMM_TEXT="View or set the secure communications method used when the virtual directory is accessed."
  10. Const L_EDIT_TEXT="Edit..."
  11. Const L_ACCESSDENIED_TEXT="Access Denied"
  12. Const L_WORKINGSERVER_TEXT="Warning! You are changing a property on the site you are currently connected to, and may disable your remote session."
  13. '=== Code Change RWS ==='
  14. 'Const L_ENABLEMAPPING_TEXT="Enable Window Active Directory Certificate Mapping"
  15. Const L_ENABLEMAPPING_TEXT="Enable the Windows directory service mapper."
  16. '=== Code Change RWS ==='
  17. Const L_MAPDESC_TEXT = "Client certificates can be mapped to Windows NT user accounts. This allows access control to resources using client certificates. You can edit the mappings using the IIS snap-in."
  18. ' Resizable elements
  19. ' Horizontal Rules
  20. Const L_PWAUTHHR_NUM = 160
  21. Const L_SECCOMMHR_NUM = 280
  22. Const L_ACCESSHR_NUM = 180
  23. ' Dialogs ivoked from this page
  24. ' Authorization Method
  25. Const L_IIAUTH_W = 500
  26. Const L_IIAUTH_H = 500
  27. ' Secure Communications
  28. Const L_IICOMM_W = 500
  29. Const L_IICOMM_H = 375
  30. Const L_ENABLEMAPPING_HR = 200
  31. ' IP Access Dialog - defined in iiaccess.str
  32. %>