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 125773dd37SAnna Dabrowska$lang['ackRequired'] = 'You need to acknowledge this'; 135773dd37SAnna Dabrowska$lang['ackText'] = 'I confirm that I have read and understood the contents of this page'; 14*74126d4bSAnna Dabrowska$lang['ackButton'] = 'Acknowledge'; 155773dd37SAnna Dabrowska$lang['ackGranted'] = 'You acknowledged this page on '; 16*74126d4bSAnna Dabrowska$lang['ackNotFound'] = 'Nothing found'; 174d6d17d0SAndreas Gohr 18cabb51d3SAndreas Gohr 19cabb51d3SAndreas Gohr$lang['error sqlite plugin missing'] = 'The sqlite plugin is missing'; 20