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.

38 lines
1.5 KiB

  1. <%
  2. 'Localizable strings for iirtehd.asp
  3. Const L_ENABLE_TEXT = "Enable Ratings for this resource"
  4. Const L_SELCAT_TEXT = "To set the rating value assigned to this resource, select the"
  5. Const L_MOVESLIDE_TEXT = " category and click on the slider bar at desired rating level"
  6. Const L_CAT_TEXT = "Categories:"
  7. Const L_LANGUAGE_TEXT = "Language"
  8. Const L_SEX_TEXT = "Sex"
  9. Const L_NUDITY_TEXT = "Nudity"
  10. Const L_VIOLENCE_TEXT = "Violence"
  11. 'Rating Levels... eventually, these should come from an object...
  12. Const L_PICLABEL_TEXT = "PICS-Label: "
  13. Const L_PICVER_TEXT = "PICS-1.0"
  14. Const L_PICURL_TEXT = "http://www.rsac.org/ratingsv01.html"
  15. Const L_BY_TEXT = "by"
  16. Const L_ON_TEXT = "on"
  17. Const L_EXP_TEXT = "exp"
  18. Const L_NONE_TEXT = "None"
  19. Const L_SLANG_TEXT = "Inoffensive Slang"
  20. Const L_MILD_TEXT = "Mild Explicatives"
  21. Const L_MODERATE_TEXT = "Moderate Explicatives"
  22. Const L_OBSCENE_TEXT = "Obscene Gestures"
  23. Const L_CRUDE_TEXT = "Explicit or Crude Language"
  24. Const L_REVEALING_TEXT = "Revealing Attire"
  25. Const L_PARITAL_TEXT = "Partial Nudity"
  26. Const L_FRONTAL_TEXT = "Frontal Nudity"
  27. Const L_PROVACTIVE_TEXT = "Provacative Frontal Nudity"
  28. Const L_KISSING_TEXT = "Passionate Kissing"
  29. Const L_CLOTHED_TEXT = "Clothed Sexual Touching"
  30. Const L_TOUCHING_TEXT = "Non-explicit Sexual Touching"
  31. Const L_EXPLICIT_TEXT = "Explicit Sexual Activity"
  32. Const L_NOVIOLENCE_TEXT = "No Violence"
  33. Const L_FIGHTING_TEXT = "Fighting"
  34. Const L_KILLING_TEXT = "Killing"
  35. Const L_BLOOD_TEXT = "Killing with Blood and Gore"
  36. Const L_WANTON_TEXT = "Wanton and Gratuitous Violence"
  37. %>