[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: newreply.lang.php 5657 2011-11-27 12:32:47Z Tomm $
   7   */
   8  
   9  $l['nav_newreply'] = "Post Reply";
  10  
  11  $l['post_reply_to'] = "Post Reply to {1}";
  12  $l['post_new_reply'] = "Post a New Reply";
  13  $l['reply_to'] = "Reply to thread: {1}";
  14  $l['post_subject'] = "Post Subject:";
  15  $l['your_message'] = "Your Message:";
  16  $l['post_options'] = "Post Options:";
  17  $l['options_sig'] = "<strong>Signature:</strong> include your signature. (registered users only)";
  18  $l['options_emailnotify'] = "<strong>Email Notification:</strong> receive an email whenever there is a new reply. (registered users only)";
  19  $l['options_disablesmilies'] = "<strong>Disable Smilies:</strong> disable smilies from showing in this post.";
  20  $l['post_reply'] = "Post Reply";
  21  $l['preview_post'] = "Preview Post";
  22  $l['mod_options'] ="Moderator Options:";
  23  $l['close_thread'] = "<strong>Close Thread</strong>: prevent further posting in this thread.";
  24  $l['stick_thread'] = "<strong>Stick Thread:</strong> stick this thread to the top of the forum.";
  25  $l['forum_rules'] = "{1} - Rules";
  26  $l['thread_review'] = "Thread Review (Newest First)";
  27  $l['thread_review_more'] = "This thread has more than {1} replies. <a href=\"{2}\">Read the whole thread.</a>";
  28  $l['posted_by'] = "Posted by";
  29  $l['draft_saved'] = "The new post has successfully been saved as a draft.<br />You will now be taken to your draft listing.";
  30  $l['image_verification'] = "Image Verification";
  31  $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.";
  32  $l['verification_subnote'] = "(case insensitive)";
  33  $l['invalid_captcha'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image.";
  34  $l['error_post_already_submitted'] = "You have already posted this reply to the specified thread. Please visit the thread to see your reply.";
  35  $l['multiquote_external_one'] = "You have selected one post outside of this thread.";
  36  $l['multiquote_external'] = "You have selected {1} posts outside of this thread.";
  37  $l['multiquote_external_one_deselect'] = "deselect this post";
  38  $l['multiquote_external_deselect'] = "deselect these posts";
  39  $l['multiquote_external_one_quote'] = "Quote this post too";
  40  $l['multiquote_external_quote'] = "Quote these posts too";
  41  
  42  $l['redirect_newreply'] = "Thank you, your reply has been posted.";
  43  $l['redirect_newreply_moderation'] = "The administrator has specified that all new posts require moderation. You will now be returned to the thread.";
  44  $l['redirect_newreply_post'] = "<br />You will now be taken to your post.";
  45  $l['redirect_newreplyerror'] = "Sorry, but your reply has been rejected for lack of content. <br />You will now be returned to the thread.";
  46  $l['redirect_threadclosed'] = "You cannot post replies in this thread because it has been closed by a moderator.";
  47  $l['error_post_noperms'] = "You don't have permission to edit this draft.";
  48  ?>


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