[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: newthread.lang.php 5657 2011-11-27 12:32:47Z Tomm $
   7   */
   8  
   9  $l['nav_newthread'] = "New Thread";
  10  $l['newthread_in'] = "New Thread in {1}";
  11  $l['post_new_thread'] = "Post a new Thread";
  12  $l['thread_subject'] = "Thread Subject";
  13  $l['your_message'] = "Your Message:";
  14  $l['post_options'] = "Post Options:";
  15  $l['options_sig'] = "<b>Signature:</b> include your signature. (registered users only)";
  16  $l['options_emailnotify'] = "<b>Email Notification:</b> receive an email whenever there is a new reply. (registered users only)";
  17  $l['options_disablesmilies'] = "<b>Disable Smilies:</b> disable smilies from showing in this post.";
  18  $l['post_thread'] = "Post Thread";
  19  $l['preview_post'] = "Preview Post";
  20  $l['poll'] = "Poll:";
  21  $l['poll_desc'] = "Optionally you may attach a poll to this thread.";
  22  $l['poll_check'] = "I want to post a poll";
  23  $l['num_options'] = "Number of options:";
  24  $l['max_options'] = "(Maximum: {1})";
  25  $l['mod_options'] ="Moderator Options:";
  26  $l['close_thread'] = "<b>Close Thread</b>: prevent further posting in this thread.";
  27  $l['stick_thread'] = "<b>Stick Thread:</b> stick this thread to the top of the forum.";
  28  $l['draft_saved'] = "The new thread has successfully been saved as a draft.<br />You will now be taken to your draft listing.";
  29  $l['image_verification'] = "Image Verification";
  30  $l['verification_note'] = "Please enter the text contained within the image into the text box below it. This process is used to prevent automated posts.";
  31  $l['verification_subnote'] = "(case insensitive)";
  32  $l['invalid_captcha'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.";
  33  $l['error_post_already_submitted'] = "You have already posted this thread in this forum. Please visit the forum to see your thread.";
  34  $l['no_prefix'] = "No Prefix";
  35  $l['forum_rules'] = "{1} - Rules";
  36  
  37  $l['multiquote_external_one'] = "You have selected one post from another thread.";
  38  $l['multiquote_external'] = "You have selected {1} posts from other threads.";
  39  $l['multiquote_external_one_deselect'] = "deselect this post";
  40  $l['multiquote_external_deselect'] = "deselect these posts";
  41  $l['multiquote_external_one_quote'] = "Quote this post too";
  42  $l['multiquote_external_quote'] = "Quote these posts too";
  43  
  44  $l['redirect_newthread'] = "Thank you, your thread has been posted."; 
  45  $l['redirect_newthread_poll'] = "<br />You will now be taken to the poll options and configuration page."; 
  46  $l['redirect_newthread_moderation'] = "<br />The administrator has specified that all new threads require moderation. You will now be returned to the thread listing."; 
  47  $l['redirect_newthread_thread'] = "<br />You will now be taken to the new thread.";
  48  $l['invalidthread'] = "The specified draft does not exist or you don't have permission to view it.";
  49  ?>


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