aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorWouter Admiraal <wouter.admiraal@sonarsource.com>2020-09-08 16:29:17 +0200
committersonartech <sonartech@sonarsource.com>2020-10-08 20:08:02 +0000
commit6ecb6c40842e94997ff5aaf729ecc1eb98251c3c (patch)
tree3ee2314eccf283fe6c6450cf6005c8516d3bede9 /sonar-core
parent0b9adba4230ea40e1b8d523981990b909b63dd1a (diff)
downloadsonarqube-6ecb6c40842e94997ff5aaf729ecc1eb98251c3c.tar.gz
sonarqube-6ecb6c40842e94997ff5aaf729ecc1eb98251c3c.zip
SONAR-13856 Add 'Always use the Default' option at project level for QG
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 7 insertions, 1 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 ca73a073d83..bd49bac6d31 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -52,6 +52,8 @@ create_new_element=Create new element
created=Created
created_on=Created on
critical=Critical
+current=current
+current_noun=Current
customize=Customize
date=Date
days=Days
@@ -1358,6 +1360,10 @@ project_quality_profile.successfully_updated={0} Quality Profile has been succes
#------------------------------------------------------------------------------
project_quality_gate.default_qgate=Default
project_quality_gate.successfully_updated=Quality Gate has been successfully updated.
+project_quality_gate.subtitle=Manage project Quality Gate
+project_quality_gate.always_use_default=Always use the instance default Quality Gate
+project_quality_gate.always_use_specific=Always use a specific Quality Gate
+project_quality_gate.requires_new_analysis=Changes will be applied after the next analysis.
#------------------------------------------------------------------------------
#
@@ -1485,7 +1491,7 @@ quality_gates.conditions=Conditions
quality_gates.conditions.help=Both conditions on New Code and Overall Code have to be met by a project to pass the Quality Gate.
quality_gates.conditions.help.link=See also: Clean as You Code
quality_gates.projects=Projects
-quality_gates.projects.help=The Default gate is applied to all projects not explicitly assigned to a gate. Quality Profile and Gate administrators can assign projects to a gate from the Quality Profile page. Project administrators can also choose a non-default gate.
+quality_gates.projects.help=The Default gate is applied to all projects not explicitly assigned to a gate. Quality Gate administrators can assign projects to a non-default gate, or always make it follow the system default. Project administrators may choose any gate.
quality_gates.add_condition=Add Condition
quality_gates.condition_added=Successfully added condition.
quality_gates.update_condition=Update Condition