summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_color_picker.xml
blob: ed168c09d5039bd6d2f7cf892b1ebc29e2eed63f (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="ColorPicker" title="SELECTOR DE COLOR">
	<text name="r_val_text">
		Rojo:
	</text>
	<text name="g_val_text">
		Verde:
	</text>
	<text name="b_val_text">
		Azul:
	</text>
	<text name="h_val_text">
		Tono:
	</text>
	<text name="s_val_text">
		Sat.:
	</text>
	<text name="l_val_text">
		Lumin.:
	</text>
	<check_box label="Aplicarlo ahora" name="apply_immediate"/>
	<button label="Cancelar" label_selected="Cancelar" name="cancel_btn"/>
	<button label="OK" label_selected="OK" name="select_btn"/>
	<text name="Current color:">
		Color actual:
	</text>
	<text name="(Drag below to save.)">
		(arrástralo abajo para guardarlo)
	</text>
</floater>