* Delete unused lang.

This commit is contained in:
Yagami
2020-09-03 16:54:30 +08:00
parent 669990f69f
commit 4a8bd8669f
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -63,5 +63,4 @@ $lang->programplan->error = new stdclass();
$lang->programplan->error->percentNumber = '"Workload Ration" must be number';
$lang->programplan->error->planFinishSmall = '"Finish" must greater than "Begin"';
$lang->programplan->error->percentOver = 'The "Workload Ration" total cannot exceed 100%';
$lang->programplan->error->onlyOneDev = 'Only one development type of phase plan can be set per phase plan';
$lang->programplan->error->createdTask = 'The task has been decompose. Subphases cannot be added';
-1
View File
@@ -63,5 +63,4 @@ $lang->programplan->error = new stdclass();
$lang->programplan->error->percentNumber = '"工作量比例"必须为数字';
$lang->programplan->error->planFinishSmall = '"计划完成时间"必须大于"计划开始时间"';
$lang->programplan->error->percentOver = '"工作量比例"累计不应当超过100%';
$lang->programplan->error->onlyOneDev = '一级阶段计划只能设置一个开发类型的阶段计划';
$lang->programplan->error->createdTask = '已分解任务,不可添加子阶段';