issue.transition.resolve=Resolve as fixed
issue.transition.resolve.description=This issue has been fixed in the code and is waiting for the next analysis to close it - or reopen it if it was not actually fixed.
issue.transition.falsepositive=Resolve as false positive
-issue.transition.falsepositive.description=This issue can be ignored because it is due to a limitation of the analysis engine. Its technical debt won't be counted.
+issue.transition.falsepositive.description=This issue can be ignored because it is due to a limitation of the analysis engine. Its effort won't be counted.
issue.transition.reopen=Reopen
issue.transition.reopen.description=This issue is not resolved, and should be reviewed again.
issue.transition.close=Close
issue.transition.close.description=
issue.transition.wontfix=Resolve as won't fix
-issue.transition.wontfix.description=This issue can be ignored because the rule is irrelevant in this context. Its technical debt won't be counted.
+issue.transition.wontfix.description=This issue can be ignored because the rule is irrelevant in this context. Its effort won't be counted.
issue.set_severity=Change Severity
issue.set_severity.submit=Change Severity
issue.set_type=Change Type
issue.status.CLOSED.description=Non-active and no longer requiring attention.
issue.resolution.FALSE-POSITIVE=False Positive
-issue.resolution.FALSE-POSITIVE.description=Issues that manual review determined were False Positives. Technical debt from these issues is ignored.
+issue.resolution.FALSE-POSITIVE.description=Issues that manual review determined were False Positives. Effort from these issues is ignored.
issue.resolution.FIXED=Fixed
issue.resolution.FIXED.description=Issues that were corrected in code and reanalyzed.
issue.resolution.WONTFIX=Won't fix
-issue.resolution.WONTFIX.description=Issues that are accepted in this context. They and their technical debt will be ignored.
+issue.resolution.WONTFIX.description=Issues that are accepted in this context. They and their effort will be ignored.
issue.resolution.REMOVED=Removed
issue.resolution.REMOVED.description=Either the rule or the resource was changed (removed, relocated, parameters changed, etc.) so that analysis no longer finds these issues.
issue.unresolved.description=Unresolved issues have not been addressed in any way.
issue.reported_by=Reported by
issue.authorLogin=Author:
issue.component_deleted=Removed
-issue.debt=Debt:
-issue.x_debt={0} debt
-issue.technical_debt=Technical Debt:
-issue.technical_debt_short=Debt
-issue.technical_debt_deleted=Rule not configured to generate technical debt estimate.
+issue.effort=Effort:
+issue.x_effort={0} effort
issue.creation_date=Created
issue.filter_similar_issues=Filter Similar Issues
issues.return_to_list=Return to List
widget.events.no_event=No event
widget.events.show_all=Show All
-widget.rules.name=Issues and Technical Debt
-widget.rules.description=Reports issues and technical debt.
+widget.rules.name=Issues and Effort
+widget.rules.description=Reports issues and effort.
widget.rules.issues=Issues
-widget.rules.technical_debt=Technical Debt
widget.rules.added=Added:
widget.rules.removed=Removed:
widget.issue_filter.property.distributionAxis.option.reporters.name=By Reporter
widget.issue_filter.property.distributionAxis.option.authors.name=By Author
widget.issue_filter.property.displayMode.option.count.name=Issues
-widget.issue_filter.property.displayMode.option.debt.name=Technical Debt
+widget.issue_filter.property.displayMode.option.debt.name=Effort
widget.project_issue_filter.name=Project Issue Filter
widget.project_issue_filter.description=Displays the result of a pre-configured issue filter applied to the project.