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.

13 lines
318 B

  1. <%
  2. 'Localizable strings for iifiltls.asp
  3. Const L_ENTERVALUE_ERRORMESSAGE="Please enter a value."
  4. Const L_LOADED_TEXT = "Loaded"
  5. Const L_UNLOADED_TEXT = "Unloaded"
  6. Const L_DISABLED_TEXT = "Disabled"
  7. Const L_LOW_TEXT = "Low"
  8. Const L_MEDIUM_TEXT = "Medium"
  9. Const L_HIGH_TEXT = "High"
  10. Const L_BROWSE_TEXT = "Browse"
  11. %>