[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/ -> showteam.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_showteam'] = "Forum Team";
   9  $l['forum_team'] = "Forum Team";
  10  $l['moderators'] = "Moderators";
  11  $l['username'] = "Username";
  12  $l['lastvisit'] = "Last Visit";
  13  $l['email'] = "Email";
  14  $l['pm'] = "PM";
  15  $l['mod_forums'] = "Forum(s)";
  16  $l['mod_groups'] = "Group(s)";
  17  $l['online'] = "Online";
  18  $l['offline'] = "Offline";
  19  $l['away'] = "Away";
  20  
  21  $l['group_leaders'] = "Group Leaders";
  22  $l['group_members'] = "Member(s)";
  23  
  24  $l['no_members'] = "No members in this group";
  25  $l['showteam_disabled'] = "The forum team listing functionality has been disabled by the Administrator.";
  26  $l['error_noteamstoshow'] = "There are no forum staff to be shown.";


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