[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

/inc/languages/english/ -> mailhandler.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   *
   6   * $Id: mailhandler.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8   
   9  $l['error_no_connection'] = 'There was an error establishing a connection through the server: ';
  10  $l['error_no_message'] = 'There was no message specified.';
  11  $l['error_no_subject'] = 'There was no subject specified.';
  12  $l['error_no_recipient'] = 'There was no recipient specified.';
  13  $l['error_not_sent'] = 'There was a error while trying to send the mail through php mail function.';
  14  $l['error_status_missmatch'] = 'The status from server mismatches expected result, returning: ';
  15  $l['error_data_not_sent'] = 'This data could not be sent to server: ';
  16  
  17  $l['error_occurred'] = 'One or more errors have occurred. Please correct the following errors before continuing.<br />';
  18  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1