From 5366bb35b303ed6055ca67a29168e193a09f94e9 Mon Sep 17 00:00:00 2001 From: zhouxudong Date: Wed, 10 Aug 2022 07:20:24 +0000 Subject: [PATCH] * Finish task. --- module/project/lang/de.php | 2 +- module/project/lang/en.php | 2 +- module/project/lang/zh-cn.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module/project/lang/de.php b/module/project/lang/de.php index 201b239cac..8336e5b0fc 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -319,7 +319,7 @@ $lang->project->confirmDelete = "Do you want to delete [%s]?"; $lang->project->cannotChangeToCat = "It is not empty, so you cannot change it to a parent."; $lang->project->cannotCancelCat = "It has child projects, so you cannot unmark the parent."; $lang->project->parentBeginEnd = "Parent begin&end date: %s ~ %s"; -$lang->project->parentBudget = "The budget of the parent project: "; +$lang->project->parentBudget = "The budget of the parent program: "; $lang->project->beginLetterParent = "The start date of the project was < the minimum start date of the parent program:"; $lang->project->endGreaterParent = "The finish date of the project was > the maximum finish date of the parent program:"; $lang->project->dateExceedParent = "The start and finish date of the project was > the start and finish date of the parent program:"; diff --git a/module/project/lang/en.php b/module/project/lang/en.php index 7a010dd3fe..077f114724 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -319,7 +319,7 @@ $lang->project->confirmDelete = 'Do you want to delete \"%s\"?'; $lang->project->cannotChangeToCat = "The project has contents, so you cannot it to a parent project."; $lang->project->cannotCancelCat = "There are child projects of this project. You cannot cancel the parent project mark."; $lang->project->parentBeginEnd = "The begin and end date of the parent project: %s ~ %s"; -$lang->project->parentBudget = "The budget of the parent project: "; +$lang->project->parentBudget = "The budget of the parent program: "; $lang->project->beginLetterParent = "The start date of the project was < the minimum start date of the parent program:"; $lang->project->endGreaterParent = "The finish date of the project was > the maximum finish date of the parent program:"; $lang->project->dateExceedParent = "The start and finish date of the project was > the start and finish date of the parent program:"; diff --git a/module/project/lang/zh-cn.php b/module/project/lang/zh-cn.php index f1c889a7b5..d12f9a0c38 100644 --- a/module/project/lang/zh-cn.php +++ b/module/project/lang/zh-cn.php @@ -319,7 +319,7 @@ $lang->project->confirmDelete = '您确定删除项目“%s”吗?'; $lang->project->cannotChangeToCat = "该项目已经有实际的内容,无法修改为父项目"; $lang->project->cannotCancelCat = "该项目下已经有子项目,无法取消父项目标记"; $lang->project->parentBeginEnd = "父项目起止时间:%s ~ %s"; -$lang->project->parentBudget = "父项目预算:"; +$lang->project->parentBudget = "父项目集预算:"; $lang->project->beginLetterParent = "项目的开始日期已小于父项目集的最小开始日期:"; $lang->project->endGreaterParent = "项目的完成日期已大于父项目集的最大完成日期:"; $lang->project->dateExceedParent = "项目的起止日期已超出父项目集的起止日期:";