add missing default translation for lang key tls

This commit is contained in:
Klaus Leithoff 2011-07-14 08:57:28 +00:00
parent d9581a6ff3
commit c997f1f1f6

View File

@ -890,6 +890,7 @@ class PHPMailer {
'execute' => 'Could not execute: ',
'instantiate' => 'Could not instantiate mail function.',
'authenticate' => 'SMTP Error: Could not authenticate.',
'tls' => 'SMTP Error: Could not start TLS communication.',
'from_failed' => 'The following From address failed: ',
'recipients_failed' => 'SMTP Error: The following recipients failed: ',
'data_not_accepted' => 'SMTP Error: Data not accepted.',