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.

21 lines
880 B

  1. <%
  2. 'Localizable strings for iifilthd.asp
  3. Const L_ENTERINTEGER_ERRORMESSAGE = "Please enter an integer"
  4. Const L_FILTERS_TEXT = "ISAPI Filters"
  5. Const L_FILTERORDER_TEXT = "Filters installed here are active for this Web site only. Filters are executed in the order listed below."
  6. Const L_MASTERFILTERORDER_TEXT = "Filters installed here are active for all web sites on this computer and are executed in the order listed below. These filters are not displayed on individual web sites."
  7. Const L_FILTER_TEXT = "Filter"
  8. Const L_STATUS_TEXT = "Status"
  9. Const L_EXE_TEXT = "Executable"
  10. Const L_PRIORITY_TEXT = "Priority"
  11. Const L_ACCESSDENIED_TEXT = "Access Denied"
  12. Const L_HIGH_TEXT = "High"
  13. Const L_MEDIUM_TEXT = "Medium"
  14. Const L_LOW_TEXT = "Low"
  15. Const L_LOADED_TEXT = "Loaded"
  16. Const L_LOADING_TEXT = "Loading"
  17. Const L_UNLOADED_TEXT = "Unloaded"
  18. Const L_UNLOADING_TEXT = "Unloading"
  19. %>