1<?php 2/** 3 * english language file for cleanup plugin 4 * 5 * @author Andreas Gohr <gohr@cosmocode.de> 6 */ 7 8$lang['runautomatically'] = 'Run the file cleanup process automatically?'; 9 10$lang['cacheage'] = 'Delete cache files after this time (seconds).'; 11$lang['atticage'] = 'Delete old page revisions after this time (seconds).'; 12$lang['atticnoexonly'] = 'Delete only old page revisions where no current revision exists anymore (after above time).'; 13$lang['mediaatticage'] = 'Delete old media revisions after this time (seconds).'; 14$lang['mediaatticnoexonly'] = 'Delete only old media revisions where no current revision exists anymore (after above time).'; 15$lang['metaage'] = 'Delete meta data of non existing pages after this time (seconds).'; 16$lang['mediametaage'] = 'Delete meta data of non existing media after this time (seconds).'; 17$lang['lockage'] = 'Delete stale lock files after this time (seconds).'; 18 19 20 21//Setup VIM: ex: et ts=4 : 22