blob: e5c7deb7d61fbcb728b9abfd5e37b48e3b3113a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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="側邊欄切換。" name="sidebar_openclose" tab_title="側邊欄切換"/>
<sidetray_tab description="首頁。" name="sidebar_home" tab_title="首頁">
<panel label="首頁" name="panel_home"/>
</sidetray_tab>
<sidetray_tab description="編輯你的公開檔案及精選地點。" 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="人群">
<panel_container name="panel_container">
<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="地點" name="sidebar_places" tab_title="地點">
<panel label="地點" name="panel_places"/>
</sidetray_tab>
<sidetray_tab description="瀏覽你的收納區。" name="sidebar_inventory" tab_title="我的收納區">
<panel label="編輯收納區" name="sidepanel_inventory"/>
</sidetray_tab>
<sidetray_tab description="變更你的外觀與目前樣貌。" name="sidebar_appearance" tab_title="我的外觀">
<panel label="編輯外觀" name="sidepanel_appearance"/>
</sidetray_tab>
</side_tray>
|