[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: index.lang.php 5297 2010-12-28 22:01:14Z Tomm $
   7   */
   8  
   9  $l['boardstats'] = "Board Statistics";
  10  $l['new_posts'] = "Forum Contains New Posts";
  11  $l['no_new_posts'] = "Forum Contains No New Posts";
  12  $l['forum_locked'] = "Forum is Locked";
  13  $l['forum_unapproved_posts_count'] = "There are currently {1} unapproved posts in this forum.";
  14  $l['forum_unapproved_post_count'] = "There is currently 1 unapproved post in this forum.";
  15  $l['forum_unapproved_threads_count'] = "There is currently {1} unapproved threads in this forum.";
  16  $l['forum_unapproved_thread_count'] = "There is currently 1 unapproved thread in this forum.";
  17  $l['markread'] = "Mark All Forums Read";
  18  $l['forumteam'] = "Forum Team";
  19  $l['forumstats'] = "Forum Statistics";
  20  $l['todays_birthdays'] = "Today's Birthdays";
  21  $l['birthdayhidden'] = "Hidden";
  22  $l['quick_login'] = "Quick Login:";
  23  $l['index_logout'] = "Log Out";
  24  $l['private_messages'] = "Private Messages";
  25  $l['pms_new'] = "You have {1} new messages since your last visit.";
  26  $l['pms_unread_total'] = "(You have {1} unread messages and {2} total messages in all of your folders.)";
  27  $l['stats_posts_threads'] = "Our members have made a total of {1} posts in {2} threads.";
  28  $l['stats_numusers'] = "We currently have {1} members registered.";
  29  $l['stats_newestuser'] = "Please welcome our newest member, <b>{1}</b>";
  30  $l['stats_mostonline'] = "The most users online at one time was {1} on {2} at {3}";
  31  $l['whos_online'] = "Who's Online";
  32  $l['complete_list'] = "Complete List";
  33  $l['online_online_plural'] = "users";
  34  $l['online_online_singular'] = "user";
  35  $l['online_member_plural'] = "members";
  36  $l['online_member_singular'] = "member";
  37  $l['online_anon_plural'] = "are";
  38  $l['online_anon_singular'] = "is";
  39  $l['online_guest_plural'] = "guests";
  40  $l['online_guest_singular'] = "guest";
  41  $l['online_note'] = "{1} {2} active in the past {3} minutes ({4} {5}, {6} of whom {7} invisible, and {8} {9}).";
  42  $l['subforums'] = "<strong>Sub Forums:</strong>";
  43  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1