xref: /plugin/acknowledge/lang/en/lang.php (revision 5773dd375a3cbf135e65b74d1b5793a79b587f9e)
14d6d17d0SAndreas Gohr<?php
24d6d17d0SAndreas Gohr/**
34d6d17d0SAndreas Gohr * English language file for acknowledge plugin
44d6d17d0SAndreas Gohr *
54d6d17d0SAndreas Gohr * @author Andreas Gohr, Anna Dabrowska <dokuwiki@cosmocode.de>
64d6d17d0SAndreas Gohr */
74d6d17d0SAndreas Gohr
84d6d17d0SAndreas Gohr// menu entry for admin plugins
94d6d17d0SAndreas Gohr// $lang['menu'] = 'Your menu entry';
104d6d17d0SAndreas Gohr
114d6d17d0SAndreas Gohr// custom language strings for the plugin
12*5773dd37SAnna Dabrowska$lang['ackRequired'] = 'You need to acknowledge this';
13*5773dd37SAnna Dabrowska$lang['ackText'] = 'I confirm that I have read and understood the contents of this page';
14*5773dd37SAnna Dabrowska$lang['ackGranted'] = 'You acknowledged this page on ';
154d6d17d0SAndreas Gohr
16cabb51d3SAndreas Gohr
17cabb51d3SAndreas Gohr$lang['error sqlite plugin missing'] = 'The sqlite plugin is missing';
18