diff options
author | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-06-20 15:40:33 +0200 |
---|---|---|
committer | Jean-Baptiste Vilain <jean-baptiste.vilain@sonarsource.com> | 2013-06-20 15:40:33 +0200 |
commit | b8c9c4295342649366dd1c5ac0197386ae7c3d1d (patch) | |
tree | 55ad8880e9b10751a5b613508fcb39ec7ec0fa35 /plugins | |
parent | a6fefdd6d5a81190c0604ce6e7a7d723360780ec (diff) | |
download | sonarqube-b8c9c4295342649366dd1c5ac0197386ae7c3d1d.tar.gz sonarqube-b8c9c4295342649366dd1c5ac0197386ae7c3d1d.zip |
SONAR-4136 Fixed missing l10n labels
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. #------------------------------------------------------------------------------ |