/indra/newview/skins/default/xui/zh/floater_beacons.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 22 lines · 22 code · 0 blank · 0 comment · 0 complexity · b94da6f23e5b3ac3c94f1bcd40d68def MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="beacons" title="BEACONS">
  3. <panel name="beacons_panel">
  4. <text name="label_show">
  5. Show :
  6. </text>
  7. <check_box label="Beacons" name="beacons"/>
  8. <check_box label="Highlights" name="highlights"/>
  9. <text name="beacon_width_label" tool_tip="Beacon width">
  10. Width:
  11. </text>
  12. <text name="label_objects">
  13. For these objects:
  14. </text>
  15. <check_box label="Physical" name="physical"/>
  16. <check_box label="Scripted" name="scripted"/>
  17. <check_box label="Touch only" name="touch_only"/>
  18. <check_box label="Sound sources" name="sounds"/>
  19. <check_box label="Particle sources" name="particles"/>
  20. <check_box label="Media sources" name="moapbeacon"/>
  21. </panel>
  22. </floater>