diff options
author | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-10-14 12:25:11 +0200 |
---|---|---|
committer | Jean-Baptiste Lievremont <jean-baptiste.lievremont@sonarsource.com> | 2013-10-14 14:09:03 +0200 |
commit | 0b0735751e88ee196340d3de7f456a8120038575 (patch) | |
tree | 94d41be67211212264b7d88e165109cfa0d9ce99 /plugins | |
parent | 2f58b5598d1e8f80b8586bb44bc88020e36fcaf6 (diff) | |
download | sonarqube-0b0735751e88ee196340d3de7f456a8120038575.tar.gz sonarqube-0b0735751e88ee196340d3de7f456a8120038575.zip |
SONAR-3871 Fix error messages and confirm popup in provisioning
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/sonar-core-plugin/src/main/resources/org/sonar/l10n/core.properties | 10 |
1 files changed, 9 insertions, 1 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 7928916fbab..609a9071c14 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 @@ -276,6 +276,14 @@ qualifiers.new.TRK=New Project qualifiers.new.VW=New View qualifiers.new.DEV=New Developer +qualifiers.delete.TRK=Delete Project +qualifiers.delete.VW=Delete View +qualifiers.delete.DEV=Delete Developer + +qualifiers.delete_confirm.TRK=Do you want to delete this project? +qualifiers.delete_confirm.VW=Do you want to delete this view? +qualifiers.delete_confirm.DEV=Do you want to delete this developer? + qualifiers.create.TRK=Create Project qualifiers.create.VW=Create View qualifiers.create.DEV=Create Developer @@ -1726,7 +1734,7 @@ bulk_deletion.delete_all_ghosts=Delete all ghosts #------------------------------------------------------------------------------ provisioning.missing.key=Key is missing provisioning.missing.name=Name is missing -provisioning.no_analysis=No analysis has been performed since creation. The only available section is configuration. +provisioning.no_analysis=No analysis has been performed since creation. The only available section is Configuration. #------------------------------------------------------------------------------ |