[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> portal.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['nav_portal'] = "Portal";
   9  $l['posted_by'] = "Posted by:";
  10  $l['forum'] = "Forum:";
  11  $l['replies'] = "Replies";
  12  $l['no_replies'] = "No Replies";
  13  $l['latest_threads'] = "Latest Threads";
  14  $l['latest_threads_replies'] = "Replies:";
  15  $l['latest_threads_views'] = "Views:";
  16  $l['latest_threads_lastpost'] = "Last Post:";
  17  $l['private_messages'] = "Private Messages";
  18  $l['pms_received_new'] = "{1}, you have <b>{2}</b> unread message(s).";
  19  $l['pms_unread'] = "Unread Messages";
  20  $l['pms_total'] = "Total Messages";
  21  $l['search_forums'] = "Search Forums";
  22  $l['advanced_search'] = "Advanced Search";
  23  $l['forum_stats'] = "Forum Statistics";
  24  $l['num_members'] = "Members:";
  25  $l['latest_member'] = "Latest member:";
  26  $l['num_threads'] = "Forum threads:";
  27  $l['num_posts'] = "Forum posts:";
  28  $l['full_stats'] = "Full Statistics";
  29  $l['welcome'] = "Welcome, {1}";
  30  $l['guest_welcome_registration'] = "You have to <a href=\"{1}\">register</a> before you can post on our site.";
  31  $l['username'] = "Username";
  32  $l['password'] = "Password";
  33  $l['login'] = "Login!";
  34  $l['member_welcome_lastvisit'] = "Last visit:";
  35  $l['since_then'] = "Since then, there have been:";
  36  $l['new_announcements'] = "{1} new announcements";
  37  $l['new_announcement'] = "1 new announcement";
  38  $l['new_threads'] = "{1} new threads";
  39  $l['new_thread'] = "1 new thread";
  40  $l['new_posts'] = "{1} new posts";
  41  $l['new_post'] = "1 new post";
  42  $l['view_new'] = "View New Posts";
  43  $l['view_todays'] = "View Today's Posts";
  44  $l['online'] = "Online Users";
  45  $l['online_user'] = "There is currently 1 user online";
  46  $l['online_users'] = "There are currently <b>{1}</b> online users.";
  47  $l['online_counts'] = "<b>{1}</b> Member(s) | <b>{2}</b> Guest(s)";
  48  $l['print_this_item'] = "Print this item";
  49  $l['send_to_friend'] = "Send this item to a friend";
  50  $l['latest_announcements'] = "Latest Announcements";
  51  $l['portal_disabled'] = "You cannot use the portal functionality as it has been disabled by the Administrator.";


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