*/ // menu entry for admin plugins $lang['menu'] = 'Acknowledgements overview'; // 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['ackDiff'] = 'Show differences since your last acknowledgement from %s'; $lang['ackNotFound'] = 'Nothing found'; $lang['overviewPage'] = 'Page'; $lang['overviewUser'] = 'User'; $lang['overviewTime'] = 'Latest acknowledgement'; $lang['overviewHistory'] = 'You can access previous acknowledgments by querying the database directly. Ask your administrator for assistance.'; $lang['error sqlite plugin missing'] = 'The sqlite plugin is missing';