Added some cursory direct-delivery support.
This commit is contained in:
@@ -301,6 +301,13 @@
|
||||
name="Take Off" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="take_off" />
|
||||
</menu_item_call>
|
||||
<menu_item_separator name="Marketplace Separator" />
|
||||
<menu_item_call bottom_delta="-18" height="18" label="Copy to Merchant Outbox" left="0" mouse_opaque="true"
|
||||
name="Merchant Copy" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="copy_to_outbox" />
|
||||
<menu_item_call bottom_delta="-18" height="18" label="Send to Marketplace" left="0" mouse_opaque="true"
|
||||
name="Marketplace Send" width="128">
|
||||
<on_click filter="" function="Inventory.DoToSelected" userdata="send_to_marketplace" />
|
||||
<menu_item_call bottom_delta="-18" height="18" label="--no options--" left="0"
|
||||
mouse_opaque="true" name="--no options--" width="128" />
|
||||
<!--menu_item_separator name="Wearable Separator" -->
|
||||
|
||||
@@ -283,8 +283,87 @@ Save changes to current clothing/body part?
|
||||
notext="Don't Save"
|
||||
yestext="Save"/>
|
||||
</notification>
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="ConfirmNoCopyToOutbox"
|
||||
type="alertmodal">
|
||||
You don't have permission to copy one or more of these items to the Merchant Outbox. You can move them or leave them behind.
|
||||
<usetemplate
|
||||
name="okcancelbuttons"
|
||||
notext="Don't move item(s)"
|
||||
yestext="Move item(s)"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="OutboxStatus_Success"
|
||||
name="OutboxFolderCreated"
|
||||
type="outbox">
|
||||
<unique/>
|
||||
A new folder has been created for each item you have transferred into the top level of your Merchant Outbox.
|
||||
|
||||
<usetemplate
|
||||
ignoretext="A new folder was created in the Merchant Outbox"
|
||||
name="okignore"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="OutboxStatus_Success"
|
||||
name="OutboxImportComplete"
|
||||
type="outbox">
|
||||
Success
|
||||
|
||||
All folders were successfully sent to the Marketplace.
|
||||
|
||||
<usetemplate
|
||||
ignoretext="All folders sent to the Marketplace"
|
||||
name="okignore"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="OutboxStatus_Warning"
|
||||
name="OutboxImportHadErrors"
|
||||
type="outbox">
|
||||
Some folders did not transfer
|
||||
|
||||
Errors occurred when some folders were sent to the Marketplace. Those folders are still in your Merchant Outbox.
|
||||
|
||||
See the [[MARKETPLACE_IMPORTS_URL] error log] for more information.
|
||||
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="OutboxStatus_Error"
|
||||
name="OutboxImportFailed"
|
||||
type="outbox">
|
||||
Transfer failed
|
||||
|
||||
No folders were sent to the Marketplace because of a system or network error. Try again later.
|
||||
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="OutboxStatus_Error"
|
||||
name="OutboxInitFailed"
|
||||
type="outbox">
|
||||
Marketplace initialization failed
|
||||
|
||||
Initialization with the Marketplace failed because of a system or network error. Try again later.
|
||||
|
||||
<usetemplate
|
||||
name="okbutton"
|
||||
yestext="OK"/>
|
||||
</notification>
|
||||
|
||||
|
||||
<notification
|
||||
icon="alertmodal.tga"
|
||||
name="CompileQueueSaveText"
|
||||
type="alertmodal">
|
||||
|
||||
@@ -96,6 +96,14 @@
|
||||
<string name="TooltipLand">Land:</string>
|
||||
<string name="TooltipMustSingleDrop">Only a single item can be dragged here</string>
|
||||
|
||||
<string name="TooltipOutboxDragToWorld">You can not rez items in your merchant outbox</string>
|
||||
<string name="TooltipOutboxNoTransfer">One or more of these objects cannot be sold or transferred.</string>
|
||||
<string name="TooltipOutboxNotInInventory">Your merchant outbox can only accept items directly from your inventory</string>
|
||||
<string name="TooltipOutboxWorn">You can not put items you are wearing into your merchant outbox</string>
|
||||
<string name="TooltipOutboxCallingCard">You can not put calling cards into your merchant outbox</string>
|
||||
<string name="TooltipOutboxFolderLevels">Depth of nested folders exceeds 3</string>
|
||||
<string name="TooltipOutboxTooManyFolders">Subfolder count in top-level folder exceeds 20</string>
|
||||
<string name="TooltipOutboxTooManyObjects">Item count in top-level folder exceeds 200</string>
|
||||
|
||||
<string name="TooltipDragOntoOwnChild">You can't move a folder into its child</string>
|
||||
<string name="TooltipDragOntoSelf">You can't move a folder into itself</string>
|
||||
|
||||
Reference in New Issue
Block a user