diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-11-07 11:23:43 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-11-20 20:20:59 +0100 |
commit | c9e3474940286b65bd94d14eeacef982407a65af (patch) | |
tree | 601a704d493a9f38abcc2bf4659f9bb62cacd7c3 /sonar-core | |
parent | 5a5c9bfb9fb4c3591759ef444524c7d8097198a6 (diff) | |
download | sonarqube-c9e3474940286b65bd94d14eeacef982407a65af.tar.gz sonarqube-c9e3474940286b65bd94d14eeacef982407a65af.zip |
SONAR-10770 display definition change events for applications (#918)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 6 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 eb795a57ec0..99037fcc5ae 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -436,8 +436,14 @@ event.category.All=All event.category.VERSION=Version event.category.QUALITY_GATE=Quality Gate event.category.QUALITY_PROFILE=Quality Profile +event.category.DEFINITION_CHANGE=Definition Change event.category.OTHER=Other event.quality_gate.still_x=Still {status} +event.definition_change.added={project} added +event.definition_change.removed={project} removed +event.definition_change.branch_added={project} {branch} added +event.definition_change.branch_removed={project} {branch} removed +event.definition_change.branch_replaced={project} {oldBranch} replaced with {newBranch} #------------------------------------------------------------------------------ |