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'] = 'Acknowledgement Overview';
10 $lang['menu_assign'] = 'Acknowledgement Assignments';
11
12// custom language strings for the plugin
13$lang['ackRequired'] = 'You need to acknowledge this page';
14$lang['ackText'] = 'I confirm that I have read and understood the contents of this page';
15$lang['ackButton'] = 'Acknowledge';
16$lang['ackOk'] = 'Page Acknowledged';
17$lang['ackGranted'] = 'You acknowledged this page on %s';
18$lang['ackDiff'] = 'Show differences since your last acknowledgement from %s';
19$lang['ackNotFound'] = 'Nothing found';
20$lang['overviewPage'] = 'Page';
21$lang['overviewUser'] = 'User';
22$lang['overviewTime'] = 'Latest acknowledgement';
23$lang['overviewMod'] = 'Last Change';
24$lang['overviewCurrent'] = 'Current?';
25$lang['overviewHistory'] = 'You can access previous acknowledgments by querying the database directly. Ask your administrator for assistance.';
26$lang['count'] = 'User %s signed %d of %d pages.';
27$lang['yes'] = 'yes';
28$lang['home'] = 'Newest Acknowledgements';
29$lang['status'] = 'Status';
30$lang['all'] = 'all';
31$lang['current'] = 'current';
32$lang['due'] = 'due';
33
34$lang['toomanyresults'] = 'Too many results to show. Output limited.';
35
36$lang['pattern'] = 'Page Pattern';
37$lang['assignees'] = 'Assignees';
38$lang['save'] = 'Save';
39
40$lang['error sqlite plugin missing'] = 'The sqlite plugin is missing';
41