@@ -61,6 +61,10 @@ propertydefinition.PropertiesType1Table.any.description=
6161propertydefinition.PropertiesType1Table.any.label =any
6262propertydefinition.PropertiesType1Table.propertyMappings.description =
6363propertydefinition.PropertiesType1Table.propertyMappings.label =propertyMappings
64+ propertydefinition.PropertyDefinitionTypeTable.description.description =
65+ propertydefinition.PropertyDefinitionTypeTable.description.label =description
66+ propertydefinition.PropertyDefinitionTypeTable.required.description =
67+ propertydefinition.PropertyDefinitionTypeTable.required.label =required
6468propertydefinition.RelationshipConstraintTypeTable.any.description =
6569propertydefinition.RelationshipConstraintTypeTable.any.label =any
6670propertydefinition.RelationshipConstraintTypeTable.constraintType.description =
@@ -101,8 +105,6 @@ propertydefinition.TCapabilityDefinitionTable.lowerBound.description=
101105propertydefinition.TCapabilityDefinitionTable.lowerBound.label =lowerBound
102106propertydefinition.TCapabilityDefinitionTable.upperBound.description =
103107propertydefinition.TCapabilityDefinitionTable.upperBound.label =upperBound
104- propertydefinition.TCapabilityDefinitionTable.validSourceType.description =
105- propertydefinition.TCapabilityDefinitionTable.validSourceType.label =validSourceType
106108propertydefinition.TCapabilityRefTable.name.description =
107109propertydefinition.TCapabilityRefTable.name.label =name
108110propertydefinition.TCapabilityRefTable.ref.description =
@@ -217,28 +219,40 @@ propertydefinition.TImplementationArtifactTable.interfaceName.description=
217219propertydefinition.TImplementationArtifactTable.interfaceName.label =interfaceName
218220propertydefinition.TImplementationArtifactTable.operationName.description =
219221propertydefinition.TImplementationArtifactTable.operationName.label =operationName
220- propertydefinition.TInterfaceTable.PropertyTypeDefinition2.description =
221- propertydefinition.TInterfaceTable.PropertyTypeDefinition2.label =PropertyTypeDefinition2
222- propertydefinition.TInterfaceTable.name.description =
223- propertydefinition.TInterfaceTable.name.label =name
222+ propertydefinition.TInterfaceTable.notifications.description =
223+ propertydefinition.TInterfaceTable.notifications.label =notifications
224224propertydefinition.TNodeTemplateProperty.maxInstances.description =
225225propertydefinition.TNodeTemplateProperty.maxInstances.label =maxInstances
226226propertydefinition.TNodeTemplateProperty.minInstances.description =
227227propertydefinition.TNodeTemplateProperty.minInstances.label =minInstances
228228propertydefinition.TNodeTemplateProperty.name.description =
229229propertydefinition.TNodeTemplateProperty.name.label =name
230- propertydefinition.TOperationTable.inputParameters.description =
231- propertydefinition.TOperationTable.inputParameters.label =inputParameters
230+ propertydefinition.TOperationTable.description.description =
231+ propertydefinition.TOperationTable.description.label =description
232+ propertydefinition.TOperationTable.implementation.description =
233+ propertydefinition.TOperationTable.implementation.label =implementation
234+ propertydefinition.TOperationTable.inputs.description =
235+ propertydefinition.TOperationTable.inputs.label =inputs
232236propertydefinition.TOperationTable.name.description =
233237propertydefinition.TOperationTable.name.label =name
234- propertydefinition.TOperationTable.outputParameters.description =
235- propertydefinition.TOperationTable.outputParameters.label =outputParameters
238+ propertydefinition.TOperationTable.outputs.description =
239+ propertydefinition.TOperationTable.outputs.label =outputs
240+ propertydefinition.TParameterTable.constraints.description =
241+ propertydefinition.TParameterTable.constraints.label =constraints
242+ propertydefinition.TParameterTable.default.description =
243+ propertydefinition.TParameterTable.default.label =default
244+ propertydefinition.TParameterTable.description.description =
245+ propertydefinition.TParameterTable.description.label =description
236246propertydefinition.TParameterTable.name.description =
237247propertydefinition.TParameterTable.name.label =name
238248propertydefinition.TParameterTable.required.description =
239249propertydefinition.TParameterTable.required.label =required
250+ propertydefinition.TParameterTable.status.description =
251+ propertydefinition.TParameterTable.status.label =status
240252propertydefinition.TParameterTable.type.description =
241253propertydefinition.TParameterTable.type.label =type
254+ propertydefinition.TParameterTable.value.description =
255+ propertydefinition.TParameterTable.value.label =value
242256propertydefinition.TPlansPropertyTable.targetNamespace.description =
243257propertydefinition.TPlansPropertyTable.targetNamespace.label =targetNamespace
244258propertydefinition.TPolicyTable.description.description =
@@ -305,6 +319,7 @@ propertytable.NodeOperationTypeTable.label=NodeOperationTypeTable
305319propertytable.NodeTypeReferenceTypeTable.label =NodeTypeReferenceTypeTable
306320propertytable.PropertiesDefinitionType.label =PropertiesDefinitionType
307321propertytable.PropertiesType1Table.label =PropertiesType1Table
322+ propertytable.PropertyDefinitionTypeTable.label =PropertyDefinitionTypeTable
308323propertytable.RelationshipConstraintTypeTable.label =RelationshipConstraintTypeTable
309324propertytable.RelationshipOperationTypeTable.label =RelationshipOperationTypeTable
310325propertytable.TArtifactReferenceTable.label =TArtifactReferenceTable
@@ -575,6 +590,8 @@ tool.DeploymentArtifacts.label=DeploymentArtifacts
575590tool.DeploymentArtifacts.tooltip =Deployment Artifacts
576591tool.Import.label =Import
577592tool.Import.tooltip =Import
593+ tool.Interface.label =Interface
594+ tool.Interface.tooltip =Create an interface
578595tool.Metadata.label =Metadata
579596tool.Metadata.tooltip =Metadata
580597tool.NodeTemplate.label =NodeTemplate
0 commit comments