blob: 791a0bcf2e1c29bd22d32a6c61df6f5361854e29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Choses" name="Outfits">
<panel.string name="wear_outfit_tooltip">
Porter la tenue sélectionnée
</panel.string>
<panel.string name="wear_items_tooltip">
Porter les articles sélectionnés
</panel.string>
<tab_container name="appearance_tabs">
<panel label="MES TENUES" name="outfitslist_tab"/>
<panel label="PORTÉ" name="cof_tab"/>
</tab_container>
<panel name="bottom_panel">
<button label="Enregistrer sous" name="save_btn"/>
<button label="Porter" name="wear_btn" tool_tip="Porter la tenue sélectionnée"/>
</panel>
</panel>
|