diff options
Diffstat (limited to 'phpBB/language/lang_english.php')
-rwxr-xr-x | phpBB/language/lang_english.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/phpBB/language/lang_english.php b/phpBB/language/lang_english.php index 18e5e5a80e..a934c9dc66 100755 --- a/phpBB/language/lang_english.php +++ b/phpBB/language/lang_english.php @@ -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 // ------------------------------------------------- |