[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> newthread.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_newthread'] = "New Thread";
   9  $l['newthread_in'] = "New Thread in {1}";
  10  $l['post_new_thread'] = "Post a new Thread";
  11  $l['thread_subject'] = "Thread Subject:";
  12  $l['your_message'] = "Your Message:";
  13  $l['post_options'] = "Post Options:";
  14  $l['options_sig'] = "<b>Signature:</b> include your signature. (registered users only)";
  15  $l['options_emailnotify'] = "<b>Email Notification:</b> receive an email whenever there is a new reply. (registered users only)";
  16  $l['options_disablesmilies'] = "<b>Disable Smilies:</b> disable smilies from showing in this post.";
  17  $l['post_thread'] = "Post Thread";
  18  $l['preview_post'] = "Preview Post";
  19  $l['poll'] = "Poll:";
  20  $l['poll_desc'] = "Optionally you may attach a poll to this thread.";
  21  $l['poll_check'] = "I want to post a poll";
  22  $l['num_options'] = "Number of options:";
  23  $l['max_options'] = "(Maximum: {1})";
  24  $l['mod_options'] = "Moderator Options:";
  25  $l['close_thread'] = "<b>Close Thread</b>: prevent further posting in this thread.";
  26  $l['stick_thread'] = "<b>Stick Thread:</b> stick this thread to the top of the forum.";
  27  $l['draft_saved'] = "The new thread has successfully been saved as a draft.<br />You will now be taken to your draft listing.";
  28  $l['error_post_already_submitted'] = "You have already posted this thread in this forum. Please visit the forum to see your thread.";
  29  $l['no_prefix'] = "No Prefix";
  30  $l['forum_rules'] = "{1} - Rules";
  31  
  32  $l['multiquote_external_one'] = "You have selected one post from another thread.";
  33  $l['multiquote_external'] = "You have selected {1} posts from other threads.";
  34  $l['multiquote_external_one_deselect'] = "deselect this post";
  35  $l['multiquote_external_deselect'] = "deselect these posts";
  36  $l['multiquote_external_one_quote'] = "Quote this post too";
  37  $l['multiquote_external_quote'] = "Quote these posts too";
  38  
  39  $l['redirect_newthread'] = "Thank you, your thread has been posted.";
  40  $l['redirect_newthread_poll'] = "<br />You will now be taken to the poll options and configuration page.";
  41  $l['redirect_newthread_moderation'] = "<br />The administrator has specified that all new threads require moderation. You will now be returned to the thread listing.";
  42  $l['redirect_newthread_unviewable'] = "<br />You do not have permission to view threads in this forum. You will now be returned to the forum.";
  43  $l['redirect_newthread_thread'] = "<br />You will now be taken to the new thread.";
  44  $l['invalidthread'] = "The specified draft does not exist or you don't have permission to view it.";
  45  
  46  $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';
  47  $l['error_stop_forum_spam_fetching'] = 'Sorry, something went wrong verifying your thread against a spammer database. Most likely the database couldn\'t be accessed. Please try again later.';
  48  
  49  $l['error_suspendedposting'] = "Your posting privileges are currently suspended {1}.<br /><br />
  50  
  51  Suspension Date: {2}";
  52  $l['error_suspendedposting_temporal'] = "until {1}";
  53  $l['error_suspendedposting_permanent'] = "permanently";
  54  


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