From f71e24289598ad8c3800a7809edb446174e9a03a Mon Sep 17 00:00:00 2001 From: wangyidong Date: Mon, 22 Jan 2024 14:35:24 +0800 Subject: [PATCH] * Fix bug #44495. --- module/execution/lang/de.php | 5 ++--- module/execution/lang/en.php | 5 ++--- module/execution/lang/fr.php | 5 ++--- module/execution/lang/zh-cn.php | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/module/execution/lang/de.php b/module/execution/lang/de.php index 837b0d2616..6b7639b899 100644 --- a/module/execution/lang/de.php +++ b/module/execution/lang/de.php @@ -208,12 +208,11 @@ $lang->execution->statusList['doing'] = 'In Arbeit'; $lang->execution->statusList['suspended'] = 'Ausgesetzt'; $lang->execution->statusList['closed'] = 'Geschlossen'; -global $config; -$lang->execution->aclList['private'] = "Private (for team members and {$lang->projectCommon} stakeholders)"; $lang->execution->aclList['open'] = "Inherited {$lang->projectCommon} ACL (for who can access the current {$lang->projectCommon})"; +$lang->execution->aclList['private'] = "Private (for team members and {$lang->projectCommon} stakeholders)"; -$lang->execution->kanbanAclList['private'] = 'Private'; $lang->execution->kanbanAclList['open'] = "Inherited {$lang->projectCommon}"; +$lang->execution->kanbanAclList['private'] = 'Private'; $lang->execution->storyPoint = 'Story Point'; diff --git a/module/execution/lang/en.php b/module/execution/lang/en.php index def6394002..ef0264bf78 100644 --- a/module/execution/lang/en.php +++ b/module/execution/lang/en.php @@ -208,12 +208,11 @@ $lang->execution->statusList['doing'] = 'Doing'; $lang->execution->statusList['suspended'] = 'Suspended'; $lang->execution->statusList['closed'] = 'Closed'; -global $config; -$lang->execution->aclList['private'] = "Private (for team members and {$lang->projectCommon} stakeholders)"; $lang->execution->aclList['open'] = "Inherited {$lang->projectCommon} ACL (for who can access the current {$lang->projectCommon})"; +$lang->execution->aclList['private'] = "Private (for team members and {$lang->projectCommon} stakeholders)"; -$lang->execution->kanbanAclList['private'] = 'Private'; $lang->execution->kanbanAclList['open'] = "Inherited {$lang->projectCommon}"; +$lang->execution->kanbanAclList['private'] = 'Private'; $lang->execution->storyPoint = 'Story Point'; diff --git a/module/execution/lang/fr.php b/module/execution/lang/fr.php index 2d52a8d87f..fa430a32ed 100644 --- a/module/execution/lang/fr.php +++ b/module/execution/lang/fr.php @@ -208,12 +208,11 @@ $lang->execution->statusList['doing'] = 'En cours'; $lang->execution->statusList['suspended'] = 'Suspendu'; $lang->execution->statusList['closed'] = 'Fermé'; -global $config; -$lang->execution->aclList['private'] = "Private (for team members and {$lang->projectCommon} stakeholders)"; $lang->execution->aclList['open'] = "Inherited {$lang->projectCommon} ACL (for who can access the current {$lang->projectCommon})"; +$lang->execution->aclList['private'] = "Private (for team members and {$lang->projectCommon} stakeholders)"; -$lang->execution->kanbanAclList['private'] = 'Private'; $lang->execution->kanbanAclList['open'] = "Inherited {$lang->projectCommon}"; +$lang->execution->kanbanAclList['private'] = 'Private'; $lang->execution->storyPoint = 'Story Point'; diff --git a/module/execution/lang/zh-cn.php b/module/execution/lang/zh-cn.php index 46d2559d24..762c1d0c0b 100644 --- a/module/execution/lang/zh-cn.php +++ b/module/execution/lang/zh-cn.php @@ -208,12 +208,11 @@ $lang->execution->statusList['doing'] = '进行中'; $lang->execution->statusList['suspended'] = '已挂起'; $lang->execution->statusList['closed'] = '已关闭'; -global $config; -$lang->execution->aclList['private'] = "私有(团队成员和{$lang->projectCommon}负责人、干系人可访问)"; $lang->execution->aclList['open'] = "继承{$lang->projectCommon}访问权限(能访问当前{$lang->projectCommon},即可访问)"; +$lang->execution->aclList['private'] = "私有(团队成员和{$lang->projectCommon}负责人、干系人可访问)"; -$lang->execution->kanbanAclList['private'] = '私有'; $lang->execution->kanbanAclList['open'] = "继承{$lang->projectCommon}"; +$lang->execution->kanbanAclList['private'] = '私有'; $lang->execution->storyPoint = '故事点';