[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> newreply.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_newreply'] = "Post Reply";
   9  
  10  $l['post_reply_to'] = "Post Reply to {1}";
  11  $l['post_new_reply'] = "Post a New Reply";
  12  $l['reply_to'] = "Reply to thread: {1}";
  13  $l['post_subject'] = "Post Subject:";
  14  $l['your_message'] = "Your Message:";
  15  $l['post_options'] = "Post Options:";
  16  $l['options_sig'] = "<strong>Signature:</strong> include your signature. (registered users only)";
  17  $l['options_emailnotify'] = "<strong>Email Notification:</strong> receive an email whenever there is a new reply. (registered users only)";
  18  $l['options_disablesmilies'] = "<strong>Disable Smilies:</strong> disable smilies from showing in this post.";
  19  $l['post_reply'] = "Post Reply";
  20  $l['preview_post'] = "Preview Post";
  21  $l['mod_options'] = "Moderator Options:";
  22  $l['close_thread'] = "<strong>Close Thread</strong>: prevent further posting in this thread.";
  23  $l['stick_thread'] = "<strong>Stick Thread:</strong> stick this thread to the top of the forum.";
  24  $l['forum_rules'] = "{1} - Rules";
  25  $l['thread_review'] = "Thread Review (Newest First)";
  26  $l['thread_review_more'] = "This thread has more than {1} replies. <a href=\"{2}\" target=\"_blank\">Read the whole thread.</a>";
  27  $l['posted_by'] = "Posted by";
  28  $l['draft_saved'] = "The new post has successfully been saved as a draft.<br />You will now be taken to your draft listing.";
  29  $l['error_post_already_submitted'] = "You have already posted this reply to the specified thread. Please visit the thread to see your reply.";
  30  $l['multiquote_external_one'] = "You have selected one post outside of this thread.";
  31  $l['multiquote_external'] = "You have selected {1} posts outside of this thread.";
  32  $l['multiquote_external_one_deselect'] = "deselect this post";
  33  $l['multiquote_external_deselect'] = "deselect these posts";
  34  $l['multiquote_external_one_quote'] = "Quote this post too";
  35  $l['multiquote_external_quote'] = "Quote these posts too";
  36  
  37  $l['redirect_newreply'] = "Thank you, your reply has been posted.";
  38  $l['redirect_newreply_moderation'] = "The administrator has specified that all new posts require moderation. You will now be returned to the thread.";
  39  $l['redirect_newreply_post'] = "<br />You will now be taken to your post.";
  40  $l['redirect_newreplyerror'] = "Sorry, but your reply has been rejected for lack of content. <br />You will now be returned to the thread.";
  41  $l['redirect_threadclosed'] = "You cannot post replies in this thread because it has been closed by a moderator.";
  42  $l['error_post_noperms'] = "You don't have permission to edit this draft.";
  43  
  44  
  45  $l['error_stop_forum_spam_spammer'] = 'Sorry, your {1} matches that of a known spammer. If you feel this is a mistake, please contact an administrator';
  46  $l['error_stop_forum_spam_fetching'] = 'Sorry, something went wrong verifying your reply against a spammer database. Most likely the database couldn\'t be accessed. Please try again later.';
  47  
  48  $l['error_suspendedposting'] = "Your posting privileges are currently suspended {1}.<br /><br />
  49  
  50  Suspension Date: {2}";
  51  $l['error_suspendedposting_temporal'] = "until {1}";
  52  $l['error_suspendedposting_permanent'] = "permanently";
  53  


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