<?xml version="1.0" encoding="utf-8" standalone="yes"?> <panel label="Sonstiges" name="main inventory panel"> <panel.string name="ItemcountFetching"> Holen von [ITEM_COUNT] Bestellungen und [CATEGORY_COUNT] Ordnern... [FILTER] </panel.string> <panel.string name="ItemcountCompleted"> [ITEM_COUNT] Bestellungen und [CATEGORY_COUNT] Ordner [FILTER] </panel.string> <panel.string name="ItemcountUnknown"> Geholte [ITEM_COUNT] Bestellungen und [CATEGORY_COUNT] Ordner [FILTER] </panel.string> <text name="ItemcountText"> Objekte: </text> <filter_editor label="Suchtext eingeben" name="inventory search editor"/> <combo_box name="search_type"> <item label="Name" name="Name" value="search_by_name"/> <item label="Ersteller" name="Creator" value="search_by_creator"/> <item label="Beschreibung" name="Description" value="search_by_description"/> <item label="UUID" name="UUID" value="search_by_UUID"/> </combo_box> <tab_container name="inventory filter tabs"> <inventory_panel label="MEIN INVENTAR" name="All Items"/> <recent_inventory_panel label="AKTUELL" name="Recent Items"/> <inventory_panel label="GETRAGEN" name="Worn Items"/> </tab_container> <layout_stack name="bottom_panel"> <layout_panel name="options_gear_btn_panel"> <menu_button name="options_gear_btn" tool_tip="Zusätzliche Optionen anzeigen"/> </layout_panel> <layout_panel name="add_btn_panel"> <button name="add_btn" tool_tip="Neues Objekt hinzufügen"/> </layout_panel> <layout_panel name="trash_btn_panel"> <dnd_button name="trash_btn" tool_tip="Auswahl löschen"/> </layout_panel> </layout_stack> </panel>