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['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.'; 11$lang['skipRegex'] = 'Do not run the plugin on pages that match this regular expression. No delimiters.'; 12$lang['matchRegex'] = 'Only run the plugin on pages that match this regular expression. No delimiters.'; 13