<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="network" title="ネットワーク">
	<text>
		最大帯域幅：
	</text>
	<slider label="" name="max_bandwidth" />
	<text>
		Kbps
	</text>
	<text>
		ディスク・キャッシュのサイズ：
	</text>
	<radio_group name="disk cache">
		<radio_item>
			50MB
		</radio_item>
		<radio_item>
			200MB
		</radio_item>
		<radio_item>
			500MB
		</radio_item>
		<radio_item>
			100MB
		</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="使用するプロキシのポート番号" />
	<text>
		靴下：
	</text>
	<radio_group name="socks_4_5">
		<radio_item>
			靴下v4
		</radio_item>
		<radio_item>
			靴下v5
		</radio_item>
	</radio_group>
	<text>
		プロキシーがありません：
	</text>
	<line_editor name="proxy_exclusions"
	     tool_tip="プロキシを使用しない名前またはIPアドレス" />
</panel>
