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