blob: e332891ed2ebf1bd1b6ac6be448b5ec011d5f654 (
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"?>
<floater name="Inventory" title="INVENTARIO">
<floater.string name="Title">
Inventario
</floater.string>
<floater.string name="TitleFetching">
Inventario (Fetching [ITEM_COUNT] Items...) [FILTER]
</floater.string>
<floater.string name="TitleCompleted">
Inventario ([ITEM_COUNT] Items) [FILTER]
</floater.string>
<floater.string name="Fetched">
Completato
</floater.string>
<panel label="Pannello dell'Inventario" name="Inventory Panel"/>
</floater>
|