[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: akismet.lang.php 5828 2012-05-08 16:06:16Z Tomm $
   7   */
   8  
   9  $l['spam'] = "Spam";
  10  
  11  $l['post_spam_success'] = "The post(s) has been marked as spam successfully.";
  12  $l['thread_spam_success'] = "The thread has been marked as spam successfully.";
  13  
  14  $l['mark_as_spam'] = "Mark as Spam";
  15  $l['confirm_mark_as_spam'] = "Are you sure you wish to mark the selected post/thread as spam?";
  16  
  17  $l['akismet_error'] = "Akismet Error";
  18  
  19  $l['redirect_newthread'] = "Akismet has detected that this is a spam message and will not be processed.<br />If you find this is in error please contact your forum administrator.";
  20  $l['redirect_return_forum'] = "You may return to the forum <a href=\"{1}\">here</a>.";
  21  
  22  $l['redirect_newreply'] = "Akismet has detected that this is a spam message and will not be processed.<br />If you find this is in error please contact your system administrator.";
  23  $l['redirect_return_thread']= "You may return to the thread <a href=\"{1}\">here</a>.<br />Alternatively, return to the <a href=\"{2}\">forum.</a>";
  24  
  25  ?>


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