diff --git a/module/projectstory/lang/de.php b/module/projectstory/lang/de.php index 7b09c2ee11..76bcec4a00 100644 --- a/module/projectstory/lang/de.php +++ b/module/projectstory/lang/de.php @@ -14,7 +14,7 @@ $lang->projectstory->confirm = 'Confirm'; /* Notice. */ $lang->projectstory->whyNoStories = "No story can be linked. Please check whether there is any story in project which is linked to {$lang->productCommon} and make sure it has been reviewed."; -$lang->projectstory->batchUnlinkTip = 'The following requirements are linked to Executions of this project, please remove them from the execution first.'; +$lang->projectstory->batchUnlinkTip = 'Other requirements are removed. The following requirements are linked to the execution of this project. Please remove them from the execution first.'; global $app; $app->loadLang('product'); diff --git a/module/projectstory/lang/en.php b/module/projectstory/lang/en.php index 63b23943d0..c6a62b731d 100644 --- a/module/projectstory/lang/en.php +++ b/module/projectstory/lang/en.php @@ -14,7 +14,7 @@ $lang->projectstory->confirm = 'Confirm'; /* Notice. */ $lang->projectstory->whyNoStories = "No story can be linked. Please check whether there is any story in project which is linked to {$lang->productCommon} and make sure it has been reviewed."; -$lang->projectstory->batchUnlinkTip = 'The following requirements are linked to Executions of this project, please remove them from the execution first.'; +$lang->projectstory->batchUnlinkTip = 'Other requirements are removed. The following requirements are linked to the execution of this project. Please remove them from the execution first.'; global $app; $app->loadLang('product'); diff --git a/module/projectstory/lang/fr.php b/module/projectstory/lang/fr.php index 63b23943d0..c6a62b731d 100644 --- a/module/projectstory/lang/fr.php +++ b/module/projectstory/lang/fr.php @@ -14,7 +14,7 @@ $lang->projectstory->confirm = 'Confirm'; /* Notice. */ $lang->projectstory->whyNoStories = "No story can be linked. Please check whether there is any story in project which is linked to {$lang->productCommon} and make sure it has been reviewed."; -$lang->projectstory->batchUnlinkTip = 'The following requirements are linked to Executions of this project, please remove them from the execution first.'; +$lang->projectstory->batchUnlinkTip = 'Other requirements are removed. The following requirements are linked to the execution of this project. Please remove them from the execution first.'; global $app; $app->loadLang('product'); diff --git a/module/projectstory/lang/vi.php b/module/projectstory/lang/vi.php index 63b23943d0..c6a62b731d 100644 --- a/module/projectstory/lang/vi.php +++ b/module/projectstory/lang/vi.php @@ -14,7 +14,7 @@ $lang->projectstory->confirm = 'Confirm'; /* Notice. */ $lang->projectstory->whyNoStories = "No story can be linked. Please check whether there is any story in project which is linked to {$lang->productCommon} and make sure it has been reviewed."; -$lang->projectstory->batchUnlinkTip = 'The following requirements are linked to Executions of this project, please remove them from the execution first.'; +$lang->projectstory->batchUnlinkTip = 'Other requirements are removed. The following requirements are linked to the execution of this project. Please remove them from the execution first.'; global $app; $app->loadLang('product'); diff --git a/module/projectstory/lang/zh-cn.php b/module/projectstory/lang/zh-cn.php index c0f149bbff..e12901f18e 100644 --- a/module/projectstory/lang/zh-cn.php +++ b/module/projectstory/lang/zh-cn.php @@ -14,7 +14,7 @@ $lang->projectstory->confirm = '确定'; /* Notice. */ $lang->projectstory->whyNoStories = "看起来没有{$lang->SRCommon}可以关联。请检查下项目关联的{$lang->productCommon}中有没有{$lang->SRCommon},而且要确保它们已经审核通过。"; -$lang->projectstory->batchUnlinkTip = '如下需求已与该项目下执行相关联,请从执行中移除后再操作。'; +$lang->projectstory->batchUnlinkTip = '其他需求已经移除,如下需求已与该项目下执行相关联,请从执行中移除后再操作。'; global $app; $app->loadLang('product');