summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_color_picker.xml
blob: a607ca982f899cac84925990724a84dba4dea889 (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="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="Zastosuj teraz" name="apply_immediate"/>
	<button label="" label_selected="" name="color_pipette"/>
	<button label="Anuluj" label_selected="Anuluj" name="cancel_btn"/>
	<button label="OK" label_selected="OK" name="select_btn"/>
	<text name="Current color:">
		Obecny kolor:
	</text>
	<text name="(Drag below to save.)">
		(Przeciągnij tutaj aby zapisać)
	</text>
</floater>