blob: 07dcb2303eba1d023ac2f07790a510125a98571e (
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="邀請一個成員" 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 'Open Resident Chooser' to start.
</text>
<button label="開啟居民選擇視窗" 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="送出邀請" name="ok_button"/>
<button label="取消" name="cancel_button"/>
<string name="GroupInvitation">
群組邀請
</string>
</panel>
|