FIXED : ALF-11176: Untranslated stings in Group Review and Approve Task form

I've changed the way task descriptions are retrieved. You can now enter translations for them.


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@32943 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2011-12-22 12:44:41 +00:00
parent 977cb25b90
commit dcc0956e9b
3 changed files with 24 additions and 18 deletions

View File

@@ -96,9 +96,10 @@ activitiAdhoc.workflow.description=Assign arbitrary task to colleague using Acti
#
# Activiti Review And Approve Workflow
#
activitiReview.workflow.title=Review And Approve
activitiReview.workflow.description=Review and approval of content using Activiti workflow engine
activitiReview.task.approved.description=The document was reviewed and approved.
activitiReview.task.rejected.description=The document was reviewed and rejected.
#
# Parallel Review Workflow
@@ -106,6 +107,8 @@ activitiReview.workflow.description=Review and approval of content using Activit
activitiParallelReview.workflow.title=Parallel Review And Approve
activitiParallelReview.workflow.description=Parallel Review and approval of content using Activiti workflow engine
activitiParallelReview.task.approved.description=The document was reviewed and approved.
activitiParallelReview.task.rejected.description=The document was reviewed and rejected.
#
# Activiti Pooled Review Workflow
@@ -113,6 +116,8 @@ activitiParallelReview.workflow.description=Parallel Review and approval of cont
activitiReviewPooled.workflow.title=Pooled Review And Approve
activitiReviewPooled.workflow.description=Pooled review and approval of content using Activiti workflow engine
activitiReviewPooled.task.approved.description=The document was reviewed and approved.
activitiReviewPooled.task.rejected.description=The document was reviewed and rejected.
#
# Activiti Parallel Group Review Workflow
@@ -120,6 +125,8 @@ activitiReviewPooled.workflow.description=Pooled review and approval of content
activitiParallelGroupReview.workflow.title=Group Review And Approve
activitiParallelGroupReview.workflow.description=Group review and approval of content using Activiti workflow engine
activitiParallelGroupReview.task.approved.description=The document was reviewed and approved.
activitiParallelGroupReview.task.rejected.description=The document was reviewed and rejected.
#
# Activiti Publish Web Content Workflow