1<?php 2/** 3 * english language file for the configuration manager 4 * 5 * @author: Michael Klier <chi@chimeric.de> 6 * @author Klaus Vormweg <klaus.vormweg@gmx.de> 7 */ 8 9$lang['sidebar'] = 'sidebar content'; 10$lang['cleanindex'] = 'clean index'; 11$lang['cleanindexlist'] = 'clean index of further namespaces (comma-separated list)'; 12$lang['showsearch'] = 'show search box if logged in'; 13$lang['showbacklinks'] = 'show backlink button'; 14$lang['showmedia'] = 'show media manager button if not logged in'; 15$lang['sidebaredit'] = 'show edit button in sidebar'; 16?> 17