diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-08-01 13:49:22 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-08-01 13:49:22 +0000 |
commit | 3de829936263737f5d2e6f46e9d55096b34c6507 (patch) | |
tree | a35dc8d0d6e20da78bfc2e72701b6b330403946e /phpBB/language | |
parent | cea28bc26c4a6d64aab1fe76cf31c6e4d3568a6c (diff) | |
download | forums-3de829936263737f5d2e6f46e9d55096b34c6507.tar forums-3de829936263737f5d2e6f46e9d55096b34c6507.tar.gz forums-3de829936263737f5d2e6f46e9d55096b34c6507.tar.bz2 forums-3de829936263737f5d2e6f46e9d55096b34c6507.tar.xz forums-3de829936263737f5d2e6f46e9d55096b34c6507.zip |
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
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/lang_english/lang_admin.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/language/lang_english/lang_admin.php b/phpBB/language/lang_english/lang_admin.php index 35cfa86f1d..ec5e136e19 100644 --- a/phpBB/language/lang_english/lang_admin.php +++ b/phpBB/language/lang_english/lang_admin.php @@ -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 |