blob: d04dba7a3bece0c45eaee08d3b3abbffd1444278 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="edit_shape_panel">
<string name="meters">
Meter
</string>
<string name="feet">
Fuß
</string>
<string name="height">
Höhe:
</string>
<panel label="Hemd" name="accordion_panel">
<accordion name="wearable_accordion">
<accordion_tab name="shape_body_tab" title="Körper"/>
<accordion_tab name="shape_head_tab" title="Kopf"/>
<accordion_tab name="shape_eyes_tab" title="Augen"/>
<accordion_tab name="shape_ears_tab" title="Ohren"/>
<accordion_tab name="shape_nose_tab" title="Nase"/>
<accordion_tab name="shape_mouth_tab" title="Mund"/>
<accordion_tab name="shape_chin_tab" title="Kinn"/>
<accordion_tab name="shape_torso_tab" title="Oberkörper"/>
<accordion_tab name="shape_legs_tab" title="Beine"/>
</accordion>
</panel>
</panel>
|