diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-09-23 17:42:18 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2016-09-30 17:23:37 +0200 |
commit | 40bb40f37b47e8d5825ef349ec68c70e6b1d06c8 (patch) | |
tree | b572767548b0f5d44ad0cd026cee8ae8d6729ceb /sonar-core/src | |
parent | e9756989048439cb1c4b8eabf5fafb868b93f67e (diff) | |
download | sonarqube-40bb40f37b47e8d5825ef349ec68c70e6b1d06c8.tar.gz sonarqube-40bb40f37b47e8d5825ef349ec68c70e6b1d06c8.zip |
SONAR-8170 SONAR-8171 Reorganize My Account space
Diffstat (limited to 'sonar-core/src')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 17 |
1 files changed, 15 insertions, 2 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 a2f80f1c0ba..86acc414ecb 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -596,7 +596,6 @@ more_actions=More Actions move_left=Move left move_right=Move right my_account.favorite_components=Favorite Components -my_account.favorite_issue_filters=Favorite Issue Filters my_account.favorite_measure_filters=Favorite Measure Filters my_account.issue_widget.by_project=My Issues by Project my_account.issue_widget.by_severity=My Issues by Severity @@ -611,7 +610,6 @@ my_account.page=My Account 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.to_fix=To Fix -my_account.to_review=To Review my_profile.add_project=Add project my_profile.email=Email my_profile.favorites.title=Favorites @@ -3134,6 +3132,7 @@ my_account.favorite_measure_filters=Favorite Measure Filters my_account.no_favorite_measure_filters=You do not have favorite measure filters yet. my_account.notifications=Notifications my_account.no_project_notifications=You have not set project notifications yet. +my_account.profile=Profile 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.my_issues=My Issues @@ -4071,3 +4070,17 @@ component_measures.legend.color_x=Color: {0} component_measures.legend.size_x=Size: {0} component_measures.x_of_y={0} of {1} component_measures.no_history=There is no historical data. + + +#------------------------------------------------------------------------------ +# +# MY ACTIVITY +# +#------------------------------------------------------------------------------ +my_activity.my_issues=My Issues +my_activity.last_week=Last Week +my_activity.all_time=All Time +my_activity.my_favorite_projects=My Favorite Projects +my_activity.no_favorite_projects=You don't have any favorite projects yet. +my_activity.no_favorite_projects.engagement=Discover and favorite projects you are interested in to have a quick access to them. +my_activity.explore_projects=Explore Projects |