programplan->stageCustom['point'] = 'Show Point'; $lang->programplan->parallel = 'Top level phase whether parallel is allowed'; $lang->programplan->sortableTip = 'Top level phase does not support sorting'; $lang->programplan->addSiblingTip = 'Top level phase does not support adding'; $lang->programplan->pointTip = 'Only top level phase can configure review point'; $lang->programplan->parallelTip = ""; $lang->programplan->parallelList[0] = 'No'; $lang->programplan->parallelList[1] = 'Yes'; $lang->programplan->error->outOfDate = 'The start time of the plan should be greater than the end time of the previous phase.'; $lang->programplan->error->lessOfDate = 'The end time of the plan should be less than the start time of the next phase.';