[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> tools_mailerrors.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['system_email_log'] = "System Email Log";
   9  $l['system_email_log_desc'] = "Any emails which were generated by MyBB and returned an error when being sent are logged by MyBB and are shown below. This section is particularly useful for identifying SMTP configuration issues or for identifying mail support on your server.";
  10  $l['prune_system_email_log'] = "Prune System Email Log";
  11  $l['filter_system_email_log'] = "Filter System Email Log";
  12  
  13  $l['close_window'] = "Close Window";
  14  $l['user_email_log_viewer'] = "User Email Log Viewer";
  15  $l['smtp_code'] = "SMTP Code:";
  16  $l['smtp_server_response'] = "SMTP Server Response:";
  17  $l['to'] = "To";
  18  $l['from'] = "From";
  19  $l['subject'] = "Subject";
  20  $l['date'] = "Date";
  21  $l['email'] = "Email";
  22  $l['date_sent'] = "Date Sent";
  23  $l['error_message'] = "Error Message";
  24  $l['find'] = "Find";
  25  $l['no_logs'] = "There are no log entries with the selected criteria.";
  26  $l['subject_contains'] = "Subject contains";
  27  $l['error_message_contains'] = "Error Message contains";
  28  $l['to_address_contains'] = "To Address contains";
  29  $l['from_address_contains'] = "From Address contains";
  30  $l['find_emails_to_addr'] = "Find all emails sent to this address";
  31  


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