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