* Finish task #7721.
This commit is contained in:
@@ -71,8 +71,8 @@ $lang->program->unitList[''] = '';
|
||||
$lang->program->unitList['yuan'] = 'Yuan';
|
||||
$lang->program->unitList['dollar'] = 'Dollars';
|
||||
|
||||
$lang->program->templateList['scrum'] = "Scrum";
|
||||
$lang->program->templateList['cmmi'] = "CMMI";
|
||||
$lang->program->templateList['scrum'] = "Scrum";
|
||||
$lang->program->templateList['waterfall'] = "CMMI";
|
||||
|
||||
$lang->program->categoryList['single'] = "Single product";
|
||||
$lang->program->categoryList['multiple'] = "Multiple products";
|
||||
@@ -105,8 +105,8 @@ $lang->program->lastIteration = 'Latest iterations';
|
||||
$lang->program->ongoingStage = 'Ongoing stage';
|
||||
$lang->program->scrum = 'Scrum';
|
||||
$lang->program->scrumTitle = 'Scrum development full process project management';
|
||||
$lang->program->cmmi = 'CMMI';
|
||||
$lang->program->cmmiTitle = 'CMMI management';
|
||||
$lang->program->waterfall = 'CMMI';
|
||||
$lang->program->waterfallTitle = 'CMMI management';
|
||||
$lang->program->cannotCreateChild = 'The project already has actual content and can not add subprojects directly. You can create a parent project for the current project and then add a child project under the new parent project.';
|
||||
$lang->program->hasChildren = 'This project has a subproject and can not be deleted.';
|
||||
$lang->program->confirmDelete = 'Do you want to delete this project?';
|
||||
|
||||
@@ -71,8 +71,8 @@ $lang->program->unitList[''] = '';
|
||||
$lang->program->unitList['yuan'] = '元';
|
||||
$lang->program->unitList['dollar'] = 'Dollars';
|
||||
|
||||
$lang->program->templateList['scrum'] = "Scrum";
|
||||
$lang->program->templateList['cmmi'] = "瀑布";
|
||||
$lang->program->templateList['scrum'] = "Scrum";
|
||||
$lang->program->templateList['waterfall'] = "瀑布";
|
||||
|
||||
$lang->program->categoryList['single'] = "单产品项目";
|
||||
$lang->program->categoryList['multiple'] = "多产品项目";
|
||||
@@ -105,8 +105,8 @@ $lang->program->lastIteration = '近期迭代';
|
||||
$lang->program->ongoingStage = '进行中的阶段';
|
||||
$lang->program->scrum = 'Scrum';
|
||||
$lang->program->scrumTitle = '敏捷开发全流程项目管理';
|
||||
$lang->program->cmmi = '瀑布';
|
||||
$lang->program->cmmiTitle = '瀑布式项目管理';
|
||||
$lang->program->waterfall = '瀑布';
|
||||
$lang->program->waterfallTitle = '瀑布式项目管理';
|
||||
$lang->program->cannotCreateChild = '该项目已经有实际的内容,无法直接添加子项目。您可以为当前项目创建一个父项目,然后在新的父项目下面添加子项目。';
|
||||
$lang->program->hasChildren = '该项目有子项目存在,不能删除。';
|
||||
$lang->program->confirmDelete = "您确定删除项目[%s]吗?";
|
||||
|
||||
Reference in New Issue
Block a user