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.

37 lines
1.0 KiB

  1. <%
  2. 'Localizable strings for iihdrhd.asp
  3. Const L_HTTPHEADERS_TEXT = "HTTP headers"
  4. Const L_ACCESSDENIED_TEXT="Access denied"
  5. Const L_ENABLEEXPIRE_TEXT="Enable content expiration"
  6. Const L_CONTENTSHOULD_TEXT="Content should:"
  7. Const L_EXPIMM_TEXT="Expire immediately"
  8. Const L_EXPAFT_TEXT="Expire after"
  9. Const L_SECONDS_TEXT="Second(s)"
  10. Const L_MINUTES_TEXT="Minute(s)"
  11. Const L_HOURS_TEXT="Hour(s)"
  12. Const L_DAYS_TEXT="Day(s)"
  13. Const L_EXPON_TEXT="Expire on"
  14. Const L_MIDNIGHT_TEXT="Midnight"
  15. Const L_MONTH_TEXT="Month"
  16. Const L_DAY_TEXT="Day"
  17. Const L_YEAR_TEXT="Year"
  18. Const L_TIME_TEXT="Time"
  19. Const L_ENTERHEADER_TEXT="Enter a custom name and value pair below:"
  20. Const L_SAMPHDR_TEXT="Custom Header:Value"
  21. Const L_SELECTITEM_TEXT="Select a header to delete."
  22. ' Resizing constants for the content expiration part of the HTTP Headers
  23. ' property page
  24. ' Horizontal rules
  25. Const L_ENABLEEXPIREHR_NUM = 275
  26. ' Text field sizes
  27. Const L_EXPIREDATE_NUM = 25
  28. Const L_EXPIRETIME_NUM = 2
  29. ' This is the size of the hanging indent for the radio buttons under
  30. Const L_LEFTINDENT_NUM = 20
  31. %>