diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-06-14 10:14:44 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-06-14 10:14:44 -0400 |
commit | cc97e3d5cac6663004c7592323d24b6b88bbb8cb (patch) | |
tree | 149daab0284ffa4ee9afba58bb204f6f007d4719 /indra/newview/skins/default/xui/zh/panel_side_tray.xml | |
parent | eb6b75eb906bf91fbd824f75fc4dfed2b3718966 (diff) | |
parent | e35cc6f42b4c02f1d7a05083c3b14de6c222f90a (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/zh/panel_side_tray.xml')
-rw-r--r-- | indra/newview/skins/default/xui/zh/panel_side_tray.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/zh/panel_side_tray.xml b/indra/newview/skins/default/xui/zh/panel_side_tray.xml index d99450b5be..d0169b7c2d 100644 --- a/indra/newview/skins/default/xui/zh/panel_side_tray.xml +++ b/indra/newview/skins/default/xui/zh/panel_side_tray.xml @@ -6,24 +6,24 @@ <sidetray_tab description="首頁。" name="sidebar_home" tab_title="首頁"> <panel label="首頁" name="panel_home"/> </sidetray_tab> - <sidetray_tab description="Edit your public profile and Picks." name="sidebar_me" tab_title="My Profile"> + <sidetray_tab description="Edit your public profile and Picks." name="sidebar_me" tab_title="我的檔案"> <panel_container name="panel_container"> <panel label="自己" name="panel_me"/> </panel_container> </sidetray_tab> <sidetray_tab description="Find your friends, contacts and people nearby." name="sidebar_people" tab_title="People"> <panel_container name="panel_container"> - <panel label="Group Profile" name="panel_group_info_sidetray"/> + <panel label="社團檔案" name="panel_group_info_sidetray"/> <panel label="Blocked Residents & Objects" name="panel_block_list_sidetray"/> </panel_container> </sidetray_tab> <sidetray_tab description="Find places to go and places you've visited before." label="Places" name="sidebar_places" tab_title="Places"> <panel label="Places" name="panel_places"/> </sidetray_tab> - <sidetray_tab description="Browse your inventory." name="sidebar_inventory" tab_title="My Inventory"> - <panel label="Edit Inventory" name="sidepanel_inventory"/> + <sidetray_tab description="瀏覽你的收納區。" name="sidebar_inventory" tab_title="我的收納區"> + <panel label="編輯收納區" name="sidepanel_inventory"/> </sidetray_tab> - <sidetray_tab description="Change your appearance and current look." name="sidebar_appearance" tab_title="My Appearance"> + <sidetray_tab description="變更你的外觀與目前樣貌。" name="sidebar_appearance" tab_title="我的外觀"> <panel label="Edit Appearance" name="sidepanel_appearance"/> </sidetray_tab> </side_tray> |