blob: 9cc88ba288161f596fac36e99a202ebb8dd1d0d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater name="floater_merchant_outbox" title="SKRZYNKA NADAWCZA KUPCA">
<string name="OutboxFolderCountN">
Folderów: [NUM]
</string>
<string name="OutboxImporting">
Wysyłanie folderów...
</string>
<string name="OutboxInitializing">
Inicjalizacja...
</string>
<panel name="panel_1">
<panel name="panel_2">
<panel name="outbox_inventory_placeholder_panel">
<text name="outbox_inventory_placeholder_title">
Ładowanie...
</text>
</panel>
</panel>
<panel name="panel_3">
<panel name="outbox_generic_drag_target">
<text name="text_1">
Przeciągaj tu przedmioty by tworzyć foldery
</text>
</panel>
<button label="Wyślij na Marketplace" tool_tip="Wyślij na witrynę Marketplace" name="outbox_import_btn" />
</panel>
</panel>
</floater>
|