1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

User prune admin initials ... doesn't coimplete task at present ... till we handle deletion of posts there is not point

git-svn-id: file:///svn/phpbb/trunk@2798 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2002-08-01 13:49:22 +00:00
parent cea28bc26c
commit 3de8299362
2 changed files with 283 additions and 0 deletions

View File

@@ -314,6 +314,21 @@ $lang['Pollcreate'] = 'Poll create';
$lang['Auth_updated'] = 'Permissions have been updated';
//
// Prune users
//
$lang['Prune_users'] = 'Prune Users';
$lang['Prune_users_explain'] = 'Here you can delete (or deactivate) users from you board. This can be done in a variety of ways; by post count, last activity, etc. Each of these criteria can be combined, i.e. you can prune users last active before 2002-01-01 with fewer than 10 posts. Alternatively you can enter a list of users directly into the text box, any criteria entered will be ignored. Take care with this facility! Once a user is deleted there is no way back.';
$lang['Select_users_explain'] = 'If you want to prune specifc users rather than use the criteria above you can enter their usernames here, one per line. Use the find username facility if you wish.';
$lang['Last_active_explain'] = 'Enter a date in yyyy-mm-dd format.';
$lang['Joined_explain'] = 'Enter a date in yyyy-mm-dd format.';
$lang['Deactivate'] = 'Deactivate';
$lang['Delete_user_posts'] = 'Delete pruned user posts';
$lang['Delete_user_posts_explain'] = 'Setting this to yes will remove all posts made by the pruned users.';
$lang['Confirm_prune_users'] = 'Are you sure you wish to prune the selected users?';
$lang['Success_user_prune'] = 'The selected users have been pruned successfully';
//
// Banning