add nuTranslate to nudata
Posted: Tue Apr 07, 2020 8:33 pm
Hi,
Can we have these lines modified so we can add translations for them? Thank you.
nudata.php, line 56
nudata.php, line 70
nudata.php, line 72
Can we have these lines modified so we can add translations for them? Thank you.
nudata.php, line 56
Code: Select all
nuDisplayError("$label ".nuTranslate('on row'). " " .$noz. " " . nuTranslate('cannot be left blank') . " $slabel");
Code: Select all
nuDisplayError("$label " . nuTranslate('has a duplicate'));
Code: Select all
nuDisplayError("$label ".nuTranslate('on row'). " " .$noz. " ". nuTranslate('has a duplicate') . " $slabel");