<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="network" title="网络">
	<text>
		最大带宽:
	</text>
	<slider label="" name="max_bandwidth" />
	<text>
		kbps (每秒kb数)
	</text>
	<text>
		磁盘高速缓存大小:
	</text>
	<radio_group name="disk cache">
		<radio_item>
			50 MB
		</radio_item>
		<radio_item>
			200 MB
		</radio_item>
		<radio_item>
			500 MB
		</radio_item>
		<radio_item>
			1000 MB
		</radio_item>
	</radio_group>
	<button label="清除缓存" name="clear_cache" />
	<text>
		代理服务器配置:
	</text>
	<check_box label="使用代理服务器" name="proxy_enabled"
	     tool_tip="特别设定代理服务器配置。" />
	<text>
		代理服务器:
	</text>
	<line_editor name="proxy_address" tool_tip="请输入代理服务器的名称或IP地址" />
	<text>
		端口：
	</text>
	<line_editor name="proxy_port" tool_tip="The port number of the proxy you would like to use" />
	<text>
		袜子：
	</text>
	<radio_group name="socks_4_5">
		<radio_item>
			Socks v4
		</radio_item>
		<radio_item>
			Socks v5
		</radio_item>
	</radio_group>
	<text>
		没有代理:
	</text>
	<line_editor name="proxy_exclusions"
	     tool_tip="请输入不想使用代理服务器替换的名称或IP地址" />
</panel>
