aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-core/src')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties8
1 files changed, 7 insertions, 1 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 c3d868e6254..67b0f21e155 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -876,13 +876,19 @@ issue_bulk_change.error.need_one_action=At least one action must be provided
#------------------------------------------------------------------------------
#
-# ALL PROJECTS PAGE
+# PROJECTS PAGE
#
#------------------------------------------------------------------------------
all-projects.cols.name=Name
all-projects.results_not_display_due_to_security=Due to security settings, some results are not being displayed.
+projects.page=Projects
+projects.page.description=Explore projects by coverage, duplications or size.
+projects._projects=projects
+projects.no_projects.1=We couldn't find any projects matching selected criteria.
+projects.no_projects.2=Try to change filters to get some results.
+
#------------------------------------------------------------------------------
#