zentaomax.php 1.2 KB

123456789101112131415161718
  1. <?php
  2. $lang->execution->template = 'Template';
  3. $lang->execution->finish = 'Finish';
  4. $lang->execution->program = $lang->projectCommon;
  5. $lang->execution->taskCount = 'Task Count';
  6. $lang->execution->deliverable = 'Deliverable';
  7. $lang->execution->deliverableAbbr = 'Deliverable';
  8. $lang->execution->whenClosedTips = '(Deliverables are not strictly validated when the execution is closed)';
  9. $lang->execution->enter = 'Entry';
  10. $lang->execution->draft = 'Draft';
  11. $lang->execution->cannotCloseByDeliverable = "Some executions have been closed, the ongoing executions cannot be closed due to the absence of submitted deliverables. \n The following executions cannot be closed: \n %s";
  12. $lang->execution->closeExecutionError = "Cannot close the execution of undelivered deliverables.";
  13. $lang->execution->notClose = "Cannot close the execution";
  14. $lang->execution->cannotAutoCloseParent = "A non-submitted deliverable has been detected in the parent, the execution cannot be closed automatically, do you want to close the parent manually?";
  15. $lang->execution->action->managedeliverable = '$date, managed by <strong>$actor</strong> of deliverable.' . "\n";