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

  1. <%
  2. 'Localizable strings for iihdrls.asp
  3. Const L_ACCESSDENIED_TEXT="Access denied"
  4. Const L_ADD_TEXT=" Add "
  5. Const L_REMOVE_TEXT="Remove"
  6. Const L_CUSTOM_TEXT="Custom headers"
  7. Const L_CONTENTRATINGS_TEXT = "Content ratings"
  8. Const L_RATINGSDETERMINE_TEXT = "Ratings help identify to your users what type of content your site provides."
  9. Const L_MIMEMAP_TEXT = "MIME map"
  10. Const L_CONFIGURE_TEXT = "Configure the MIME types the web service sends to browsers in the HTTP header."
  11. Const L_FT_TEXT = "Edit..."
  12. Const L_ER_TEXT = "Edit..."
  13. ' Resizing constants for the headers/ratings/mime map section of the HTTP
  14. ' Headers property page
  15. ' Horizontal rule
  16. Const L_CUSTOM_HR = 350
  17. Const L_CONTENTRATINGS_HR = 350
  18. Const L_MIMEMAP_HR = 375
  19. %>