aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/de/panel_preferences_chat.xml
blob: d9aacdb80fdcd2a27cf8e67ee267dadaa7cfa973 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Chat" name="chat">
	<text type="string" length="1" name="text_box">
		Chat-Schriftgröße:
	</text>
	<radio_group name="chat font size">
		<radio_item type="string" length="1" name="radio">
			Klein
		</radio_item>
		<radio_item type="string" length="1" name="radio2">
			Mittel
		</radio_item>
		<radio_item type="string" length="1" name="radio3">
			Groß
		</radio_item>
	</radio_group>
	<text type="string" length="1" name="text_box2">
		Chat-Farbe:
	</text>
	<color_swatch label="System" name="system" />
	<color_swatch label="Benutzer" name="users" />
	<color_swatch label="Objekte" name="objects" />
	<color_swatch label="Blase" name="background" />
	<color_swatch label="URLs" name="links" />
	<text type="string" length="1" name="text_box3">
		Chat-Konsole:
	</text>
	<spinner label="Chat ausblenden nach" name="fade_chat_time" />
	<text type="string" length="1" name="text_box4">
		(Sekunden)
	</text>
	<text type="string" length="1" name="text_box5">
		(Anz. Linien)
	</text>
	<slider label="Opazität" name="console_opacity" />
	<text type="string" length="1" name="text_box6">
		Chat-Optionen:
	</text>
	<check_box label="Chat verwendet Vollbildbreite (nach Neustart)"
	     name="chat_full_width_check" />
	<check_box label="Chat nach Drücken der Eingabetaste schließen"
	     name="close_chat_on_return_check" />
	<check_box label="Pfeiltasten bewegen Avatar beim Chatten"
	     name="arrow_keys_move_avatar_check" />
	<check_box label="Zeitstempel in Chat anzeigen" name="show_timestamps_check" />
	<text type="string" length="1" name="text_box7">
		Blasen-Chat:
	</text>
	<check_box label="Chat-Blasen anzeigen" name="bubble_text_chat" />
	<slider label="Opazität" name="bubble_chat_opacity" />
	<text type="string" length="1" name="text_box8">
		Skriptfehler:
	</text>
	<check_box label="Skriptfehler und Warnungen als normalen Chat anzeigen"
	     name="script_errors_as_chat" />
	<color_swatch label="Farbe" name="script_error" />
</panel>