summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/floater_beacons.xml
blob: f407ba6122c93754629e9c1fed35441f9716a307 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="beacons" title="BEACONS">
	<panel name="beacons_panel">
		<text name="label_show">
			Anzeigen:
		</text>
		<check_box label="Beacons" name="beacons"/>
		<check_box label="Glanzlichter" name="highlights"/>
		<text name="beacon_width_label" tool_tip="Beacon-Breite">
			Breite:
		</text>
		<text name="label_objects">
			Für diese Objekte:
		</text>
		<check_box label="Physisch" name="physical"/>
		<check_box label="Skriptobjekte" name="scripted"/>
		<check_box label="Nur berühren" name="touch_only"/>
		<check_box label="Soundquellen" name="sounds"/>
		<check_box label="Partikelquellen" name="particles"/>
	</panel>
</floater>