/indra/newview/skins/default/xui/ru/panel_media_settings_permissions.xml
XML | 29 lines | 29 code | 0 blank | 0 comment | 0 complexity | 79a1aed98909c5a2cd741d280b97cb45 MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <panel label="?????????" name="Media settings for controls">
- <text name="controls_label">
- ???????? ??????????:
- </text>
- <combo_box name="controls">
- <combo_item name="Standard">
- ????????
- </combo_item>
- <combo_item name="Mini">
- ???????
- </combo_item>
- </combo_box>
- <text name="owner_label">
- ????????
- </text>
- <check_box initial_value="????" label="????????? ????????? ? ??????????????" name="perms_owner_interact"/>
- <check_box initial_value="????" label="?????? ?????????? ?????" name="perms_owner_control"/>
- <text name="group_label">
- ??????:
- </text>
- <check_box initial_value="????" label="????????? ????????? ? ??????????????" name="perms_group_interact"/>
- <check_box initial_value="????" label="?????? ?????????? ?????" name="perms_group_control"/>
- <text name="anyone_label">
- ????
- </text>
- <check_box initial_value="????" label="????????? ????????? ? ??????????????" name="perms_anyone_interact"/>
- <check_box initial_value="????" label="?????? ?????????? ?????" name="perms_anyone_control"/>
- </panel>