[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> editpost.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_editpost'] = "Edit Post";
   9  $l['edit_post'] = "Edit This Post";
  10  $l['delete_post'] = "Delete Post";
  11  $l['delete_q'] = "Delete?";
  12  $l['delete_1'] = "To delete this post, check the checkbox to the left and then click the button to the right.";
  13  $l['delete_2'] = "<b>Note:</b> If this post is the first post in a thread deleting it will result in deletion of the whole thread.";
  14  $l['subject'] = "Subject:";
  15  $l['your_message'] = "Your Message:";
  16  $l['post_options'] = "Post Options:";
  17  $l['editreason'] = "Edit Reason:";
  18  $l['options_sig'] = "<strong>Signature:</strong> include your signature. (registered users only)";
  19  $l['options_emailnotify'] = "<strong>Email Notification:</strong> receive an email whenever there is a new reply. (registered users only)";
  20  $l['options_disablesmilies'] = "<strong>Disable Smilies:</strong> disable smilies from showing in this post.";
  21  $l['preview_post'] = "Preview Post";
  22  $l['update_post'] = "Update Post";
  23  $l['poll'] = "Poll:";
  24  $l['poll_desc'] = "Optionally you may attach a poll to this thread.";
  25  $l['poll_check'] = "I want to post a poll";
  26  $l['num_options'] = "Number of options:";
  27  $l['max_options'] = "(Maximum: {1})";
  28  $l['delete_now'] = "Delete Now";
  29  $l['edit_time_limit'] = "Sorry but you cannot edit your post. The Administrator has set it so that posts can only be edited within {1} minutes of posting.";
  30  $l['no_prefix'] = "No Prefix";
  31  
  32  $l['redirect_nodelete'] = "The post was not deleted because you didn't check the \"Delete\" checkbox.";
  33  $l['redirect_norestore'] = "The post was not restored because you didn't check the \"Restore\" checkbox.";
  34  $l['redirect_postedited'] = "Thank you, this post has been edited.<br />";
  35  $l['redirect_postedited_redirect'] = "You will now be returned to the thread.";
  36  $l['redirect_postedited_poll'] = "Thank you, this post has been edited. <br />Because you opted to post a poll, you'll now be taken to the poll creation page.";
  37  $l['error_invalidpost'] = "Sorry, but you seem to have followed an invalid address. Please be sure the specified post exists and try again.";
  38  $l['redirect_threaddeleted'] = "Thank you, the thread has been deleted.<br />You will now be returned to the forum.";
  39  $l['redirect_postdeleted'] = "Thank you, the post has been deleted.<br />You will now be returned to the thread.";
  40  $l['redirect_threadrestored'] = "Thank you, the thread has been restored.<br />You will now be returned to the forum.";
  41  $l['redirect_postrestored'] = "Thank you, the post has been restored.<br />You will now be returned to the thread.";
  42  $l['redirect_threadclosed'] = "You cannot edit existing posts in this thread because it has been closed by a moderator.";
  43  $l['redirect_post_moderation'] = "The administrator has specified that all editing of posts require moderation. You will now be returned to the thread.";
  44  $l['redirect_thread_moderation'] = "The administrator has specified that all editing of threads require moderation. You will now be returned to the forum index.";
  45  $l['error_already_delete'] = "Sorry, but this post is already deleted.";
  46  
  47  $l['thread_deleted'] = "Deleted Thread Permanently";
  48  $l['post_deleted'] = "Deleted Post Permanently";
  49  $l['thread_soft_deleted'] = "Soft Deleted Thread";
  50  $l['post_soft_deleted'] = "Soft Deleted Post";
  51  $l['thread_restored'] = "Restored Thread";
  52  $l['post_restored'] = "Restored Post";
  53  
  54  $l['error_already_deleted'] = 'The selected post has already been deleted.';


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