summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_preview_gesture.xml
blob: 564a9af645224a079cd509acdab8f558427b43b7 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gesture_preview">
	<string name="stop_txt">
		Parar
	</string>
	<string name="preview_txt">
		Prévia
	</string>
	<string name="none_text">
		-- Nenhum --
	</string>
	<text name="desc_label">
		Descrição:
	</text>
	<text name="trigger_label">
		Gatilho:
	</text>
	<text name="replace_text" tool_tip="Substituir a(s) palavra(s) gatilho por estas palavras.">
		Substituir por:
	</text>
	<line_editor name="replace_editor" tool_tip="Substituir a(s) palavra(s) gatilho por estas palavras. "/>
	<text name="key_label">
		Tecla de Atalho:
	</text>
	<combo_box label="Nenhum" name="modifier_combo"/>
	<combo_box label="Nenhum" name="key_combo"/>
	<text name="library_label">
		Biblioteca:
	</text>
	<text name="steps_label">
		Passos:
	</text>
	<button label="Incluir" name="add_btn"/>
	<button label="Mover Para Cima" name="up_btn"/>
	<button label="Mover Para Baixo" name="down_btn"/>
	<button label="Remover" name="delete_btn"/>
	<text name="help_label">
		Todos os passos acontecem simultaneamente, a menos que você inclua passos de espera.
	</text>
	<radio_group name="animation_trigger_type">
		<radio_item name="start">
			Iniciar
		</radio_item>
		<radio_item name="stop">
			Parar
		</radio_item>
	</radio_group>
	<check_box label="Até que a animação esteja concluída" name="wait_anim_check"/>
	<check_box label="tempo em segundos" name="wait_time_check"/>
	<check_box label="Ativar" name="active_check" tool_tip="Gesto ativos pode ser engatilhados escrevendo suas frases gatilho no chat ou através de suas teclas de atalho. Gestos normalmente ficam inativos quando existe um conflito nas teclas de atalho."/>
	<button label="Preview" name="preview_btn"/>
	<button label="Salvar" name="save_btn"/>
</floater>