Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.uml2.uml/plugin.properties')
-rw-r--r--plugins/org.eclipse.uml2.uml/plugin.properties19
1 files changed, 17 insertions, 2 deletions
diff --git a/plugins/org.eclipse.uml2.uml/plugin.properties b/plugins/org.eclipse.uml2.uml/plugin.properties
index fd14aeb1..15286801 100644
--- a/plugins/org.eclipse.uml2.uml/plugin.properties
+++ b/plugins/org.eclipse.uml2.uml/plugin.properties
@@ -1,4 +1,4 @@
-# Copyright (c) 2005, 2011 IBM Corporation, Embarcadero Technologies, CEA, and others.
+# Copyright (c) 2005, 2012 IBM Corporation, Embarcadero Technologies, CEA, and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -7,7 +7,7 @@
# Contributors:
# IBM - initial API and implementation
# Kenn Hussey (Embarcadero Technologies) - 156879, 215488, 213218, 204200
-# Kenn Hussey (CEA) - 327039, 351774
+# Kenn Hussey (CEA) - 327039, 351774, 373709
#
# NLS_MESSAGEFORMAT_VAR
@@ -232,3 +232,18 @@ _UI_CamelCaseNames_label = Camel Case Names
_UI_UML2EcoreConverter_ReportCamelCaseName_diagnostic = The name of element ''{0}'' should be camel case.
_UI_UML2EcoreConverter_ProcessCamelCaseName_diagnostic = Made name of element ''{0}'' camel case.
+
+_UI_AcceptCallAction_TriggerCallEvent_diagnostic = The trigger event of accept call action ''{0}'' is not a call event.
+_UI_AcceptCallAction_Unmarshall_diagnostic = The value of 'isUnmarshall' is not true for accept call action ''{0}''.
+
+_UI_Actor_Associations_diagnostic = Actor ''{0}'' can only have binary associations to use cases, components, and classes.
+_UI_Actor_MustHaveName_diagnostic = Actor ''{0}'' must have a name.
+
+_UI_AddStructuralFeatureValueAction_RequiredValue_diagnostic = Add structural feature value action ''{0}'' does not have a value input pin.
+_UI_AddStructuralFeatureValueAction_UnlimitedNaturalAndMultiplicity_diagnostic = Add structural feature value action ''{0}'' must have a single unlimited natural insertion point value if its feature is ordered; otherwise it must have none.
+
+_UI_AddVariableValueAction_RequiredValue_diagnostic = Add variable value action ''{0}'' does not have a value input pin.
+_UI_AddVariableValueAction_SingleInputPin_diagnostic = Add variable value action ''{0}'' must have a single unlimited natural insertion point value if its variable is ordered; otherwise it must have none.
+
+_UI_AssociationClass_CannotBeDefined_diagnostic = Association class ''{0}'' cannot be defined between itself and something else.
+_UI_AssociationClass_DisjointAttributesEnds_diagnostic = The owned attributes and owned ends of association class ''{0}'' are not disjoint.

Back to the top