<?php

/**
 * English language file for renderrevisions plugin
 *
 * @author Andreas Gohr <dokuwiki@cosmocode.de>
 */

$lang['maxfrequency'] = 'Maximum frequency of creating new revisions in seconds. Default is 1 day.';
$lang['store'] = 'Store rendered revisions on disk. This allows you to see how old revisions rendered in the past. Revisions are deleted after <i>recent_days</i> days.';
$lang['skipRegex'] = 'Do not run the plugin on pages that match this regular expression. No delimiters.';
$lang['matchRegex'] = 'Only run the plugin on pages that match this regular expression. No delimiters.';
$lang['debug'] = 'Enable debug logging for renderrevisions.';
