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.

23 lines
1.1 KiB

  1. <%
  2. 'Localizable strings for iicomp.asp
  3. Const L_ENTERINTEGER_ERRORMESSAGE="Please enter an integer"
  4. Const L_UNSAVEDCHANGES_ERRORMESSAGE="You have unsaved changes. Save now?"
  5. Const L_IIS_TEXT="Internet Information Services"
  6. Const L_ENABLETHROTTLE_TEXT="Enable Bandwith Throttling"
  7. Const L_LIMIT_TEXT="Limit network bandwidth available for all Web and FTP sites on this computer."
  8. Const L_MAXUSAGE_TEXT="Maximum network use:"
  9. Const L_MASTER_TEXT="Master Properties"
  10. Const L_EDITPROPERTIES_TEXT="Edit the properties inherited by all sites created on this computer."
  11. Const L_WWWSERVICE_TEXT="WWW Service"
  12. Const L_FTPSERVICE_TEXT="FTPSERVICE"
  13. Const L_EDIT_TEXT="Edit..."
  14. Const L_ACCESSDENIED_TEXT="Access Denied"
  15. Const L_ENABLEBANDWIDTH_TEXT="Enable Bandwidth Throttling"
  16. Const L_LIMITNET_TEXT="Limit network use by all Internet Information Services on this computer."
  17. Const L_KBS_TEXT="KB/S"
  18. Const L_MAXNETUSAGE_TEXT="Maximum network use:"
  19. Const L_MIMEMAP_TEXT = "MIME Map"
  20. Const L_CONFIGUREMIME_TEXT = "Configure the MIME types for all Web sites on this computer."
  21. Const L_FILETYPES_TEXT="File Types..."
  22. %>