<?php
/**
 * english language file for structautolink plugin
 *
 * @author Andreas Gohr <gohr@cosmocode.de>
 */


$lang['schema'] = 'The schema to use for the glossary';
$lang['field']  = 'The field to use for the glossary term';
$lang['match'] = 'A regular expression to match page IDs in which the terms should be linked. Empty for everywhere.';

