[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> forumdisplay.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['post_thread'] = "Post Thread";
   9  $l['moderated_by'] = "Moderated By:";
  10  $l['nothreads'] = "Sorry, but there are currently no threads in this forum with the specified date and time limiting options.";
  11  $l['nopermission'] = "Sorry, but you do not have permission to view threads in this forum.";
  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['prefix'] = "Prefix:";
  20  $l['prefix_all'] = "Prefix: Any/No Prefix";
  21  $l['prefix_any'] = "Prefix: Any Prefix";
  22  $l['prefix_none'] = "Prefix: No Prefix";
  23  $l['markforum_read'] = "Mark this forum read";
  24  $l['subscribe_forum'] = "Subscribe to this forum";
  25  $l['unsubscribe_forum'] = "Unsubscribe from this forum";
  26  $l['clear_stored_password'] = "Clear stored forum password";
  27  $l['sort_by_subject'] = "Sort by: Subject";
  28  $l['sort_by_lastpost'] = "Sort by: Last Post";
  29  $l['sort_by_starter'] = "Sort by: Author";
  30  $l['sort_by_started'] = "Sort by: Creation Time";
  31  $l['sort_by_rating'] = "Sort by: Rating";
  32  $l['sort_by_replies'] = "Sort by: Replies";
  33  $l['sort_by_views'] = "Sort by: Views";
  34  $l['sort_order_asc'] = "Order: Ascending";
  35  $l['sort_order_desc'] = "Order: Descending";
  36  $l['datelimit_1day'] = "From: Today";
  37  $l['datelimit_5days'] = "From: 5 Days Ago";
  38  $l['datelimit_10days'] = "From: 10 Days Ago";
  39  $l['datelimit_20days'] = "From: 20 Days Ago";
  40  $l['datelimit_50days'] = "From: 50 Days Ago";
  41  $l['datelimit_75days'] = "From: 75 Days Ago";
  42  $l['datelimit_100days'] = "From: 100 Days Ago";
  43  $l['datelimit_lastyear'] = "From: The Last Year";
  44  $l['datelimit_beginning'] = "From: The Beginning";
  45  $l['new_thread'] = "New Posts";
  46  $l['new_hot_thread'] = "Hot Thread (New)";
  47  $l['posts_by_you'] = "Contains Posts by You";
  48  $l['no_new_thread'] = "No New Posts";
  49  $l['hot_thread'] = "Hot Thread (No New)";
  50  $l['closed_thread'] = "Closed Thread";
  51  $l['goto_first_unread'] = "Go to first unread post";
  52  $l['pages'] = "Pages:";
  53  $l['pages_last'] = "last";
  54  $l['users_browsing_forum'] = "Users browsing this forum:";
  55  $l['users_browsing_forum_guests'] = "{1} Guest(s)";
  56  $l['users_browsing_forum_invis'] = "{1} Invisible User(s)";
  57  $l['delayed_moderation'] = "Delayed Moderation";
  58  $l['inline_thread_moderation'] = "Inline Thread Moderation:";
  59  $l['close_threads'] = "Close Threads";
  60  $l['open_threads'] = "Open Threads";
  61  $l['stick_threads'] = "Stick Threads";
  62  $l['unstick_threads'] = "Unstick Threads";
  63  $l['soft_delete_threads'] = "Soft Delete Threads";
  64  $l['restore_threads'] = "Restore Threads";
  65  $l['delete_threads'] = "Delete Threads Permanently";
  66  $l['move_threads'] = "Move / Copy Threads";
  67  $l['approve_threads'] = "Approve Threads";
  68  $l['unapprove_threads'] = "Unapprove Threads";
  69  $l['inline_go'] = "Go";
  70  $l['clear'] = "Clear";
  71  $l['sub_forums_in']  = "Forums in '{1}'";
  72  $l['forum_rules'] = "{1} - Rules";
  73  $l['subforums'] = "Sub Forums:";
  74  $l['asc'] = "asc";
  75  $l['desc'] = "desc";
  76  $l['forum_announcements'] = "Forum Announcements";
  77  $l['sticky_threads'] = "Important Threads";
  78  $l['normal_threads'] = "Normal Threads";
  79  $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' ;)
  80  $l['icon_no_new'] = "No new posts.";
  81  $l['icon_new'] = "New posts.";
  82  $l['icon_hot'] = " Hot thread.";
  83  $l['icon_close'] = " Closed thread.";
  84  $l['attachment_count'] = "This thread contains 1 attachment.";
  85  $l['attachment_count_multiple'] = "This thread contains {1} attachments.";
  86  $l['rss_discovery_forum'] = "Latest Threads in {1}";
  87  $l['forum_unapproved_posts_count'] = "There are currently {1} unapproved posts in this forum.";
  88  $l['forum_unapproved_post_count'] = "There is currently 1 unapproved post in this forum.";
  89  $l['forum_unapproved_threads_count'] = "There are currently {1} unapproved threads in this forum.";
  90  $l['forum_unapproved_thread_count'] = "There is currently 1 unapproved thread in this forum.";
  91  $l['thread_unapproved_posts_count'] = "There are currently {1} unapproved posts in this thread.";
  92  $l['thread_unapproved_post_count'] = "There is currently 1 unapproved post in this thread.";
  93  $l['page_selected'] = "All <strong>{1}</strong> threads on this page are selected.";
  94  $l['all_selected'] = "All <strong>{1}</strong> threads in this forum are selected.";
  95  $l['select_all'] = "Select all <strong>{1}</strong> threads in this forum.";
  96  $l['clear_selection'] = "Clear Selection.";
  97  $l['deleted_thread'] = "Deleted Thread";
  98  
  99  $l['error_containsnoforums'] = "Sorry, but the forum you are currently viewing does not contain any child forums.";
 100  
 101  $l['inline_edit_description'] = '(Click and hold to edit)';
 102  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref