diff options
author | Richard Linden <none@none> | 2011-06-23 11:35:14 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-06-23 11:35:14 -0700 |
commit | af142618f9c18a418bd11ab8eae6c83caa03ddac (patch) | |
tree | fbdfb3f954bf68df568c1dc898b0dc261ad77873 /indra/newview/skins/default/xui/zh/panel_group_notices.xml | |
parent | ae2cbe5258ad76e22420be2760379480e10fb72c (diff) | |
parent | 70fc5af53ffc39c3c0ef32b99a6c83e972b8a117 (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience
Diffstat (limited to 'indra/newview/skins/default/xui/zh/panel_group_notices.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/panel_group_notices.xml | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/indra/newview/skins/default/xui/zh/panel_group_notices.xml b/indra/newview/skins/default/xui/zh/panel_group_notices.xml index a007c86063..65c07e7137 100644 --- a/indra/newview/skins/default/xui/zh/panel_group_notices.xml +++ b/indra/newview/skins/default/xui/zh/panel_group_notices.xml @@ -1,30 +1,30 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<panel label="Notices" name="notices_tab"> +<panel label="通知" name="notices_tab"> <panel.string name="help_text"> Notices let you send a message and an optionally attached item. Notices only go to group members in Roles with the ability to receive Notices. You can turn off Notices on the General tab. </panel.string> <panel.string name="no_notices_text"> - There are no past notices + 沒有過去的通知 </panel.string> <text name="lbl2"> - Notices are kept for 14 days. -Maximum 200 per group daily + 通知保留 14 天。 +每個社團一天最多 200 則 </text> <scroll_list name="notice_list"> - <scroll_list.columns label="Subject" name="subject"/> - <scroll_list.columns label="From" name="from"/> - <scroll_list.columns label="Date" name="date"/> + <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"> - None found + 沒發現。 </text> - <button label="New Notice" name="create_new_notice" tool_tip="Create a new notice"/> + <button label="新通知" name="create_new_notice" tool_tip="建立一個新通知"/> <button name="refresh_notices" tool_tip="Refresh list of notices"/> - <panel label="Create New Notice" name="panel_create_new_notice"> + <panel label="建立新通知" name="panel_create_new_notice"> <text name="lbl"> - Create a Notice + 建立一個通知 </text> <text name="lbl3"> 主旨: @@ -36,26 +36,26 @@ Maximum 200 per group daily 附件: </text> <text name="string"> - Drag and drop item here to attach it: + 將物品拖曳並丟於此處以添加為附件: </text> - <button label="Inventory" name="open_inventory" tool_tip="Open Inventory"/> - <button name="remove_attachment" tool_tip="Remove attachment from your notification"/> - <button label="Send" label_selected="Send" name="send_notice"/> + <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="Drag an inventory item onto this target box to send it with this notice. You must have permission to copy and transfer the item in order to attach it."/> </panel> - <panel label="View Past Notice" name="panel_view_past_notice"> + <panel label="察看過去的通知" name="panel_view_past_notice"> <text name="lbl"> - Archived Notice + 存檔的通知 </text> <text name="lbl2"> - To send a new notice, click the + button + 要送出一個新通知,點擊 + 按鈕 </text> <text name="lbl3"> - Subject: + 主旨: </text> <text name="lbl4"> - Message: + 訊息: </text> - <button label="Open Attachment" name="open_attachment"/> + <button label="開啟附件" name="open_attachment"/> </panel> </panel> |