diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties index f47c3cfb744..7528990291e 100644 --- a/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -646,7 +646,8 @@ dashboard.no_dashboard=No dashboard dashboard.do_you_want_to_delete_dashboard=Do you want to delete this dashboard? dashboard.available_dashboards=Available Dashboards dashboard.shared_dashboards=Shared Dashboards -dashboard.create_dashboard=New dashboard +dashboard.new_dashboard=New dashboard +dashboard.create_dashboard=Create dashboard dashboard.create_project_dashboard=Create project dashboard dashboard.create_global_dashboard=Create global dashboard dashboard.edit_dashboard=Edit dashboard @@ -661,6 +662,8 @@ dashboard.global_dashboards.description=These dashboards are displayed to anonym dashboard.project_dashboards.description=These dashboards are displayed to anonymous users or users who have not customized their dashboards. dashboard.shared_dashboards.description=These dashboards can be added to default dashboards. dashboard.username.default=[SonarQube] +dashboard.delete_confirm_title=Delete dashboard +dashboard.delete_dashboard=Delete dashboard #------------------------------------------------------------------------------ @@ -2200,7 +2203,7 @@ global_role.admin.desc=Ability to perform all administration functions for the i global_role.profileadmin=Quality Profile Administration global_role.profileadmin.desc=Ability to perform any action on the quality profiles. global_role.sharedashboard=Dashboard Sharing -global_role.sharedashboard.desc=Ability to share eligible dashboards. +global_role.sharedashboard.desc=Ability to share dashboards that any user will be able to follow. #------------------------------------------------------------------------------ |