MIFOSX-1728

This commit is contained in:
Vishwas Babu A J 2014-12-08 17:47:29 -08:00
parent 01d9731990
commit b4a3720ea5

View File

@ -1336,6 +1336,8 @@
"validation.msg.loan.submittedOnDate.cannot.be.blank": "Submitted on date is mandatory.",
"validation.msg.loan.charges.specific.loancharge.with.calculation.type.interest.not.allowed":"Specific due date charges as a % of interest cannot be used with products supporting interest recalculation",
"validation.msg.loan.charges.installment.loancharge.with.calculation.type.principal.not.allowed":"Installment charges as a % of principal cannot be used with products supporting interest recalculation",
"validation.msg.loan.numberOfRepayments.lesser.than.minimumNumberOfRepayments":"The total number of calculated repayments for this loan ( `{{params[0].value}}`) is lesser than the allowed minimum of `{{params[1].value}}`",
"validation.msg.loan.numberOfRepayments.greater.than.maximumNumberOfRepayments":"The total number of calculated repayments for this loan ( `{{params[0].value}}`) is greater than the allowed maximum of `{{params[1].value}}`",
"error.msg.loanCharge.cannot.be.added.as.date.is.before.last.transaction.date":"Charges must be added after last transaction date for products supporting interest recalculation",
"error.msg.loanCharge.cannot.be.added.as.installment.charge":"Installment charges cannot be added after disbursement for products supporting interest recalculation",
"error.msg.loan.submittal.cannot.be.a.future.date": "Submitted on date cannot be in the future.",