<?php
/**
 */

$lang['bugzilla_baseurl'] = 'Base-URL to Bugzilla';
$lang['bugzilla_login'] = 'Bugzilla Login';
$lang['bugzilla_password'] = 'Bugzilla Password';
$lang['tree_depth'] = 'Dependency Tree Depth';
$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';
$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';
$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';
$lang['severity_threshold_red'] = 'Show bugs in red if they have a severity of';
$lang['severity_threshold_orange'] = 'Show bugs in orange if they have a severity of';
$lang['priority_threshold_red'] = 'Show bugs in red if they have a priority of';
$lang['priority_threshold_orange'] = 'Show bugs in orange if they have a priority of';
$lang['deadline_threshold_days_red'] = 'Show bugs in red if their deadline expires in N days';
$lang['deadline_threshold_days_orange'] = 'Show bugs in yellow if their deadline expires in N days';
$lang['color_new'] = 'Color for the bug status NEW';
$lang['color_assigned'] = 'Color for the bug status ASSIGNED';
$lang['color_reopened'] = 'Color for the bug status REOPENED';
$lang['color_resolved_fixed'] = 'Color for the bug resolution FIXED';
$lang['color_resolved_invalid'] = 'Color for the bug resolution INVALID';
$lang['color_resolved_wontfix'] = 'Color for the bug resolution WONTFIX';
$lang['color_resolved_duplicate'] = 'Color for the bug resolution DUPLICATE';
$lang['color_resolved_worksforme'] = 'Color for the bug resolution WORKSFORME';
$lang['color_resolved_moved'] = 'Color for the bug resolution MOVED';
