diff options
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 |