[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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

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


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref