xref: /plugin/acknowledge/lang/en/lang.php (revision 74126d4b5f888ba407f033d947da1ba9979f565b) !
1<?php
2/**
3 * English language file for acknowledge plugin
4 *
5 * @author Andreas Gohr, Anna Dabrowska <dokuwiki@cosmocode.de>
6 */
7
8// menu entry for admin plugins
9// $lang['menu'] = 'Your menu entry';
10
11// custom language strings for the plugin
12$lang['ackRequired'] = 'You need to acknowledge this';
13$lang['ackText'] = 'I confirm that I have read and understood the contents of this page';
14$lang['ackButton'] = 'Acknowledge';
15$lang['ackGranted'] = 'You acknowledged this page on ';
16$lang['ackNotFound'] = 'Nothing found';
17
18
19$lang['error sqlite plugin missing'] = 'The sqlite plugin is missing';
20