1<?php
2
3$lang['message'] = 'Entry from <a href="[url]">Mantis</a>.';
4$lang['nosoap']   = 'Sorry, no SOAP available on that system.';
5$lang['noconfig']   = 'Please configure the plugin via the admin area first.';
6$lang['noprojectname']   = 'You have to enter a project name.';
7$lang['projectnotfound']   = 'No project with the name <b>[project]</b> could be found.';
8$lang['accessdenied']   = 'Access to <a href="[url]">Mantis</a> denied. Maybe wrong username/password?';
9$lang['noissuesfound']   = 'No issues were found!';
10
11$lang['table_summary']   = 'Summary';
12$lang['table_reporter']   = 'Reporter';
13$lang['table_description']   = 'Description';
14