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.

14 lines
409 B

  1. <%
  2. 'Localizable strings for iiacsshd.asp
  3. Const L_TCPRESTRICT_TEXT="IP Address Access Restrictions"
  4. Const L_BYDEFAULT_TEXT="By default, all computers are:"
  5. Const L_GRANTED_TEXT="Granted access"
  6. Const L_DENIED_TEXT="Denied access"
  7. Const L_EXCEPTBELOW_TEXT="Except those listed below:"
  8. Const L_ACCESS_TEXT="Access"
  9. Const L_IP_TEXT="IP Address"
  10. Const L_SubNET_TEXT="Subnet Mask"
  11. Const L_DOMAIN_TEXT="Domain"
  12. %>