13 lines
1.0 KiB
PHP
13 lines
1.0 KiB
PHP
<?php
|
|
$lang->index->common = 'Index';
|
|
$lang->index->index = 'Index';
|
|
|
|
$lang->index->selectFlow = 'Please select zentao use flow';
|
|
|
|
$lang->index->flowList['full'] = 'Total life cycle management(Zentao fully functional)';
|
|
$lang->index->flowList['onlyTest'] = 'Test management(Zentao test management extension. Remove the story, task management, Just keep bug, case and test management, Can only be used for the test track)';
|
|
$lang->index->flowList['onlyTask'] = 'Task management(Zentao task management extension. Remove the story, test management, Just keep task management, Can only be used for the task track)';
|
|
$lang->index->flowList['onlyStory'] = 'Story management(Zentao story management extension, Remove the task, test management, Just keep story management, Can only be used for the trim story)';
|
|
|
|
$lang->index->flowNotice = "<span class='red'>Note: if the choice is not total life cycle management, then you can go to \"Admin -> Extension\", the corresponding extension unloading, can reuse Zentao fully functional.</span>";
|