diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-06-01 17:05:38 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-06-01 17:05:38 -0400 |
commit | 2662c4b679f0eb2745619dc4fd1dd79af65126f0 (patch) | |
tree | f27ba8675353676d91327fc606b005f0096b2fb9 /indra/newview/skins/default/xui/zh/panel_side_tray.xml | |
parent | 4b97f03b04e7df25e5b3622122f6d124d4a5f617 (diff) | |
parent | 2002a39e4db5ba96f4a0a7653f76a3cd55846a31 (diff) |
Merge. Pulling fix for VWR-25862 into bigger cache tree.
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 | 29 |
1 files changed, 29 insertions, 0 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 new file mode 100644 index 0000000000..d99450b5be --- /dev/null +++ b/indra/newview/skins/default/xui/zh/panel_side_tray.xml @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<!-- Side tray cannot show background because it is always + partially on screen to hold tab buttons. --> +<side_tray name="sidebar"> + <sidetray_tab description="Toggle Sidebar." name="sidebar_openclose" tab_title="Toggle Sidebar"/> + <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"> + <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="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> + <sidetray_tab description="Change your appearance and current look." name="sidebar_appearance" tab_title="My Appearance"> + <panel label="Edit Appearance" name="sidepanel_appearance"/> + </sidetray_tab> +</side_tray> |