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

$lang['runautomatically'] = 'Run the file cleanup process automatically?';

$lang['cacheage'] = 'Delete cache files after this time (seconds).';
$lang['atticage'] = 'Delete old page revisions after this time (seconds).';
$lang['atticnoexonly'] = 'Delete only old page revisions where no current revision exists anymore (after above time).';
$lang['mediaatticage'] = 'Delete old media revisions after this time (seconds).';
$lang['mediaatticnoexonly'] = 'Delete only old media revisions where no current revision exists anymore (after above time).';
$lang['metaage'] = 'Delete meta data of non existing pages after this time (seconds).';
$lang['mediametaage'] = 'Delete meta data of non existing media after this time (seconds).';
$lang['lockage'] = 'Delete stale lock files after this time (seconds).';



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