PageRenderTime 101ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/ja/floater_gesture.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 27 lines | 27 code | 0 blank | 0 comment | 0 complexity | 657a8e398ae80fc8c6b03714d8c3fe5a MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater label="??" name="gestures" title="??????">
  3. <floater.string name="loading">
  4. ??????...
  5. </floater.string>
  6. <floater.string name="playing">
  7. ?????
  8. </floater.string>
  9. <floater.string name="copy_name">
  10. [COPY_NAME] ????
  11. </floater.string>
  12. <scroll_list name="gesture_list">
  13. <scroll_list.columns label="??" name="name"/>
  14. <scroll_list.columns label="????" name="trigger"/>
  15. <scroll_list.columns label="" name="key"/>
  16. <scroll_list.columns label="??" name="shortcut"/>
  17. </scroll_list>
  18. <panel label="bottom_panel" name="bottom_panel">
  19. <menu_button name="gear_btn" tool_tip="???????"/>
  20. <button name="new_gesture_btn" tool_tip="???????????"/>
  21. <button name="activate_btn" tool_tip="?????????????????????"/>
  22. <button name="del_btn" tool_tip="???????????"/>
  23. </panel>
  24. <button label="??" name="edit_btn"/>
  25. <button label="??" name="play_btn"/>
  26. <button label="??" name="stop_btn"/>
  27. </floater>