summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_color_picker.xml
blob: a61edd12eae0b993534526b1ca34955a7ed0a7bc (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="ColorPicker" title="WYBIERZ KOLOR">
	<text name="r_val_text">
		Czerwony:
	</text>
	<text name="g_val_text">
		Zielony:
	</text>
	<text name="b_val_text">
		Niebieski:
	</text>
	<text name="h_val_text">
		Odcień:
	</text>
	<text name="s_val_text">
		Nasycenie:
	</text>
	<text name="l_val_text">
		Luminacja:
	</text>
	<check_box label="Stosuj teraz" name="apply_immediate" />
	<button label="Anuluj" label_selected="Anuluj" name="cancel_btn" />
	<text name="Current color:">
		Obecny kolor:
	</text>
	<text name="(Drag below to save.)">
		(Przeciągnij by zapisać)
	</text>
</floater>