1<?php
2/**
3 * English language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Christopher Smith <chris@jalakai.co.uk>
7 */
8
9// for the configuration manager
10$lang['automatic'] = 'Automatically recognise line breaks in all wiki pages. If this setting is turned off
11                      a ~~LINEBREAK~~ instruction must be used to activate the plugin on a particular page';
12$lang['in_quotes'] = 'Recognise line breaks within quote syntax (e.g. \'>\').  This means two new lines are
13                      required to turn off quoting';
14