summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_side_tray.xml
blob: fc24692d4e84b86eb2cf325edb1c1719807becdd (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
<?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_home">
		<panel label="ホーム" name="panel_home"/>
	</sidetray_tab>
	<sidetray_tab description="フレンド、連絡先、近くの人を探してください。" name="sidebar_people">
		<panel_container name="panel_container">
			<panel label="グループ情報" name="panel_group_info_sidetray"/>
			<panel label="ブロックされた住人とオブジェクト" name="panel_block_list_sidetray"/>
		</panel_container>
	</sidetray_tab>
	<sidetray_tab description="行きたい場所、行ったことのある場所を探してください。" label="場所" name="sidebar_places">
		<panel label="場所" name="panel_places"/>
	</sidetray_tab>
	<sidetray_tab description="あなたの公開プロフィールとピックを編集してください。" name="sidebar_me">
		<panel label="ミー" name="panel_me"/>
	</sidetray_tab>
	<sidetray_tab description="あなたの容姿や現在の見た目を変更してください。" name="sidebar_appearance">
		<panel label="容姿の編集" name="sidepanel_appearance"/>
	</sidetray_tab>
	<sidetray_tab description="あなたの持ち物を眺めてください。" name="sidebar_inventory">
		<panel label="持ち物を編集" name="sidepanel_inventory"/>
	</sidetray_tab>
</side_tray>