blob: 2b16b61dd12e2a3a53cdde5bd48253360f8b741a (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="基本資料" name="general_tab">
<panel.string name="help_text">
基本資料頁籤包含關於群組的基本資訊、成員名單、群組偏好設定和成員選項。
將滑鼠停懸到選項上,可獲取更多幫助。
</panel.string>
<panel.string name="group_info_unchanged">
基本群組資訊已經被變更
</panel.string>
<panel.string name="incomplete_member_data_str">
正在擷取成員資料
</panel.string>
<panel name="group_info_top">
<texture_picker label="" name="insignia" tool_tip="點按以挑選圖片"/>
<text name="prepend_founded_by">
創辦人:
</text>
<text name="join_cost_text">
免費
</text>
<button label="現在就加入!!" name="btn_join"/>
</panel>
<text_editor name="charter">
群組規章
</text_editor>
<name_list name="visible_members">
<name_list.columns label="成員" name="name"/>
<name_list.columns label="頭銜" name="title"/>
<name_list.columns label="狀態" name="status"/>
</name_list>
<text name="my_group_settngs_label">
我自己
</text>
<text name="active_title_label">
我的頭銜:
</text>
<combo_box name="active_title" tool_tip="這將設定當群組有效時,顯示於你化身名稱標籤的頭銜。"/>
<check_box label="接受群組通知" name="receive_notices" tool_tip="設定你是否要接收來自這群組的通知。 如果該群組對你送出太多垃圾資訊,你可以不要勾選此項目。"/>
<check_box label="顯示在我的檔案中" name="list_groups_in_profile" tool_tip="設定你是否要在你個人檔案上顯示這個群組"/>
<panel name="preferences_container">
<text name="group_settngs_label">
群組
</text>
<check_box label="任何人都可以加入" name="open_enrollement" tool_tip="設定這個群組是否允許新成員未受邀請自行加入。"/>
<check_box label="加入費用" name="check_enrollment_fee" tool_tip="設定是否要徵收群組加入費"/>
<spinner label="L$" name="spin_enrollment_fee" tool_tip="若勾選加入費,新成員必須支付這筆費用才能加入群組。"/>
<combo_box name="group_mature_check" tool_tip="設定你的群組是否含有被訂為適度成人分級的資訊">
<combo_item name="select_mature">
- 選擇內容分級 -
</combo_item>
<combo_box.item label="適度成人內容" name="mature"/>
<combo_box.item label="一般普級內容" name="pg"/>
</combo_box>
<check_box initial_value="true" label="顯示在搜尋中" name="show_in_group_list" tool_tip="讓其他人可以在搜尋結果中看到這個群組"/>
</panel>
</panel>
|