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

// menu entry for admin plugins
 $lang['menu'] = 'Acknowledgements overview';

// custom language strings for the plugin
$lang['ackRequired'] = 'You need to acknowledge this';
$lang['ackText'] = 'I confirm that I have read and understood the contents of this page';
$lang['ackButton'] = 'Acknowledge';
$lang['ackGranted'] = 'You acknowledged this page on ';
$lang['ackNotFound'] = 'Nothing found';
$lang['overviewPage'] = 'Page';
$lang['overviewUser'] = 'User';
$lang['overviewTime'] = 'Latest acknowledgement';


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