aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2016-02-03 16:51:21 +0100
committerStas Vilchik <vilchiks@gmail.com>2016-02-03 16:58:07 +0100
commit623fe1b5e26ad996a7c66c7b5db9f500d4a6b87d (patch)
treea4a4f18ade9d5131f8b9b90175e40da33097e208 /sonar-core
parentdd207a8d9aba5a03af76dbc67bc451ece2afc35b (diff)
downloadsonarqube-623fe1b5e26ad996a7c66c7b5db9f500d4a6b87d.tar.gz
sonarqube-623fe1b5e26ad996a7c66c7b5db9f500d4a6b87d.zip
SONAR-7252 add missed messages
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/main/resources/org/sonar/l10n/core.properties9
1 files changed, 6 insertions, 3 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 4a1ac81865a..630e5e80512 100644
--- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties
+++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties
@@ -2166,9 +2166,12 @@ my_account.notifications=Notifications
my_account.no_project_notifications=You have not set project notifications yet.
my_account.security=Security
my_account.tokens_description=If you want to enforce security by not providing credentials of a real SonarQube user to run your code scan or to invoke web services, you can provide a User Token as a replacement of the user login. This will increase the security of your installation by not letting your analysis user's password going through your network.
-my_account.issue_widget.by_creation_date=By Creation Date
-my_account.issue_widget.by_project=By Project
-my_account.issue_widget.by_severity=By Severity
+my_account.my_issues=My Issues
+my_account.issue_widget.leak_over_last_week=Leak Over Last Week
+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