PageRenderTime 31ms CodeModel.GetById 16ms app.highlight 12ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 29 lines | 29 code | 0 blank | 0 comment | 0 complexity | 4dc1f967d555de2a39bb892084c15bae 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="false" label="???????????????????" name="perms_owner_interact"/>
18	<check_box initial_value="false" label="?????????????" name="perms_owner_control"/>
19	<text name="group_label">
20		?????
21	</text>
22	<check_box initial_value="false" label="???????????????????" name="perms_group_interact"/>
23	<check_box initial_value="false" label="?????????????" name="perms_group_control"/>
24	<text name="anyone_label">
25		??
26	</text>
27	<check_box initial_value="false" label="???????????????????" name="perms_anyone_interact"/>
28	<check_box initial_value="false" label="?????????????" name="perms_anyone_control"/>
29</panel>