summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_group_roles.xml
blob: 2b15f4813aa07f5e4fd28566a50f617975bc2532 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Members &amp; Roles" name="roles_tab">
	<panel.string name="default_needs_apply_text">
		There are unsaved changes
	</panel.string>
	<panel.string name="want_apply_text">
		Do you want to save your changes?
	</panel.string>
	<tab_container name="roles_tab_container">
		<panel label="MEMBERS" name="members_sub_tab" tool_tip="Members">
			<panel.string name="help_text">
				You can add or remove Roles assigned to Members.
Select multiple Members by holding the Ctrl key and
clicking on their names.
			</panel.string>
			<panel.string name="donation_area">
				[AREA] m²
			</panel.string>
			<filter_editor label="Filter Members" name="filter_input"/>
			<name_list name="member_list">
				<name_list.columns label="Member" name="name"/>
				<name_list.columns label="Donation" name="donated"/>
				<name_list.columns label="Status" name="online"/>
			</name_list>
			<button label="Invite" name="member_invite"/>
			<button label="Eject" name="member_eject"/>
		</panel>
		<panel label="ROLES" name="roles_sub_tab">
			<panel.string name="help_text">
				Roles have a title and an allowed list of Abilities
that Members can perform. Members can belong to
one or more Roles. A group can have up to 10 Roles,
including the Everyone and Owner Roles.
			</panel.string>
			<panel.string name="cant_delete_role">
				The &apos;Everyone&apos; and &apos;Owners&apos; Roles are special and can&apos;t be deleted.
			</panel.string>
			<filter_editor label="Filter Roles" name="filter_input"/>
			<scroll_list name="role_list">
				<scroll_list.columns label="Role" name="name"/>
				<scroll_list.columns label="Title" name="title"/>
				<scroll_list.columns label="#" name="members"/>
			</scroll_list>
			<button label="New Role" name="role_create"/>
			<button label="Delete Role" name="role_delete"/>
		</panel>
		<panel label="ABILITIES" name="actions_sub_tab" tool_tip="You can view an Ability&apos;s Description and which Roles and Members can execute the Ability.">
			<panel.string name="help_text">
				Abilities allow Members in Roles to do specific
things in this group. There&apos;s a broad variety of Abilities.
			</panel.string>
			<filter_editor label="Filter Abilities" name="filter_input"/>
			<scroll_list name="action_list" tool_tip="Select an Ability to view more details"/>
		</panel>
	</tab_container>
	<panel name="members_footer">
		<text name="static">
			Assigned Roles
		</text>
		<text name="static2">
			Allowed Abilities
		</text>
		<scroll_list name="member_allowed_actions" tool_tip="For details of each allowed ability see the abilities tab"/>
	</panel>
	<panel name="roles_footer">
		<text name="static">
			Role Name
		</text>
		<text name="static3">
			Role Title
		</text>
		<text name="static2">
			Description
		</text>
		<text name="static4">
			Assigned Members
		</text>
		<check_box label="Reveal members" name="role_visible_in_list" tool_tip="Sets whether members of this role are visible in the General tab to people outside of the group."/>
		<text name="static5">
			Allowed Abilities
		</text>
		<scroll_list name="role_allowed_actions" tool_tip="For details of each allowed ability see the abilities tab"/>
	</panel>
	<panel name="actions_footer">
		<text_editor name="action_description">
			This Ability is &apos;Eject Members from this Group&apos;. Only an Owner can eject another Owner.
		</text_editor>
		<text name="static2">
			Roles with this ability
		</text>
		<text name="static3">
			Members with this ability
		</text>
	</panel>
</panel>