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.

33 lines
1.1 KiB

  1. <%
  2. 'Localizable strings for iiw3mstr.asp
  3. Const L_MASTERPROPS_TEXT = "Service Properties"
  4. Const L_DEFAULTWEBSITE_TEXT = "Default Web Site"
  5. Const L_DEFWEBTEXT_TEXT = "One Web site can be configured to respond to previous versions of the Internet Information Services Internet Services Manager. Select the default Web site below."
  6. Const L_APPFILES = "Compress application files"
  7. Const L_STATICFILES = "Compress static files"
  8. Const L_HTTPCOMPRESS = "HTTP Compression Configuration"
  9. Const L_TEMPFOLDER = "Temporary folder:"
  10. Const L_MAXFOLDERSIZE = "Maximum folder size:"
  11. Const L_COMPRESSFILETYPES = "Compress these file types:"
  12. Const L_UNLIMITED = "Unlimited"
  13. Const L_LIMITTO = "Limit To"
  14. Const L_MB = "MB"
  15. Const L_ADD_TEXT = " Add... "
  16. Const L_REMOVE_TEXT = "Remove"
  17. Const L_OK_TEXT="OK"
  18. Const L_HELP_TEXT="Help"
  19. Const L_CANCEL_TEXT="Cancel"
  20. Const L_SAVING_TEXT="Saving"
  21. Const L_BROWSE_TEXT = "Browse..."
  22. Const L_NOPATH_ERR = "You must enter a valid folder path."
  23. ' Resizing constants
  24. Const L_DEFAULTWEBSITE_HR = 360
  25. Const L_HTTPCOMPRESS_HR = 275
  26. Const L_TEMPFOLDER_NUM = 50
  27. Const L_LIMITTO_NUM = 5
  28. %>