localizedString=NSLocalizedString(@"Completely sold out",@"String describing a line item with zero stock available");
}else{
localizedString=NSLocalizedString(@"Only %1$@ left in stock, reduce the quantity and try again.",@"String describing an out of stock line item with first parameter representing amount remaining");