/indra/newview/skins/default/xui/es/floater_color_picker.xml
XML | 30 lines | 30 code | 0 blank | 0 comment | 0 complexity | 8e80f4ddd702b6f4efc2a1089996c417 MD5 | raw file
Possible License(s): LGPL-2.1
- <?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>