* Finish task.
This commit is contained in:
@@ -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:";
|
||||
|
||||
@@ -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:";
|
||||
|
||||
@@ -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 = "项目的起止日期已超出父项目集的起止日期:";
|
||||
|
||||
Reference in New Issue
Block a user