1<?php
2/**
3 * English language file for issuetracker plugin
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Taggic@t-online.de
7 */
8
9// for the configuration manager
10$lang['d_format']         = 'Y-m-d G:i:s';
11$lang['it_data']          = 'IssueTracker root within data folder ("" = meta)<img title="Warning: It is very recommended to store the Issues outside the meta folder. So please enter a path here (e.g. \'data/it_store/\')." alt="warning" src="./lib/plugins/config/images/warning.png" style="float:right;"> ';
12$lang['upload']           = 'allow symptom file uploads';
13$lang['max_fsize']        = 'limit file size for uploads in Byte';
14$lang['ip_blocked']       = 'turn on the anti-spam feature';
15$lang['ip_blockd_time']   = 'ip will be blocked for x minutes before another upload can be initiated';
16$lang['send_email']       = 'Inform by mail about new issues ?';
17$lang['mail_templates']   = 'Use of html email templates ?';
18$lang['email_address']    = 'Who is to be informed ?';
19$lang['registered_users'] = 'Only registered users with edit permission on issue <br> tracker page are allowed to create reports and add comments';
20$lang['auth_ad_overflow'] = 'Prevent AUTH:AD overflow';
21$lang['assgnee_list']     = 'unique file extension for assignee list (e.g. assignees)';
22$lang['profile_updt']     = 'Sync on user profile changes';
23$lang['validate_mail_addr']= 'Validate reporters e-mail address with DNS';
24$lang['userinfo_email']   = 'Inform user by mail about issue modifications ? (global switch)';
25$lang['mail_add_comment']         = 'inform about new comments';
26$lang['mail_modify_comment']      = 'inform about comment modification';
27$lang['mail_add_resolution']      = 'inform about resolution entry';
28$lang['mail_modify_resolution']   = 'inform about resolution modification';
29$lang['mail_modify__description'] = 'inform about modification of initial description';
30$lang['shw_mail_addr']    = 'mail address visible instead of user name(to registered users only)';
31$lang['shw_assignee_as']  = 'show assignee by login, name or mail address';
32$lang['shwtbl_usr']       = 'Configure columns to be shown to user as overview';
33$lang['use_captcha']      = 'Use captcha';
34$lang['severity']         = 'Define severity levels you will use <br> (comma separated, dependency to icon file name)';
35$lang['status']           = 'Define issue status levels you will use <br> (comma separated, dependency to icon file name)';
36$lang['status_special']   = 'hidden issues (deleted), only single status value allowed !';
37$lang['projects']         = 'Define Projects <br> (comma separated)';
38$lang['products']         = 'Define Products <br> (comma separated)';
39$lang['components']       = 'Define Components <br> (comma separated)';
40$lang['assign']           = 'select wiki user groups pre-selected for assigning issues <br> (pipe "|" separated)';
41$lang['noStatIMG']        = 'status text instead of icons at Issue list';
42$lang['noSevIMG']         = 'severity text instead of icons at Issue list';
43$lang['ltdReport']        = 'Exclude these controls from report form';
44$lang['ltdListFilters']   = 'Exclude these filter controls from Issue List';
45$lang['multi_projects']	  = 'turn on for multi project handling';
46$lang['shw_project_col']  = 'show project column';
47$lang['global_sort']	    = 'issues global sort order';
48$lang['listview_sort']    = 'default list view sort order by ID';