blob: 92bd0bf03e9defbd1363230527838be4f343d067 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="General" name="general_tab">
<text name="help_text">
普通桌面包括关于社团的一般信息,主人和可视的会员的名单,一般社团偏好和会员选项。
用你的鼠标停留在选项上获取更多帮助。
</text>
<button label="?" label_selected="?" name="help_button" />
<line_editor name="group_name_editor">
在此键入你的新社团名称
</line_editor>
<text name="group_name">
在此键入你的新社团名称
</text>
<text name="prepend_founded_by">
创建由
</text>
<text name="founder_name">
(等待)
</text>
<text name="group_charter_label">
社团宪章
</text>
<texture_picker label="社团徽章" name="insignia" tool_tip="点击这里来选择图片" />
<text_editor name="charter">
社团宪章
</text_editor>
<button label="加入(L$0)" label_selected="加入(L$0)" name="join_button" />
<button label="详细察看" label_selected="详细察看" name="info_button" />
<text>
主人和可见的会员
</text>
<text>
(主人的名字以大写字母标注)
</text>
<name_list name="visible_members">
<column label="Member Name" name="name" />
<column label="Title" name="title" />
<column label="Last Login" name="online" />
</name_list>
<text name="incomplete_member_data_str">
重新获取会员信息
</text>
<text name="confirm_group_create_str">
创建这个社团将花费L$100.
你真的,真的,真----的----确定要花费L$100来创建这个社团吗?
</text>
<text>
社团偏好
</text>
<panel name="preferences_container">
<check_box label="在社团名单中显示" name="show_in_group_list"
tool_tip="Sets whether this group shows up in the Search Groups window and in member profiles." />
<check_box label="在网上公布" name="publish_on_web"
tool_tip="设定是否将此社团的信息发布到网络上" />
<check_box label="打开注册" name="open_enrollement"
tool_tip="Sets whether this group allows new members to join without being invited." />
<check_box label="注册费用: L$" name="check_enrollment_fee"
tool_tip="设定是否收将取社团入会费." />
<spinner name="spin_enrollment_fee"
tool_tip="New members must pay this fee to join the group when Enrollment Fee is checked." />
<check_box label="成人" name="mature"
tool_tip="设定你所在社团的信息是否为成人内容" />
<panel name="title_container">
<text name="active_title_label">
我的头衔
</text>
<combo_box name="active_title"
tool_tip="Sets the title that appears in your avatar's name tag when this group is active." />
</panel>
<check_box label="接受社团通知" name="receive_notices"
tool_tip="Sets whether you want to receive Notices from this group. Uncheck this box if this group is spamming you." />
</panel>
</panel>
|