From 2bb576415abf2e13e5a15910b8a769c83dfa518b Mon Sep 17 00:00:00 2001 From: liumengyi Date: Mon, 5 Sep 2022 11:22:12 +0800 Subject: [PATCH] * Fix bug #26298. --- module/program/lang/de.php | 10 +++++----- module/program/lang/en.php | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/module/program/lang/de.php b/module/program/lang/de.php index dfa5bc3c39..eee8d70de7 100644 --- a/module/program/lang/de.php +++ b/module/program/lang/de.php @@ -101,11 +101,11 @@ $lang->program->noProgram = 'No program.'; $lang->program->showClosed = 'Closed programs.'; $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 = 'The start date of the program is < the start date of the parent program:'; -$lang->program->endGreaterParent = 'The finish date of the program is > the finish date of the parent program:'; -$lang->program->dateExceedParent = 'The start and finish date of the program was > the start and finish date of the parent program:'; -$lang->program->beginGreateChild = 'The start date of the program is > the minimum start date of the subprogram or project:'; -$lang->program->endLetterChild = 'The finish date of the program is < the maximum finish date of the subprogram or project:'; +$lang->program->beginLetterParent = 'The start date of the program is less than the start date of the parent program:'; +$lang->program->endGreaterParent = 'The finish date of the program is greater than the finish date of the parent program:'; +$lang->program->dateExceedParent = 'The start and finish date of the program was greater than the start and finish date of the parent program:'; +$lang->program->beginGreateChild = 'The start date of the program is greater than the minimum start date of the subprogram or project:'; +$lang->program->endLetterChild = 'The finish date of the program is less than the maximum finish date of the subprogram or project:'; $lang->program->dateExceedChild = 'The start and finish date of the program no longer include the date scope of the subprogram or project:'; $lang->program->closeErrorMessage = 'There are subprograms or projects that are not closed'; $lang->program->hasChildren = 'It has child programs or projects. You cannot delete it.'; diff --git a/module/program/lang/en.php b/module/program/lang/en.php index 9e0ee82a70..62c84da556 100644 --- a/module/program/lang/en.php +++ b/module/program/lang/en.php @@ -101,11 +101,11 @@ $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 = 'The start date of the program is < the start date of the parent program:'; -$lang->program->endGreaterParent = 'The finish date of the program is > the finish date of the parent program:'; -$lang->program->dateExceedParent = 'The start and finish date of the program was > the start and finish date of the parent program:'; -$lang->program->beginGreateChild = 'The start date of the program is > the minimum start date of the subprogram or project:'; -$lang->program->endLetterChild = 'The finish date of the program is < the maximum finish date of the subprogram or project:'; +$lang->program->beginLetterParent = 'The start date of the program is less than the start date of the parent program:'; +$lang->program->endGreaterParent = 'The finish date of the program is greater than the finish date of the parent program:'; +$lang->program->dateExceedParent = 'The start and finish date of the program was greater than the start and finish date of the parent program:'; +$lang->program->beginGreateChild = 'The start date of the program is greater than the minimum start date of the subprogram or project:'; +$lang->program->endLetterChild = 'The finish date of the program is less than the maximum finish date of the subprogram or project:'; $lang->program->dateExceedChild = 'The start and finish date of the program no longer include the date scope of the subprogram or project:'; $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.';