1<?php 2/** 3 * english language file for highlightparent plugin 4 * 5 * @author Michael Große <dokuwiki@cosmocode.de> 6 */ 7 8// keys need to match the config setting name 9$lang['namespace pattern'] = 'Pattern to define the parent namespace to highlight. Leave empty to link to the startpage of the current or parent namespace.'; 10 11