<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="聊天" name="chat">
	<text type="string" length="1" name="text_box">
		聊天字体大小:
	</text>
	<radio_group name="chat_font_size">
		<radio_item type="string" length="1" name="radio">
			小号
		</radio_item>
		<radio_item type="string" length="1" name="radio2">
			中号
		</radio_item>
		<radio_item type="string" length="1" name="radio3">
			大号
		</radio_item>
	</radio_group>
	<text type="string" length="1" name="text_box2">
		聊天颜色:
	</text>
	<!--Geneko Nemeth: 最多只能写三个字。/Maximum 3 Chinese characters.-->
	<color_swatch
		 label="您"
		 name="user" />
	<color_swatch
		 label="其他人"
		 name="agent" />
	<color_swatch
		 label="即时"
		 name="im" />
	<color_swatch label="系统" name="system" />
	<color_swatch label="错误" name="script_error" />
	<color_swatch label="用户" name="users" />
	<color_swatch label="物体" name="objects" />
	<color_swatch label="Owner" name="owner" />
	<color_swatch label="气球" name="background" />
	<color_swatch label="链接" name="links" />
	<text type="string" length="1" name="text_box3">
		聊天控制台:
	</text>
	<spinner label="对话淡出时间" name="fade_chat_time" />
	<text type="string" length="1" name="text_box4">
		(秒)
	</text>
	<text type="string" length="1" name="text_box5">
		(行)
	</text>
	<slider label="不透明度" name="console_opacity" />
	<check_box
		 label="使用全屏宽度  (需要重启动)"
		 name="chat_full_width_check" />
	<text type="string" length="1" name="text_box6">
		聊天选项:
	</text>
	<check_box label="用全屏宽度聊天 (需重启)" name="chat_full_width_check" />
	<check_box label="按回车键关闭聊天栏" name="close_chat_on_return_check" />
	<check_box label="聊天时箭头键总是移动你的化身"
	     name="arrow_keys_move_avatar_check" />
	<check_box label="本地聊天时显示时间戳" name="show_timestamps_check" />
	<check_box
		 label="聊天时播放打字动画"
		 name="play_typing_animation" />
	<text type="string" length="1" name="text_box7">
		聊天气球:
	</text>
	<check_box label="使用气球聊天" name="bubble_text_chat" />
	<slider label="不透明度" name="bubble_chat_opacity" />
	<text type="string" length="1" name="text_box8">
		脚本错误:
	</text>
	<check_box label="以聊天形式显示脚本错误和警告" name="script_errors_as_chat" />

</panel>
