aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/de/panel_preferences_LCD.xml
blob: 6438fe6044f74aa22368e92e6306c6838497f7df (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Logitech-LCD" name="LCD Options">
	<text name="LCD Destination:">
		LCD-Ziel:
	</text>
	<radio_group name="LCDDestination">
		<radio_item name="DestinationG15"
		     tool_tip="Zeigt die Auswahl auf dem LCD der Logitech G15-Tastatur an">
			Logitech G15 Gaming-Tastatur
		</radio_item>
		<radio_item name="DestinationZ10"
		     tool_tip="Zeigt die Auswahl auf dem LCD der Logitech Z10-Lautsprecher an">
			Logitech Z10-Lautsprecher
		</radio_item>
	</radio_group>
	<text name="LCD Display Options">
		LCD-Anzeigeoptionen:
	</text>
	<check_box label="Chat anzeigen" name="DisplayChat"
	     tool_tip="Letzte Chat-Zeile auf dem LCD anzeigen" />
	<check_box label="IMs anzeigen" name="DisplayIM" tool_tip="Letzte IM auf dem LCD anzeigen" />
	<check_box label="Standortinformationen anzeigen" name="DisplayRegion"
	     tool_tip="Informationen zum aktuellen Standort auf dem LCD anzeigen" />
	<check_box label="Kontodaten anzeigen" name="DisplayLinden"
	     tool_tip="Aktuelle Informationen zum Konto auf dem LCD anzeigen" />
	<check_box label="Netzwerkinformationen anzeigen" name="DisplayDebug"
	     tool_tip="Debug-Informationen auf dem LCD anzeigen" />
	<check_box label="Debug-Info von Konsole anzeigen" name="DisplayDebugConsole"
	     tool_tip="Debug-Informationen von der Konsole auf dem LCD anzeigen" />
</panel>