* Modify project lang to variable.
This commit is contained in:
+13
-13
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user