<?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['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.';
