summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/panel_preferences_chat.xml
blob: d99e62093835ba3b41d43c66cff2cd3fd13bc1f5 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Chat" name="chat">
	<text type="string" length="1" name="text_box">
		Tamanho da Fonte do Chat:
	</text>
	<radio_group name="chat font size">
		<radio_item type="string" length="1" name="radio">
			Pequeno
		</radio_item>
		<radio_item type="string" length="1" name="radio2">
			Médio
		</radio_item>
		<radio_item type="string" length="1" name="radio3">
			Grande
		</radio_item>
	</radio_group>
	<text type="string" length="1" name="text_box2">
		Cor do Chat:
	</text>
	<color_swatch label="Sistema" name="system" />
	<color_swatch label="Usuários" name="users" />
	<color_swatch label="Objetos" name="objects" />
	<color_swatch label="Bubble" name="background" />
	<color_swatch label="URLs" name="links" />
	<text type="string" length="1" name="text_box3">
		Console do Chat:
	</text>
	<spinner label="Ocultar Chat depois" name="fade_chat_time" />
	<text type="string" length="1" name="text_box4">
		(segundos)
	</text>
	<text type="string" length="1" name="text_box5">
		(# linhas)
	</text>
	<slider label="Opacidade" name="console_opacity" />
	<text type="string" length="1" name="text_box6">
		Opções do Chat:
	</text>
	<check_box label="Usar largura da tela cheia no Chat (depois do reinício)"
	     name="chat_full_width_check" />
	<check_box label="Fechar Chat depois de tocar voltar" name="close_chat_on_return_check" />
	<check_box label="Teclas de Setas movem o avatar durante o chat"
	     name="arrow_keys_move_avatar_check" />
	<check_box label="Mostrar data e hora no chat" name="show_timestamps_check" />
	<text type="string" length="1" name="text_box7">
		Bubble Chat:
	</text>
	<check_box label="Mostrar bolhas do chat" name="bubble_text_chat" />
	<slider label="Opacidade" name="bubble_chat_opacity" />
	<text type="string" length="1" name="text_box8">
		Erros de Script:
	</text>
	<check_box label="Mostrar Erros de Script e avisos como chat comum"
	     name="script_errors_as_chat" />
	<color_swatch label="Cor" name="script_error" />
</panel>