summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/zh/panel_group_notices.xml
blob: ba5f4f1bba7b85097a75082a436fe8fb5de72e55 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="通知" name="notices_tab">
	<panel.string name="help_text">
		通知可讓你傳送訊息並選擇性地附上一個附件。
通知僅能傳給可接收通知的角色的群組成員。
你可到基本資料頁籤停用通知功能。
	</panel.string>
	<panel.string name="no_notices_text">
		沒有過去的通知
	</panel.string>
	<text name="lbl2">
		通知保留 14 天。
每個群組一天最多 200 則
	</text>
	<scroll_list name="notice_list">
		<scroll_list.columns label="主旨" name="subject"/>
		<scroll_list.columns label="由" name="from"/>
		<scroll_list.columns label="日期" name="date"/>
	</scroll_list>
	<text name="notice_list_none_found">
		沒發現。
	</text>
	<button label="新通知" name="create_new_notice" tool_tip="建立一個新通知"/>
	<button name="refresh_notices" tool_tip="刷新通知清單。"/>
	<panel label="建立新通知" name="panel_create_new_notice">
		<text name="lbl">
			建立一個通知
		</text>
		<text name="lbl3">
			主旨:
		</text>
		<text name="lbl4">
			訊息:
		</text>
		<text name="lbl5">
			附件:
		</text>
		<text name="string">
			拖曳並置放物品到這裡,即可添加為附件:
		</text>
		<button label="收納區" name="open_inventory" tool_tip="開啟收納區"/>
		<button name="remove_attachment" tool_tip="由你的通知移除附件"/>
		<button label="送出" label_selected="送出" name="send_notice"/>
		<group_drop_target name="drop_target" tool_tip="將一個收納區物項拖曳到這個目標箱框,便可隨通知送出該物項。 你必須有權複製並轉移此物項,才可以附加它。"/>
	</panel>
	<panel label="察看過去的通知" name="panel_view_past_notice">
		<text name="lbl">
			存檔的通知
		</text>
		<text name="lbl2">
			要送出一個新通知,點按 + 按鈕
		</text>
		<text name="lbl3">
			主旨:
		</text>
		<text name="lbl4">
			訊息:
		</text>
		<button label="開啟附件" name="open_attachment"/>
	</panel>
</panel>