[ 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: forumdisplay.lang.php 5297 2010-12-28 22:01:14Z Tomm $ 7 */ 8 9 $l['post_thread'] = "Post Thread"; 10 $l['moderated_by'] = "Moderated By:"; 11 $l['nothreads'] = "Sorry but there are currently no threads in this forum with the specified date and time limiting options."; 12 $l['search_forum'] = "Search this Forum:"; 13 $l['thread'] = "Thread"; 14 $l['author'] = "Author"; 15 $l['replies'] = "Replies"; 16 $l['views'] = "Views"; 17 $l['lastpost'] = "Last Post"; 18 $l['rating'] = "Rating"; 19 $l['markforum_read'] = "Mark this forum read"; 20 $l['subscribe_forum'] = "Subscribe to this forum"; 21 $l['unsubscribe_forum'] = "Unsubscribe from this forum"; 22 $l['clear_stored_password'] = "Clear stored forum password"; 23 $l['sort_by_subject'] = "Sort by: Subject"; 24 $l['sort_by_lastpost'] = "Sort by: Last Post"; 25 $l['sort_by_starter'] = "Sort by: Author"; 26 $l['sort_by_started'] = "Sort by: Creation Time"; 27 $l['sort_by_rating'] = "Sort by: Rating"; 28 $l['sort_by_replies'] = "Sort by: Replies"; 29 $l['sort_by_views'] = "Sort by: Views"; 30 $l['sort_order_asc'] = "Order: Ascending"; 31 $l['sort_order_desc'] = "Order: Descending"; 32 $l['datelimit_1day'] = "From: Today"; 33 $l['datelimit_5days'] = "From: 5 Days Ago"; 34 $l['datelimit_10days'] = "From: 10 Days Ago"; 35 $l['datelimit_20days'] = "From: 20 Days Ago"; 36 $l['datelimit_50days'] = "From: 50 Days Ago"; 37 $l['datelimit_75days'] = "From: 75 Days Ago"; 38 $l['datelimit_100days'] = "From: 100 Days Ago"; 39 $l['datelimit_lastyear'] = "From: The Last Year"; 40 $l['datelimit_beginning'] = "From: The Beginning"; 41 $l['new_thread'] = "New Posts"; 42 $l['new_hot_thread'] = "Hot Thread (New)"; 43 $l['posts_by_you'] = "Contains Posts by You"; 44 $l['no_new_thread'] = "No New Posts"; 45 $l['hot_thread'] = "Hot Thread (No New)"; 46 $l['locked_thread'] = "Locked Thread"; 47 $l['goto_first_unread'] = "Go to first unread post"; 48 $l['pages'] = "Pages:"; 49 $l['pages_last'] = "last"; 50 $l['users_browsing_forum'] = "User(s) browsing this forum:"; 51 $l['users_browsing_forum_guests'] = "{1} Guest(s)"; 52 $l['users_browsing_forum_invis'] = "{1} Invisible User(s)"; 53 $l['delayed_moderation'] = "Delayed Moderation"; 54 $l['inline_thread_moderation'] = "Inline Thread Moderation:"; 55 $l['close_threads'] = "Close Threads"; 56 $l['open_threads'] = "Open Threads"; 57 $l['stick_threads'] = "Stick Threads"; 58 $l['unstick_threads'] = "Unstick Threads"; 59 $l['delete_threads'] = "Delete Threads"; 60 $l['move_threads'] = "Move Threads"; 61 $l['approve_threads'] = "Approve Threads"; 62 $l['unapprove_threads'] = "Unapprove Threads"; 63 $l['inline_go'] = "Go"; 64 $l['clear'] = "Clear"; 65 $l['sub_forums_in'] = "Forums in '{1}'"; 66 $l['forum_rules'] = "{1} - Rules"; 67 $l['subforums'] = "<strong>Sub Forums:</strong>"; 68 $l['asc'] = "asc"; 69 $l['desc'] = "desc"; 70 $l['forum_announcements'] = "Forum Announcements"; 71 $l['sticky_threads'] = "Important Threads"; 72 $l['normal_threads'] = "Normal Threads"; 73 $l['icon_dot'] = "Contains posts by you. "; // The spaces for the icon labels are strategically placed so that there should be no extra space at the beginning or end of the resulting label and that spaces separate each 'status' ;) 74 $l['icon_no_new'] = "No new posts."; 75 $l['icon_new'] = "New posts."; 76 $l['icon_hot'] = " Hot thread."; 77 $l['icon_lock'] = " Locked thread."; 78 $l['attachment_count'] = "This thread contains 1 attachment."; 79 $l['attachment_count_multiple'] = "This thread contains {1} attachments."; 80 $l['rss_discovery_forum'] = "Latest Threads in {1}"; 81 $l['forum_unapproved_posts_count'] = "There are currently {1} unapproved posts in this forum."; 82 $l['forum_unapproved_post_count'] = "There is currently 1 unapproved post in this forum."; 83 $l['forum_unapproved_threads_count'] = "There are currently {1} unapproved threads in this forum."; 84 $l['forum_unapproved_thread_count'] = "There is currently 1 unapproved thread in this forum."; 85 $l['thread_unapproved_posts_count'] = "There are currently {1} unapproved posts in this thread."; 86 $l['thread_unapproved_post_count'] = "There is currently 1 unapproved post in this thread."; 87 $l['page_selected'] = "All <strong>{1}</strong> threads on this page are selected."; 88 $l['all_selected'] = "All <strong>{1}</strong> threads in this forum are selected."; 89 $l['select_all'] = "Select all <strong>{1}</strong> threads in this forum."; 90 $l['clear_selection'] = "Clear Selection."; 91 92 $l['error_containsnoforums'] = "Sorry but the forum you are currently viewing does not contain any child forums."; 93 ?>
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 |