* Finish task #58576.

This commit is contained in:
zhouxudong
2022-06-28 00:57:01 +00:00
parent eaa39c7f0f
commit 72200617d3
3 changed files with 12 additions and 12 deletions
+4 -4
View File
@@ -99,10 +99,10 @@ $lang->program->noProgram = 'No program.';
$lang->program->showClosed = 'Closed';
$lang->program->tips = 'If a parent program is selected, the products under the parent program can be associated. If no program is selected for the project, a product with the same name as the project is created and associated with the project by default.';
$lang->program->confirmBatchUnlink = "Do you want to batch unlink these stakeholders?";
$lang->program->beginLetterParent = 'Program "%s" set start date should be greater than or equal to parent program "%s" set start date: %s.';
$lang->program->endGreaterParent = 'Program "%s" set end date should be less than or equal to parent program "%s" set end date: %s.';
$lang->program->beginGreateChild = 'The start date of parent program "%s" set should be less than or equal to the minimum start time of child program "%s" set: %s.';
$lang->program->endLetterChild = 'The end time of parent program "%s" set should be greater than or equal to the maximum end time of child program "%s" set: %s.';
$lang->program->beginLetterParent = 'The start date of the program "%s" should be ≥ the start date of the parent program "%s": %s.';
$lang->program->endGreaterParent = 'The finish date of the program "%s" should be ≤ the finish date of the parent program "%s": %s.';
$lang->program->beginGreateChild = 'The start date of the parent program "%s" should be ≤the minimum start time of the subprogram "%s": %s.';
$lang->program->endLetterChild = 'The finish time of the parent program "%s" should be ≥ the maximum finish time of the subprogram "%s": %s.';
$lang->program->closeErrorMessage = 'There are subprograms or projects that are not closed';
$lang->program->hasChildren = 'The program has a child program or the project exists and can not be deleted.';
$lang->program->hasProduct = 'The program has products exist and can not be deleted.';