mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fixed bug #488927
git-svn-id: file:///svn/phpbb/trunk@1622 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
19ad462c32
commit
7645500aa4
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ $lang['No_disallowed'] = "No Disallowed Usernames";
|
||||||
|
|
||||||
$lang['Disallowed_deleted'] = "The disallowed username has been successfully removed";
|
$lang['Disallowed_deleted'] = "The disallowed username has been successfully removed";
|
||||||
$lang['Disallow_successful'] = "The disallowed username has ben successfully added";
|
$lang['Disallow_successful'] = "The disallowed username has ben successfully added";
|
||||||
$lang['Disallowed_already'] = "The name you entered could not be disallowed. It either already exists in the list or a matching username is present";
|
$lang['Disallowed_already'] = "The name you entered could not be disallowed. It either already exists in the list, exists in the word censor list, or a matching username is present";
|
||||||
|
|
||||||
$lang['Click_return_disallowadmin'] = "Click %sHere%s to return to Disallow Username Administration";
|
$lang['Click_return_disallowadmin'] = "Click %sHere%s to return to Disallow Username Administration";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue