diff options
author | eli <none@none> | 2016-03-24 15:37:48 -0700 |
---|---|---|
committer | eli <none@none> | 2016-03-24 15:37:48 -0700 |
commit | 0ac02ca921d4246c1e241ab366b5f435b59d8115 (patch) | |
tree | 907259a88f27ae72c36ba95ad4fb2dfc9fcfce4c /indra/newview/skins/default/xui/zh/floater_notifications_tabbed.xml | |
parent | 812d454ecfaed19ae4ddff87417a4866c0e3dae3 (diff) |
FIX INTL-205 translation of Viewer Set44 for 9 languages (no Polish contribution this time), from 391-blizzard branch
Diffstat (limited to 'indra/newview/skins/default/xui/zh/floater_notifications_tabbed.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/floater_notifications_tabbed.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/zh/floater_notifications_tabbed.xml b/indra/newview/skins/default/xui/zh/floater_notifications_tabbed.xml new file mode 100644 index 0000000000..d1b89a4267 --- /dev/null +++ b/indra/newview/skins/default/xui/zh/floater_notifications_tabbed.xml @@ -0,0 +1,39 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="floater_notifications_tabbed" title="通知"> + <floater.string name="system_tab_title"> + 系統:([COUNT]) + </floater.string> + <floater.string name="transactions_tab_title"> + 交易:([COUNT]) + </floater.string> + <floater.string name="group_invitations_tab_title"> + 邀請:([COUNT]) + </floater.string> + <floater.string name="group_notices_tab_title"> + 群組:([COUNT]) + </floater.string> + <string name="title_notification_tabbed_window"> + 通知 + </string> + <layout_stack name="TabButtonsStack"> + <layout_panel name="TabButtonsLayoutPanel"> + <tab_container name="notifications_tab_container"> + <panel label="系統 (0)" name="system_notification_list_tab"/> + <panel label="交易 (0)" name="transaction_notifications_tab"/> + <panel label="邀請 (0)" name="group_invite_notifications_tab"/> + <panel label="群組 (0)" name="group_notice_notifications_tab"/> + </tab_container> + <layout_stack name="ButtonsStack"> + <layout_panel name="CondenseAllButtonPanel"> + <button label="全部摺疊" name="collapse_all_button"/> + </layout_panel> + <layout_panel name="GapLayoutPanel"> + <panel label="空隙欄" name="GapPanel"/> + </layout_panel> + <layout_panel name="DeleteAllButtonPanel"> + <button label="全部刪除" name="delete_all_button"/> + </layout_panel> + </layout_stack> + </layout_panel> + </layout_stack> +</floater> |