This commit is contained in:
zhouxudong
2022-06-27 03:20:49 +00:00
parent b4b7a1c9d3
commit 69b87ae29f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -543,7 +543,7 @@ class program extends control
{
if($confirm == 'no')
{
return print(js::confirm($this->lang->program->unlinkStakeholder, $this->inlink('unlinkStakeholder', "stakeholderID=$stakeholderID&programID=$programID&confirm=yes")));
return print(js::confirm($this->lang->program->confirmUnlink, $this->inlink('unlinkStakeholder', "stakeholderID=$stakeholderID&programID=$programID&confirm=yes")));
}
else
{
+1 -1
View File
@@ -107,7 +107,7 @@ $lang->program->closeErrorMessage = 'There are subprograms or projects that are
$lang->program->hasChildren = 'It has child programs or projects. You cannot delete it.';
$lang->program->hasProduct = 'It has products. You cannot delete it.';
$lang->program->confirmDelete = "Do you want to delete it?";
$lang->program->unlinkStakeholder = 'Unlink Stakeholder';
$lang->program->confirmUnlink = 'Do you want to remove the Stakeholder?';
$lang->program->readjustTime = 'Change the program begin&end date.';
$lang->program->accessDenied = 'You have no access to the program.';
$lang->program->beyondParentBudget = 'The remaining budget of the owned program has been exceeded.';
+1 -1
View File
@@ -107,7 +107,7 @@ $lang->program->closeErrorMessage = 'There are subprograms or projects that are
$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.';
$lang->program->confirmDelete = 'Do you want to delete the \"%s\" Program?';
$lang->program->unlinkStakeholder = 'Do you want to remove the Stakeholder?';
$lang->program->confirmUnlink = 'Do you want to remove the Stakeholder?';
$lang->program->readjustTime = 'Change the program begin&end date.';
$lang->program->accessDenied = 'You have no access to the program.';
$lang->program->beyondParentBudget = 'The remaining budget of the owned program has been exceeded.';
+1 -1
View File
@@ -107,7 +107,7 @@ $lang->program->closeErrorMessage = 'There are subprograms or projects that are
$lang->program->hasChildren = 'It has child programs or projects. You cannot delete it.';
$lang->program->hasProduct = 'It has products. You cannot delete it.';
$lang->program->confirmDelete = "Do you want to delete it?";
$lang->program->unlinkStakeholder = 'Unlink Stakeholder';
$lang->program->unlinkStakeholder = 'Voulez - vous retirer les intervenants?';
$lang->program->readjustTime = 'Change the program begin&end date.';
$lang->program->accessDenied = 'You have no access to the program.';
$lang->program->beyondParentBudget = 'The remaining budget of the owned program has been exceeded.';
+1 -1
View File
@@ -107,7 +107,7 @@ $lang->program->closeErrorMessage = '存在子项目集或项目为未关闭状
$lang->program->hasChildren = '该项目集有子项目集或项目存在,不能删除。';
$lang->program->hasProduct = '该项目集有产品存在,不能删除。';
$lang->program->confirmDelete = '您确定要删除\“%s\”项目集吗?';
$lang->program->unlinkStakeholder = '您确定要移除干系人吗?';
$lang->program->confirmUnlink = '您确定要移除干系人吗?';
$lang->program->readjustTime = '重新调整项目集起止时间';
$lang->program->accessDenied = '你无权访问该项目集';
$lang->program->beyondParentBudget = '已超出所属项目集的剩余预算';