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

// menu entry for admin plugins
 $lang['menu'] = 'Acknowledgement Overview';
 $lang['menu_assign'] = 'Acknowledgement Assignments';

// custom language strings for the plugin
$lang['ackRequired'] = 'You need to acknowledge this page';
$lang['ackText'] = 'I confirm that I have read and understood the contents of this page';
$lang['ackButton'] = 'Acknowledge';
$lang['ackOk'] = 'Page Acknowledged';
$lang['ackGranted'] = 'You acknowledged this page on %s';
$lang['ackDiff'] = 'Show differences since your last acknowledgement from %s';
$lang['ackNotFound'] = 'Nothing found';
$lang['overviewPage'] = 'Page';
$lang['overviewUser'] = 'User';
$lang['overviewTime'] = 'Latest acknowledgement';
$lang['overviewMod'] = 'Last Change';
$lang['overviewCurrent'] = 'Current?';
$lang['overviewHistory'] = 'You can access previous acknowledgments by querying the database directly. Ask your administrator for assistance.';
$lang['count'] = 'User %s signed %d of %d pages.';
$lang['yes'] = 'yes';
$lang['home'] = 'Newest Acknowledgements';
$lang['status'] = 'Status';
$lang['all'] = 'all';
$lang['current'] = 'current';
$lang['due'] = 'due';

$lang['toomanyresults'] = 'Too many results to show. Output limited.';

$lang['pattern'] = 'Page Pattern';
$lang['assignees'] = 'Assignees';
$lang['save'] = 'Save';

$lang['error sqlite plugin missing'] = 'The sqlite plugin is missing';
