diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-10-18 09:46:22 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-10-21 10:24:17 +0200 |
commit | b7129679327efeeb44f9205656b46376adfe9689 (patch) | |
tree | f01159db52a79aae8e478dcafe79a7d9d22156c6 /sonar-core/src | |
parent | 3d8cdcbf8558e40385f481272045056d5435a3e6 (diff) | |
download | sonarqube-b7129679327efeeb44f9205656b46376adfe9689.tar.gz sonarqube-b7129679327efeeb44f9205656b46376adfe9689.zip |
SONAR-8300 Create new "Projects" page [first iter]
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 8 |
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. + #------------------------------------------------------------------------------ # |