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