diff options
author | David Gageot <david@gageot.net> | 2012-05-10 13:57:56 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-05-10 14:15:28 +0200 |
commit | 8fbb1e5a79c549755ed11f385d5535b7a96d1eb3 (patch) | |
tree | 66bf3a7c0d83cb1924e68dc855f934fbc6d93b7d /plugins/sonar-l10n-en-plugin/src | |
parent | 5eb08bb64d7a2047ac0121651e05231fea8a036e (diff) | |
download | sonarqube-8fbb1e5a79c549755ed11f385d5535b7a96d1eb3.tar.gz sonarqube-8fbb1e5a79c549755ed11f385d5535b7a96d1eb3.zip |
SONAR-3462 Separate Global and Project Dashboards
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/src')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties index 8a0a6b7bf68..97cba6c2cd5 100644 --- a/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties +++ b/plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties @@ -530,7 +530,9 @@ dashboard.my_project_dashboards=My project dashboards dashboard.no_dashboard=No dashboard dashboard.do_you_want_to_delete_dashboard=Do you want to delete this dashboard ? dashboard.shared_dashboards=Shared dashboards -dashboard.create_dashboard=Create dashboard +dashboard.create_dashboard=New dashboard +dashboard.create_project_dashboard=Create project dashboard +dashboard.create_global_dashboard=Create global dashboard dashboard.edit_dashboard=Edit dashboard dashboard.update_dashboard=Update dashboard dashboard.error_create_existing_name=A dashboard already exists with the same name |