aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-04-25 15:45:08 +0200
committerJean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com>2014-04-25 15:45:16 +0200
commit433fc34a5a8513fe80dc6cd8ad758afde5bfd0a7 (patch)
tree38970e694ee89e140a546283bd129aac262e18c6 /sonar-core
parent88132bee081c22e3bad8265a3218bf853244aaa0 (diff)
downloadsonarqube-433fc34a5a8513fe80dc6cd8ad758afde5bfd0a7.tar.gz
sonarqube-433fc34a5a8513fe80dc6cd8ad758afde5bfd0a7.zip
SONAR-4927 Add Quality Gate widget
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties10
1 files changed, 10 insertions, 0 deletions
diff --git a/sonar-core/src/main/resources/org/sonar/l10n/core.properties b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
index 6353deb8990..ffbf75fbfe3 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -980,6 +980,10 @@ widget.alerts.no_alert=The project has passed the quality gate
widget.alerts.warnings=The project has warnings on the following quality gate conditions:\u00a0
widget.alerts.errors=The project failed the quality gate on the following conditions:\u00a0
+widget.quality_gate.name=Quality Gate Details
+widget.quality_gate.description=Displays a detailed view of the project's quality gate status.
+widget.quality_gate.property.show_ok.name=Show passed conditions
+
widget.code_coverage.name=Unit Tests Coverage
widget.code_coverage.description=Reports on units tests and code coverage by unit tests.
widget.code_coverage.line_coverage.suffix=\ line coverage
@@ -1651,6 +1655,8 @@ quality_gates.add_condition=Add Condition
quality_gates.no_conditions=No Conditions
quality_gates.introduction=Only project measures are checked against thresholds. Sub-projects, directories and files are ignored.
quality_gates.health_icons=Project health icons represent:
+quality_gates.metric=Metric
+quality_gates.threshold=Threshold
quality_gates.projects_for_default=Every project not specifically associated to a quality gate will be associated to this one by default.
quality_gates.projects_for_default.edit=You must not select specific projects for the default quality gate.
quality_gates.projects.with=With
@@ -1663,6 +1669,10 @@ quality_gates.operator.LT=is less than
quality_gates.operator.GT=is greater than
quality_gates.operator.EQ=equals
quality_gates.operator.NE=is not
+quality_gates.operator.LT.short=<
+quality_gates.operator.GT.short=>
+quality_gates.operator.EQ.short==
+quality_gates.operator.NE.short=\u2260
quality_gates.delete.confirm.message=Are you sure you want to delete the "{0}" quality gate?
quality_gates.delete.confirm.default=Are you sure you want to delete the "{0}" quality gate, which is the default quality gate?
quality_gates.delete_condition=Delete Condition