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

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

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="gesture_preview">
  3. <floater.string name="step_anim">
  4. Animación a ejecutar:
  5. </floater.string>
  6. <floater.string name="step_sound">
  7. Sonido a ejecutar:
  8. </floater.string>
  9. <floater.string name="step_chat">
  10. Decir en el chat:
  11. </floater.string>
  12. <floater.string name="step_wait">
  13. Espera:
  14. </floater.string>
  15. <floater.string name="stop_txt">
  16. Parar
  17. </floater.string>
  18. <floater.string name="preview_txt">
  19. Vista previa
  20. </floater.string>
  21. <floater.string name="none_text">
  22. -- Ninguno --
  23. </floater.string>
  24. <floater.string name="Title">
  25. Gesto: [NAME]
  26. </floater.string>
  27. <text name="desc_label">
  28. Descripción:
  29. </text>
  30. <text name="trigger_label">
  31. Palabra clave:
  32. </text>
  33. <text name="replace_text" tool_tip="Reemplaza la/s palabra/s clave con estas palabras. Por ejemplo, si cambia la palabra clave &apos;hola&apos; por &apos;qué tal&apos;, se cambiará en el chat &apos;Quise decir hola&apos; por &apos;Quise decir qué tal&apos; en cuanto realice el gesto.">
  34. Reemplazar por:
  35. </text>
  36. <line_editor name="replace_editor" tool_tip="Reemplaza la/s palabra/s clave con estas palabras. Por ejemplo, si cambia la palabra clave &apos;hola&apos; por &apos;qué tal&apos;, se cambiará en el chat &apos;Quise decir hola&apos; por &apos;Quise decir qué tal&apos; en cuanto realice el gesto."/>
  37. <text name="key_label">
  38. Atajo de teclado:
  39. </text>
  40. <combo_box label="Ninguno" name="modifier_combo" width="76"/>
  41. <combo_box label="Ninguno" name="key_combo" width="50"/>
  42. <text name="library_label">
  43. Biblioteca:
  44. </text>
  45. <scroll_list name="library_list">
  46. <scroll_list.rows name="action_animation" value="Animaciones"/>
  47. <scroll_list.rows name="action_sound" value="Sonido"/>
  48. <scroll_list.rows name="action_chat" value="Chat"/>
  49. <scroll_list.rows name="action_wait" value="Espera"/>
  50. </scroll_list>
  51. <button label="Ańadir &gt;&gt;" name="add_btn"/>
  52. <text name="steps_label">
  53. Pasos:
  54. </text>
  55. <button label="Arriba" name="up_btn"/>
  56. <button label="Abajo" name="down_btn"/>
  57. <button label="Quitar" name="delete_btn"/>
  58. <text name="options_text" width="200">
  59. (opciones)
  60. </text>
  61. <radio_group name="animation_trigger_type">
  62. <radio_item label="Empezar" name="start"/>
  63. <radio_item label="Parar" name="stop"/>
  64. </radio_group>
  65. <check_box label="hasta que las animaciones estén hechas" name="wait_anim_check"/>
  66. <check_box label="tiempo en segundos:" name="wait_time_check"/>
  67. <line_editor name="wait_time_editor"/>
  68. <text name="help_label">
  69. Todos los pasos suceden a la vez, a menos que ańadas pasos de espera.
  70. </text>
  71. <check_box label="Disponible" name="active_check" tool_tip="Los gestos disponibles pueden realizarse escribiendo en el chat su frase clave o pulsando su tecla de acceso rápido. Generalmente, los gestos pasan a no disponibles cuando hay un conflicto de teclas."/>
  72. <button label="Vista previa" name="preview_btn" width="82"/>
  73. <button label="Guardar" name="save_btn"/>
  74. </floater>