1<?php
2/**
3 * MyBB 1.8 English Language Pack
4 * Copyright 2014 MyBB Group, All Rights Reserved
5 *
6 */
7
8$l['delete_poll'] = "Delete Poll";
9$l['close_thread'] = "Close Thread";
10$l['stick_thread'] = "Stick Thread";
11
12$l['author'] = "Author";
13$l['message'] = "Message";
14$l['threaded'] = "Threaded Mode";
15$l['linear'] = "Linear Mode";
16$l['next_oldest'] = "Next Oldest";
17$l['next_newest'] = "Next Newest";
18$l['view_printable'] = "View a Printable Version";
19$l['send_thread'] = "Send this Thread to a Friend";
20$l['subscribe_thread'] = "Subscribe to this thread";
21$l['unsubscribe_thread'] = "Unsubscribe from this thread";
22$l['add_poll_to_thread'] = "Add Poll to this thread";
23$l['moderation_options'] = "Moderation Options:";
24$l['delayed_moderation'] = "Delayed Moderation";
25$l['thread_notes'] = "Edit / View Thread Notes";
26$l['open_close_thread'] = "Open / Close Thread";
27$l['approve_thread'] = "Approve Thread";
28$l['unapprove_thread'] = "Unapprove Thread";
29$l['soft_delete_thread'] = "Soft Delete Thread";
30$l['restore_thread'] = "Restore Thread";
31$l['delete_thread'] = "Delete Thread Permanently";
32$l['delete_posts'] = "Delete Selective Posts";
33$l['move_thread'] = "Move / Copy Thread";
34$l['stick_unstick_thread'] = "Stick / Unstick Thread";
35$l['split_thread'] = "Split Thread";
36$l['merge_threads'] = "Merge Threads";
37$l['remove_redirects'] = "Remove Redirects";
38$l['remove_subscriptions'] = "Remove All Subscriptions";
39$l['poll'] = "Poll:";
40$l['show_results'] = "Show Results";
41$l['edit_poll'] = "Edit poll";
42$l['public_note'] = "<b>Note:</b> This is a public poll, other users will be able to see what you voted for.";
43$l['total'] = "Total";
44$l['vote'] = "Vote!";
45$l['total_votes'] = "{1} vote(s)";
46$l['you_voted'] = "* You voted for this item.";
47$l['poll_closed'] = "This poll is closed.";
48$l['poll_closes'] = "This poll will close on: {1}";
49$l['already_voted'] = "You have already voted in this poll.";
50$l['no_voting_permission'] = "You do not have permission to vote in this poll.";
51$l['undo_vote'] = "Undo vote";
52$l['quick_reply'] = "Quick Reply";
53$l['message_note'] = "Type your reply to this message here.";
54$l['signature'] = "Signature";
55$l['email_notify'] = "Email Notification";
56$l['disable_smilies'] = "Disable Smilies";
57$l['post_reply'] = "Post Reply";
58$l['post_reply_img'] = "Post Reply";
59$l['new_reply'] = "New Reply";
60$l['search_button'] = 'Search';
61$l['post_thread'] = "Post Thread";
62$l['preview_post'] = "Preview Post";
63$l['rating_average'] = "{1} Vote(s) - {2} Average";
64$l['rate_thread'] = "Rate This Thread:";
65$l['thread_rating'] = "Thread Rating:";
66$l['similar_threads'] = "Possibly Related Threads&hellip;";
67$l['thread'] = "Thread";
68$l['replies'] = "Replies";
69$l['views'] = "Views";
70$l['lastpost'] = "Last Post";
71$l['messages_in_thread'] = "Messages In This Thread";
72$l['users_browsing_thread'] = "Users browsing this thread:";
73$l['users_browsing_thread_guests'] = "{1} Guest(s)";
74$l['users_browsing_thread_invis'] = "{1} Invisible User(s)";
75$l['users_browsing_thread_reading'] = "Reading&hellip;";
76$l['inline_soft_delete_posts'] = "Soft Delete Posts";
77$l['inline_restore_posts'] = "Restore Posts";
78$l['inline_delete_posts'] = "Delete Posts Permanently";
79$l['inline_merge_posts'] = "Merge Posts";
80$l['inline_split_posts'] = "Split Posts";
81$l['inline_move_posts'] = "Move Posts";
82$l['inline_approve_posts'] = "Approve Posts";
83$l['inline_unapprove_posts'] = "Unapprove Posts";
84$l['inline_post_moderation'] = "Inline Post Moderation:";
85$l['inline_go'] = "Go";
86$l['clear'] = "Clear";
87$l['thread_closed'] = "Thread Closed";
88$l['no_subject'] = "No subject";
89$l['error_nonextnewest'] = "There are no threads that are newer than the one you were previously viewing.";
90$l['error_nonextoldest'] = "There are no threads that are older than the one you were previously viewing.";
91$l['quickreply_multiquote_selected'] = "You have selected one or more posts to quote.";
92$l['quickreply_multiquote_now'] = "Quote these posts now";
93$l['or'] = "or";
94$l['quickreply_multiquote_deselect'] = "deselect them";
95$l['search_thread'] = "Search Thread";
96$l['enter_keywords'] = "Enter Keywords";
97$l['view_thread_notes'] = "Thread Notes";
98$l['view_all_notes'] = "View All Notes";
99
100$l['save_changes'] = 'Save Changes';
101$l['cancel_edit'] = 'Cancel Edit';
102$l['quick_edit_update_error'] = 'There was an error editing your reply:';
103$l['quick_reply_post_error'] = 'There was an error posting your reply:';
104$l['quick_delete_error'] = 'There was an error deleting your reply:';
105$l['quick_delete_success'] = 'The post was deleted successfully.';
106$l['quick_delete_thread_success'] = 'The thread was deleted successfully.';
107$l['quick_restore_error'] = 'There was an error restoring your reply:';
108$l['quick_restore_success'] = 'The post was restored successfully.';
109$l['post_deleted_error'] = 'You can not perform this action to a deleted post.';
110