mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user