| [ Index ] |
PHP Cross Reference of MyBB 1.6.7 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: akismet.lang.php 5557 2011-08-26 14:06:44Z huji $ 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 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Sat Mar 31 17:55:03 2012 | Cross-referenced by PHPXref 0.7.1 |