1<?php
2/**
3 */
4
5$lang['bugzilla_baseurl'] = 'Base-URL to Bugzilla';
6$lang['bugzilla_login'] = 'Bugzilla Login';
7$lang['bugzilla_password'] = 'Bugzilla Password';
8$lang['tree_depth'] = 'Dependency Tree Depth';
9$lang['link_default_extras'] = 'Additional info to show next to bug links. Multiple values can be set, separated by commas. Possible values are: dependencies, assigned_to, lastchange, deadline, status, version, priority, severity, time, classification, product, component';
10$lang['tree_default_extras'] = 'Additional info to show next to each bug in a dependency tree. Multiple values can be set, separated by commas. Possible values are: dependencies, assigned_to, lastchange, deadline, status, version, priority, severity, time, classification, product, component';
11$lang['list_default_extras'] = 'Additional info to show next to each bug in a list. Multiple values can be set, separated by commas. Possible values are: dependencies, assigned_to, lastchange, deadline, status, version, priority, severity, time, classification, product, component';
12$lang['severity_threshold_red'] = 'Show bugs in red if they have a severity of';
13$lang['severity_threshold_orange'] = 'Show bugs in orange if they have a severity of';
14$lang['priority_threshold_red'] = 'Show bugs in red if they have a priority of';
15$lang['priority_threshold_orange'] = 'Show bugs in orange if they have a priority of';
16$lang['deadline_threshold_days_red'] = 'Show bugs in red if their deadline expires in N days';
17$lang['deadline_threshold_days_orange'] = 'Show bugs in yellow if their deadline expires in N days';
18$lang['color_new'] = 'Color for the bug status NEW';
19$lang['color_assigned'] = 'Color for the bug status ASSIGNED';
20$lang['color_reopened'] = 'Color for the bug status REOPENED';
21$lang['color_resolved_fixed'] = 'Color for the bug resolution FIXED';
22$lang['color_resolved_invalid'] = 'Color for the bug resolution INVALID';
23$lang['color_resolved_wontfix'] = 'Color for the bug resolution WONTFIX';
24$lang['color_resolved_duplicate'] = 'Color for the bug resolution DUPLICATE';
25$lang['color_resolved_worksforme'] = 'Color for the bug resolution WORKSFORME';
26$lang['color_resolved_moved'] = 'Color for the bug resolution MOVED';
27