[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> report.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['report_reason'] = "Report reason:";
   9  $l['report_to_mod'] = "Report content to a moderator";
  10  $l['close_window'] = "Close Window";
  11  
  12  // Content types
  13  $l['report_content'] = "Report Content";
  14  $l['report_reason_post'] = "Report Post";
  15  $l['report_reason_profile'] = "Report Profile";
  16  $l['report_reason_reputation'] = "Report Reputation";
  17  
  18  // Content reasons
  19  $l['report_reason_rules'] = "Breaks Forum Rules";
  20  $l['report_reason_bad'] = "Inappropriate Content";
  21  $l['report_reason_spam'] = "Spam Content";
  22  $l['report_reason_wrong'] = "Wrong Forum";
  23  $l['report_reason_other'] = "Other";
  24  
  25  $l['success_report_voted'] = "Thanks for reporting this content.<br />A member of the forum team will check your report soon.";
  26  
  27  $l['error_report_length'] = "Please provide a detailed reason for your report.";
  28  $l['error_invalid_report'] = "This {1} either does not exist or is not allowed to be reported.";
  29  $l['error_invalid_report_reason'] = "The selected reason is invalid.";
  30  $l['error_comment_required'] = "An additional comment is required for the selected reason.";
  31  $l['error_report_duplicate'] = "This content has already been reported by another member.<br />You may also report this content below.";
  32  $l['report_reason_other_description'] = "Please provide more information about why you are reporting this content.";


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