<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Invite a Member" name="invite_panel">
	<text>
		你可以选择多个居民，邀请他们假如你的社团。点击‘打开任务选择器’开始邀请。
	</text>
	<button label="打开个人选举人" name="add_button" tool_tip="" />
	<name_list name="invitee_list"
	     tool_tip="Hold the Ctrl key and click resident names  to multi-select." />
	<button label="从名单中移除所选项" name="remove_button"
	     tool_tip="将此住户从你的邀请单中列表中清除." />
	<text>
		选择哪个角色分配给他们：
	</text>
	<combo_box name="role_name"
	     tool_tip="Choose from the list of Roles you  are allowed to assign members to." />
	<button label="发送邀请函" name="ok_button" />
	<button label="取消" name="cancel_button" />
</panel>
