1<?php
2/**
3 * english language file
4 */
5
6$lang['menu'] = 'History Cleanup';
7
8// custom language strings for the plugin
9$lang['clean on recent changes'] = 'Clean the history based on the recent changes page.';
10$lang['clean on namespace'] = 'Clean the history based on a namespace. (Danger, could be slow)';
11$lang['do'] = 'Clear the history';
12$lang['deleted'] = '%d items deleted.';
13$lang['desc'] = 'Description';
14$lang['onlysmall'] = 'Just remove small changes.';
15$lang['onlynocomment'] = 'Just remove changes without a comment.';
16
17