<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="network" title="Netzwerk">
	<text>
		Maximale Bandbreite:
	</text>
	<slider label="" name="max_bandwidth" />
	<text>
		kbit/s (Kilobit pro Sekunde)
	</text>
	<text>
		Größe Festplatten-Cache:
	</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="Cache löschen/leeren" name="clear_cache" />
	<text>
		Proxy-Konfiguration:
	</text>
	<check_box label="Proxy verwenden" name="proxy_enabled" tool_tip="Proxy konfigurieren" />
	<text>
		Proxy:
	</text>
	<line_editor name="proxy_address" tool_tip="Name oder IP-Adresse des Proxys" />
	<text>
		Port:
	</text>
	<line_editor name="proxy_port" tool_tip="Die Port-Nummer des Proxys" />
	<text>
		Socken:
	</text>
	<radio_group name="socks_4_5">
		<radio_item>
			Socks v4
		</radio_item>
		<radio_item>
			Socks v5
		</radio_item>
	</radio_group>
	<text>
		Kein Proxy:
	</text>
	<line_editor name="proxy_exclusions"
	     tool_tip="Namen oder IP-Adressen, für die kein Proxy verwendet werden soll" />
</panel>
