* Fix bug #12557.
This commit is contained in:
@@ -185,7 +185,7 @@ $lang->project->chooseProgramType = 'Select the project management model';
|
||||
$lang->project->nextStep = 'Next step';
|
||||
$lang->project->hoursUnit = '%s hours';
|
||||
$lang->project->membersUnit = '%s men';
|
||||
$lang->project->lastIteration = 'Recent iterations';
|
||||
$lang->project->lastIteration = "Recent {$lang->executionCommon}";
|
||||
$lang->project->ongoingStage = 'Ongoing stage';
|
||||
$lang->project->scrum = 'Scrum';
|
||||
$lang->project->waterfall = 'CMMI';
|
||||
|
||||
@@ -190,7 +190,7 @@ $lang->project->chooseProgramType = 'Select the project management model';
|
||||
$lang->project->nextStep = 'Next step';
|
||||
$lang->project->hoursUnit = '%s hours';
|
||||
$lang->project->membersUnit = '%s men';
|
||||
$lang->project->lastIteration = 'Recent iterations';
|
||||
$lang->project->lastIteration = "Recent {$lang->executionCommon}";
|
||||
$lang->project->ongoingStage = 'Ongoing stage';
|
||||
$lang->project->scrum = 'Scrum';
|
||||
$lang->project->waterfall = 'CMMI';
|
||||
|
||||
@@ -185,7 +185,7 @@ $lang->project->chooseProgramType = 'Select the project management model';
|
||||
$lang->project->nextStep = 'Next step';
|
||||
$lang->project->hoursUnit = '%s hours';
|
||||
$lang->project->membersUnit = '%s men';
|
||||
$lang->project->lastIteration = 'Recent iterations';
|
||||
$lang->project->lastIteration = "Recent {$lang->executionCommon}";
|
||||
$lang->project->ongoingStage = 'Ongoing stage';
|
||||
$lang->project->scrum = 'Scrum';
|
||||
$lang->project->waterfall = 'CMMI';
|
||||
|
||||
@@ -185,7 +185,7 @@ $lang->project->chooseProgramType = 'Select the project management model';
|
||||
$lang->project->nextStep = 'Next step';
|
||||
$lang->project->hoursUnit = '%s hours';
|
||||
$lang->project->membersUnit = '%s men';
|
||||
$lang->project->lastIteration = 'Recent iterations';
|
||||
$lang->project->lastIteration = "Recent {$lang->executionCommon}";
|
||||
$lang->project->ongoingStage = 'Ongoing stage';
|
||||
$lang->project->scrum = 'Scrum';
|
||||
$lang->project->waterfall = 'CMMI';
|
||||
|
||||
@@ -190,7 +190,7 @@ $lang->project->chooseProgramType = '选中项目管理模型';
|
||||
$lang->project->nextStep = '下一步';
|
||||
$lang->project->hoursUnit = '%s 工时';
|
||||
$lang->project->membersUnit = '%s人';
|
||||
$lang->project->lastIteration = '近期迭代';
|
||||
$lang->project->lastIteration = "近期{$lang->executionCommon}";
|
||||
$lang->project->ongoingStage = '进行中的阶段';
|
||||
$lang->project->scrum = 'Scrum';
|
||||
$lang->project->waterfall = '瀑布';
|
||||
|
||||
@@ -190,7 +190,7 @@ $lang->project->chooseProgramType = '選中項目管理模型';
|
||||
$lang->project->nextStep = '下一步';
|
||||
$lang->project->hoursUnit = '%s 工時';
|
||||
$lang->project->membersUnit = '%s人';
|
||||
$lang->project->lastIteration = '近期迭代';
|
||||
$lang->project->lastIteration = "近期{$lang->executionCommon}";
|
||||
$lang->project->ongoingStage = '進行中的階段';
|
||||
$lang->project->scrum = 'Scrum';
|
||||
$lang->project->waterfall = '瀑布';
|
||||
|
||||
Reference in New Issue
Block a user