1<?php
2/**
3 * english language file for structautolink plugin
4 *
5 * @author Andreas Gohr <gohr@cosmocode.de>
6 */
7
8
9$lang['schema'] = 'The schema to use for the glossary';
10$lang['field']  = 'The field to use for the glossary term';
11$lang['match'] = 'A regular expression to match page IDs in which the terms should be linked. Empty for everywhere.';
12
13