Translation missing
This commit is contained in:
parent
753e68b5d9
commit
e7ad8ef3a7
@ -1523,7 +1523,7 @@ class EmailCollector extends CommonObject
|
|||||||
|
|
||||||
$description = $descriptiontitle = $descriptionmeta = $descriptionfull = '';
|
$description = $descriptiontitle = $descriptionmeta = $descriptionfull = '';
|
||||||
|
|
||||||
$descriptiontitle = $langs->trans("RecordCreatedByEmailCollector", $msgid);
|
$descriptiontitle = $langs->trans("RecordCreatedByEmailCollector", $this->ref, $msgid);
|
||||||
|
|
||||||
$descriptionmeta = dol_concatdesc($descriptionmeta, $langs->trans("MailTopic").' : '.dol_escape_htmltag($subject));
|
$descriptionmeta = dol_concatdesc($descriptionmeta, $langs->trans("MailTopic").' : '.dol_escape_htmltag($subject));
|
||||||
$descriptionmeta = dol_concatdesc($descriptionmeta, $langs->trans("MailFrom").($langs->trans("MailFrom") != 'From' ? ' (From)' : '').' : '.dol_escape_htmltag($fromstring));
|
$descriptionmeta = dol_concatdesc($descriptionmeta, $langs->trans("MailFrom").($langs->trans("MailFrom") != 'From' ? ' (From)' : '').' : '.dol_escape_htmltag($fromstring));
|
||||||
|
|||||||
@ -172,3 +172,4 @@ Unanswered=Unanswered
|
|||||||
Answered=Answered
|
Answered=Answered
|
||||||
IsNotAnAnswer=Is not answer (initial email)
|
IsNotAnAnswer=Is not answer (initial email)
|
||||||
IsAnAnswer=Is an answer of an initial email
|
IsAnAnswer=Is an answer of an initial email
|
||||||
|
RecordCreatedByEmailCollector=Record created by the Email Collector %s from email %s
|
||||||
Loading…
Reference in New Issue
Block a user