Finish task 45107.

This commit is contained in:
zhouxin
2021-11-29 01:35:28 +00:00
parent 00b34e5e1f
commit 456b7d06a1
3 changed files with 16 additions and 0 deletions
+2
View File
@@ -51,6 +51,8 @@ $lang->programplan->exporting = 'Exporting';
$lang->programplan->exportFail = 'Export failed';
$lang->programplan->hideCriticalPath = 'Hide Critical Path';
$lang->programplan->showCriticalPath = 'Show Critical Path';
$lang->programplan->errorEnd = "Project end date: %s, end date should be <= project end date.";
$lang->programplan->errorBegin = "Project begin date: %s, begin date should be >= project begin date.";
$lang->programplan->milestoneList[1] = 'Yes';
$lang->programplan->milestoneList[0] = 'No';