gantt.php 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?php
  2. $lang->execution->createRelation = 'Create Task Relation';
  3. $lang->execution->editRelation = 'Manage Task Relation';
  4. $lang->execution->batchEditRelation = 'Batch Manage Task Relation';
  5. $lang->execution->maintainRelation = 'Manage Relation';
  6. $lang->execution->deleteRelation = 'Delete Relation';
  7. $lang->execution->batchDeleteRelation = 'Batch Delete Relation';
  8. $lang->execution->viewRelation = 'View Relation';
  9. $lang->execution->maintain = 'Maintain';
  10. $lang->execution->featureBar['relation']['all'] = 'All';
  11. $lang->execution->relation = new stdClass();
  12. $lang->execution->relation->typeList = array();
  13. $lang->execution->relation->typeList['FS'] = 'Finish Start (FS)';
  14. $lang->execution->relation->typeList['FF'] = 'Finish Finish (FF)';
  15. $lang->execution->relation->typeList['SF'] = 'Start Finish (SF)';
  16. $lang->execution->relation->typeList['SS'] = 'Start Start (SS)';
  17. $lang->execution->relation->typeHintList = array();
  18. $lang->execution->relation->typeHintList['FS'] = 'The end of Pre task cannot be later than the begin of Post task.';
  19. $lang->execution->relation->typeHintList['FF'] = 'The end of Pre task cannot be later than the end of Post task.';
  20. $lang->execution->relation->typeHintList['SF'] = 'The begin of Pre task cannot be later than the end of Post task.';
  21. $lang->execution->relation->typeHintList['SS'] = 'The begin of Pre task cannot be later than the begin of Post task.';
  22. $lang->execution->ganttchart = 'Gantt Chart';
  23. $lang->execution->ganttSetting = 'Setting';
  24. $lang->execution->ganttEdit = 'Gantt Edit';
  25. $lang->execution->gantt->common = 'Gantt Chart';
  26. $lang->execution->gantt->id = 'ID';
  27. $lang->execution->gantt->pretask = 'Pre Task';
  28. $lang->execution->gantt->condition = 'Action';
  29. $lang->execution->gantt->task = 'Post Task';
  30. $lang->execution->gantt->action = 'Action';
  31. $lang->execution->gantt->type = 'Type';
  32. $lang->execution->gantt->createRelationOfTasks = 'Add Task Relation';
  33. $lang->execution->gantt->newCreateRelationOfTasks = 'Add Task Relation';
  34. $lang->execution->gantt->editRelationOfTasks = 'Edit Task Relation';
  35. $lang->execution->gantt->relationOfTasks = 'View Task Relation';
  36. $lang->execution->gantt->relation = 'Task Relation';
  37. $lang->execution->gantt->showCriticalPath = 'Show Critical Path';
  38. $lang->execution->gantt->hideCriticalPath = 'Hide Critical Path';
  39. $lang->execution->gantt->fullScreen = 'Full Screen';
  40. $lang->execution->gantt->scrollToToday = 'Pinpoint Today';
  41. $lang->execution->gantt->browseByProduct = 'Browse By Product';
  42. $lang->execution->gantt->zooming['day'] = 'Day';
  43. $lang->execution->gantt->zooming['week'] = 'Week';
  44. $lang->execution->gantt->zooming['month'] = 'Month';
  45. $lang->execution->gantt->assignTo = 'AssignedTo';
  46. $lang->execution->gantt->duration = 'Duration';
  47. $lang->execution->gantt->comp = 'Progress';
  48. $lang->execution->gantt->startDate = 'Start Date';
  49. $lang->execution->gantt->endDate = 'End Date';
  50. $lang->execution->gantt->days = ' Days';
  51. $lang->execution->gantt->format = 'Format';
  52. $lang->execution->gantt->preTaskStatus[''] = '';
  53. $lang->execution->gantt->preTaskStatus['end'] = 'is finished, then';
  54. $lang->execution->gantt->preTaskStatus['begin'] = 'is started, then';
  55. $lang->execution->gantt->taskActions[''] = '';
  56. $lang->execution->gantt->taskActions['begin'] = 'can be started.';
  57. $lang->execution->gantt->taskActions['end'] = 'can be finished.';
  58. $lang->execution->gantt->browseType['type'] = 'Group by Task Type';
  59. $lang->execution->gantt->browseType['module'] = 'Group by Module';
  60. $lang->execution->gantt->browseType['assignedTo'] = 'Group by AssignedTo';
  61. $lang->execution->gantt->browseType['story'] = 'Group by Story';
  62. $lang->execution->gantt->confirmDelete = 'Do you want to delete this relation?';
  63. $lang->execution->gantt->confirmBatchDelete = 'Are you sure you want to delete these task relations?';
  64. $lang->execution->gantt->tmpNotWrite = 'Not Writable';
  65. $lang->execution->gantt->showList[0] = 'Hide';
  66. $lang->execution->gantt->showList[1] = 'Show';
  67. $lang->execution->gantt->warning = new stdclass();
  68. $lang->execution->gantt->warning->noEditSame = "Tasks before and after should not be the same.";
  69. $lang->execution->gantt->warning->noEditRepeat = "Task relation between the existing ID %s and ID %s is duplicated!";
  70. $lang->execution->gantt->warning->noEditContrary = "Task relation between conflict!";
  71. $lang->execution->gantt->warning->noRepeat = "Task relation between is duplicated!";
  72. $lang->execution->gantt->warning->noContrary = "Task relation between the existing ID %s and the added ID %s conflict!";
  73. $lang->execution->gantt->warning->noNewSame = "Tasks before and after the added ID %s should not be the same.";
  74. $lang->execution->gantt->warning->noNewRepeat = "Task relation between the added ID %s and ID %s is duplicated!";
  75. $lang->execution->gantt->warning->noNewContrary = "Task relation between the added ID %s and ID %s conflict!";
  76. $lang->execution->gantt->warning->noCreateLink = "The task relationship already exists and cannot be created!";
  77. $lang->execution->gantt->warning->hasConflict = "Dependencies conflict exists between the pre-task and post-task paths. Please re-establish task dependencies.";
  78. $lang->execution->gantt->warning->noTodayMarker = "The start and end dates of the task do not include today, so it is impossible to pinpoint today.";
  79. $lang->execution->error = new stdClass();
  80. $lang->execution->error->wrongGanttRelation = 'Dependencies can only be created for tasks.';
  81. $lang->execution->error->wrongGanttRelationSource = 'The first object you choose is not a task.';
  82. $lang->execution->error->wrongGanttRelationTarget = 'The second object you choose is not a task.';
  83. $lang->execution->error->parentTaskRelation = 'In order to simplify the complexity of task relationships, parent tasks no longer support task relationships.';
  84. $lang->execution->error->preTaskIsParent = 'The predecessor task is a parent task and does not support establishing task relationships.';
  85. $lang->execution->error->afterTaskIsParent = 'Post task is a parent task and does not support establishing task relationships.';
  86. $lang->execution->error->closedLoop = 'There is a contradiction between this task relationship and the existing task relationship.';
  87. $lang->execution->error->multiplePreTask = 'Post tasks do not allow multiple pre tasks.';
  88. $lang->execution->error->wrongTaskStatus = 'Tasks that are completed, canceled, or closed cannot establish task relationships.';
  89. $lang->execution->error->wrongKanbanTasks = 'Tasks under the Kanban board cannot establish task relationships.';
  90. $lang->execution->ganttCustom['id'] = 'ID';
  91. $lang->execution->ganttCustom['branch'] = 'Branch';
  92. $lang->execution->ganttCustom['owner_id'] = 'AssignedTo';
  93. $lang->execution->ganttCustom['progress'] = 'Progress';
  94. $lang->execution->ganttCustom['begin'] = 'Begin';
  95. $lang->execution->ganttCustom['realBegan'] = 'Real Begin';
  96. $lang->execution->ganttCustom['deadline'] = 'Deadline';
  97. $lang->execution->ganttCustom['realEnd'] = 'Real End';
  98. $lang->execution->ganttCustom['duration'] = 'Duration';
  99. $lang->execution->ganttCustom['estimate'] = 'Estimate';
  100. $lang->execution->ganttCustom['consumed'] = 'Consumed';
  101. $lang->execution->ganttCustom['left'] = 'Left';
  102. $lang->execution->ganttCustom['delay'] = 'Delay';
  103. $lang->execution->ganttCustom['delayDays'] = 'Delay Days';
  104. $lang->execution->ganttCustom['openedBy'] = 'Opened By';
  105. $lang->execution->ganttCustom['finishedBy'] = 'Finished By';