blob: 0d313602b5401712306d8607e181ea7a9ca34614 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="objectcontents" title="CONTENUTO DEGLI OGGETTI">
<text name="object_name">
[DESC]:
</text>
<text name="border_note">
Copia nell'inventario e indossa
</text>
<button label="Aggiungi al vestiario" label_selected="Aggiungi al vestiario" name="copy_and_wear_button"/>
<button label="Sostituisci vestiario" label_selected="Sostituisci vestiario" name="copy_and_replace_button"/>
<button label="Crea solo la copia nell'inventario" label_selected="Crea solo la copia nell'inventario" name="copy_to_inventory_button"/>
<button label="Annulla" label_selected="Annulla" name="cancel_button"/>
</floater>
|