<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="chat" title="会話">
	<text>
		チャットのフォント：
	</text>
	<radio_group name="chat font size">
		<radio_item>
			小
		</radio_item>
		<radio_item>
			中
		</radio_item>
		<radio_item>
			大
		</radio_item>
	</radio_group>
	<text>
		チャット・カラー：
	</text>
	<color_swatch label="システム" name="system" />
	<color_swatch label="ユーザー" name="users" />
	<color_swatch label="オブジェクト" name="objects" />
	<color_swatch label="吹き出し" name="background" />
	<text>
		チャット・コンソール：
	</text>
	<spinner label="フェード" name="fade_chat_time" />
	<text>
		（秒後）
	</text>
	<spinner label="" name="max_chat_count" />
	<text>
		（行数）
	</text>
	<slider label="不透明度" name="console_opacity" />
	<text>
		チャット・オプション
	</text>
	<check_box label="チャットに全画面幅を使用（再起動後）"
	     name="chat_full_width_check" />
	<check_box label="Enterキーを押した後チャットを閉じる"
	     name="close_chat_on_return_check" />
	<check_box label="チャット中は、矢印キーでアバターを移動可能"
	     name="arrow_keys_move_avatar_check" />
	<check_box label="チャットにタイムスタンプを表示"
	     name="show_timestamps_check" />
	<text>
		チャットの吹き出し：
	</text>
	<check_box label="チャットの吹き出しを表示" name="bubble_text_chat" />
	<slider label="不透明度" name="bubble_chat_opacity" />
	<text>
		スクリプト・エラー：
	</text>
	<check_box label="スクリプト・エラーと警告をチャット同様に表示"
	     name="script_errors_as_chat" />
	<color_swatch label="色" name="script_error" />
</panel>
