mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
add missing default translation for lang key tls
This commit is contained in:
parent
a24606739e
commit
6263753e80
@ -924,6 +924,7 @@ class PHPMailer {
|
|||||||
'execute' => 'Could not execute: ',
|
'execute' => 'Could not execute: ',
|
||||||
'instantiate' => 'Could not instantiate mail function.',
|
'instantiate' => 'Could not instantiate mail function.',
|
||||||
'authenticate' => 'SMTP Error: Could not authenticate.',
|
'authenticate' => 'SMTP Error: Could not authenticate.',
|
||||||
|
'tls' => 'SMTP Error: Could not start TLS communication.',
|
||||||
'from_failed' => 'The following From address failed: ',
|
'from_failed' => 'The following From address failed: ',
|
||||||
'recipients_failed' => 'SMTP Error: The following recipients failed: ',
|
'recipients_failed' => 'SMTP Error: The following recipients failed: ',
|
||||||
'data_not_accepted' => 'SMTP Error: Data not accepted.',
|
'data_not_accepted' => 'SMTP Error: Data not accepted.',
|
||||||
|
Loading…
Reference in New Issue
Block a user