[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/cron/language/ -> phpmailer.lang-en.php (source)

   1  <?php
   2  /*********************************************************************************
   3  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4  * ("License"); You may not use this file except in compliance with the License
   5  * The Original Code is:  vtiger CRM Open Source
   6  * The Initial Developer of the Original Code is vtiger.
   7  * Portions created by vtiger are Copyright (C) vtiger.
   8  * All Rights Reserved.
   9  *
  10  ********************************************************************************/
  11  
  12  /**
  13   * PHPMailer language file.
  14   * English Version
  15   */
  16  $PHPMAILER_LANG = array();
  17  $PHPMAILER_LANG["provide_address"] = 'You must provide at least one ' .
  18                                       'recipient email address.';
  19  $PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.';
  20  $PHPMAILER_LANG["execute"] = 'Could not execute: ';
  21  $PHPMAILER_LANG["instantiate"] = 'Could not instantiate mail function.';
  22  $PHPMAILER_LANG["authenticate"] = 'SMTP Error: Could not authenticate.';
  23  $PHPMAILER_LANG["from_failed"] = 'The following From address failed: ';
  24  $PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: The following ' .
  25                                         'recipients failed: ';
  26  $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data not accepted.';
  27  $PHPMAILER_LANG["connect_host"] = 'SMTP Error: Could not connect to SMTP host.';
  28  $PHPMAILER_LANG["file_access"] = 'Could not access file: ';
  29  $PHPMAILER_LANG["file_open"] = 'File Error: Could not open file: ';
  30  $PHPMAILER_LANG["encoding"] = 'Unknown encoding: ';
  31  ?>


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1