blob: 2172b9848b0cb08b7590e3cf6a5eb917dacec4db (
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">
Animazione da riprodurre:
</floater.string>
<floater.string name="step_sound">
Suono da riprodurre:
</floater.string>
<floater.string name="step_chat">
Scrivi in chat per dire:
</floater.string>
<floater.string name="step_wait">
Attendi:
</floater.string>
<floater.string name="stop_txt">
Stop
</floater.string>
<floater.string name="preview_txt">
Anteprima
</floater.string>
<floater.string name="none_text">
-- Nulla --
</floater.string>
<floater.string name="Title">
Gesture: [NAME]
</floater.string>
<text name="desc_label">
Descrizione:
</text>
<text name="trigger_label">
Parole chiave:
</text>
<text name="replace_text" tool_tip="Sostituisci le parole chiave con questi termini. Per esempio, sostituire la parola chiave 'salve' con 'ciao' modificherà la chat 'Volevo solo dire salve' in 'Volevo solo dire ciao' e avvierà la gesture!">
Sostituisci con:
</text>
<line_editor name="replace_editor" tool_tip="Sostituisci le parole chiave con questi termini. Per esempio, sostituire la parola chiave 'salve' con 'ciao' modificherà la chat 'Volevo solo dire salve' in 'Volevo solo dire ciao' e avvierà la gesture!"/>
<text name="key_label" width="147">
Scorciatoia da tastiera:
</text>
<combo_box left_delta="150" label="Nessuno" name="modifier_combo" />
<combo_box label="Nessuno" name="key_combo" />
<text name="library_label">
Libreria:
</text>
<scroll_list name="library_list">
<scroll_list.rows name="action_animation" value="Animazione"/>
<scroll_list.rows name="action_sound" value="Suono"/>
<scroll_list.rows name="action_chat" value="Chat"/>
<scroll_list.rows name="action_wait" value="Attendi"/>
</scroll_list>
<button label="Aggiungi >>" name="add_btn"/>
<text name="steps_label">
Fasi:
</text>
<button label="Su" name="up_btn"/>
<button label="Giù" name="down_btn"/>
<button label="Elimina" name="delete_btn"/>
<text name="options_text">
(opzioni)
</text>
<radio_group name="animation_trigger_type">
<radio_item label="Attiva" name="start"/>
<radio_item label="Ferma" name="stop"/>
</radio_group>
<check_box label="finché le animazioni sono eseguite" name="wait_anim_check"/>
<check_box label="durata in secondi:" name="wait_time_check"/>
<line_editor name="wait_time_editor"/>
<text name="help_label">
Tutte le fasi avvengono contemporaneamente, a meno che non aggiungi fasi di attesa.
</text>
<check_box label="Attiva" name="active_check" tool_tip="Le gesture attivate possono essere eseguite scrivendo in chat la parola chiave o premendo i tasti chiave. Le gesture generalmente si disattivano quando c'è un conflitto nei relativi tasti."/>
<button label="Anteprima" name="preview_btn"/>
<button label="Salva" name="save_btn"/>
</floater>
|