This commit is contained in:
liumengyi
2022-09-05 11:22:12 +08:00
parent bd80adb658
commit 2bb576415a
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -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.';