<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="图像" name="Display panel">
	<combo_box name="aspect_ratio">
		<combo_item type="string" length="1" name="4:3(StandardCRT)">
			4:3 (标准显示器)
		</combo_item>
		<combo_item type="string" length="1" name="5:4(1280x1024LCD)">
			5:4 (1280x1024液晶屏)
		</combo_item>
		<combo_item type="string" length="1" name="16:9(Widescreen)">
			16:9 (宽屏)
		</combo_item>
	</combo_box>
	<text type="string" length="1" name="text">
		限制决议:
	</text>
	<text type="string" length="1" name="Fullscreen Aspect Ratio:">
		全屏显示放大比率:
	</text>
	<text type="string" length="1" name="(width / height)">
		(宽度 /高度)
	</text>
	<text type="string" length="1" name="UI Size:">
		UI尺寸:
	</text>
	<text type="string" length="1" name="(meters, lower is faster)">
		(米数,越低越快)
	</text>
	<text type="string" length="1" name="text2">
		显示设置选项:
	</text>
	<check_box label="在窗口中中运行" name="windowed mode" />
	<check_box label="自动检测" name="aspect_auto_detect" />
	<check_box label="使用决议自由规模" name="ui_auto_scale" />
	<check_box label="从第一视角显示玩家" name="avfp" />
	<spinner label="拖带距离:" name="draw_distance" />
	<text name="resolution_format">
		[RES_X] x [RES_Y]
	</text>
	<text name="aspect_ratio_text">
		[NUM]:[DEN]
	</text>
</panel>
