00001 <?php 00007 $PHPMAILER_LANG = array(); 00008 00009 $PHPMAILER_LANG["provide_address"] = 'You must provide at least one ' . 00010 'recipient email address.'; 00011 $PHPMAILER_LANG["mailer_not_supported"] = ' mailer is not supported.'; 00012 $PHPMAILER_LANG["execute"] = 'Could not execute: '; 00013 $PHPMAILER_LANG["instantiate"] = 'Could not instantiate mail function.'; 00014 $PHPMAILER_LANG["authenticate"] = 'SMTP Error: Could not authenticate.'; 00015 $PHPMAILER_LANG["from_failed"] = 'The following From address failed: '; 00016 $PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: The following ' . 00017 'recipients failed: '; 00018 $PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data not accepted.'; 00019 $PHPMAILER_LANG["connect_host"] = 'SMTP Error: Could not connect to SMTP host.'; 00020 $PHPMAILER_LANG["file_access"] = 'Could not access file: '; 00021 $PHPMAILER_LANG["file_open"] = 'File Error: Could not open file: '; 00022 $PHPMAILER_LANG["encoding"] = 'Unknown encoding: '; 00023 $PHPMAILER_LANG["signing"] = 'Signing Error: '; 00024 00025 ?>
1.5.6