PageRenderTime 31ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/es/floater_color_picker.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 30 lines | 30 code | 0 blank | 0 comment | 0 complexity | 8e80f4ddd702b6f4efc2a1089996c417 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="ColorPicker" title="SELECTOR DE COLOR">
  3. <text name="r_val_text">
  4. Rojo:
  5. </text>
  6. <text name="g_val_text">
  7. Verde:
  8. </text>
  9. <text name="b_val_text">
  10. Azul:
  11. </text>
  12. <text name="h_val_text">
  13. Tono:
  14. </text>
  15. <text name="s_val_text">
  16. Sat.:
  17. </text>
  18. <text name="l_val_text">
  19. Lumin.:
  20. </text>
  21. <check_box label="Aplicarlo ahora" name="apply_immediate"/>
  22. <button label="Cancelar" label_selected="Cancelar" name="cancel_btn"/>
  23. <button label="OK" label_selected="OK" name="select_btn"/>
  24. <text name="Current color:">
  25. Color actual:
  26. </text>
  27. <text name="(Drag below to save.)">
  28. (arrĂ¡stralo abajo para guardarlo)
  29. </text>
  30. </floater>