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.

20 lines
640 B

  1. <%
  2. 'Localizable strings for iifvddir.asp
  3. Const L_BROWSE_TEXT=" Browse... "
  4. Const L_ACCESSDENIED_TEXT="Access Denied"
  5. Const L_PATH_TEXT="Local path:"
  6. Const L_ACCESSFLAGS_TEXT="Access Permissions"
  7. Const L_READ_TEXT="Read"
  8. Const L_WRITE_TEXT="Write"
  9. Const L_SCRIPT_TEXT="Script"
  10. Const L_EXECUTE_TEXT="Execute"
  11. Const L_CONTENTCONTROL_TEXT="Content Control"
  12. Const L_LOGACCESS_TEXT="Log access"
  13. Const L_ENABLEBROWSING_TEXT="Directory browsing allowed"
  14. Const L_INDEX_TEXT="Index this directory"
  15. Const L_FRONTPAGE_TEXT="Front Page Web"
  16. Const L_DIRECTORYSTYLE_TEXT="Directory Listing Style"
  17. Const L_MSDOS_TEXT="MS-DOS"
  18. Const L_UNIX_TEXT="UNIX"
  19. %>