aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/lang_admin.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-05-08 12:49:16 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-05-08 12:49:16 +0000
commit13da69d62545f1ff10a597cbf0777d5f7300b7ed (patch)
treef739f00893193ac10f515cb1b0282f042b17d86a /phpBB/language/en/lang_admin.php
parent6a29503a135b8464571bfe858e22e78841744c5c (diff)
downloadforums-13da69d62545f1ff10a597cbf0777d5f7300b7ed.tar
forums-13da69d62545f1ff10a597cbf0777d5f7300b7ed.tar.gz
forums-13da69d62545f1ff10a597cbf0777d5f7300b7ed.tar.bz2
forums-13da69d62545f1ff10a597cbf0777d5f7300b7ed.tar.xz
forums-13da69d62545f1ff10a597cbf0777d5f7300b7ed.zip
Prune related
git-svn-id: file:///svn/phpbb/trunk@3992 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r--phpBB/language/en/lang_admin.php9
1 files changed, 5 insertions, 4 deletions
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' => '<b>Re-indexed search system</b><br />%s',
'log_disallow_add' => '<b>Added disallowed username</b><br />%s',
'log_disallow_delete' => '<b>Deleted disallowed username</b>',
- 'log_prune' => '<b>Pruned forum</b><br />%s',
'log_admin_clear' => '<b>Cleared admin log</b>',
+ 'LOG_PRUNE' => '<b>Pruned forums</b><br />&#187; %s',
+ 'LOG_AUTO_PRUNE' => '<b>Auto-pruned forums</b><br />&#187; %s',
+
'LOG_BAN_EXCLUDE_USER' => '<b>Excluded user from ban</b> for reason %s<br />&#187; %s ',
'LOG_BAN_EXCLUDE_IP' => '<b>Excluded ip from ban</b> for reason %s<br />&#187; %s ',
'LOG_BAN_EXCLUDE_EMAIL' => '<b>Excluded email from ban</b> for reason %s<br />&#187; %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',