blob: c58eb227aaf385ff7efe537a4dd9a78a79583b3c (
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 left="208" name="replace_text" tool_tip="Reemplaza la/s palabra/s clave con estas palabras. Por ejemplo, si cambia la palabra clave 'hola' por 'qué tal', se cambiará en el chat 'Quise decir hola' por 'Quise decir qué tal' 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 'hola' por 'qué tal', se cambiará en el chat 'Quise decir hola' por 'Quise decir qué tal' en cuanto realice el gesto."/>
<text name="key_label">
Atajo de teclado:
</text>
<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">
<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 >>" 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 left="230" 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 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"/>
<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>
|