diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2016-12-19 14:07:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-19 14:07:32 +0100 |
commit | 2a91ab92dac4203e4410f5b2ab0ffbd1a6efac0e (patch) | |
tree | c711f5da56f2f4ef0dd90f897112372223ece703 /sonar-core | |
parent | afb6610a84b5f237bd036c900dd1a20ca8526311 (diff) | |
download | sonarqube-2a91ab92dac4203e4410f5b2ab0ffbd1a6efac0e.tar.gz sonarqube-2a91ab92dac4203e4410f5b2ab0ffbd1a6efac0e.zip |
SONAR-7674 Add Activity Stream interface (#1459)
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 25 |
1 files changed, 19 insertions, 6 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 67b93b050ea..8ec7fda9c47 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -438,10 +438,10 @@ project_links.url=URL #------------------------------------------------------------------------------ event.category.All=All -event.category.Version=Version -event.category.Alert=Quality Gate -event.category.Profile=Quality Profile -event.category.Other=Other +event.category.VERSION=Version +event.category.QUALITY_GATE=Quality Gate +event.category.QUALITY_PROFILE=Quality Profile +event.category.OTHER=Other #------------------------------------------------------------------------------ @@ -552,7 +552,8 @@ source.page=Source timemachine.page=Time Machine comparison.page=Compare view_projects.page=Projects - +project_activity.page=Activity +project_activity.page.description=The page shows the history of project analyses. #------------------------------------------------------------------------------ # @@ -1150,10 +1151,22 @@ manual_rules.add_manual_rule=Add Manual Rule #------------------------------------------------------------------------------ # -# PROJECT HISTORY SERVICE +# PROJECT ACTIVITY/HISTORY SERVICE # #------------------------------------------------------------------------------ +project_activity.project_analyzed=Project Analyzed +project_activity.add_version=Create Version +project_activity.remove_version=Remove Version +project_activity.remove_version.question=Are you sure you want to delete this version? +project_activity.change_version=Change Version +project_activity.add_custom_event=Create Custom Event +project_activity.change_custom_event=Change Event +project_activity.remove_custom_event=Delete Event +project_activity.remove_custom_event.question=Are you sure you want to delete this event? +project_activity.delete_analysis=Delete Analysis +project_activity.delete_analysis.question=Are you sure you want to delete this analysis from the project history? + project_history.col.year=Year project_history.col.month=Month project_history.col.day=Day |