Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: newreply.lang.php 5079 2010-07-04 09:14:53Z Huji $
| * $Id: newreply.lang.php 5657 2011-11-27 12:32:47Z Tomm $
|
*/
$l['nav_newreply'] = "Post Reply";
| */
$l['nav_newreply'] = "Post Reply";
|
Zeile 22 | Zeile 22 |
---|
$l['mod_options'] ="Moderator Options:"; $l['close_thread'] = "<strong>Close Thread</strong>: prevent further posting in this thread."; $l['stick_thread'] = "<strong>Stick Thread:</strong> stick this thread to the top of the forum.";
|
$l['mod_options'] ="Moderator Options:"; $l['close_thread'] = "<strong>Close Thread</strong>: prevent further posting in this thread."; $l['stick_thread'] = "<strong>Stick Thread:</strong> stick this thread to the top of the forum.";
|
| $l['forum_rules'] = "{1} - Rules";
|
$l['thread_review'] = "Thread Review (Newest First)"; $l['thread_review_more'] = "This thread has more than {1} replies. <a href=\"{2}\">Read the whole thread.</a>"; $l['posted_by'] = "Posted by"; $l['draft_saved'] = "The new post has successfully been saved as a draft.<br />You will now be taken to your draft listing."; $l['image_verification'] = "Image Verification";
|
$l['thread_review'] = "Thread Review (Newest First)"; $l['thread_review_more'] = "This thread has more than {1} replies. <a href=\"{2}\">Read the whole thread.</a>"; $l['posted_by'] = "Posted by"; $l['draft_saved'] = "The new post has successfully been saved as a draft.<br />You will now be taken to your draft listing."; $l['image_verification'] = "Image Verification";
|
$l['verification_note'] = "Please enter the text within the image on the left in to the text box below. This process is used to prevent automated posts.";
| $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.";
|
$l['verification_subnote'] = "(case insensitive)"; $l['invalid_captcha'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image."; $l['error_post_already_submitted'] = "You have already posted this reply to the specified thread. Please visit the thread to see your reply.";
| $l['verification_subnote'] = "(case insensitive)"; $l['invalid_captcha'] = "The image verification code that you entered was incorrect. Please enter the code exactly how it appears in the image."; $l['error_post_already_submitted'] = "You have already posted this reply to the specified thread. Please visit the thread to see your reply.";
|