diff options
author | Stas Vilchik <stas.vilchik@sonarsource.com> | 2017-09-15 15:00:45 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk@users.noreply.github.com> | 2017-09-20 09:15:23 +0200 |
commit | 15705813665581d67d67bff133d31d235dd16535 (patch) | |
tree | bbe2d5d6be6eeffdc667bab66e584b0f24c851e3 /sonar-core/src | |
parent | 4c2dafad1f82d5a79a061335908ca0e7ea80b6ee (diff) | |
download | sonarqube-15705813665581d67d67bff133d31d235dd16535.tar.gz sonarqube-15705813665581d67d67bff133d31d235dd16535.zip |
SONAR-9812 display activity page for portfolios (#2510)
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 10 |
1 files changed, 10 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 b448c40e3ec..4b4b86ebc49 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -134,6 +134,7 @@ permalinks=Permalinks plugin=Plugin project=Project projects=Projects +projects_=project(s) projects_management=Projects Management quality_profile=Quality Profile raw=Raw @@ -3176,3 +3177,12 @@ branches.orphan_branches.tooltip=When a target branch of a short-living branch w branches.main_branch=Main Branch branches.settings_hint=To administrate your branches, you have to go to your main branch's {link} tab. branches.settings_hint_tab=Administration > Branches + + +#------------------------------------------------------------------------------ +# +# PORTFOLIOS +# +#------------------------------------------------------------------------------ +portfolio.was_x_y=was {rating} {date} +portfolio.x_in_y={projects} in {rating} |