mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
Some language and core updates
git-svn-id: file:///svn/phpbb/trunk@796 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -110,6 +110,8 @@ $lang['YIM'] = "Yahoo Messenger";
|
||||
|
||||
$lang['Error'] = "Error";
|
||||
|
||||
$lang['HERE'] = "HERE";
|
||||
|
||||
$lang['IP_Address'] = "IP Address";
|
||||
|
||||
$lang['Jump_to'] = "Jump to";
|
||||
@@ -705,6 +707,16 @@ $lang['Disallowed_Access'] = "Disallowed Access";
|
||||
$lang['Is_Moderator'] = "Is Moderator";
|
||||
$lang['Not_Moderator'] = "Not Moderator";
|
||||
|
||||
$lang['Conflict_warning'] = "Authorisation Conflict Warning";
|
||||
$lang['Conflict_message_userauth'] = "This user still has access/moderator rights to this forum via group membership. You may want to alter the group authorisation or remove this user the group to fully prevent them having access/moderator rights. The groups granting rights are noted below.";
|
||||
$lang['Conflict_message_groupauth'] = "The following user/s still have access/moderator rights to this forum via their user auth settings. You may want to alter the user authorisation/s to fully prevent them having access/moderator rights. The users granted rights are noted below.";
|
||||
|
||||
$lang['has_moderator_status'] = "has moderator status on";
|
||||
$lang['has_access_status'] = "has access status to";
|
||||
$lang['grants_access_status'] = "grants access status to";
|
||||
$lang['grants_moderator_status'] = "grants moderator status to";
|
||||
$lang['for_this_user'] = "for this user";
|
||||
|
||||
$lang['Submit_changes'] = "Submit changes";
|
||||
$lang['Reset_changes'] = "Reset changes";
|
||||
|
||||
@@ -731,6 +743,10 @@ $lang['and_belongs_groups'] = "and belongs to the following groups"; // followed
|
||||
|
||||
$lang['Group_has_members'] = "This group has the following members";
|
||||
|
||||
$lang['return_group_auth_admin'] = "to return to the group permissions panel";
|
||||
$lang['return_user_auth_admin'] = "to return to the user permissions panel";
|
||||
|
||||
|
||||
// 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 addresses 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.";
|
||||
|
Reference in New Issue
Block a user