blob: d80051fb844546ccd698e144aa8c095724091325 (
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="BEHOLDNING">
<floater.string name="Title">
Beholdning
</floater.string>
<floater.string name="TitleFetching">
Beholdning (henter [ITEM_COUNT] genstande...) [FILTER]
</floater.string>
<floater.string name="TitleCompleted">
Beholdning ([ITEM_COUNT] genstande) [FILTER]
</floater.string>
<floater.string name="Fetched">
Hentet
</floater.string>
<panel label="Beholdningspanel" name="Inventory Panel"/>
</floater>
|