mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 02:06:32 +02:00
remove useless information from tz array
git-svn-id: file:///svn/phpbb/trunk@6467 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -337,15 +337,15 @@ $lang = array_merge($lang, array(
|
||||
|
||||
// Inactive Users
|
||||
$lang = array_merge($lang, array(
|
||||
'INACTIVE_DATE' => 'Inactive date',
|
||||
'INACTIVE_REASON' => 'Reason',
|
||||
'INACTIVE_REASON_MANUAL' => 'Account deactivated by administrator',
|
||||
'INACTIVE_REASON_PROFILE' => 'Profile details changed',
|
||||
'INACTIVE_REASON_REGISTER' => 'Newly registered account',
|
||||
'INACTIVE_REASON_REMIND' => 'Forced user account reactivation',
|
||||
'INACTIVE_REASON_UNKNOWN' => 'Unknown',
|
||||
'INACTIVE_USERS' => 'Inactive Users',
|
||||
'INACTIVE_USERS_EXPLAIN' => 'This is a list of users who have registered but whos accounts are inactive. You can activate, delete or remind (by sending an email) these users if you wish.',
|
||||
'INACTIVE_DATE' => 'Inactive date',
|
||||
'INACTIVE_REASON' => 'Reason',
|
||||
'INACTIVE_REASON_MANUAL' => 'Account deactivated by administrator',
|
||||
'INACTIVE_REASON_PROFILE' => 'Profile details changed',
|
||||
'INACTIVE_REASON_REGISTER' => 'Newly registered account',
|
||||
'INACTIVE_REASON_REMIND' => 'Forced user account reactivation',
|
||||
'INACTIVE_REASON_UNKNOWN' => 'Unknown',
|
||||
'INACTIVE_USERS' => 'Inactive Users',
|
||||
'INACTIVE_USERS_EXPLAIN' => 'This is a list of users who have registered but whos accounts are inactive. You can activate, delete or remind (by sending an email) these users if you wish.',
|
||||
'INACTIVE_USERS_EXPLAIN_INDEX' => 'This is a list of the last 10 registered users who have inactive accounts. A full list is available from the appropriate menu item or by following the link below from where you can activate, delete or remind (by sending an email) these users if you wish.',
|
||||
|
||||
'NO_INACTIVE_USERS' => 'No inactive users',
|
||||
|
Reference in New Issue
Block a user