summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_group_invite.xml
blob: ebb460deb0cb452e1e0567f3fa83b3c4c93785ac (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
 height="380"
 label="Invite a Member"
 layout="topleft"
 left="0"
 name="invite_panel"
 top="380"
 width="210">
    <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">
        (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>
	<panel.string
     name="invite_selection_too_large">
		Group Invitations not sent: too many Residents selected. Group Invitations are limited to 100 per request.
	</panel.string>
    <text
     type="string"
     length="1"
     height="54"
     layout="topleft"
     left="7"
     name="help_text"
     top="28"
     word_wrap="true"
     width="200">
        You can select multiple Residents to invite to your group. Click &apos;Open Resident Chooser&apos; to start.
    </text>
    <button
     height="20"
     label="Open Resident Chooser"
     layout="topleft"
     left_delta="-2"
     name="add_button"
     top_delta="44"
     width="200" />
    <name_list
     allow_calling_card_drop="true"
     column_padding="0"
     height="174"
     layout="topleft"
     left_delta="0"
     multi_select="true"
     name="invitee_list"
     tool_tip="Hold the Ctrl key and click Resident names to multi-select"
     top_pad="4"
     width="200" />
    <button
     height="20"
     label="Remove Selected from List"
     layout="topleft"
     left_delta="0"
     name="remove_button"
     tool_tip="Removes the Residents selected above from the invite list"
     top_pad="4"
     width="200" />
    <text
     type="string"
     length="1"
     height="16"
     layout="topleft"
     left_delta="4"
     name="role_text"
     top_pad="5"
     word_wrap="true"
     width="200">
        Choose what Role to assign them to:
    </text>
    <combo_box
     height="20"
     layout="topleft"
     left_delta="0"
     name="role_name"
     tool_tip="Choose from the list of Roles you are allowed to assign members to"
     top_delta="16"
     width="196" />
    <button
     height="20"
     label="Send Invitations"
     layout="topleft"
     left="4"
     name="invite_button"
     top="356"
     width="135" />
    <button
     height="20"
     label="Cancel"
     layout="topleft"
     left_pad="2"
     name="cancel_button"
     top_delta="0"
     width="65" />
	 <string 
	 name="GroupInvitation">
	 Group Invitation
	 </string>
</panel>