inital commit
This commit is contained in:
26
webroot/forum/inc/languages/english/showteam.lang.php
Normal file
26
webroot/forum/inc/languages/english/showteam.lang.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?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.";
|
||||
Reference in New Issue
Block a user