| [ 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: sendthread.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['nav_sendthread'] = "Send Thread to a Friend"; 10 11 $l['send_thread'] = "Send To Friend"; 12 $l['recipient'] = "Recipient:"; 13 $l['recipient_note'] = "Enter your friends email address here."; 14 $l['subject'] = "Subject:"; 15 $l['message'] = "Message:"; 16 $l['error_nosubject'] = "You are required to enter a subject for the message to send your thread"; 17 $l['error_nomessage'] = "You are required to enter a message before you can send this thread to your friend"; 18 ?>
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 |