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

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 31 lines · 31 code · 0 blank · 0 comment · 0 complexity · 4f6b381e69d03e0a5df41a5d7b06cf35 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="ColorPicker" title="SÉLECTEUR DE COULEURS">
  3. <text name="r_val_text">
  4. Rouge :
  5. </text>
  6. <text name="g_val_text">
  7. Vert :
  8. </text>
  9. <text name="b_val_text">
  10. Bleu :
  11. </text>
  12. <text name="h_val_text">
  13. Teinte :
  14. </text>
  15. <text name="s_val_text">
  16. Sat :
  17. </text>
  18. <text name="l_val_text">
  19. Lum :
  20. </text>
  21. <check_box label="Appliquer maintenant" left="4" name="apply_immediate" width="108"/>
  22. <button label="" label_selected="" left_delta="138" name="color_pipette"/>
  23. <button label="Annuler" label_selected="Annuler" name="cancel_btn"/>
  24. <button label="OK" label_selected="OK" name="select_btn"/>
  25. <text left="8" name="Current color:">
  26. Couleur actuelle :
  27. </text>
  28. <text name="(Drag below to save.)">
  29. Enr. : faire glisser dessous
  30. </text>
  31. </floater>