PageRenderTime 140ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 31 lines | 31 code | 0 blank | 0 comment | 0 complexity | 6befc6d1b2429c45f5fa70c784332f07 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="ColorPicker" title="WYBIERZ KOLOR">
  3. <text name="r_val_text">
  4. Czerwony:
  5. </text>
  6. <text name="g_val_text">
  7. Zielony:
  8. </text>
  9. <text name="b_val_text">
  10. Niebieski:
  11. </text>
  12. <text name="h_val_text">
  13. Odcie?:
  14. </text>
  15. <text name="s_val_text">
  16. Nasycenie:
  17. </text>
  18. <text name="l_val_text">
  19. Luminacja:
  20. </text>
  21. <check_box label="Zastosuj teraz" name="apply_immediate"/>
  22. <button label="" label_selected="" name="color_pipette"/>
  23. <button label="Anuluj" label_selected="Anuluj" name="cancel_btn"/>
  24. <button label="OK" label_selected="OK" name="select_btn"/>
  25. <text name="Current color:">
  26. Obecny kolor:
  27. </text>
  28. <text name="(Drag below to save.)">
  29. (Przeci?gnij tutaj aby zapisa?)
  30. </text>
  31. </floater>