<?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['hide']  = 'Folding tooltip to hide<br />(leave empty to use localised string)';
$lang['reveal']  = 'Folding tooltip to reveal<br />(leave empty to use localised string)';
$lang['unfold_default']  = 'Unfold everything by default';
$lang['show_fold_unfold_all_button']  = 'Show a button in the pagetool-area that folds/unfolds all texts of the current page';
