| 12345678910111213141516171819 |
- <?php
- $lang->workflowgroup->deliverable = 'Deliverable';
- $lang->workflowgroup->object = 'Object';
- $lang->workflowgroup->whenCreated = 'When Created';
- $lang->workflowgroup->whenClosed = 'When Closed';
- $lang->workflowgroup->required = 'Required';
- $lang->workflowgroup->sprintTips = 'Not Supported';
- $lang->workflowgroup->whenCreatedTips = 'Only effective for projects and executions in doing status.';
- $lang->workflowgroup->deliverableTips = 'This function is used to configure the list of deliverables that must be submitted for project closure and execution closure.';
- $lang->workflowgroup->noProcessTip = 'Please enable the process definition feature to view the process overview.';
- $lang->workflowgroup->reportThead['category'] = 'Category';
- $lang->workflowgroup->reportThead['process'] = 'Process';
- $lang->workflowgroup->reportThead['activity'] = 'Activity';
- $lang->workflowgroup->reportThead['auditcl'] = 'QA Check Item';
- $lang->workflowgroup->reportThead['deliverable'] = 'Deliverable';
- $lang->workflowgroup->reportThead['approval'] = 'Deliverable Review Process';
- $lang->workflowgroup->reportThead['reviewcl'] = 'Review Check Item';
|