diff --git a/module/project/lang/de.php b/module/project/lang/de.php index a512e8b387..6de2be5c66 100644 --- a/module/project/lang/de.php +++ b/module/project/lang/de.php @@ -196,7 +196,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions $lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this project. Do you want to remove them from the execution team too?"; $lang->project->productTip = 'After clicking New Product, the project will not be linked to the selected product.'; $lang->project->noDevStage = 'There is no R&D stage under this project, or you do not have access permissions. The creation of builds is not supported at the moment.'; -$lang->project->budgetOverrun = 'The budget of the project has exceeded the remaining budget of the parent project set.'; +$lang->project->budgetOverrun = 'The budget of the project has exceeded the remaining budget of the parent project set:'; $lang->project->tenThousand = ''; $lang->project->hundredMillion = 'Hundred Million'; diff --git a/module/project/lang/en.php b/module/project/lang/en.php index 15e35e5f7d..b047d02a8a 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -196,7 +196,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions $lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this project. Do you want to remove them from the execution team too?"; $lang->project->productTip = 'After clicking New Product, the project will not be linked to the selected product.'; $lang->project->noDevStage = 'There is no R&D stage under this project, or you do not have access permissions. The creation of builds is not supported at the moment.'; -$lang->project->budgetOverrun = 'The budget of the project has exceeded the remaining budget of the parent project set.'; +$lang->project->budgetOverrun = 'The budget of the project has exceeded the remaining budget of the parent project set:'; $lang->project->tenThousand = 'Ten Thousand'; $lang->project->hundredMillion = 'Hundred Million'; diff --git a/module/project/lang/fr.php b/module/project/lang/fr.php index 56a42d58d2..7198d47db3 100644 --- a/module/project/lang/fr.php +++ b/module/project/lang/fr.php @@ -196,7 +196,7 @@ $lang->project->unlinkExecutionMember = "The user participated in %s executions $lang->project->unlinkExecutionMembers = "The team members you are removing are also in the execution team of this project. Do you want to remove them from the execution team too?"; $lang->project->productTip = 'After clicking New Product, the project will not be linked to the selected product.'; $lang->project->noDevStage = "Il n'y a pas de phase R&D dans ce projet, ou vous n'avez pas la permission d'accès. La version ne peut pas être créée pour le moment."; -$lang->project->budgetOverrun = 'Le budget du projet a dépassé le budget restant de l\'ensemble de projets parent.'; +$lang->project->budgetOverrun = 'Le budget du projet a dépassé le budget restant de l\'ensemble de projets parent:'; $lang->project->tenThousand = ''; $lang->project->hundredMillion = 'Hundred Million'; diff --git a/module/project/lang/zh-cn.php b/module/project/lang/zh-cn.php index 8bcad8f821..f151f43e1e 100644 --- a/module/project/lang/zh-cn.php +++ b/module/project/lang/zh-cn.php @@ -196,7 +196,7 @@ $lang->project->unlinkExecutionMember = "该用户参与了%s%s%s个{$lang->exe $lang->project->unlinkExecutionMembers = "移除的团队成员还参与了项目下的执行,是否同步从执行团队中移除?"; $lang->project->productTip = '点击新建产品后,项目将不会关联已选中的产品。'; $lang->project->noDevStage = '该项目下没有研发类型的阶段,或者您没有权限访问,暂时不支持创建版本。'; -$lang->project->budgetOverrun = '项目的预算已超出父项目集的剩余预算。'; +$lang->project->budgetOverrun = '项目的预算已超出父项目集的剩余预算:'; $lang->project->tenThousand = '万'; $lang->project->hundredMillion = '亿'; diff --git a/module/project/view/create.html.php b/module/project/view/create.html.php index 3853aae737..718923ce91 100755 --- a/module/project/view/create.html.php +++ b/module/project/view/create.html.php @@ -79,7 +79,7 @@ project->defaultCurrency, "class='form-control'");?> - +