PageRenderTime 27ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/indra/newview/skins/default/xui/ru/panel_media_settings_permissions.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 29 lines | 29 code | 0 blank | 0 comment | 0 complexity | 79a1aed98909c5a2cd741d280b97cb45 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <panel label="?????????" name="Media settings for controls">
  3. <text name="controls_label">
  4. ???????? ??????????:
  5. </text>
  6. <combo_box name="controls">
  7. <combo_item name="Standard">
  8. ????????
  9. </combo_item>
  10. <combo_item name="Mini">
  11. ???????
  12. </combo_item>
  13. </combo_box>
  14. <text name="owner_label">
  15. ????????
  16. </text>
  17. <check_box initial_value="????" label="????????? ????????? ? ??????????????" name="perms_owner_interact"/>
  18. <check_box initial_value="????" label="?????? ?????????? ?????" name="perms_owner_control"/>
  19. <text name="group_label">
  20. ??????:
  21. </text>
  22. <check_box initial_value="????" label="????????? ????????? ? ??????????????" name="perms_group_interact"/>
  23. <check_box initial_value="????" label="?????? ?????????? ?????" name="perms_group_control"/>
  24. <text name="anyone_label">
  25. ????
  26. </text>
  27. <check_box initial_value="????" label="????????? ????????? ? ??????????????" name="perms_anyone_interact"/>
  28. <check_box initial_value="????" label="?????? ?????????? ?????" name="perms_anyone_control"/>
  29. </panel>