1<?php 2/** 3 * English language for the foldablelist plugin 4 * 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * 7 * @author medmen <med-men@gmx.net> 8 * 9 */ 10$lang['collapse_level'] = 'hide list items at depth level'; 11$lang['collapse_after'] = 'Number of items to display'; 12$lang['button_css'] = 'CSS to style und position the button'; 13$lang['button_up_value'] = 'Value for button up'; 14$lang['button_down_value'] = 'Value for button down';