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.

27 lines
783 B

  1. <%
  2. 'Localizable strings for iirtels.asp
  3. Const L_RATING_TEXT = "Rating"
  4. Const L_RATINGS_TEXT = "Ratings:"
  5. Const L_OPTIONAL_TEXT = "Optional Information"
  6. Const L_EMAIL_TEXT = "Email name:"
  7. Const L_EXPIRES_TEXT = "Rating expires:"
  8. Const L_MODIFIED_TEXT = "Modification date:"
  9. Const L_NOSLIDER_TEXT = "This ratings file cannot be configured from the remote admin. Please use MMC to configure these ratings."
  10. Const L_MONTH_TEXT="Month"
  11. Const L_DAY_TEXT="Day"
  12. Const L_YEAR_TEXT="Year"
  13. Const L_TIME_TEXT="Time"
  14. ' Resizing constants for Content Ratings dialog
  15. Const L_RATING_NUM = 40
  16. Const L_OPTIONAL_NUM = 300
  17. Const L_EMAIL_NUM = 40
  18. Const L_EXPIRES_NUM = 40
  19. Const L_MODIFIED_NUM = 40
  20. ' Slider control
  21. Const L_SLIDERFRM_H = 35
  22. Const L_SLIDERFRM_W = 415
  23. Const L_SLIDERSTEPSIZE_NUM = 50
  24. %>