blob: 409261a136859fe8ecd1c282950890f39cb86597 (
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="INVENTÁRIO">
<floater.string name="Title">
Inventário
</floater.string>
<floater.string name="TitleFetching">
Inventário ([ITEM_COUNT] Items) [FILTER] [FILTER]
</floater.string>
<floater.string name="TitleCompleted">
Inventário ([ITEM_COUNT] Items) [FILTER]
</floater.string>
<floater.string name="Fetched">
Obtido
</floater.string>
<panel label="Painel do inventário" name="Inventory Panel"/>
</floater>
|