Merge pull request #8507 from frederic34/patch-2
Translation of error message
This commit is contained in:
commit
dd934c89bf
@ -776,7 +776,8 @@ class CMailFile
|
||||
dol_syslog("CMailFile::sendfile: mail end error=".$this->error, LOG_ERR);
|
||||
$res=false;
|
||||
} else {
|
||||
$this->error = sprintf ("Sent %d messages\n", $result);
|
||||
$this->error = $langs->trans("SentXXXmessages", $result);
|
||||
$this->errors[] = $langs->trans("SentXXXmessages", $result);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
@ -78,6 +78,7 @@ ResultOfMailSending=Result of mass EMail sending
|
||||
NbSelected=Nb selected
|
||||
NbIgnored=Nb ignored
|
||||
NbSent=Nb sent
|
||||
SentXXXmessages=%s message(s) sent.
|
||||
ConfirmUnvalidateEmailing=Are you sure you want to change email <b>%s</b> to draft status?
|
||||
MailingModuleDescContactsWithThirdpartyFilter=Contact with customer filters
|
||||
MailingModuleDescContactsByCompanyCategory=Contacts by third party category
|
||||
|
||||
Loading…
Reference in New Issue
Block a user