flow.php 1.6 KB

1234567891011121314151617
  1. <?php
  2. $lang->project->workflowGroup = 'Project Workflow';
  3. $lang->project->charter = 'Charter';
  4. $lang->project->toggleGroupTips[0] = 'You are currently using the "%s" workflow, do you want to switch to a project-level workflow? After switching:';
  5. $lang->project->toggleGroupTips[1] = 'You can customize the workflow for the current project, supporting modifications to fields and actions.';
  6. $lang->project->toggleGroupTips[2] = 'The configuration will only take effect for the current project.';
  7. $lang->project->toggleGroupTips[3] = 'This operation is irreversible.';
  8. $lang->project->settingGroupTips[0] = 'The current project has enabled single project workflow settings';
  9. $lang->project->settingGroupTips[1] = 'You can customize the workflow for the current project, supporting modifications to fields and actions.';
  10. $lang->project->settingGroupTips[2] = 'The configuration will only take effect for the current project, without affecting other projects.';
  11. $lang->project->settingGroupTips[3] = 'Click the settings button to jump to the page for settings.';
  12. $lang->project->confirmEditWorkflowGroup = 'After modifying the project process, the functional fields and actions under the project will be displayed according to the new process. Are you sure you want to modify them?';
  13. $lang->project->confirmChangeWorkflowGroup = 'Are you sure you want to switch to a project-level workflow? This operation is irreversible.';
  14. $lang->project->setExclusiveConfirm = 'Setting as exclusive will allow you to customize the workflow for this project, only affecting this project, and the operation is irreversible.';