summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_sidetray_home_tab.xml
blob: aef1f90298de982db23374031a210069f6b6689e (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
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!-- Part of side tray, see that XML file for panel config -->
<panel label="home_tab" name="home_tab">
	<scroll_container name="profile_scroll">
		<panel name="profile_scroll_panel">
			<panel name="sidebar_people">
				<text name="tab_name" value="人"/>
				<text name="tab_description">
					あなたのフレンド、グループ、連絡先、近くの人を探します。
				</text>
			</panel>
			<panel name="sidebar_places">
				<text name="tab_name" value="場所"/>
				<text name="tab_description">
					行きたい場所、行ったことのある場所を探します。
				</text>
			</panel>
			<panel name="sidebar_me">
				<text name="tab_name" value="マイ プロフィール"/>
				<text name="tab_description">
					あなたの公開プロフィールを編集します。
				</text>
			</panel>
			<panel name="sidebar_appearance">
				<text name="tab_name" value="マイ 容姿"/>
				<text name="tab_description">
					あなたの容姿や現在の見た目を変更します。
				</text>
			</panel>
			<panel name="sidebar_inventory">
				<text name="tab_name" value="マイ 持ち物"/>
				<text name="tab_description">
					あなたの持ち物を眺めます。
				</text>
			</panel>
		</panel>
	</scroll_container>
</panel>