<?php
/**
 * english language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Esther Brunner <esther@kaffeehaus.ch>
 */

// custom language strings for the plugin
$lang['reveal']     = 'reveal';
$lang['reveallong'] = 'reveal hidden content';

$lang['hide']       = 'hide';
$lang['hidelong']   = 'hide content';

$lang['fold_unfold_all_button'] = 'Fold/unfold all';

//Setup VIM: ex: et ts=2 enc=utf-8 :
