PageRenderTime 168ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/en/floater_bumps.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 49 lines | 49 code | 0 blank | 0 comment | 0 complexity | 6996ef0478e79b3599da9558043a657b MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. height="180"
  5. layout="topleft"
  6. name="floater_bumps"
  7. help_topic="floater_bumps"
  8. save_rect="true"
  9. title="BUMPS, PUSHES &amp; HITS"
  10. width="400">
  11. <floater.string
  12. name="none_detected">
  13. None detected
  14. </floater.string>
  15. <floater.string
  16. name="bump">
  17. [TIME] [NAME] bumped you
  18. </floater.string>
  19. <floater.string
  20. name="llpushobject">
  21. [TIME] [NAME] pushed you with a script
  22. </floater.string>
  23. <floater.string
  24. name="selected_object_collide">
  25. [TIME] [NAME] hit you with an object
  26. </floater.string>
  27. <floater.string
  28. name="scripted_object_collide">
  29. [TIME] [NAME] hit you with a scripted object
  30. </floater.string>
  31. <floater.string
  32. name="physical_object_collide">
  33. [TIME] [NAME] hit you with a physical object
  34. </floater.string>
  35. <floater.string
  36. name="timeStr">
  37. [[hour,datetime,slt]:[min,datetime,slt]]
  38. </floater.string>
  39. <scroll_list
  40. draw_border="false"
  41. follows="left|top|right|bottom"
  42. height="152"
  43. layout="topleft"
  44. left="6"
  45. multi_select="true"
  46. name="bump_list"
  47. top="20"
  48. width="388" />
  49. </floater>