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

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 73 lines | 73 code | 0 blank | 0 comment | 0 complexity | cb31e259208f75b7f8fe31ffd9fc818e MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="gesture_preview">
  3. <floater.string name="step_anim">
  4. Animation to play:
  5. </floater.string>
  6. <floater.string name="step_sound">
  7. Sound to play:
  8. </floater.string>
  9. <floater.string name="step_chat">
  10. Chat to say:
  11. </floater.string>
  12. <floater.string name="step_wait">
  13. Wait:
  14. </floater.string>
  15. <floater.string name="stop_txt">
  16. ??
  17. </floater.string>
  18. <floater.string name="preview_txt">
  19. ??
  20. </floater.string>
  21. <floater.string name="none_text">
  22. -- ? --
  23. </floater.string>
  24. <floater.string name="Title">
  25. Gesture: [NAME]
  26. </floater.string>
  27. <text name="desc_label">
  28. ???
  29. </text>
  30. <text name="trigger_label">
  31. Trigger:
  32. </text>
  33. <text name="replace_text" tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture!">
  34. Replace with:
  35. </text>
  36. <line_editor name="replace_editor" tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture"/>
  37. <text name="key_label">
  38. Shortcut Key:
  39. </text>
  40. <combo_box label="?" name="modifier_combo"/>
  41. <combo_box label="?" name="key_combo"/>
  42. <text name="library_label">
  43. ????
  44. </text>
  45. <scroll_list name="library_list">
  46. <scroll_list.rows name="action_animation" value="??"/>
  47. <scroll_list.rows name="action_sound" value="??"/>
  48. <scroll_list.rows name="action_chat" value="??"/>
  49. <scroll_list.rows name="action_wait" value="??"/>
  50. </scroll_list>
  51. <button label="?? &gt;&gt;" name="add_btn"/>
  52. <text name="steps_label">
  53. Steps:
  54. </text>
  55. <button label="Up" name="up_btn"/>
  56. <button label="Down" name="down_btn"/>
  57. <button label="??" name="delete_btn"/>
  58. <text name="options_text">
  59. ????
  60. </text>
  61. <radio_group name="animation_trigger_type">
  62. <radio_item label="??" name="start"/>
  63. <radio_item label="??" name="stop"/>
  64. </radio_group>
  65. <check_box label="???????" name="wait_anim_check"/>
  66. <check_box label="time in seconds:" name="wait_time_check"/>
  67. <text name="help_label">
  68. All steps happen simultaneously, unless you add wait steps.
  69. </text>
  70. <check_box label="Active" name="active_check" tool_tip="Active gestures can be triggered by chatting their trigger phrases or pressing their hot keys. Gestures usually become inactive when there is a key binding conflict."/>
  71. <button label="??" name="preview_btn"/>
  72. <button label="??" name="save_btn"/>
  73. </floater>