blob: 4a1eaef3a1e15ea8f363b048fd2b40e293fe58fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?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="false" label="允許導航與互動" name="perms_owner_interact"/>
<check_box initial_value="false" label="顯示控制列" name="perms_owner_control"/>
<text name="group_label">
群組:
</text>
<check_box initial_value="false" label="允許導航與互動" name="perms_group_interact"/>
<check_box initial_value="false" label="顯示控制列" name="perms_group_control"/>
<text name="anyone_label">
任何人
</text>
<check_box initial_value="false" label="允許導航與互動" name="perms_anyone_interact"/>
<check_box initial_value="false" label="顯示控制列" name="perms_anyone_control"/>
</panel>
|