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 124d6d17d0SAndreas Gohr// $lang['fixme'] = 'FIXME'; 134d6d17d0SAndreas Gohr 14*cabb51d3SAndreas Gohr 15*cabb51d3SAndreas Gohr$lang['error sqlite plugin missing'] = 'The sqlite plugin is missing'; 16