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.

18 lines
535 B

  1. <%
  2. 'Localizable strings for iiamaphd.asp
  3. Const L_ENTERINTEGER_ERRORMESSAGE = "Please enter an integer"
  4. Const L_APPMAPP_TEXT = "Application Mappings"
  5. Const L_CACHEISAPI_TEXT = "Cache ISAPI Applications"
  6. Const L_EXTENSION_TEXT = "Ext"
  7. Const L_EXEPATH_TEXT = "Executable Path"
  8. Const L_EXCLUSIONS_TEXT = "Verbs"
  9. Const L_SCRIPTENGINE_TEXT = "Script Engine"
  10. Const L_CHKFILE_TEXT = "Check for file"
  11. Const L_LOADED_TEXT = "Loaded"
  12. Const L_LOADING_TEXT = "Loading"
  13. Const L_UNLOADED_TEXT = "Unloaded"
  14. Const L_UNLOADING_TEXT = "Unloading"
  15. %>