<?php
$lang['mantis_server'] 			= 'The adress of the Mantis server.';
$lang['mantis_user']        = 'A username for Mantis.';
$lang['mantis_password']    = 'The passwort for the Mantis user.';
$lang['mantis_namespace']   = 'The namespace for the SOAP-Service. Do not edit unless you know what you are doing!';
$lang['mantis_refresh']     = 'The duration for the cache. When this amount of minutes is gone the data is refetched from mantis.';
$lang['mantis_limit']       = 'The number of issues that should be presented on the page.';

$lang['mantis_issue_type'] 				= 'Please select the status, which the issues should at least have. <b>Option is not yet implemented.</b>';
$lang['mantis_issue_type_o_0']     = 'All';
$lang['mantis_issue_type_o_1']     = 'new';
$lang['mantis_issue_type_o_2']     = 'feedback';
$lang['mantis_issue_type_o_3']     = 'confirmed';
$lang['mantis_issue_type_o_4']     = 'acknowledged';
$lang['mantis_issue_type_o_5']     = 'assigned';
$lang['mantis_issue_type_o_6']     = 'resolved';
$lang['mantis_issue_type_o_7']     = 'closed';