returnformat(L["Warehousing will move all of the items in this group keeping %d of each item back when bags > bank/gbank, %d of each item back when bank/gbank > bags. Restock will maintain %d items in your bags."],settings.keepBagQuantity,settings.keepBankQuantity,settings.restockQuantity)
else
returnformat(L["Warehousing will move all of the items in this group keeping %d of each item back when bags > bank/gbank, %d of each item back when bank/gbank > bags."],settings.keepBagQuantity,settings.keepBankQuantity)
end
else
ifsettings.restockQtyEnabledthen
returnformat(L["Warehousing will move all of the items in this group keeping %d of each item back when bags > bank/gbank. Restock will maintain %d items in your bags."],settings.keepBagQuantity,settings.restockQuantity)
else
returnformat(L["Warehousing will move all of the items in this group keeping %d of each item back when bags > bank/gbank."],settings.keepBagQuantity)
end
end
else
ifsettings.restockQtyEnabledthen
returnformat(L["Warehousing will move all of the items in this group keeping %d of each item back when bank/gbank > bags. Restock will maintain %d items in your bags."],settings.keepBankQuantity,settings.restockQuantity)
else
returnformat(L["Warehousing will move all of the items in this group keeping %d of each item back when bank/gbank > bags."],settings.keepBankQuantity)
returnformat(L["Warehousing will move a max of %d of each item in this group keeping %d of each item back when bags > bank/gbank, %d of each item back when bank/gbank > bags. Restock will maintain %d items in your bags."],settings.moveQuantity,settings.keepBagQuantity,settings.keepBankQuantity,settings.restockQuantity)
else
returnformat(L["Warehousing will move a max of %d of each item in this group keeping %d of each item back when bags > bank/gbank, %d of each item back when bank/gbank > bags."],settings.moveQuantity,settings.keepBagQuantity,settings.keepBankQuantity)
end
else
ifsettings.restockQtyEnabledthen
returnformat(L["Warehousing will move a max of %d of each item in this group keeping %d of each item back when bags > bank/gbank. Restock will maintain %d items in your bags."],settings.keepBankQuantity,settings.restockQuantity)
else
returnformat(L["Warehousing will move a max of %d of each item in this group keeping %d of each item back when bags > bank/gbank."],settings.keepBankQuantity)
end
end
else
ifsettings.restockQtyEnabledthen
returnformat(L["Warehousing will move a max of %d of each item in this group keeping %d of each item back when bank/gbank > bags. Restock will maintain %d items in your bags."],settings.moveQuantity,settings.keepBankQuantity,settings.restockQuantity)
else
returnformat(L["Warehousing will move a max of %d of each item in this group keeping %d of each item back when bank/gbank > bags."],settings.moveQuantity,settings.keepBankQuantity)
end
end
elseifsettings.moveQtyEnabledthen
ifsettings.restockQtyEnabledthen
returnformat(L["Warehousing will move a max of %d of each item in this group. Restock will maintain %d items in your bags."],settings.moveQuantity,settings.restockQuantity)
else
returnformat(L["Warehousing will move a max of %d of each item in this group."],settings.moveQuantity)
end
else
ifsettings.restockQtyEnabledthen
returnformat(L["Warehousing will move all of the items in this group. Restock will maintain %d items in your bags."],settings.restockQuantity)
else
returnL["Warehousing will move all of the items in this group."]
ifnotsearchStringandTSMAPI:GetSafeItemInfo(quantity)then-- incase an itemID was entered but no qty then the strmatch would have incorrectly set as quantity
ifnotsearchStringandTSMAPI:GetSafeItemInfo(quantity)then-- incase an itemID was entered but no qty then the strmatch would have incorrectly set as quantity