diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-05-24 15:06:17 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-06-09 08:26:48 +0200 |
commit | 2fb2871f4be5ea216ab71e67b80622c040fd1791 (patch) | |
tree | c4700ff5f5dbda793a6f7577925ba345abf37f19 /sonar-core | |
parent | 5ad1c512b2f8f3a07cfd72ca803c66d4c6c31988 (diff) | |
download | sonarqube-2fb2871f4be5ea216ab71e67b80622c040fd1791.tar.gz sonarqube-2fb2871f4be5ea216ab71e67b80622c040fd1791.zip |
SONAR-9245 Add the leak period start date
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 2 |
1 files changed, 2 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 7a9644cf45c..047896dc5dd 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -860,6 +860,8 @@ projects.no_favorite_projects=You don't have any favorite projects yet. projects.no_favorite_projects.engagement=Discover and mark as favorites projects you are interested in to have a quick access to them. projects.explore_projects=Explore Projects projects.not_analyzed=Project is not analyzed yet. +projects.leak_period_x=Leak Period started {0} +projects.last_analysis_on_x=Last analysis on {0} projects.search=Search by project name or key projects.sort_list=Sort list by projects.perspective=Perspective |