[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: report.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['report_post'] = "Report Post";
  10  $l['report_to_mod'] = "Report this post to a moderator";
  11  $l['only_report'] = "You should only report posts that are spam, advertising messages, or abuse.";
  12  $l['report_reason'] = "Your reason for reporting this post:";
  13  $l['thank_you'] = "Thank You.";
  14  $l['post_reported'] = "The post has successfully been reported. You can now close this window.";
  15  $l['report_error'] = "Error";
  16  $l['no_reason'] = "You cannot report a post without specifying a reason for reporting it.";
  17  $l['go_back'] = "Back";
  18  $l['close_window'] = "Close Window";
  19  ?>


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