summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_preview_gesture.xml
diff options
context:
space:
mode:
authorEli Linden <eli@lindenlab.com>2010-02-17 16:04:50 +0800
committerEli Linden <eli@lindenlab.com>2010-02-17 16:04:50 +0800
commit08946fea51b4b23871427fb0bd5355773b14a896 (patch)
treedd96bd77fc794f9387bf490de05a2495165fa312 /indra/newview/skins/default/xui/es/floater_preview_gesture.xml
parent3f623398ee0d14520e5a2af1e7719d19a57d1a74 (diff)
EXT-2183 viewer 2.0 community translation ES set1 through set6.
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_preview_gesture.xml')
-rw-r--r--indra/newview/skins/default/xui/es/floater_preview_gesture.xml64
1 files changed, 37 insertions, 27 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_preview_gesture.xml b/indra/newview/skins/default/xui/es/floater_preview_gesture.xml
index 0e43ce536c..febcd9d485 100644
--- a/indra/newview/skins/default/xui/es/floater_preview_gesture.xml
+++ b/indra/newview/skins/default/xui/es/floater_preview_gesture.xml
@@ -1,14 +1,29 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gesture_preview">
- <string name="stop_txt">
+ <floater.string name="step_anim">
+ Animación a ejecutar:
+ </floater.string>
+ <floater.string name="step_sound">
+ Sonido a ejecutar:
+ </floater.string>
+ <floater.string name="step_chat">
+ Decir en el chat:
+ </floater.string>
+ <floater.string name="step_wait">
+ Espera:
+ </floater.string>
+ <floater.string name="stop_txt">
Parar
- </string>
- <string name="preview_txt">
+ </floater.string>
+ <floater.string name="preview_txt">
Vista previa
- </string>
- <string name="none_text">
+ </floater.string>
+ <floater.string name="none_text">
-- Ninguno --
- </string>
+ </floater.string>
+ <floater.string name="Title">
+ Gesto: [NAME]
+ </floater.string>
<text name="desc_label">
Descripción:
</text>
@@ -22,37 +37,32 @@
<text name="key_label">
Atajo de teclado:
</text>
- <combo_box label="Ninguno" name="modifier_combo" left="116" width="76"/>
- <combo_box label="Ninguno" name="key_combo" width="76" left_delta="80"/>
+ <combo_box label="Ninguno" left="116" name="modifier_combo" width="76"/>
+ <combo_box label="Ninguno" left_delta="80" name="key_combo" width="76"/>
<text name="library_label">
Biblioteca:
</text>
+ <scroll_list name="library_list"/>
+ <button label="Añadir &gt;&gt;" name="add_btn"/>
<text name="steps_label">
Pasos:
</text>
- <scroll_list name="library_list">
- Animación
-Sonido
-Chat
-Esperar
- </scroll_list>
- <button label="Añadir &gt;&gt;" name="add_btn"/>
- <button label="Hacia arriba" name="up_btn"/>
- <button label="Hacia abajo" name="down_btn"/>
+ <button label="Arriba" name="up_btn"/>
+ <button label="Abajo" name="down_btn"/>
<button label="Quitar" name="delete_btn"/>
- <text name="help_label">
- Todos los pasos suceden a la vez,
-a menos que añada pasos de espera.
- </text>
- <text left="230" name="options_text" width="200" />
+ <text left="230" name="options_text" width="200"/>
<radio_group name="animation_trigger_type">
- <radio_item name="start" label="Empezar" />
- <radio_item name="stop" label="Parar" />
+ <radio_item label="Empezar" name="start"/>
+ <radio_item label="Parar" name="stop"/>
</radio_group>
- <check_box bottom_delta="34" label="hasta que las animaciones &#10;estén hechas" name="wait_anim_check"/>
+ <check_box bottom_delta="34" label="hasta que las animaciones
+estén hechas" name="wait_anim_check"/>
<check_box bottom_delta="-30" label="tiempo en segundos" name="wait_time_check"/>
- <line_editor left_delta="130" name="wait_time_editor" />
- <check_box left="130" 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."/>
+ <line_editor left_delta="130" name="wait_time_editor"/>
+ <text name="help_label">
+ Todos los pasos suceden a la vez, a menos que añadas pasos de espera.
+ </text>
+ <check_box label="Disponible" left="130" 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."/>
<button label="Vista previa" name="preview_btn" width="85"/>
<button label="Guardar" name="save_btn"/>
</floater>