summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/da/floater_color_picker.xml
blob: f744b062773c5b5db234de6a1322a1425d696c38 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="ColorPicker" title="FARVE VÆLGER">
	<text name="r_val_text">
		Rød:
	</text>
	<text name="g_val_text">
		Grøn:
	</text>
	<text name="b_val_text">
		Blå:
	</text>
	<text name="h_val_text">
		Nuance:
	</text>
	<text name="s_val_text">
		Mætning:
	</text>
	<text name="l_val_text">
		Lysstyrke:
	</text>
	<check_box label="Benyt nu" name="apply_immediate"/>
	<button label="" label_selected="" name="color_pipette"/>
	<button label="Annullér" label_selected="Annullér" name="cancel_btn"/>
	<button label="OK" label_selected="OK" name="select_btn"/>
	<text name="Current color:">
		Nuværende Farve:
	</text>
	<text name="(Drag below to save.)">
		(Træk ned for at gemme)
	</text>
</floater>