ALF-9800: Fixed activiti.engine.package.already.associated.error message

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@29586 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Dave Ward
2011-08-06 09:18:59 +00:00
parent 37f19ecf45
commit 00e96d0825

View File

@@ -48,7 +48,7 @@ activiti.engine.get.activiti.id.error=Format of id {0} is invalid.
activiti.engine.get.workflow.token.invalid=Invalid workflow path {0}.
activiti.engine.get.workflow.token.is.null=Workflow path {0} does not exist.
activiti.engine.set.task.properties.invalid.value=The value {0} is invalid for the task property {1}.
activiti.engine.package.already.associated.error=Cannot associate workflow package {0} with workflow instance {1} as its already associated with workflow instance {2}".
activiti.engine.package.already.associated.error=Cannot associate workflow package {0} with workflow instance {1} as it is already associated with workflow instance {2}.
activiti.engine.convert.value.error=Unable to convert activiti value {0} to Alfresco Value since it is not Serializable.
activiti.engine.get.company.home.invalid=Invalid company home path {0}.
activiti.engine.get.company.home.multiple=Invalid company home path {0}. Expected 1 match but found {1} matches.