[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

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


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