mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
some beautifications as well as making sure manually deactivated accounts are properly handled
git-svn-id: file:///svn/phpbb/trunk@7258 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -44,8 +44,9 @@ $lang = array_merge($lang, array(
|
||||
'6_MONTHS' => '6 months',
|
||||
'7_DAYS' => '7 days',
|
||||
|
||||
'ACCOUNT_ALREADY_ACTIVATED' => 'Your account is already activated',
|
||||
'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet',
|
||||
'ACCOUNT_ALREADY_ACTIVATED' => 'Your account is already activated.',
|
||||
'ACCOUNT_DEACTIVATED' => 'Your account has been manually deactivated and is only able to be reactivated by an administrator.',
|
||||
'ACCOUNT_NOT_ACTIVATED' => 'Your account has not been activated yet.',
|
||||
'ACP' => 'Administration Control Panel',
|
||||
'ACTIVE' => 'active',
|
||||
'ACTIVE_ERROR' => 'You have specified an inactive username. Please activate your account and try again. If you continue to have problems please contact a board administrator.',
|
||||
|
Reference in New Issue
Block a user