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

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

// 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['error sqlite plugin missing'] = 'The sqlite plugin is missing';
