blob: 0f0ba2fce617cfcf70b004f012c1568c134fd1cf (
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="MI INVENTARIO">
<floater.string name="Title">
MI INVENTARIO
</floater.string>
<floater.string name="TitleFetching">
MI INVENTARIO (obteniendo [ITEM_COUNT] ítems...) [FILTER]
</floater.string>
<floater.string name="TitleCompleted">
MI INVENTARIO ([ITEM_COUNT] ítems) [FILTER]
</floater.string>
<floater.string name="Fetched">
Obtenido
</floater.string>
<panel label="Panel del inventario" name="Inventory Panel"/>
</floater>
|