diff options
author | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-06-13 17:41:46 +0200 |
---|---|---|
committer | Grégoire Aubert <gregoire.aubert@sonarsource.com> | 2017-07-04 14:15:34 +0200 |
commit | 5b03b1c707168fcd83a3eee3bae40ad0d2c7022f (patch) | |
tree | 06bf7daaa3f33083388a6c502380acc27bae963a /sonar-core | |
parent | 47b553e761f7e061cdce150003123f1f5de724be (diff) | |
download | sonarqube-5b03b1c707168fcd83a3eee3bae40ad0d2c7022f.tar.gz sonarqube-5b03b1c707168fcd83a3eee3bae40ad0d2c7022f.zip |
SONAR-9401 Add the overview chart to the project activity page
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/main/resources/org/sonar/l10n/core.properties | 6 |
1 files changed, 4 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 f2f47860d44..675ef106a6d 100644 --- a/sonar-core/src/main/resources/org/sonar/l10n/core.properties +++ b/sonar-core/src/main/resources/org/sonar/l10n/core.properties @@ -591,7 +591,6 @@ comparison.page=Compare view_projects.page=Projects portfolios.page=Portfolios project_activity.page=Activity -project_activity.page.description=The page shows the history of project analyses. #------------------------------------------------------------------------------ @@ -1271,8 +1270,8 @@ manual_rules.add_manual_rule=Add Manual Rule # #------------------------------------------------------------------------------ -project_activity.project_analyzed=Project Analyzed project_activity.add_version=Create Version +project_activity.project_analyzed=Project Analyzed 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 @@ -1282,6 +1281,9 @@ 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_activity.filter_events=Filter events + +project_activity.graphs.overview=Overview project_history.col.year=Year project_history.col.month=Month |