aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-l10n-en-plugin
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2011-10-28 11:14:12 +0200
committerFabrice Bellingard <bellingard@gmail.com>2011-10-28 11:14:12 +0200
commitab3820aa87b7843fc524765c22a1409901721aa1 (patch)
tree5da44ec57291f7f9d64e0f0f2c4e0d2e1ce49f30 /plugins/sonar-l10n-en-plugin
parentfea7fba69efd5ef3060d12145bfc2741eca39208 (diff)
downloadsonarqube-ab3820aa87b7843fc524765c22a1409901721aa1.tar.gz
sonarqube-ab3820aa87b7843fc524765c22a1409901721aa1.zip
SONAR-2919 Prevent user from creating twice the same event
- Most importantly for versions - Check also made on any event - WS API updated accordingly
Diffstat (limited to 'plugins/sonar-l10n-en-plugin')
-rw-r--r--plugins/sonar-l10n-en-plugin/src/main/resources/org/sonar/l10n/core.properties2
1 files changed, 2 insertions, 0 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 c8b954cb92a..f2947652adc 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
@@ -657,12 +657,14 @@ project_history.do_you_want_to_remove_version=Are you sure you want to remove ve
project_history.version_updated=Version was updated to "{0}" for current project and all its sub-projects.
project_history.version_created=Version "{0}" was created for current project and all its sub-projects.
project_history.version_removed=Version "{0}" was removed from current project and all its sub-projects.
+project_history.version_already_exists=Version "{0}" already exists.
project_history.edit_event=Edit
project_history.create_event=Create
project_history.remove_event=Remove
project_history.event_updated=Event was successfully updated.
project_history.event_deleted=Event "{0}" was deleted.
project_history.event_created=Event "{0}" was created.
+project_history.event_already_exists=Event "{0}" (category "{1}") already exists.
#------------------------------------------------------------------------------