xref: /plugin/acknowledge/lang/en/settings.php (revision 4bf952c9005c7028e75b1ab7185e9d7f7b566d80)
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