summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/floater_color_picker.xml
blob: fa2f616249d5489e1616d88bea1e3cc6eda16600 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="ColorPicker" title="Farbauswahl">
	<text name="r_val_text">
		Rot:
	</text>
	<text name="g_val_text">
		Grün:
	</text>
	<text name="b_val_text">
		Blau:
	</text>
	<text name="h_val_text">
		Farbton:
	</text>
	<text name="s_val_text">
		Sätt.:
	</text>
	<text name="l_val_text">
		Hell.:
	</text>
	<check_box label="Sofort übernehmen" name="apply_immediate" />
	<button label="" label_selected="" name="color_pipette" />
	<button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn" />
	<button label="Auswählen" label_selected="Auswählen" name="select_btn" />
	<text name="Current color:">
		Aktuelle Farbe:
	</text>
	<text name="(Drag below to save.)">
(Nach unten ziehen,
 um zu speichern)
	</text>
</floater>