1<?php
2
3/**
4 * English language file for renderrevisions plugin
5 *
6 * @author Andreas Gohr <dokuwiki@cosmocode.de>
7 */
8
9$lang['maxfrequency'] = 'Maximum frequency of creating new revisions in seconds. Default is 1 day.';
10$lang['skipRegex'] = 'Do not run the plugin on pages that match this regular expression. No delimiters.';
11$lang['matchRegex'] = 'Only run the plugin on pages that match this regular expression. No delimiters.';
12