PageRenderTime 87ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 29 lines | 28 code | 0 blank | 1 comment | 0 complexity | 9b62b9c96ad16f127eebeff1347c6ecc MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <!-- Explicit left edge to avoid overlapping build tools -->
  3. <floater name="telehub" title="TELEHUB">
  4. <text name="status_text_connected">
  5. Telehub connected to object [OBJECT]
  6. </text>
  7. <text name="status_text_not_connected">
  8. No telehub connected.
  9. </text>
  10. <text name="help_text_connected">
  11. To remove, click Disconnect.
  12. </text>
  13. <text name="help_text_not_connected">
  14. Select object and click Connect Telehub.
  15. </text>
  16. <button label="Connect Telehub" name="connect_btn"/>
  17. <button label="Disconnect" name="disconnect_btn"/>
  18. <text name="spawn_points_text">
  19. Spawn Points (positions, not objects):
  20. </text>
  21. <button label="Add Spawn" name="add_spawn_point_btn"/>
  22. <button label="Remove Spawn" name="remove_spawn_point_btn"/>
  23. <text name="spawn_point_help">
  24. Select object and click &quot;Add Spawn&quot; to specify position.
  25. You can then move or delete the object.
  26. Positions are relative to the telehub center.
  27. Select an item in list to highlight it inworld.
  28. </text>
  29. </floater>