1<?php 2/** 3 * English language file for cleanup plugin 4 * 5 * @author Andreas Gohr <gohr@cosmocode.de> 6 */ 7 8// menu entry for admin plugins 9$lang['menu'] = 'File Cleanup'; 10 11// custom language strings for the plugin 12$lang['sum'] = '%d files using %s of space were found.'; 13$lang['preview'] = 'Preview affected files'; 14$lang['execute'] = 'Delete affected files'; 15$lang['done'] = 'The files have been deleted.'; 16 17 18//Setup VIM: ex: et ts=4 : 19