summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_group_invite.xml
blob: c9b17b5d67b79e1df1faf667e1b351c50d19d7b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Invite a Member" name="invite_panel">
	<panel.string name="confirm_invite_owner_str">
		Are you sure you want to invite new owner(s)? This action is permanent!
	</panel.string>
	<panel.string name="loading">
		(載入中...)
	</panel.string>
	<panel.string name="already_in_group">
		Some Residents you chose are already in the group, and so were not sent an invitation.
	</panel.string>
	<text name="help_text">
		You can select multiple Residents to invite to your group. Click &apos;Open Resident Chooser&apos; to start.
	</text>
	<button label="Open Resident Chooser" name="add_button"/>
	<name_list name="invitee_list" tool_tip="Hold the Ctrl key and click Resident names to multi-select"/>
	<button label="Remove Selected from List" name="remove_button" tool_tip="Removes the Residents selected above from the invite list"/>
	<text name="role_text">
		Choose what Role to assign them to:
	</text>
	<combo_box name="role_name" tool_tip="Choose from the list of Roles you are allowed to assign members to"/>
	<button label="Send Invitations" name="ok_button"/>
	<button label="取銷" name="cancel_button"/>
	<string name="GroupInvitation">
		社團邀請
	</string>
</panel>