summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/panel_preferences_chat.xml
blob: fc8c9087889b9eccb63dae97221d8cc1b0406c07 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Chat de texto" name="chat">
	<text name="font_size">
		Tamaño de la fuente:
	</text>
	<radio_group name="chat_font_size">
		<radio_item label="Disminuir" name="radio" value="0"/>
		<radio_item label="Medio" name="radio2" value="1"/>
		<radio_item label="Aumentar" name="radio3" value="2"/>
	</radio_group>
	<text name="font_colors">
		Colores de la fuente:
	</text>
	<color_swatch label="Usted" name="user"/>
	<text name="text_box1">
		Yo
	</text>
	<color_swatch label="Otros" name="agent"/>
	<text name="text_box2">
		Otros
	</text>
	<color_swatch label="MI" name="im"/>
	<text name="text_box3">
		MI
	</text>
	<color_swatch label="Sistema" name="system"/>
	<text name="text_box4">
		Sistema
	</text>
	<color_swatch label="Errores de script" name="script_error"/>
	<text name="text_box5">
		Errores de script
	</text>
	<color_swatch label="Objetos" name="objects"/>
	<text name="text_box6">
		Objetos
	</text>
	<color_swatch label="Propietario" name="owner"/>
	<text name="text_box7">
		Propietario
	</text>
	<color_swatch label="URL" name="links"/>
	<text name="text_box9">
		URL
	</text>
	<check_box initial_value="true" label="Ejecutar la animación de escribir al hacerlo en el chat" name="play_typing_animation"/>
	<check_box label="Cuando estoy desconectado, enviarme los MI al correo-e" name="send_im_to_email"/>
	<check_box label="Permitir el historial de MI y chat en texto sin formato" name="plain_text_chat_history"/>
	<text name="show_ims_in_label">
		Mostrar los MI en:
	</text>
	<text name="requires_restart_label">
		(requiere reiniciar)
	</text>
	<radio_group name="chat_window" tool_tip="Muestra tus mensajes instantáneos en varias ventanas flotantes o en una sola con varias pestañas (requiere que reinicies)">
		<radio_item label="Varias ventanas" name="radio" value="0"/>
		<radio_item label="Pestañas" name="radio2" value="1"/>
	</radio_group>
</panel>