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.

20 lines
582 B

  1. <%
  2. 'Localizable strings for iiamapls.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. Const L_ALLVERBS_TEXT = "(All)"
  12. ' Sizing constants for Application Mapping Table
  13. ' Number characters to show when in "view" mode. If the string is
  14. ' longer than the viewable number of characters, it will be displayed
  15. ' truncated.
  16. Const L_EXCLUSIONSCHARS_NUM = 10
  17. %>