phpmailer.lang-en.php
上传用户:stephen_wu
上传日期:2008-07-05
资源大小:1757k
文件大小:1k
源码类别:

网络

开发平台:

Unix_Linux

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