From 15705813665581d67d67bff133d31d235dd16535 Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Fri, 15 Sep 2017 15:00:45 +0200 Subject: SONAR-9812 display activity page for portfolios (#2510) --- sonar-core/src/main/resources/org/sonar/l10n/core.properties | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'sonar-core/src') 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} -- cgit v1.2.3