xref: /plugin/acknowledge/lang/en/lang.php (revision cabb51d3f49ec86f5433a0e5df3c2db082d97d60) !
1<?php
2/**
3 * English language file for acknowledge plugin
4 *
5 * @author Andreas Gohr, Anna Dabrowska <dokuwiki@cosmocode.de>
6 */
7
8// menu entry for admin plugins
9// $lang['menu'] = 'Your menu entry';
10
11// custom language strings for the plugin
12// $lang['fixme'] = 'FIXME';
13
14
15$lang['error sqlite plugin missing'] = 'The sqlite plugin is missing';
16