<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Red" name="network">
	<text type="string" length="1" name="text_box">
		Amplitud de banda máxima:
	</text>
	<text type="string" length="1" name="text_box2">
		kbps (kilobits por segundo)
	</text>
	<text type="string" length="1" name="text_box3">
		Tamaño del cache de disco:
	</text>
	<radio_group name="disk cache">
		<radio_item type="string" length="1" name="radio">
			50 MB
		</radio_item>
		<radio_item type="string" length="1" name="radio2">
			200 MB
		</radio_item>
		<radio_item type="string" length="1" name="radio3">
			500 MB
		</radio_item>
		<radio_item type="string" length="1" name="radio4">
			1000 MB
		</radio_item>
	</radio_group>
	<button label="Limpiar cache" label_selected="Limpiar cache" name="clear_cache" />
</panel>
