<?php /** * MyBB 1.2 English Language Pack * Copyright © 2006 MyBB Group, All Rights Reserved * * $Id: prune.lang.php 1930 2006-07-12 02:00:11Z chris $ */ $l['pruning_threads'] = "Pruning Threads"; $l['pruning_members'] = "Pruning Members"; $l['prune_by_username'] = "Prune by Username"; $l['prune_by_age'] = "Prune by Age<br />Threads this many days old will be deleted."; $l['prune_users'] = "Prune User(s)<br />Separate multiple users with a space."; $l['period_inactivity'] = "Period of Inactivity<br />Users inactive for more than this count in days will be deleted."; $l['post_count'] = "Post Count<br />Users with this or lower post count will be deleted."; $l['submit_button'] = "Submit"; ?>