diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-26 10:25:45 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-07-26 10:25:45 +0200 |
commit | 73ec4526d09de3c72ee63f90da3e2f4984de7b9f (patch) | |
tree | 7675771f84be2705e5e3d6b2748622043516c3bf /plugins | |
parent | 94666ba39152718952ac644f0a9cd2d97902774c (diff) | |
download | sonarqube-73ec4526d09de3c72ee63f90da3e2f4984de7b9f.tar.gz sonarqube-73ec4526d09de3c72ee63f90da3e2f4984de7b9f.zip |
SONAR-2589 add missing bundles in drilldown pages
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties b/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties index 600ce82f3c4..ecddbb9f9a1 100644 --- a/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties +++ b/plugins/sonar-i18n-en-plugin/src/main/resources/org/sonar/i18n/core.properties @@ -516,11 +516,15 @@ components.note_changes_impact_all_users=Note that these changes will impact all # #------------------------------------------------------------------------------ -drilldown.click_for_more_on_x=Click for more on {0} : {1} -drilldown.no_violations=No violations -drilldown.any_severity=Any severity -drilldown.any_rule=Any rule - +drilldown.drilldown_on=Drilldown on + +violations_drilldown.click_for_more_on_x=Click for more on {0} : {1} +violations_drilldown.col.severity=Severity +violations_drilldown.col.rule=Rule +violations_drilldown.path=Path +violations_drilldown.any_severity=Any severity +violations_drilldown.any_rule=Any rule +violations_drilldown.no_violations=No violations #------------------------------------------------------------------------------ # |