diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-12-14 19:07:05 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-12-14 19:12:27 +0100 |
commit | a65e2c933f5ec261f2c92c99cd02c562f0d98c41 (patch) | |
tree | 5c9a5964ce8cf7cd0eb47e73b0fa2d40a603b6a4 /plugins | |
parent | 8ea3cf168afc0e03f7877f9d625fd5c7c2c766de (diff) | |
download | sonarqube-a65e2c933f5ec261f2c92c99cd02c562f0d98c41.tar.gz sonarqube-a65e2c933f5ec261f2c92c99cd02c562f0d98c41.zip |
SONAR-3086 do not strikethrough rule name when review is resolved
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 27f39d567fc..43594da482a 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -89,9 +89,7 @@ plugin=Plugin project=Project projects=Projects raw=Raw -reopened=Reopened reset_verb=Reset -resolved=Resolved result=Result results=Results rule=Rule @@ -390,8 +388,15 @@ reviews.change_severity_submit=Change severity reviews.assign=Assign reviews.assign_submit=Assign reviews.assign_to_me_submit=Assign to me -reviews.resolve=Resolve +reviews.resolved=Resolved +reviews.resolved_submit=Resolved reviews.reopen=Reopen +reviews.reopen_submit=Reopen +reviews.status.REOPENED=Reopened +reviews.status.RESOLVED=Resolved +reviews.status.OPEN=Open +reviews.resolution.FALSE-POSITIVE=False-positive +reviews.resolution.FIXED=Fixed #------------------------------------------------------------------------------ # @@ -599,10 +604,10 @@ widget.my_reviews.name=My open reviews widget.my_reviews.description=Shows open/reopened reviews assigned to the current user. widget.my_reviews.no_review=No review. -widget.project_reviews.name=Project open reviews +widget.project_reviews.name=Open reviews widget.project_reviews.description=Shows all the open/reopened reviews. -widget.false_positive_reviews.name=Active False Positive Reviews +widget.false_positive_reviews.name=False positives widget.false_positive_reviews.description=Shows all the false positives found on the project. widget.reviews_per_developer.name=Open reviews per developer @@ -673,6 +678,7 @@ code_viewer.create_violation.missing_rule=Missing rule code_viewer.create_violation.missing_message=Missing message code_viewer.create_violation.missing_severity=Missing severity code_viewer.create_violation.no_rules=No rules. Please contact your administrator. +code_viewer.create_violation.bad_assignee=Unknown assignee #------------------------------------------------------------------------------ # |