1<?php 2/** 3 * English language file for acknowledge plugin 4 * 5 * @author Andreas Gohr, Anna Dabrowska <dokuwiki@cosmocode.de> 6 */ 7 8$lang['approve_integration'] = 'If the approve plugin is installed, hide the acknowledgement ' . 9 'button on pages that are under approve\'s control but not in "Approved" state.'; 10$lang['notification_integration'] = 'If the notification plugin is installed, email assigned ' . 11 'users about pages that require their acknowledgement.'; 12$lang['onpage_report'] = 'Show an on-page report of who has acknowledged the page and/or who ' . 13 'still needs to. The report is only visible to managers and admins.'; 14$lang['onpage_report_o_off'] = 'Off'; 15$lang['onpage_report_o_acknowledged'] = 'Users who have acknowledged'; 16$lang['onpage_report_o_pending'] = 'Users who still need to acknowledge'; 17$lang['onpage_report_o_both'] = 'Both acknowledged and pending users'; 18