diff --git a/module/build/lang/de.php b/module/build/lang/de.php index 0f665094ec..defb59aaf7 100644 --- a/module/build/lang/de.php +++ b/module/build/lang/de.php @@ -30,8 +30,8 @@ $lang->build->basicInfo = 'Basis Info'; $lang->build->id = 'ID'; $lang->build->product = $lang->productCommon; $lang->build->project = 'Project'; -$lang->build->branchAll = 'All associated %s'; $lang->build->branch = 'Platform/Branch'; +$lang->build->branchAll = 'All associated %s'; $lang->build->branchName = '%s'; $lang->build->execution = $lang->executionCommon; $lang->build->integrated = 'Integrated'; @@ -56,7 +56,8 @@ $lang->build->bugs = 'Gelöster Bug'; $lang->build->generatedBugs = 'Left Bug'; $lang->build->noProduct = " Dieses {$lang->executionCommon} ist nicht mit einem {$lang->productCommon} verknüpft, daher kann das Build nicht erstellt werden. Bitte erst {$lang->productCommon} verknüpfen."; $lang->build->noBuild = 'Keine Builds. '; -$lang->build->emptyExecution = $lang->executionCommon . 'should be not empty.'; +$lang->build->emptyExecution = $lang->executionCommon . 'should be not empty.'; +$lang->build->linkedBuild = 'Linked Build'; $lang->build->notice = new stdclass(); $lang->build->notice->changeProduct = "The {$lang->SRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified"; diff --git a/module/build/lang/en.php b/module/build/lang/en.php index 716c13be7f..c8054c5d92 100644 --- a/module/build/lang/en.php +++ b/module/build/lang/en.php @@ -56,7 +56,8 @@ $lang->build->bugs = 'Resolved Bugs'; $lang->build->generatedBugs = 'Reported Bugs'; $lang->build->noProduct = " This {$lang->executionCommon} is not linked to {$lang->productCommon}, so the Build cannot be created. Please first link {$lang->productCommon}"; $lang->build->noBuild = 'No builds yet.'; -$lang->build->emptyExecution = $lang->executionCommon . 'should be not empty.'; +$lang->build->emptyExecution = $lang->executionCommon . 'should be not empty.'; +$lang->build->linkedBuild = 'Linked Build'; $lang->build->notice = new stdclass(); $lang->build->notice->changeProduct = "The {$lang->SRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified"; diff --git a/module/build/lang/fr.php b/module/build/lang/fr.php index a79244f5ab..3a53d5fc88 100644 --- a/module/build/lang/fr.php +++ b/module/build/lang/fr.php @@ -56,7 +56,8 @@ $lang->build->bugs = 'Bugs Résolus'; $lang->build->generatedBugs = 'Bugs signalés'; $lang->build->noProduct = " Ce {$lang->executionCommon} n'est pas associé à un {$lang->productCommon}, le Build ne peut pas être créé. Commencez par rattacher le projet à un {$lang->productCommon}"; $lang->build->noBuild = 'Aucun builds.'; -$lang->build->emptyExecution = $lang->executionCommon . 'should be not empty.'; +$lang->build->emptyExecution = $lang->executionCommon . 'should be not empty.'; +$lang->build->linkedBuild = 'Linked Build'; $lang->build->notice = new stdclass(); $lang->build->notice->changeProduct = "The {$lang->SRCommon}, bug, or the version of the submitted test order has been linked, and its {$lang->productCommon} cannot be modified"; diff --git a/module/build/lang/zh-cn.php b/module/build/lang/zh-cn.php index 92c27c24f6..a8c80bbd5b 100644 --- a/module/build/lang/zh-cn.php +++ b/module/build/lang/zh-cn.php @@ -56,7 +56,8 @@ $lang->build->bugs = '解决的Bug'; $lang->build->generatedBugs = '产生的Bug'; $lang->build->noProduct = " 该{$lang->executionCommon}没有关联{$lang->productCommon},无法创建版本,请先关联{$lang->productCommon}"; $lang->build->noBuild = '暂时没有版本。'; -$lang->build->emptyExecution = $lang->executionCommon . '不能为空。'; +$lang->build->emptyExecution = $lang->executionCommon . '不能为空。'; +$lang->build->linkedBuild = '关联版本'; $lang->build->notice = new stdclass(); $lang->build->notice->changeProduct = "已经关联{$lang->SRCommon}、Bug或提交测试单的版本,不能修改其所属{$lang->productCommon}"; diff --git a/module/build/view/view.html.php b/module/build/view/view.html.php index 3009caa298..036a9518f5 100644 --- a/module/build/view/view.html.php +++ b/module/build/view/view.html.php @@ -91,7 +91,7 @@ tbody tr td:first-child input {display: none;}