/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
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <floater name="ColorPicker" title="SÉLECTEUR DE COULEURS">
- <text name="r_val_text">
- Rouge :
- </text>
- <text name="g_val_text">
- Vert :
- </text>
- <text name="b_val_text">
- Bleu :
- </text>
- <text name="h_val_text">
- Teinte :
- </text>
- <text name="s_val_text">
- Sat :
- </text>
- <text name="l_val_text">
- Lum :
- </text>
- <check_box label="Appliquer maintenant" left="4" name="apply_immediate" width="108"/>
- <button label="" label_selected="" left_delta="138" name="color_pipette"/>
- <button label="Annuler" label_selected="Annuler" name="cancel_btn"/>
- <button label="OK" label_selected="OK" name="select_btn"/>
- <text left="8" name="Current color:">
- Couleur actuelle :
- </text>
- <text name="(Drag below to save.)">
- Enr. : faire glisser dessous
- </text>
- </floater>