[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: editpost.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['nav_editpost'] = "Edit Post"; 10 $l['edit_post'] = "Edit This Post"; 11 $l['delete_post'] = "Delete Post"; 12 $l['delete_q'] = "Delete?"; 13 $l['delete_1'] = "To delete this post, check the checkbox to the left and then click the button to the right."; 14 $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."; 15 $l['subject'] = "Subject"; 16 $l['your_message'] = "Your Message"; 17 $l['post_options'] = "Post Options:"; 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_postedited'] = "Thank you, this post has been edited.<br />"; 34 $l['redirect_postedited_redirect'] = "You will now be returned to the thread."; 35 $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."; 36 $l['error_invalidpost'] = "Sorry, but you seem to have followed an invalid address. Please be sure the specified post exists and try again."; 37 $l['redirect_threaddeleted'] = "Thank you, the thread has been deleted.<br />You will now be returned to the forum."; 38 $l['redirect_postdeleted'] = "Thank you, the post has been deleted.<br />You will now be returned to the thread."; 39 $l['redirect_threadclosed'] = "You cannot edit existing posts in this thread because it has been closed by a moderator."; 40 $l['redirect_post_moderation'] = "The administrator has specified that all editing of posts require moderation. You will now be returned to the thread."; 41 $l['redirect_thread_moderation'] = "The administrator has specified that all editing of threads require moderation. You will now be returned to the forum index."; 42 43 $l['thread_deleted'] = "Deleted Thread"; 44 $l['post_deleted'] = "Deleted Post"; 45 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |