<?php
/**
 * english language file
 */
 
$lang['menu'] = 'History Cleanup'; 
 
// custom language strings for the plugin
$lang['clean on recent changes'] = 'Clean the history based on the recent changes page.';
$lang['clean on namespace'] = 'Clean the history based on a namespace. (Danger, could be slow)';
$lang['do'] = 'Clear the history';
$lang['deleted'] = '%d items deleted.';
$lang['desc'] = 'Description';
$lang['onlysmall'] = 'Just remove small changes.';
$lang['onlynocomment'] = 'Just remove changes without a comment.';

