1<?php 2/** 3 * english language file for feedback plugin 4 * 5 * @author Andreas Gohr <gohr@cosmocode.de> 6 */ 7 8$lang['allowanon'] = 'Allow anonymous users to send feedback'; 9$lang['include_parent_startpage'] = 'Include the startpages of namespaces even if they are outside of the namespace'; 10$lang['span_translations'] = 'Feedback-Managers always handle all translated versions of their namespace'; 11$lang['send_copy'] = 'Send a copy of the feedback to the author (works only for login users)'; 12