diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-06-03 10:14:44 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2016-06-15 10:40:05 +0200 |
commit | 59a1bedcce44674f3bac75af59ddcd5cb985e303 (patch) | |
tree | 0fc98fb14676a094f6e82b7b891c32c8be292327 /sonar-core | |
parent | 8a00cf82c510e3dc3d61d5337c60bc1830383590 (diff) | |
download | sonarqube-59a1bedcce44674f3bac75af59ddcd5cb985e303.tar.gz sonarqube-59a1bedcce44674f3bac75af59ddcd5cb985e303.zip |
SONAR-7229 Create new Projects page for My Account space
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 4 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 5a046e78377..527ed73a155 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -2122,6 +2122,10 @@ my_account.issue_widget.by_project=My Issues by Project my_account.issue_widget.by_severity=My Issues by Severity my_account.to_fix=To Fix my_account.to_review=To Review +my_account.projects=Projects +my_account.projects.analyzed_x=Analyzed {0} +my_account.projects.never_analyzed=Never analyzed +my_account.projects.x_characters_min=({0} characters min) |