diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-12-14 12:20:38 +0100 |
---|---|---|
committer | Stas Vilchik <stas.vilchik@sonarsource.com> | 2018-01-02 10:38:10 +0100 |
commit | 7b757f90537d99f1863407dfd2667874561d53aa (patch) | |
tree | 8c19f29af2c49718805962a2ab824e8ffaef0b83 /sonar-core | |
parent | 027514e6f94607fcd7df8e69e668fe32aeb2873e (diff) | |
download | sonarqube-7b757f90537d99f1863407dfd2667874561d53aa.tar.gz sonarqube-7b757f90537d99f1863407dfd2667874561d53aa.zip |
SONAR-10188 Update project/organization header
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 25 |
1 files changed, 22 insertions, 3 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 b23f715de55..f6a72667d62 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -1318,7 +1318,7 @@ email_configuration.test.email_was_sent_to_x=Email was sent to {0} # #------------------------------------------------------------------------------ notification.channel.EmailNotificationChannel=Email -notification.dispatcher.information=Receive notifications when specific types of events occur. A notification is never sent to the author of the event. +notification.dispatcher.information=A notification is never sent to the author of the event. notification.dispatcher.ChangesOnMyIssue=Changes in issues assigned to me notification.dispatcher.NewIssues=New issues notification.dispatcher.NewAlerts=New quality gate status @@ -2736,5 +2736,24 @@ homepage.check=Check to make the current page your homepage # FAVORITE # #------------------------------------------------------------------------------ -favorite.current=This is your favorite component. Click to unset. -favorite.check=Click to mark this component as favorite. +favorite.check.TRK=Click to mark this project as favorite. +favorite.check.BRC=Click to mark this sub-project as favorite. +favorite.check.DIR=Click to mark this directory as favorite. +favorite.check.PAC=Click to mark this package as favorite. +favorite.check.VW=Click to mark this portfolio as favorite. +favorite.check.SVW=Click to mark this sub-ortfolio as favorite. +favorite.check.APP=Click to mark this application as favorite. +favorite.check.FIL=Click to mark this file as favorite. +favorite.check.CLA=Click to mark this file as favorite. +favorite.check.UTS=Click to mark this test file as favorite. + +favorite.current.TRK=This project is marked as favorite. +favorite.current.BRC=This sub-project is marked as favorite. +favorite.current.DIR=This directory is marked as favorite. +favorite.current.PAC=This package is marked as favorite. +favorite.current.VW=This portfolio is marked as favorite. +favorite.current.SVW=This sub-ortfolio is marked as favorite. +favorite.current.APP=This application is marked as favorite. +favorite.current.FIL=This file is marked as favorite. +favorite.current.CLA=This file is marked as favorite. +favorite.current.UTS=This test file is marked as favorite. |