summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/ja/panel_edit_shape.xml
blob: a711cd78c61b3caefeecc743043d7275051365d8 (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
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shape_panel">
	<string name="meters">
		メートル
	</string>
	<string name="feet">
		フィート
	</string>
	<string name="height">
		高さ:
	</string>
	<text name="avatar_height"/>
	<panel label="シャツ" name="accordion_panel">
		<accordion name="wearable_accordion">
			<accordion_tab name="shape_body_tab" title="身体">
				<scrolling_panel_list name="shape_body_param_list"/>
			</accordion_tab>
			<accordion_tab name="shape_head_tab" title="頭">
				<scrolling_panel_list name="shape_head_param_list"/>
			</accordion_tab>
			<accordion_tab name="shape_eyes_tab" title="目">
				<scrolling_panel_list name="shape_eyes_param_list"/>
			</accordion_tab>
			<accordion_tab name="shape_ears_tab" title="耳">
				<scrolling_panel_list name="shape_ears_param_list"/>
			</accordion_tab>
			<accordion_tab name="shape_nose_tab" title="鼻">
				<scrolling_panel_list name="shape_nose_param_list"/>
			</accordion_tab>
			<accordion_tab name="shape_mouth_tab" title="口">
				<scrolling_panel_list name="shape_mouth_param_list"/>
			</accordion_tab>
			<accordion_tab name="shape_chin_tab" title="あご">
				<scrolling_panel_list name="shape_chin_param_list"/>
			</accordion_tab>
			<accordion_tab name="shape_torso_tab" title="上半身">
				<scrolling_panel_list name="shape_torso_param_list"/>
			</accordion_tab>
			<accordion_tab name="shape_legs_tab" title="脚">
				<scrolling_panel_list name="shape_legs_param_list"/>
			</accordion_tab>
		</accordion>
	</panel>
</panel>