xref: /plugin/acknowledge/lang/en/lang.php (revision 27383a3866c9547d4f18c167fdd174ce8804caeb)
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
30$lang['toomanyresults'] = 'Too many results to show. Output limited.';
31
32$lang['pattern'] = 'Page Pattern';
33$lang['assignees'] = 'Assignees';
34$lang['save'] = 'Save';
35
36$lang['error sqlite plugin missing'] = 'The sqlite plugin is missing';
37