strError=strprintf(_("Error: This is an oversized transaction that requires a transaction fee of %s "),FormatMoney(nFeeRequired).c_str());
strError=strprintf(_("Error: This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds "),FormatMoney(nFeeRequired).c_str());
Error(strprintf(_("This is an oversized transaction that requires a transaction fee of %s"),FormatMoney(nFeeRequired).c_str()));
Error(strprintf(_("This transaction requires a transaction fee of at least %s because of its amount, complexity, or use of recently received funds"),FormatMoney(nFeeRequired).c_str()));