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

  1. <%
  2. 'Localizable strings for iimimehd.asp
  3. Const L_NOTIMPLEMENTED_ERRORMESSAGE = "This feature is not yet implemented."
  4. Const L_FILETYPES_TEXT = "File Types"
  5. Const L_REGTYPES_TEXT = "Registered file types:"
  6. Const L_NEWTYPE_TEXT = "New Type..."
  7. Const L_REMOVE_TEXT = "Remove"
  8. Const L_EDIT_TEXT = "Edit..."
  9. Const L_EXT_TEXT = "Extension"
  10. Const L_CONENTTYPE_TEXT = "Content Type (MIME)"
  11. Const L_EMPTYFIELDERROR_TEXT = "You must enter a valid file extension and a content type in order to save this entry."
  12. %>