]> git.mxchange.org Git - mailer.git/blob - 0.2.1/inc/phpmailer/language/phpmailer.lang-en.php
(no commit message)
[mailer.git] / 0.2.1 / inc / phpmailer / language / phpmailer.lang-en.php
1 <?php\r
2 /**\r
3  * PHPMailer language file.  \r
4  * English Version\r
5  */\r
6 \r
7 $PHPMAILER_LANG = array();\r
8 \r
9 $PHPMAILER_LANG["provide_address"] = 'You must provide at least one ' .\r
10                                      'recipient email address.';\r
11 $PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.';\r
12 $PHPMAILER_LANG["execute"] = 'Could not execute: ';\r
13 $PHPMAILER_LANG["instantiate"] = 'Could not instantiate mail function.';\r
14 $PHPMAILER_LANG["authenticate"] = 'SMTP Error: Could not authenticate.';\r
15 $PHPMAILER_LANG["from_failed"] = 'The following From address failed: ';\r
16 $PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: The following ' .\r
17                                        'recipients failed: ';\r
18 $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data not accepted.';\r
19 $PHPMAILER_LANG["connect_host"] = 'SMTP Error: Could not connect to SMTP host.';\r
20 $PHPMAILER_LANG["file_access"] = 'Could not access file: ';\r
21 $PHPMAILER_LANG["file_open"] = 'File Error: Could not open file: ';\r
22 $PHPMAILER_LANG["encoding"] = 'Unknown encoding: ';\r
23 ?>\r