From db2a73d2f07cd04e787c0b9ecc5533e4895a400b Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 7 Sep 2003 17:16:12 +0000 Subject: okie, using array_merge. :D fixed: admin_prune added: prune topics last viewed at... (only admin_prune ATM) moved: delete_attachments to functions_admin git-svn-id: file:///svn/phpbb/trunk@4482 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 eaffb8bb76..9223a75fd6 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -1029,11 +1029,12 @@ $lang += array( // Forum Pruning $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.', - 'PRUNE_NOT_POSTED' => 'Days since last posted', + 'PRUNE_NOT_POSTED' => 'Days since last posted', + 'PRUNE_NOT_VIEWED' => 'Days since last viewed', - 'TOPICS_PRUNED' => 'Topics pruned', - 'POSTS_PRUNED' => 'Posts pruned', - 'PRUNE_SUCCESS' => 'Pruning of forums was successful', + 'TOPICS_PRUNED' => 'Topics pruned', + 'POSTS_PRUNED' => 'Posts pruned', + 'PRUNE_SUCCESS' => 'Pruning of forums was successful', ); // Word censors -- cgit v1.2.1