<?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>