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.

19 lines
633 B

  1. <%
  2. 'Localizable strings for iifvdht.asp
  3. Const L_ACCESSDENIED_TEXT="Access Denied"
  4. Const L_PATH_TEXT="Network share:"
  5. Const L_CONNECTAS_TEXT="Connect as..."
  6. Const L_USERNAME_TEXT="User Name:"
  7. Const L_PASSWORD_TEXT="Password:"
  8. Const L_ACCESSFLAGS_TEXT="Access Permissions"
  9. Const L_READ_TEXT="Read"
  10. Const L_WRITE_TEXT="Write"
  11. Const L_SCRIPT_TEXT="Script"
  12. Const L_EXECUTE_TEXT="Execute"
  13. Const L_CONTENTCONTROL_TEXT="Content Control"
  14. Const L_LOGACCESS_TEXT="Log access"
  15. Const L_ENABLEBROWSING_TEXT="Directory browsing allowed"
  16. Const L_DIRECTORYSTYLE_TEXT="Directory Listing Style"
  17. Const L_MSDOS_TEXT="MS-DOS"
  18. Const L_UNIX_TEXT="UNIX"
  19. %>