<?php
/**
 * English language file for cleanup plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */

// menu entry for admin plugins
$lang['menu'] = 'File Cleanup';

// custom language strings for the plugin
$lang['sum'] = '%d files using %s of space were found.';
$lang['preview'] = 'Preview affected files';
$lang['execute'] = 'Delete affected files';
$lang['done'] = 'The files have been deleted.';


//Setup VIM: ex: et ts=4 :
