<?php
/**
 * English language file for acknowledge plugin
 *
 * @author Andreas Gohr, Anna Dabrowska <dokuwiki@cosmocode.de>
 */

$lang['approve_integration'] = 'If the approve plugin is installed, hide the acknowledgement ' .
    'button on pages that are under approve\'s control but not in "Approved" state.';
$lang['notification_integration'] = 'If the notification plugin is installed, email assigned ' .
    'users about pages that require their acknowledgement.';
$lang['onpage_report'] = 'Show an on-page report of who has acknowledged the page and/or who ' .
    'still needs to. The report is only visible to managers and admins.';
$lang['onpage_report_o_off'] = 'Off';
$lang['onpage_report_o_acknowledged'] = 'Users who have acknowledged';
$lang['onpage_report_o_pending'] = 'Users who still need to acknowledge';
$lang['onpage_report_o_both'] = 'Both acknowledged and pending users';
