blob: 5049bb3e58cfe56851b6eb3b2d00b785d697a22b (
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">
Raggiunto ??????????
</floater.string>
<panel label="Pannello dell'Inventario" name="Inventory Panel"/>
</floater>
|