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.

28 lines
1.1 KiB

  1. <%
  2. 'Localizable strings for iicomm.asp
  3. Const L_REQUIRESECCHANNEL_TEXT="Require a secure channel (SSL)"
  4. Const L_CLIENTCERT_TEXT = "Client certificates"
  5. Const L_DONOTACCEPT_TEXT = "Do not accept client certificates"
  6. Const L_ACCEPT_TEXT = "Accept client certificates"
  7. Const L_REQUIRE_TEXT = "Require client certificates"
  8. Const L_CHECKFORREVOCATION_TEXT = "Check for client certificate revocation"
  9. Const L_ENABLEMAPPING_TEXT = "Enable client certificate mapping"
  10. Const L_MAPDESC_TEXT = "Client certificates can be mapped to Windows user accounts. This allows access control to resources using client certificates. You can edit the mappings using the IIS snap-in."
  11. Const L_REQUIRE128_TEXT="Require 128-bit encryption"
  12. Const L_OK_TEXT="OK"
  13. Const L_HELP_TEXT="Help"
  14. Const L_CANCEL_TEXT="Cancel"
  15. ' Resizing constants
  16. ' NOTE: The size of the dialog is specified in iisec.str since it is the only
  17. ' page that invokes it and importing all these strings into iisec just doesn't
  18. ' make sense.
  19. Const L_REQUIRESECCHANNEL_HR = 200
  20. Const L_CLIENTCERT_HR = 300
  21. Const L_ENABLEMAPPING_HR = 200
  22. %>