diff --git a/module/productplan/lang/de.php b/module/productplan/lang/de.php index 82346ef8d3..1592ad972d 100644 --- a/module/productplan/lang/de.php +++ b/module/productplan/lang/de.php @@ -27,7 +27,7 @@ $lang->productplan->view = "Details"; $lang->productplan->bugSummary = "%s Bugs auf dieser Seite"; $lang->productplan->basicInfo = 'Basis Info'; $lang->productplan->batchEdit = 'Mehrere bearbeiten'; -$lang->productplan->project = 'Project'; +$lang->productplan->project = $lang->projectCommon; $lang->productplan->plan = 'Plan'; $lang->productplan->allAB = 'All'; $lang->productplan->to = 'To'; @@ -71,8 +71,8 @@ $lang->productplan->confirmClose = "Do you want to close this plan?"; $lang->productplan->confirmActivate = "Do you want to activate this plan?"; $lang->productplan->noPlan = 'Kein Plan. '; $lang->productplan->cannotDeleteParent = 'Cannot delete parent plan'; -$lang->productplan->selectProjects = "Please select the project"; -$lang->productplan->projectNotEmpty = 'Project cannot be empty.'; +$lang->productplan->selectProjects = "Please select the " . $lang->projectCommon; +$lang->productplan->projectNotEmpty = $lang->projectCommon . ' cannot be empty.'; $lang->productplan->nextStep = "Next step"; $lang->productplan->summary = "Total: %s, Parents: %s, Children: %s,Independent: %s."; $lang->productplan->checkedSummary = "Seleted: %total%, Parents: %parent%, Children: %child%, Independent: %independent%."; @@ -133,7 +133,7 @@ $lang->productplan->beginLetterParent = "The start date of the parent plan: % $lang->productplan->endGreaterParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan."; $lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; $lang->productplan->endLetterChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan."; -$lang->productplan->noLinkedProject = "The current product has not been linked with a project. Please enter the list of the product to link or create a project."; +$lang->productplan->noLinkedProject = "The current product has not been linked with a {$lang->projectCommon}. Please enter the list of the product to link or create a {$lang->projectCommon}."; $lang->productplan->enterProjectList = "Enter the list of the product"; $lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; $lang->productplan->endLetterChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s."; diff --git a/module/productplan/lang/en.php b/module/productplan/lang/en.php index 889f37a297..406fac8684 100644 --- a/module/productplan/lang/en.php +++ b/module/productplan/lang/en.php @@ -27,7 +27,7 @@ $lang->productplan->view = "View"; $lang->productplan->bugSummary = "Total %s Bugs on this page."; $lang->productplan->basicInfo = 'Basic Info'; $lang->productplan->batchEdit = 'Batch Edit'; -$lang->productplan->project = 'Project'; +$lang->productplan->project = $lang->projectCommon; $lang->productplan->plan = 'Plan'; $lang->productplan->allAB = 'All'; $lang->productplan->to = 'To'; @@ -71,8 +71,8 @@ $lang->productplan->confirmClose = "Do you want to close this plan?"; $lang->productplan->confirmActivate = "Do you want to activate this plan?"; $lang->productplan->noPlan = 'No plans yet. '; $lang->productplan->cannotDeleteParent = 'Cannot delete parent plan'; -$lang->productplan->selectProjects = "Please select the project"; -$lang->productplan->projectNotEmpty = 'Project cannot be empty.'; +$lang->productplan->selectProjects = "Please select the " . $lang->projectCommon; +$lang->productplan->projectNotEmpty = $lang->projectCommon . ' cannot be empty.'; $lang->productplan->nextStep = "Next step"; $lang->productplan->summary = "Total: %s, Parents: %s, Children: %s,Independent: %s."; $lang->productplan->checkedSummary = "Seleted: %total%, Parents: %parent%, Children: %child%, Independent: %independent%."; @@ -133,7 +133,7 @@ $lang->productplan->beginLetterParent = "The start date of the parent plan: % $lang->productplan->endGreaterParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan."; $lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; $lang->productplan->endLetterChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan."; -$lang->productplan->noLinkedProject = "The current product has not been linked with a project. Please enter the list of the product to link or create a project."; +$lang->productplan->noLinkedProject = "The current product has not been linked with a {$lang->projectCommon}. Please enter the list of the product to link or create a {$lang->projectCommon}."; $lang->productplan->enterProjectList = "Enter the list of the product"; $lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; $lang->productplan->endLetterChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s."; diff --git a/module/productplan/lang/fr.php b/module/productplan/lang/fr.php index d059b94f08..217e90a285 100644 --- a/module/productplan/lang/fr.php +++ b/module/productplan/lang/fr.php @@ -27,7 +27,7 @@ $lang->productplan->view = "Détail Plan"; $lang->productplan->bugSummary = "Total %s Bugs sur cette page."; $lang->productplan->basicInfo = 'Infos de Base'; $lang->productplan->batchEdit = 'Edition par Lot'; -$lang->productplan->project = 'Project'; +$lang->productplan->project = $lang->projectCommon; $lang->productplan->plan = 'Plan'; $lang->productplan->allAB = 'All'; $lang->productplan->to = 'To'; @@ -71,8 +71,8 @@ $lang->productplan->confirmClose = "Do you want to close this plan?"; $lang->productplan->confirmActivate = "Do you want to activate this plan?"; $lang->productplan->noPlan = "Aucun plan pour l'instant. "; $lang->productplan->cannotDeleteParent = 'Impossible de supprimer le plan parent'; -$lang->productplan->selectProjects = "Please select the project"; -$lang->productplan->projectNotEmpty = 'Project cannot be empty.'; +$lang->productplan->selectProjects = "Please select the " . $lang->projectCommon; +$lang->productplan->projectNotEmpty = $lang->projectCommon . ' cannot be empty.'; $lang->productplan->nextStep = "Next step"; $lang->productplan->summary = "Total: %s, Parents: %s, Children: %s,Independent: %s."; $lang->productplan->checkedSummary = "Seleted: %total%, Parents: %parent%, Children: %child%, Independent: %independent%."; @@ -133,7 +133,7 @@ $lang->productplan->beginLetterParent = "The start date of the parent plan: % $lang->productplan->endGreaterParent = "The completion date of the parent plan: %s, the completion date cannot be greater than the completion date of the parent plan."; $lang->productplan->beginGreaterChild = "The start date of the child plan: %s, the start date cannot be greater than the start date of the child plan."; $lang->productplan->endLetterChild = "The completion date of the child plan: %s, the completion date cannot be less than the completion date of the child plan."; -$lang->productplan->noLinkedProject = "The current product has not been linked with a project. Please enter the list of the product to link or create a project."; +$lang->productplan->noLinkedProject = "The current product has not been linked with a {$lang->projectCommon}. Please enter the list of the product to link or create a {$lang->projectCommon}."; $lang->productplan->enterProjectList = "Enter the list of the product"; $lang->productplan->beginGreaterChildTip = "The start date of the parent plan[%s]: %s, cannot be greater than the start date of the child plan: %s."; $lang->productplan->endLetterChildTip = "The completion date of the parent plan[%s]: %s, cannot be less than the completion date of the child plan: %s."; diff --git a/module/productplan/lang/zh-cn.php b/module/productplan/lang/zh-cn.php index 79af4f297c..0d0b2d441f 100644 --- a/module/productplan/lang/zh-cn.php +++ b/module/productplan/lang/zh-cn.php @@ -27,7 +27,7 @@ $lang->productplan->view = "计划详情"; $lang->productplan->bugSummary = "本页共 %s 个Bug"; $lang->productplan->basicInfo = '基本信息'; $lang->productplan->batchEdit = '批量编辑'; -$lang->productplan->project = '项目'; +$lang->productplan->project = $lang->projectCommon; $lang->productplan->plan = '计划'; $lang->productplan->allAB = '所有'; $lang->productplan->to = '至'; @@ -71,8 +71,8 @@ $lang->productplan->confirmClose = "您确认关闭该计划吗?"; $lang->productplan->confirmActivate = "您确认激活该计划吗?"; $lang->productplan->noPlan = "暂时没有计划。"; $lang->productplan->cannotDeleteParent = "不能删除父计划"; -$lang->productplan->selectProjects = "请选择所属项目"; -$lang->productplan->projectNotEmpty = '所属项目不能为空。'; +$lang->productplan->selectProjects = "请选择所属" . $lang->projectCommon; +$lang->productplan->projectNotEmpty = "所属{$lang->projectCommon}不能为空。"; $lang->productplan->nextStep = "下一步"; $lang->productplan->summary = "本页共 %s 个计划,父计划 %s,子计划 %s,独立计划 %s。"; $lang->productplan->checkedSummary = "共选中 %total% 个计划,父计划 %parent%,子计划 %child%,独立计划 %independent%。"; @@ -133,8 +133,8 @@ $lang->productplan->beginLetterParent = "父计划的开始日期:%s,开 $lang->productplan->endGreaterParent = "父计划的完成日期:%s,完成日期不能大于父计划的完成日期"; $lang->productplan->beginGreaterChild = "子计划的开始日期:%s,开始日期不能大于子计划的开始日期"; $lang->productplan->endLetterChild = "子计划的完成日期:%s,完成日期不能小于子计划的完成日期"; -$lang->productplan->noLinkedProject = "当前产品还未关联项目,请进入产品的项目列表关联或创建一个项目"; -$lang->productplan->enterProjectList = "进入产品的项目列表"; +$lang->productplan->noLinkedProject = "当前产品还未关联{$lang->projectCommon},请进入产品的{$lang->projectCommon}列表关联或创建一个{$lang->projectCommon}"; +$lang->productplan->enterProjectList = "进入产品的{$lang->projectCommon}列表"; $lang->productplan->beginGreaterChildTip = "父计划[%s]的开始日期:%s,不能大于子计划的开始日期: %s"; $lang->productplan->endLetterChildTip = "父计划[%s]的完成日期:%s,不能小于子计划的完成日期: %s"; $lang->productplan->beginLetterParentTip = "子计划[%s]的开始日期:%s,不能小于父计划的开始日期: %s"; diff --git a/module/program/lang/de.php b/module/program/lang/de.php index 9b7ef57ff4..c4752510ab 100644 --- a/module/program/lang/de.php +++ b/module/program/lang/de.php @@ -61,7 +61,7 @@ $lang->program->kanbanAction = 'Kanban'; $lang->program->view = 'Program Detail'; $lang->program->copy = 'Copy Program'; $lang->program->product = 'Products'; -$lang->program->project = 'Program Project List'; +$lang->program->project = "Program {$lang->projectCommon} List"; $lang->program->all = 'All Programs'; $lang->program->start = 'Start'; $lang->program->finish = 'Finish'; @@ -79,10 +79,10 @@ $lang->program->updateOrder = 'Rank'; $lang->program->unbindWhitelist = 'Unbind Whitelist'; $lang->program->importStakeholder = 'Import program'; $lang->program->manageMembers = 'Program Team'; -$lang->program->confirmChangePRJUint = 'Synchronize the budget unit of the subprograms and the projects of the program? If yes, please the current exchange rate.'; +$lang->program->confirmChangePRJUint = "Synchronize the budget unit of the subprograms and the {$lang->projectCommon}s of the program? If yes, please the current exchange rate."; $lang->program->exRateNotNegative = 'The『exchange rate』should not be negative.'; -$lang->program->changePRJUnit = 'Update the budget unit of the project'; -$lang->program->showNotCurrentProjects = 'Display project information of non current program'; +$lang->program->changePRJUnit = 'Update the budget unit of the ' . $lang->projectCommon; +$lang->program->showNotCurrentProjects = "Display {$lang->projectCommon} information of non current program"; $lang->program->progress = 'Progress'; $lang->program->children = 'Child'; @@ -93,23 +93,23 @@ $lang->program->moreProgram = 'More Programs'; $lang->program->stakeholderType = 'Stakeholder type'; $lang->program->parentBudget = 'Parent program surplus budget:'; $lang->program->isStakeholderKey = 'Key stakeholder'; -$lang->program->summary = 'This page contains %d top programs and %d independent projects.'; +$lang->program->summary = "This page contains %d top programs and %d independent {$lang->projectCommon}s."; $lang->program->stakeholderTypeList['inside'] = 'Inside'; $lang->program->stakeholderTypeList['outside'] = 'Outside'; $lang->program->noProgram = 'No program.'; $lang->program->showClosed = 'Closed programs.'; -$lang->program->tips = 'If a parent program is selected, the products under the parent program can be associated. If no program is selected for the project, a product with the same name as the project is created and associated with the project by default.'; +$lang->program->tips = "If a parent program is selected, the products under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a product with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default."; $lang->program->confirmBatchUnlink = "Do you want to batch unlink these stakeholders?"; $lang->program->beginLetterParent = 'The start date of the program is less than the start date of the parent program:'; $lang->program->endGreaterParent = 'The finish date of the program is greater than the finish date of the parent program:'; $lang->program->dateExceedParent = 'The start and finish date of the program was greater than the start and finish date of the parent program:'; -$lang->program->beginGreateChild = 'The start date of the program is greater than the minimum start date of the subprogram or project:'; -$lang->program->endLetterChild = 'The finish date of the program is less than the maximum finish date of the subprogram or project:'; -$lang->program->dateExceedChild = 'The start and finish date of the program no longer include the date scope of the subprogram or project:'; -$lang->program->closeErrorMessage = 'There are subprograms or projects that are not closed'; -$lang->program->hasChildren = 'It has child programs or projects. You cannot delete it.'; +$lang->program->beginGreateChild = "The start date of the program is greater than the minimum start date of the subprogram or {$lang->projectCommon}:"; +$lang->program->endLetterChild = "The finish date of the program is less than the maximum finish date of the subprogram or {$lang->projectCommon}:"; +$lang->program->dateExceedChild = "The start and finish date of the program no longer include the date scope of the subprogram or {$lang->projectCommon}:"; +$lang->program->closeErrorMessage = "There are subprograms or {$lang->projectCommon}s that are not closed"; +$lang->program->hasChildren = "The program has a child program or the {$lang->projectCommon} exists and can not be deleted."; $lang->program->hasProduct = 'It has products. You cannot delete it.'; $lang->program->confirmDelete = "Do you want to delete it?"; $lang->program->confirmUnlink = 'Do you want to remove the Stakeholder?'; @@ -169,8 +169,8 @@ $lang->program->kanban->typeList['others'] = 'Others'; $lang->program->kanban->openProducts = 'Open Products'; $lang->program->kanban->unexpiredPlans = 'Unexpired Plans'; -$lang->program->kanban->waitingProjects = 'Waiting Projects'; -$lang->program->kanban->doingProjects = 'Ongoing Projects'; +$lang->program->kanban->waitingProjects = "Waiting {$lang->projectCommon}s"; +$lang->program->kanban->doingProjects = "Ongoing {$lang->projectCommon}s"; $lang->program->kanban->doingExecutions = 'Ongoing Executions'; $lang->program->kanban->normalReleases = 'Normal Releases'; diff --git a/module/program/lang/en.php b/module/program/lang/en.php index 08978c0499..6263da2997 100644 --- a/module/program/lang/en.php +++ b/module/program/lang/en.php @@ -61,7 +61,7 @@ $lang->program->kanbanAction = 'Kanban'; $lang->program->view = 'Program Detail'; $lang->program->copy = 'Copy Program'; $lang->program->product = 'Products'; -$lang->program->project = 'Program Project List'; +$lang->program->project = "Program {$lang->projectCommon} List"; $lang->program->all = 'All Programs'; $lang->program->start = 'Start'; $lang->program->finish = 'Finish'; @@ -79,10 +79,10 @@ $lang->program->updateOrder = 'Rank'; $lang->program->unbindWhitelist = 'Unbind Whitelist'; $lang->program->importStakeholder = 'Import from program'; $lang->program->manageMembers = 'Program Team'; -$lang->program->confirmChangePRJUint = 'Synchronize the budget unit of the subprograms and the projects of the program? If yes, please the current exchange rate.'; +$lang->program->confirmChangePRJUint = "Synchronize the budget unit of the subprograms and the {$lang->projectCommon}s of the program? If yes, please the current exchange rate."; $lang->program->exRateNotNegative = 'The『exchange rate』should not be negative.'; -$lang->program->changePRJUnit = 'Update the budget unit of the project'; -$lang->program->showNotCurrentProjects = 'Display project information of non current program'; +$lang->program->changePRJUnit = 'Update the budget unit of the ' . $lang->projectCommon; +$lang->program->showNotCurrentProjects = "Display {$lang->projectCommon} information of non current program"; $lang->program->progress = 'Progress'; $lang->program->children = 'Add Child'; @@ -93,23 +93,23 @@ $lang->program->moreProgram = 'More program'; $lang->program->stakeholderType = 'Stakeholder type'; $lang->program->parentBudget = 'Parent program surplus budget:'; $lang->program->isStakeholderKey = 'Key stakeholder'; -$lang->program->summary = 'This page contains %d top programs and %d independent projects.'; +$lang->program->summary = "This page contains %d top programs and %d independent {$lang->projectCommon}s."; $lang->program->stakeholderTypeList['inside'] = 'Inside'; $lang->program->stakeholderTypeList['outside'] = 'Outside'; $lang->program->noProgram = 'No program.'; $lang->program->showClosed = 'Closed'; -$lang->program->tips = 'If a parent program is selected, the products under the parent program can be associated. If no program is selected for the project, a product with the same name as the project is created and associated with the project by default.'; +$lang->program->tips = "If a parent program is selected, the products under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a product with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default."; $lang->program->confirmBatchUnlink = "Do you want to batch unlink these stakeholders?"; $lang->program->beginLetterParent = 'The start date of the program is less than the start date of the parent program:'; $lang->program->endGreaterParent = 'The finish date of the program is greater than the finish date of the parent program:'; $lang->program->dateExceedParent = 'The start and finish date of the program was greater than the start and finish date of the parent program:'; -$lang->program->beginGreateChild = 'The start date of the program is greater than the minimum start date of the subprogram or project:'; -$lang->program->endLetterChild = 'The finish date of the program is less than the maximum finish date of the subprogram or project:'; -$lang->program->dateExceedChild = 'The start and finish date of the program no longer include the date scope of the subprogram or project:'; -$lang->program->closeErrorMessage = 'There are subprograms or projects that are not closed'; -$lang->program->hasChildren = 'The program has a child program or the project exists and can not be deleted.'; +$lang->program->beginGreateChild = "The start date of the program is greater than the minimum start date of the subprogram or {$lang->projectCommon}:"; +$lang->program->endLetterChild = "The finish date of the program is less than the maximum finish date of the subprogram or {$lang->projectCommon}:"; +$lang->program->dateExceedChild = "The start and finish date of the program no longer include the date scope of the subprogram or {$lang->projectCommon}:"; +$lang->program->closeErrorMessage = "There are subprograms or {$lang->projectCommon}s that are not closed"; +$lang->program->hasChildren = "The program has a child program or the {$lang->projectCommon} 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->confirmUnlink = 'Do you want to remove the Stakeholder?'; @@ -169,8 +169,8 @@ $lang->program->kanban->typeList['others'] = 'Others'; $lang->program->kanban->openProducts = 'Open Products'; $lang->program->kanban->unexpiredPlans = 'Unexpired Plans'; -$lang->program->kanban->waitingProjects = 'Waiting Projects'; -$lang->program->kanban->doingProjects = 'Ongoing Projects'; +$lang->program->kanban->waitingProjects = "Waiting {$lang->projectCommon}s"; +$lang->program->kanban->doingProjects = "Ongoing {$lang->projectCommon}s"; $lang->program->kanban->doingExecutions = 'Ongoing Executions'; $lang->program->kanban->normalReleases = 'Normal Releases'; diff --git a/module/program/lang/fr.php b/module/program/lang/fr.php index dc915f9142..5dc38a4b1d 100644 --- a/module/program/lang/fr.php +++ b/module/program/lang/fr.php @@ -61,7 +61,7 @@ $lang->program->kanbanAction = 'Kanban'; $lang->program->view = 'Program Detail'; $lang->program->copy = 'Copy Program'; $lang->program->product = 'Products'; -$lang->program->project = 'Program Project List'; +$lang->program->project = "Program {$lang->projectCommon} List"; $lang->program->all = 'All Programs'; $lang->program->start = 'Start'; $lang->program->finish = 'Finish'; @@ -79,10 +79,10 @@ $lang->program->updateOrder = 'Rank'; $lang->program->unbindWhitelist = 'Unbind Whitelist'; $lang->program->importStakeholder = 'Import program'; $lang->program->manageMembers = 'Program Team'; -$lang->program->confirmChangePRJUint = 'Synchronize the budget unit of the subprograms and the projects of the program? If yes, please the current exchange rate.'; +$lang->program->confirmChangePRJUint = "Synchronize the budget unit of the subprograms and the {$lang->projectCommon}s of the program? If yes, please the current exchange rate."; $lang->program->exRateNotNegative = 'The『exchange rate』should not be negative.'; -$lang->program->changePRJUnit = 'Update the budget unit of the project'; -$lang->program->showNotCurrentProjects = 'Display project information of non current program'; +$lang->program->changePRJUnit = 'Update the budget unit of the ' . $lang->projectCommon; +$lang->program->showNotCurrentProjects = "Display {$lang->projectCommon} information of non current program"; $lang->program->progress = 'Progress'; $lang->program->children = 'Child'; @@ -93,23 +93,23 @@ $lang->program->moreProgram = 'More Programs'; $lang->program->stakeholderType = 'Stakeholder type'; $lang->program->parentBudget = 'Parent program surplus budget:'; $lang->program->isStakeholderKey = 'Key stakeholder'; -$lang->program->summary = 'This page contains %d top programs and %d independent projects.'; +$lang->program->summary = "This page contains %d top programs and %d independent {$lang->projectCommon}s."; $lang->program->stakeholderTypeList['inside'] = 'Inside'; $lang->program->stakeholderTypeList['outside'] = 'Outside'; $lang->program->noProgram = 'No program.'; $lang->program->showClosed = 'Closed programs.'; -$lang->program->tips = 'If a parent program is selected, the products under the parent program can be associated. If no program is selected for the project, a product with the same name as the project is created and associated with the project by default.'; +$lang->program->tips = "If a parent program is selected, the products under the parent program can be associated. If no program is selected for the {$lang->projectCommon}, a product with the same name as the {$lang->projectCommon} is created and associated with the {$lang->projectCommon} by default."; $lang->program->confirmBatchUnlink = "Do you want to batch unlink these stakeholders?"; $lang->program->beginLetterParent = 'La date de début du programme était < à la date de début du programme parent:'; $lang->program->endGreaterParent = 'La date de fin du programme était > à la date de fin du programme parent:'; $lang->program->dateExceedParent = 'La date de début et de fin du programme était > à la date de début et de fin du programme parent:'; -$lang->program->beginGreateChild = 'La date de début du programme était > à la date minimale de début du sous-programme ou du projet:'; -$lang->program->endLetterChild = 'La date de fin du programme était < à la de fin maximale du sous-programme ou du projet:'; -$lang->program->dateExceedChild = 'La date de début et de fin du programme ne correspond plus la date du sous-programme ou du projet:'; -$lang->program->closeErrorMessage = 'There are subprograms or projects that are not closed'; -$lang->program->hasChildren = 'It has child programs or projects. You cannot delete it.'; +$lang->program->beginGreateChild = "The start date of the program is greater than the minimum start date of the subprogram or {$lang->projectCommon}:"; +$lang->program->endLetterChild = "The finish date of the program is less than the maximum finish date of the subprogram or {$lang->projectCommon}:"; +$lang->program->dateExceedChild = "The start and finish date of the program no longer include the date scope of the subprogram or {$lang->projectCommon}:"; +$lang->program->closeErrorMessage = "There are subprograms or {$lang->projectCommon}s that are not closed"; +$lang->program->hasChildren = "The program has a child program or the {$lang->projectCommon} exists and can not be deleted."; $lang->program->hasProduct = 'It has products. You cannot delete it.'; $lang->program->confirmDelete = "Do you want to delete it?"; $lang->program->confirmUnlink = 'Voulez - vous retirer les intervenants?'; @@ -169,8 +169,8 @@ $lang->program->kanban->typeList['others'] = 'Others'; $lang->program->kanban->openProducts = 'Open Products'; $lang->program->kanban->unexpiredPlans = 'Unexpired Plans'; -$lang->program->kanban->waitingProjects = 'Waiting Projects'; -$lang->program->kanban->doingProjects = 'Ongoing Projects'; +$lang->program->kanban->waitingProjects = "Waiting {$lang->projectCommon}s"; +$lang->program->kanban->doingProjects = "Ongoing {$lang->projectCommon}s"; $lang->program->kanban->doingExecutions = 'Ongoing Executions'; $lang->program->kanban->normalReleases = 'Normal Releases'; diff --git a/module/program/lang/zh-cn.php b/module/program/lang/zh-cn.php index ed43005598..0b8eb772d2 100644 --- a/module/program/lang/zh-cn.php +++ b/module/program/lang/zh-cn.php @@ -33,7 +33,7 @@ $lang->program->days = '可用工作日'; $lang->program->acl = '访问控制'; $lang->program->whitelist = '白名单'; $lang->program->deleted = '已删除'; -$lang->program->lifetime = '项目周期'; +$lang->program->lifetime = $lang->projectCommon . '周期'; $lang->program->output = '输出'; $lang->program->auth = '权限控制'; $lang->program->path = '路径'; @@ -54,14 +54,14 @@ $lang->program->ignore = '忽略'; $lang->program->common = '项目集'; $lang->program->index = '项目集主页'; $lang->program->create = '添加项目集'; -$lang->program->createGuide = '选择项目模板'; +$lang->program->createGuide = "选择{$lang->projectCommon}模板"; $lang->program->edit = '编辑项目集'; $lang->program->browse = '项目集列表'; $lang->program->kanbanAction = '项目集看板'; $lang->program->view = '项目集详情'; $lang->program->copy = '复制项目集'; $lang->program->product = '产品列表'; -$lang->program->project = '项目集项目列表'; +$lang->program->project = "项目集{$lang->projectCommon}列表"; $lang->program->all = '所有项目集'; $lang->program->start = '启动项目集'; $lang->program->finish = '完成项目集'; @@ -79,12 +79,12 @@ $lang->program->updateOrder = '排序'; $lang->program->unbindWhitelist = '移除白名单'; $lang->program->importStakeholder = '从父项目集导入'; $lang->program->manageMembers = '项目集团队'; -$lang->program->confirmChangePRJUint = '是否同步更新该项目集下子项目集和项目的预算的单位?若确认更新,请填写今日汇率。'; +$lang->program->confirmChangePRJUint = "是否同步更新该项目集下子项目集和{$lang->projectCommon}的预算的单位?若确认更新,请填写今日汇率。"; $lang->program->exRateNotNegative = '『汇率』不能是负数。'; -$lang->program->changePRJUnit = '更新项目预算单位'; -$lang->program->showNotCurrentProjects = '显示非当前项目集的项目信息'; +$lang->program->changePRJUnit = "更新{$lang->projectCommon}预算单位"; +$lang->program->showNotCurrentProjects = "显示非当前项目集的{$lang->projectCommon}信息"; -$lang->program->progress = '项目进度'; +$lang->program->progress = "{$lang->projectCommon}进度"; $lang->program->children = '添加子项目集'; $lang->program->allInvest = '项目集总投入'; $lang->program->teamCount = '总人数'; @@ -93,23 +93,23 @@ $lang->program->moreProgram = '更多项目集'; $lang->program->stakeholderType = '干系人类型'; $lang->program->parentBudget = '所属项目集剩余预算:'; $lang->program->isStakeholderKey = '关键干系人'; -$lang->program->summary = '本页共 %d 个顶级项目集,%d 个独立项目。'; +$lang->program->summary = "本页共 %d 个顶级项目集,%d 个独立{$lang->projectCommon}。"; $lang->program->stakeholderTypeList['inside'] = '内部'; $lang->program->stakeholderTypeList['outside'] = '外部'; $lang->program->noProgram = '暂时没有项目集'; $lang->program->showClosed = '显示已关闭'; -$lang->program->tips = '选择了父项目集,则可关联该父项目集下的产品。如果项目未选择任何项目集,则系统会默认创建一个和该项目同名的产品并关联该项目。'; +$lang->program->tips = "选择了父项目集,则可关联该父项目集下的产品。如果{$lang->projectCommon}未选择任何项目集,则系统会默认创建一个和该{$lang->projectCommon}同名的产品并关联该{$lang->projectCommon}。"; $lang->program->confirmBatchUnlink = "您确定要批量移除这些干系人吗?"; $lang->program->beginLetterParent = '项目集的开始日期小于了父项目集的开始日期:'; $lang->program->endGreaterParent = '项目集的完成日期大于了父项目集的完成日期:'; $lang->program->dateExceedParent = '项目集的起止日期已超出父项目集的起止日期'; -$lang->program->beginGreateChild = '项目集的开始日期大于了子项目集或项目的最小开始日期:'; -$lang->program->endLetterChild = '项目集的完成日期小于了子项目集或项目的最大完成日期:'; -$lang->program->dateExceedChild = '项目集的起止日期已不包含子项目集或项目的日期范围'; -$lang->program->closeErrorMessage = '存在子项目集或项目为未关闭状态'; -$lang->program->hasChildren = '该项目集有子项目集或项目存在,不能删除。'; +$lang->program->beginGreateChild = "项目集的开始日期大于了子项目集或{$lang->projectCommon}的最小开始日期:"; +$lang->program->endLetterChild = "项目集的完成日期小于了子项目集或{$lang->projectCommon}的最大完成日期:"; +$lang->program->dateExceedChild = "项目集的起止日期已不包含子项目集或{$lang->projectCommon}的日期范围"; +$lang->program->closeErrorMessage = "存在子项目集或{$lang->projectCommon}为未关闭状态"; +$lang->program->hasChildren = "该项目集有子项目集或{$lang->projectCommon}存在,不能删除。"; $lang->program->hasProduct = '该项目集有产品存在,不能删除。'; $lang->program->confirmDelete = '您确定要删除\“%s\”项目集吗?'; $lang->program->confirmUnlink = '您确定要移除干系人吗?'; @@ -136,8 +136,8 @@ $lang->program->subAcls['private'] = '私有'; $lang->program->subAcls['open'] = '全部公开'; $lang->program->subAcls['program'] = '项目集内公开'; -$lang->program->authList['extend'] = '继承 (取项目权限与组织权限的并集)'; -$lang->program->authList['reset'] = '重新定义 (只取项目权限)'; +$lang->program->authList['extend'] = "继承 (取{$lang->projectCommon}权限与组织权限的并集)"; +$lang->program->authList['reset'] = "重新定义 (只取{$lang->projectCommon}权限)"; $lang->program->statusList['wait'] = '未开始'; $lang->program->statusList['doing'] = '进行中'; @@ -169,8 +169,8 @@ $lang->program->kanban->typeList['others'] = '其他项目集'; $lang->program->kanban->openProducts = '未关闭的产品'; $lang->program->kanban->unexpiredPlans = '未过期的计划'; -$lang->program->kanban->waitingProjects = '未开始的项目'; -$lang->program->kanban->doingProjects = '进行中的项目'; +$lang->program->kanban->waitingProjects = '未开始的' . $lang->projectCommon; +$lang->program->kanban->doingProjects = '进行中的' . $lang->projectCommon; $lang->program->kanban->doingExecutions = '进行中的执行'; $lang->program->kanban->normalReleases = '正常的发布'; diff --git a/module/projectbuild/lang/de.php b/module/projectbuild/lang/de.php index cd942be9ed..363921ed5d 100644 --- a/module/projectbuild/lang/de.php +++ b/module/projectbuild/lang/de.php @@ -9,7 +9,7 @@ * @version $Id: zh-cn.php 4129 2020-11-27 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->projectbuild->common = 'Project Build'; +$lang->projectbuild->common = $lang->projectCommon . ' Build'; $lang->projectbuild->browse = 'Build List'; $lang->projectbuild->create = "Create Build"; $lang->projectbuild->edit = "Edit Build"; diff --git a/module/projectbuild/lang/en.php b/module/projectbuild/lang/en.php index cd942be9ed..363921ed5d 100644 --- a/module/projectbuild/lang/en.php +++ b/module/projectbuild/lang/en.php @@ -9,7 +9,7 @@ * @version $Id: zh-cn.php 4129 2020-11-27 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->projectbuild->common = 'Project Build'; +$lang->projectbuild->common = $lang->projectCommon . ' Build'; $lang->projectbuild->browse = 'Build List'; $lang->projectbuild->create = "Create Build"; $lang->projectbuild->edit = "Edit Build"; diff --git a/module/projectbuild/lang/fr.php b/module/projectbuild/lang/fr.php index cd942be9ed..363921ed5d 100644 --- a/module/projectbuild/lang/fr.php +++ b/module/projectbuild/lang/fr.php @@ -9,7 +9,7 @@ * @version $Id: zh-cn.php 4129 2020-11-27 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->projectbuild->common = 'Project Build'; +$lang->projectbuild->common = $lang->projectCommon . ' Build'; $lang->projectbuild->browse = 'Build List'; $lang->projectbuild->create = "Create Build"; $lang->projectbuild->edit = "Edit Build"; diff --git a/module/projectbuild/lang/zh-cn.php b/module/projectbuild/lang/zh-cn.php index 7f35eb6097..9273c76f37 100644 --- a/module/projectbuild/lang/zh-cn.php +++ b/module/projectbuild/lang/zh-cn.php @@ -9,7 +9,7 @@ * @version $Id: zh-cn.php 4129 2020-11-27 01:58:14Z wwccss $ * @link http://www.zentao.net */ -$lang->projectbuild->common = '项目版本'; +$lang->projectbuild->common = $lang->projectCommon . '版本'; $lang->projectbuild->browse = '版本列表'; $lang->projectbuild->create = "创建集成版本"; $lang->projectbuild->edit = "编辑集成版本"; diff --git a/module/projectstory/lang/de.php b/module/projectstory/lang/de.php index 5229e4e638..0e72f35c67 100644 --- a/module/projectstory/lang/de.php +++ b/module/projectstory/lang/de.php @@ -1,16 +1,16 @@ projectstory->project = "Project ID"; +$lang->projectstory->project = "{$lang->projectCommon} ID"; $lang->projectstory->product = "Product ID"; $lang->projectstory->story = "{$lang->SRCommon} List"; $lang->projectstory->version = "Version"; $lang->projectstory->order = "Order"; -$lang->projectstory->storyCommon = 'Project Story'; -$lang->projectstory->storyList = 'Project Story List'; -$lang->projectstory->storyView = 'Project Story Detail'; +$lang->projectstory->storyCommon = $lang->projectCommon . ' Story'; +$lang->projectstory->storyList = $lang->projectCommon . ' Story List'; +$lang->projectstory->storyView = $lang->projectCommon . ' Story Detail'; -$lang->projectstory->common = "Project {$lang->SRCommon}"; +$lang->projectstory->common = "{$lang->projectCommon} {$lang->SRCommon}"; $lang->projectstory->index = "{$lang->SRCommon} Home"; $lang->projectstory->view = "{$lang->SRCommon} Detail"; $lang->projectstory->story = "{$lang->SRCommon} List"; @@ -23,8 +23,8 @@ $lang->projectstory->trackAction = 'Matrix'; $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 = 'Other requirements are removed. The following requirements are linked to the execution of this project. Please remove them from the execution first.'; +$lang->projectstory->whyNoStories = "No story can be linked. Please check whether there is any story in {$lang->projectCommon} which is linked to {$lang->productCommon} and make sure it has been reviewed."; +$lang->projectstory->batchUnlinkTip = "Other requirements are removed. The following requirements are linked to the execution of this {$lang->projectCommon}. Please remove them from the execution first."; $lang->projectstory->featureBar['story']['allstory'] = 'All'; $lang->projectstory->featureBar['story']['unclosed'] = 'Open'; diff --git a/module/projectstory/lang/en.php b/module/projectstory/lang/en.php index 99bfce676b..e508603335 100644 --- a/module/projectstory/lang/en.php +++ b/module/projectstory/lang/en.php @@ -1,16 +1,16 @@ projectstory->project = "Project ID"; +$lang->projectstory->project = "{$lang->projectCommon} ID"; $lang->projectstory->product = "Product ID"; $lang->projectstory->story = "Story ID"; $lang->projectstory->version = "Version"; $lang->projectstory->order = "Order"; -$lang->projectstory->storyCommon = 'Project Story'; -$lang->projectstory->storyList = 'Project Story List'; -$lang->projectstory->storyView = 'Project Story Detail'; +$lang->projectstory->storyCommon = $lang->projectCommon . ' Story'; +$lang->projectstory->storyList = $lang->projectCommon . ' Story List'; +$lang->projectstory->storyView = $lang->projectCommon . ' Story Detail'; -$lang->projectstory->common = "Project {$lang->SRCommon}"; +$lang->projectstory->common = "{$lang->projectCommon} {$lang->SRCommon}"; $lang->projectstory->index = "{$lang->SRCommon} Home"; $lang->projectstory->view = "{$lang->SRCommon} Detail"; $lang->projectstory->story = "{$lang->SRCommon} List"; @@ -23,8 +23,8 @@ $lang->projectstory->trackAction = 'Matrix'; $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 = 'Other requirements are removed. The following requirements are linked to the execution of this project. Please remove them from the execution first.'; +$lang->projectstory->whyNoStories = "No story can be linked. Please check whether there is any story in {$lang->projectCommon} which is linked to {$lang->productCommon} and make sure it has been reviewed."; +$lang->projectstory->batchUnlinkTip = "Other requirements are removed. The following requirements are linked to the execution of this {$lang->projectCommon}. Please remove them from the execution first."; $lang->projectstory->featureBar['story']['allstory'] = 'All'; $lang->projectstory->featureBar['story']['unclosed'] = 'Open'; diff --git a/module/projectstory/lang/fr.php b/module/projectstory/lang/fr.php index 5229e4e638..0e72f35c67 100644 --- a/module/projectstory/lang/fr.php +++ b/module/projectstory/lang/fr.php @@ -1,16 +1,16 @@ projectstory->project = "Project ID"; +$lang->projectstory->project = "{$lang->projectCommon} ID"; $lang->projectstory->product = "Product ID"; $lang->projectstory->story = "{$lang->SRCommon} List"; $lang->projectstory->version = "Version"; $lang->projectstory->order = "Order"; -$lang->projectstory->storyCommon = 'Project Story'; -$lang->projectstory->storyList = 'Project Story List'; -$lang->projectstory->storyView = 'Project Story Detail'; +$lang->projectstory->storyCommon = $lang->projectCommon . ' Story'; +$lang->projectstory->storyList = $lang->projectCommon . ' Story List'; +$lang->projectstory->storyView = $lang->projectCommon . ' Story Detail'; -$lang->projectstory->common = "Project {$lang->SRCommon}"; +$lang->projectstory->common = "{$lang->projectCommon} {$lang->SRCommon}"; $lang->projectstory->index = "{$lang->SRCommon} Home"; $lang->projectstory->view = "{$lang->SRCommon} Detail"; $lang->projectstory->story = "{$lang->SRCommon} List"; @@ -23,8 +23,8 @@ $lang->projectstory->trackAction = 'Matrix'; $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 = 'Other requirements are removed. The following requirements are linked to the execution of this project. Please remove them from the execution first.'; +$lang->projectstory->whyNoStories = "No story can be linked. Please check whether there is any story in {$lang->projectCommon} which is linked to {$lang->productCommon} and make sure it has been reviewed."; +$lang->projectstory->batchUnlinkTip = "Other requirements are removed. The following requirements are linked to the execution of this {$lang->projectCommon}. Please remove them from the execution first."; $lang->projectstory->featureBar['story']['allstory'] = 'All'; $lang->projectstory->featureBar['story']['unclosed'] = 'Open'; diff --git a/module/projectstory/lang/zh-cn.php b/module/projectstory/lang/zh-cn.php index f2b2feaedb..600d711814 100644 --- a/module/projectstory/lang/zh-cn.php +++ b/module/projectstory/lang/zh-cn.php @@ -1,16 +1,16 @@ projectstory->project = "项目ID"; +$lang->projectstory->project = "{$lang->projectCommon}ID"; $lang->projectstory->product = "产品ID"; $lang->projectstory->story = "需求ID"; $lang->projectstory->version = "版本"; $lang->projectstory->order = "排序"; -$lang->projectstory->storyCommon = '项目需求'; -$lang->projectstory->storyList = '项目需求列表'; -$lang->projectstory->storyView = '项目需求详情'; +$lang->projectstory->storyCommon = $lang->projectCommon . '需求'; +$lang->projectstory->storyList = $lang->projectCommon . '需求列表'; +$lang->projectstory->storyView = $lang->projectCommon . '需求详情'; -$lang->projectstory->common = "项目{$lang->SRCommon}"; +$lang->projectstory->common = "{$lang->projectCommon}{$lang->SRCommon}"; $lang->projectstory->index = "{$lang->SRCommon}主页"; $lang->projectstory->view = "{$lang->SRCommon}详情"; $lang->projectstory->story = "{$lang->SRCommon}列表"; @@ -23,8 +23,8 @@ $lang->projectstory->trackAction = '跟踪矩阵'; $lang->projectstory->confirm = '确定'; /* Notice. */ -$lang->projectstory->whyNoStories = "看起来没有{$lang->SRCommon}可以关联。请检查下项目关联的{$lang->productCommon}中有没有{$lang->SRCommon},而且要确保它们已经审核通过。"; -$lang->projectstory->batchUnlinkTip = '其他需求已经移除,如下需求已与该项目下执行相关联,请从执行中移除后再操作。'; +$lang->projectstory->whyNoStories = "看起来没有{$lang->SRCommon}可以关联。请检查下{$lang->projectCommon}关联的{$lang->productCommon}中有没有{$lang->SRCommon},而且要确保它们已经审核通过。"; +$lang->projectstory->batchUnlinkTip = "其他需求已经移除,如下需求已与该{$lang->projectCommon}下执行相关联,请从执行中移除后再操作。"; $lang->projectstory->featureBar['story']['allstory'] = '全部'; $lang->projectstory->featureBar['story']['unclosed'] = '未关闭'; diff --git a/module/tutorial/lang/de.php b/module/tutorial/lang/de.php index ce2c47b4be..11500c9537 100644 --- a/module/tutorial/lang/de.php +++ b/module/tutorial/lang/de.php @@ -51,17 +51,17 @@ $lang->tutorial->tasks['createStory'] = array('title' => 'Story erstelle $lang->tutorial->tasks['createStory']['nav'] = array('module' => 'story', 'method' => 'create', 'menuModule' => 'product', 'menu' => 'story', 'target' => '.create-story-btn', 'form' => '#dataform', 'submit' => '#submit', 'targetPageName' => 'Story erstellen'); $lang->tutorial->tasks['createStory']['desc'] = "
Story erstellen:
Projekt erstellen:
Create a {$lang->projectCommon}:
Projektteam verwalten:
Manage {$lang->projectCommon} team members:
Create a new {$lang->executionCommon}:
Create a new {$lang->executionCommon}:
Create a story:
Create a project:
Create a {$lang->projectCommon}:
Manage project team members:
Manage {$lang->projectCommon} team members:
Create a new {$lang->executionCommon}:
Create a new {$lang->executionCommon}:
Create a story:
Create a {$lang->executionCommon}:
Create a {$lang->projectCommon}:
Manage {$lang->executionCommon} team members:
Manage {$lang->projectCommon} team members:
Create a new {$lang->executionCommon}:
Create a new {$lang->executionCommon}:
在系统创建一个新的{$lang->SRCommon}:
在系统创建一个新的项目:
在系统创建一个新的{$lang->projectCommon}:
管理项目团队成员:
管理{$lang->projectCommon}团队成员:
在系统创建一个新的{$lang->executionCommon}:
在系统创建一个新的{$lang->executionCommon}: