diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/zh/panel_group_notices.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/zh/panel_group_notices.xml | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/zh/panel_group_notices.xml b/linden/indra/newview/skins/xui/zh/panel_group_notices.xml new file mode 100644 index 0000000..b0d5ab3 --- /dev/null +++ b/linden/indra/newview/skins/xui/zh/panel_group_notices.xml | |||
@@ -0,0 +1,64 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="通知" name="notices_tab"> | ||
3 | <text name="help_text"> | ||
4 | 通知是一个小组之间快速交流联系的方法,通知通过广播消息和发送可选择的粘贴性条目,发送给用户。通知仅会到达社团内部中被授予接受信息能力的角色中的会员那里。你可以在一般控制桌面上关掉通知。 | ||
5 | </text> | ||
6 | <text name="no_notices_text"> | ||
7 | 这里没有过去的通知. | ||
8 | </text> | ||
9 | <button label="?" label_selected="?" name="help_button" /> | ||
10 | <text name="lbl"> | ||
11 | 社团通知归档 | ||
12 | </text> | ||
13 | <text name="lbl2"> | ||
14 | 通知只会被保留30日。点击下面你想查看的通知。如果新的通知已被接受到,请点击“刷新名单”按钮。 | ||
15 | </text> | ||
16 | <scroll_list name="notice_list"> | ||
17 | <column label="" name="icon" /> | ||
18 | <column label="Subject" name="subject" /> | ||
19 | <column label="From" name="from" /> | ||
20 | <column label="Date" name="date" /> | ||
21 | </scroll_list> | ||
22 | <text name="notice_list_none_found"> | ||
23 | 没有找到任何目标 | ||
24 | </text> | ||
25 | <button label="创建新的布告" label_selected="创建新的布告" | ||
26 | name="create_new_notice" /> | ||
27 | <button label="更新名单" label_selected="更新名单" name="refresh_notices" /> | ||
28 | <panel label="创建新的布告" name="panel_create_new_notice"> | ||
29 | <text name="lbl"> | ||
30 | 创建一条通知 | ||
31 | </text> | ||
32 | <text name="lbl2"> | ||
33 | 你必须输入发送通知的对象。你可以从你的库存中拖拽一个条目至控制面板上,这样可以添加给通知一个条目。附加的条目必须是可复制的或可转移的,但是你不能发送一个文件夹。 | ||
34 | </text> | ||
35 | <text name="lbl3"> | ||
36 | 主题: | ||
37 | </text> | ||
38 | <text name="lbl4"> | ||
39 | 信息: | ||
40 | </text> | ||
41 | <text name="lbl5"> | ||
42 | 附属: | ||
43 | </text> | ||
44 | <button label="移走附件" label_selected="移走附件" name="remove_attachment" /> | ||
45 | <button label="发送通知" label_selected="发送通知" name="send_notice" /> | ||
46 | <panel name="drop_target2" | ||
47 | tool_tip="Drag an inventory item onto the message box to send it with the notice. You must have permission to copy and transfer the object to send it with the notice." /> | ||
48 | </panel> | ||
49 | <panel label="View Past Notice" name="panel_view_past_notice"> | ||
50 | <text name="lbl"> | ||
51 | 存档的通知 | ||
52 | </text> | ||
53 | <text name="lbl2"> | ||
54 | 发送一条新的通知,请点击上面的‘创建新的通知’按钮。 | ||
55 | </text> | ||
56 | <text name="lbl3"> | ||
57 | 主题: | ||
58 | </text> | ||
59 | <text name="lbl4"> | ||
60 | 信息: | ||
61 | </text> | ||
62 | <button label="打开附件" label_selected="打开附件" name="open_attachment" /> | ||
63 | </panel> | ||
64 | </panel> | ||