1<?php
2/**
3 * DokuWiki / Mantis Authentication Plugin (authmantis)
4 *
5 * English language file.
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program.  If not, see <https://www.gnu.org/licenses/>.
19 *
20 * @copyright (c) 2020 Damien Regad
21 * @license   GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.html)
22 * @author    Damien Regad
23 */
24
25$lang['mantis_core_missing'] = "The <em>authmantis</em> plugin requires MantisBT Core to be loaded "
26	. "in the DokuWiki config file. <br>Please refer to the "
27	. '<a href="https://www.dokuwiki.org/plugin:authmantis">documentation</a> '
28	. "for detailed instructions.";
29