blob: 1752f9dfdf67bdf059f38986f0cc6a02035e5621 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="Wearing">
<panel.string name="no_attachments">
Aucun élément attaché porté.
</panel.string>
<accordion name="wearables_accordion">
<accordion_tab name="tab_wearables" title="Articles à porter"/>
<accordion_tab name="tab_temp_attachments" title="Éléments attachés temporaires"/>
</accordion>
<panel name="bottom_panel">
<menu_button name="options_gear_btn" tool_tip="Afficher d'autres options"/>
</panel>
</panel>
|