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
745 B

  1. <%
  2. 'Localizable strings for iinav.asp
  3. Const L_WWWPROPS_TEXT = "WWW Properties"
  4. Const L_SAVECHANGES_WARNING="You have unsaved changes. Save your changes now?"
  5. Const L_NOTIMPLEMENTED_ERRORMESSAGE="This feature is not yet implemented."
  6. Const L_VIRTSERVER_TEXT="Web Site"
  7. Const L_SECACCT_TEXT="Operators"
  8. Const L_PERFORMANCE_TEXT="Performance"
  9. Const L_LOG_TEXT="Logging"
  10. Const L_FILT_TEXT="ISAPI Filters"
  11. Const L_MASTER_TEXT="Service"
  12. Const L_HOMEDIR_TEXT="Home Directory"
  13. Const L_DIR_TEXT="Directory"
  14. Const L_DOC_TEXT="Documents"
  15. Const L_DIRSEC_TEXT="Security"
  16. Const L_HTTPHDRS_TEXT="HTTP Headers"
  17. Const L_RATINGS_TEXT="PICS Ratings"
  18. Const L_ERRORS_TEXT="Error Messages"
  19. Const L_BACK_TEXT="Back"
  20. Const L_MASTERPROPS_TEXT = "Master Properties"
  21. %>