diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2014-03-05 18:16:25 +0100 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2014-03-05 18:16:31 +0100 |
commit | 50aca35f98ddaf325772979e73a8e25ec7aa262b (patch) | |
tree | 485b912cae8cd66340838fbba6e68d67958b398d /plugins | |
parent | 292c533649df419f3dd97036dc799624c48d3075 (diff) | |
download | sonarqube-50aca35f98ddaf325772979e73a8e25ec7aa262b.tar.gz sonarqube-50aca35f98ddaf325772979e73a8e25ec7aa262b.zip |
SONAR-5114 Modify client side application to support App WS
Also add translation module
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index de3fc835737..a03ed679bf6 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -1655,6 +1655,10 @@ quality_gates.projects.all=All quality_gates.projects.noResults=No Projects quality_gates.projects.select_hint=Click to associate this project with the quality gate quality_gates.projects.deselect_hint=Click to remove association between this project and the quality gate +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 #------------------------------------------------------------------------------ # |