blob: 02f257d4664dc25750cb3f142fd7f45f878db1e2 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_merchant_outbox" title="CASELLA IN USCITA DEL RIVENDITORE">
<string name="OutboxFolderCount1">
1 cartella
</string>
<string name="OutboxFolderCountN">
[NUM] cartelle
</string>
<string name="OutboxImporting">
Invio cartelle...
</string>
<string name="OutboxInitializing">
Inizializzazione...
</string>
<panel label="">
<panel>
<panel name="outbox_inventory_placeholder_panel">
<text name="outbox_inventory_placeholder_title">
Caricamento...
</text>
</panel>
</panel>
<panel>
<button label="Invia a Marketplace" name="outbox_import_btn" tool_tip="Push su negozio Marketplace"/>
</panel>
</panel>
</floater>
|