summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_preview_gesture.xml
blob: bd13262dcd79ce6374aee24bbc42b3222cb9b6a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gesture_preview">
	<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
	</floater.string>
	<floater.string name="preview_txt">
		Vista previa
	</floater.string>
	<floater.string name="none_text">
		-- Ninguno --
	</floater.string>
	<floater.string name="Title">
		Gesto: [NAME]
	</floater.string>
	<text name="desc_label">
		Descripción:
	</text>
	<text name="trigger_label">
		Palabra clave:
	</text>
	<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.">
		Reemplazar por:
	</text>
	<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."/>
	<text name="key_label">
		Atajo de teclado:
	</text>
	<combo_box label="Ninguno" name="modifier_combo" width="76"/>
	<combo_box label="Ninguno" name="key_combo" width="50"/>
	<text name="library_label">
		Biblioteca:
	</text>
	<scroll_list name="library_list">
		<scroll_list.rows name="action_animation" value="Animaciones"/>
		<scroll_list.rows name="action_sound" value="Sonido"/>
		<scroll_list.rows name="action_chat" value="Chat"/>
		<scroll_list.rows name="action_wait" value="Espera"/>
	</scroll_list>
	<button label="Añadir &gt;&gt;" name="add_btn"/>
	<text name="steps_label">
		Pasos:
	</text>
	<button label="Arriba" name="up_btn"/>
	<button label="Abajo" name="down_btn"/>
	<button label="Quitar" name="delete_btn"/>
	<text name="options_text" width="200">
		(opciones)
	</text>
	<radio_group name="animation_trigger_type">
		<radio_item label="Empezar" name="start"/>
		<radio_item label="Parar" name="stop"/>
	</radio_group>
	<check_box label="hasta que las animaciones  estén hechas" name="wait_anim_check"/>
	<check_box label="tiempo en segundos:" name="wait_time_check"/>
	<line_editor 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" 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="82"/>
	<button label="Guardar" name="save_btn"/>
</floater>