xref: /plugin/acknowledge/lang/en/lang.php (revision cabb51d3f49ec86f5433a0e5df3c2db082d97d60)
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