summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/panel_preferences_chat.xml
blob: b8c9cc5b448590b4450655560b1f7927d2f9ab6b (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Chat de texto" name="chat">
	<text length="1" name="text_box" type="string">
		Tamaño de la fuente
del chat:
	</text>
	<radio_group name="chat_font_size">
		<radio_item name="radio" label="Pequeño" />
		<radio_item name="radio2" label="Medio" />
		<radio_item name="radio3" label="Grande" />
	</radio_group>
	<text length="1" name="text_box2" type="string">
		Color del chat:
	</text>
	<color_swatch label="Usted" name="user"/>
	<color_swatch label="Otros" name="agent" width="60" left_delta="48"/>
	<color_swatch label="MI" name="im" left_delta="64" width="50"/>
	<color_swatch label="Sistema" name="system"/>
	<color_swatch label="Errores" name="script_error" left_delta="48"/>
	<color_swatch label="Objetos" name="objects"/>
	<color_swatch label="Propietario" name="owner" width="60" left_delta="48"/>
	<color_swatch label="Bocadillo" name="background" left_delta="64"  width="50"/>
	<color_swatch label="URL" name="links" />
	<text length="1" name="text_box8" type="string">
		Errores de script:
	</text>
	<check_box label="Ver en el chat los avisos y errores de los scripts" name="script_errors_as_chat"/>
	<text length="1" name="text_box3" type="string">
		Consola del chat:
	</text>
	<spinner label="Quitar el chat tras" name="fade_chat_time" label_width="95" width="145" />
	<text length="1" name="text_box4" type="string" left="297" >
		(seg.)
	</text>
	<text length="1" name="text_box5" type="string">
		(# líneas)
	</text>
	<slider label="Opacidad" name="console_opacity"/>
	<check_box label="Usar el ancho de la pantalla (tras reiniciar)" name="chat_full_width_check"/>
	<text length="1" name="text_box6" type="string">
		Opciones del chat:
	</text>
	<check_box label="Cerrar el chat al pulsar Intro" name="close_chat_on_return_check"/>
	<check_box label="En el chat, las teclas del cursor mueven el avatar" name="arrow_keys_move_avatar_check"/>
	<check_box label="Incluir la hora en el chat" name="show_timestamps_check"/>
	<check_box label="Ejecutar la animación de escribir al hacerlo en el chat" name="play_typing_animation"/>
	<text length="1" name="text_box7" type="string">
		Bocadillos del chat:
	</text>
	<check_box label="Mostrar el chat en bocadillos" name="bubble_text_chat"/>
	<slider label="Opacidad" name="bubble_chat_opacity"/>
</panel>