From 13da69d62545f1ff10a597cbf0777d5f7300b7ed Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Thu, 8 May 2003 12:49:16 +0000 Subject: Prune related git-svn-id: file:///svn/phpbb/trunk@3992 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/lang_admin.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'phpBB/language/en/lang_admin.php') diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index f16e2175cd..2e241ae194 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -108,9 +108,11 @@ $lang = array_merge($lang, array( 'log_search_index' => 'Re-indexed search system
%s', 'log_disallow_add' => 'Added disallowed username
%s', 'log_disallow_delete' => 'Deleted disallowed username', - 'log_prune' => 'Pruned forum
%s', 'log_admin_clear' => 'Cleared admin log', + 'LOG_PRUNE' => 'Pruned forums
» %s', + 'LOG_AUTO_PRUNE' => 'Auto-pruned forums
» %s', + 'LOG_BAN_EXCLUDE_USER' => 'Excluded user from ban for reason %s
» %s ', 'LOG_BAN_EXCLUDE_IP' => 'Excluded ip from ban for reason %s
» %s ', 'LOG_BAN_EXCLUDE_EMAIL' => 'Excluded email from ban for reason %s
» %s ', @@ -796,9 +798,8 @@ $lang = array_merge($lang, array( 'FORUM_PRUNE_EXPLAIN' => 'This will delete any topic which has not been posted to within the number of days you select. If you do not enter a number then all topics will be deleted. It will not remove topics in which polls are still running nor will it remove announcements. You will need to remove these topics manually.', - 'DO_PRUNE' => 'Do Prune', - 'ALL_FORUMS' => 'All Forums', - 'PRUNE_NOT_POSTED' => 'Prune topics with no replies in %s days', + 'PRUNE_NOT_POSTED' => 'Days since last posted', + 'TOPICS_PRUNED' => 'Topics pruned', 'POSTS_PRUNED' => 'Posts pruned', 'PRUNE_SUCCESS' => 'Pruning of forums was successful', -- cgit v1.2.1