Fix trans
This commit is contained in:
parent
009cc36355
commit
47987f239d
@ -1807,7 +1807,7 @@ function email_admin_prepare_head()
|
|||||||
if ($conf->mailing->enabled)
|
if ($conf->mailing->enabled)
|
||||||
{
|
{
|
||||||
$head[$h][0] = DOL_URL_ROOT."/admin/mails_emailing.php";
|
$head[$h][0] = DOL_URL_ROOT."/admin/mails_emailing.php";
|
||||||
$head[$h][1] = $langs->trans("OutGoingEmailSetupForEmailing");
|
$head[$h][1] = $langs->trans("OutGoingEmailSetupForEmailing", $langs->transnoentitiesnoconv("EMailing"));
|
||||||
$head[$h][2] = 'common_emailing';
|
$head[$h][2] = 'common_emailing';
|
||||||
$h++;
|
$h++;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -164,7 +164,7 @@ NoContactWithCategoryFound=No contact/address with a category found
|
|||||||
NoContactLinkedToThirdpartieWithCategoryFound=No contact/address with a category found
|
NoContactLinkedToThirdpartieWithCategoryFound=No contact/address with a category found
|
||||||
OutGoingEmailSetup=Outgoing email setup
|
OutGoingEmailSetup=Outgoing email setup
|
||||||
InGoingEmailSetup=Incoming email setup
|
InGoingEmailSetup=Incoming email setup
|
||||||
OutGoingEmailSetupForEmailing=Outgoing email setup (for mass emailing)
|
OutGoingEmailSetupForEmailing=Outgoing email setup (for module %s)
|
||||||
DefaultOutgoingEmailSetup=Default outgoing email setup
|
DefaultOutgoingEmailSetup=Default outgoing email setup
|
||||||
Information=Information
|
Information=Information
|
||||||
ContactsWithThirdpartyFilter=Contacts with third-party filter
|
ContactsWithThirdpartyFilter=Contacts with third-party filter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user