blob: 220a6f84afbe7534a60c549319390c0a11df6e42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Vestiario" name="appearance panel">
<string name="No Outfit" value="Nessun vestiario"/>
<string name="Unsaved Changes" value="Modifiche non salvate"/>
<string name="Now Wearing" value="Abbigliamento attuale..."/>
<string name="Changing outfits" value="Cambio vestiti"/>
<panel name="panel_currentlook">
<button label="M" name="editappearance_btn"/>
<button label="A" name="openoutfit_btn"/>
<text name="currentlook_status">
(Stato)
</text>
<button label="" name="edit_outfit_btn" tool_tip="Modifica questo vestiario"/>
</panel>
<filter_editor label="Filtri per il vestiario" name="Filter"/>
</panel>
|