1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 00:07:44 +02:00

It doesnt do anything if youre wondering

git-svn-id: file:///svn/phpbb/trunk@778 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2001-08-01 01:07:05 +00:00
parent e1a361d75c
commit 37f287b546
3 changed files with 148 additions and 0 deletions

View File

@@ -544,6 +544,7 @@ $lang['this_forum'] = " this forum";
// Viewonline
//
$lang['Who_is_online'] = "Who is online";
$lang['Online_explain'] = "This data is based on users active over the past five minutes";
$lang['Location'] = "Location";
$lang['Last_updated'] = "Last Updated";
@@ -730,6 +731,16 @@ $lang['and_belongs_groups'] = "and belongs to the following groups"; // followed
$lang['Group_has_members'] = "This group has the following members";
// Banning
$lang['Ban_control'] = "Ban Control";
$lang['Ban_explain'] = "Here you can control the banning of users. You can achieve this by banning either or both of a specific user or an individual or range of IP's or hostnames. These methods prevent a user from even reaching the index page of your board. To prevent a user from registering under a different username you can also specify a banned email address. Please note that banning an email address alone will not prevent that user from being able to logon or post to your board, you should use one of the first two methods to achieve this.";
$lang['Ban_username'] = "Ban a specific user";
$lang['Ban_IP'] = "Ban one or more IP's or hostnames";
$lang['Ban_IP_explain'] = "To specify several different IP's or hostnames separate them with commas, to specify a range of IP's (not hostnames) separate the start and end with a hyphen (-), to specify a wildcard use *";
$lang['Ban_email'] = "Ban one or more email addresses";
$lang['Ban_email_explain'] = "To specify more than one email address separate them with commas";
//
// End
// -------------------------------------------------