From 961a7f51e5eeb01550fab0216f3bc2ec0ef803b5 Mon Sep 17 00:00:00 2001 From: Kenn Hussey Date: Thu, 8 Mar 2012 21:33:47 -0500 Subject: [373709] Adding missing message properties. --- plugins/org.eclipse.uml2.uml/plugin.properties | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'plugins/org.eclipse.uml2.uml') 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. -- cgit v1.2.3