From 2a6ce118882b7ac4ce533dcd3c74f582e01bdb29 Mon Sep 17 00:00:00 2001 From: Merov Linden Date: Wed, 21 May 2014 16:40:23 -0700 Subject: DD-91, DD-84 : WIP : Verify restrictions when moving things to marketplace, provide clear alert for errors, parametrize alerts and tooltips correctly --- indra/newview/skins/default/xui/en/menu_inventory.xml | 8 -------- indra/newview/skins/default/xui/en/notifications.xml | 13 +++++++++++++ indra/newview/skins/default/xui/en/strings.xml | 7 ++++--- 3 files changed, 17 insertions(+), 11 deletions(-) (limited to 'indra/newview/skins/default/xui/en') diff --git a/indra/newview/skins/default/xui/en/menu_inventory.xml b/indra/newview/skins/default/xui/en/menu_inventory.xml index 231e03b1bb..5e67cdf501 100755 --- a/indra/newview/skins/default/xui/en/menu_inventory.xml +++ b/indra/newview/skins/default/xui/en/menu_inventory.xml @@ -793,14 +793,6 @@ parameter="copy_to_outbox" /> - - - diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index 370a2af5e0..dcf53c8804 100755 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -292,6 +292,19 @@ Initialization with the Marketplace failed because of a system or network error. name="okbutton" yestext="OK"/> + + + Copy or move to Marketplace Listings failed with error : + + '[ERROR_CODE]' + + + You can only put items from your inventory on the marketplace You can not put items you are wearing on the marketplace You can not put calling cards on the marketplace - Depth of nested folders exceeds 3 - Subfolder count in top-level folder exceeds 20 - Item count in top-level folder exceeds 200 + Depth of nested folders exceeds [AMOUNT] + Subfolder count in top-level folder exceeds [AMOUNT] + Item count in top-level folder exceeds [AMOUNT] You can't move a folder into its child You can't move a folder into itself @@ -2264,6 +2264,7 @@ The [[MARKETPLACE_CREATE_STORE_URL] Marketplace store] is returning errors. No errors Error: Before sending items to the Marketplace you will need to set yourself up as a merchant (free of charge). Error: This folder has no contents. + Error: Cannot move item in that folder. Error: This item failed to upload because your merchant account has too many items unassociated with products. To fix this error, log in to the marketplace website and reduce your unassociated item count. Error: This item contains too many objects. Fix this error by placing objects together in boxes to reduce the total count to less than 200. -- cgit v1.2.3