summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/es/floater_color_picker.xml
blob: d7f1a992c91f256e0ba639e9faa342ebb87f1428 (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="Seleccionar 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">
		Puesto:
	</text>
	<text name="l_val_text">
		Lum:
	</text>
	<check_box label="Aplicar ahora" name="apply_immediate" />
	<button label="" label_selected="" name="color_pipette" />
	<button label="Cancelar" label_selected="Cancelar" name="cancel_btn" />
	<button label="Seleccionar" label_selected="Seleccionar" name="select_btn" />
	<text name="Current color:">
		Color actual:
	</text>
	<text name="(Drag below to save.)">
		(Arrastre hacia bajo para guardar.)
	</text>
</floater>