27 lines
737 B
PHP
27 lines
737 B
PHP
<?php
|
|
/**
|
|
* MyBB 1.8 English Language Pack
|
|
* Copyright 2014 MyBB Group, All Rights Reserved
|
|
*
|
|
*/
|
|
|
|
$l['nav_showteam'] = "Forum Team";
|
|
$l['forum_team'] = "Forum Team";
|
|
$l['moderators'] = "Moderators";
|
|
$l['username'] = "Username";
|
|
$l['lastvisit'] = "Last Visit";
|
|
$l['email'] = "Email";
|
|
$l['pm'] = "PM";
|
|
$l['mod_forums'] = "Forum(s)";
|
|
$l['mod_groups'] = "Group(s)";
|
|
$l['online'] = "Online";
|
|
$l['offline'] = "Offline";
|
|
$l['away'] = "Away";
|
|
|
|
$l['group_leaders'] = "Group Leaders";
|
|
$l['group_members'] = "Member(s)";
|
|
|
|
$l['no_members'] = "No members in this group";
|
|
$l['showteam_disabled'] = "The forum team listing functionality has been disabled by the Administrator.";
|
|
$l['error_noteamstoshow'] = "There are no forum staff to be shown.";
|