9 lines
427 B
PHP
9 lines
427 B
PHP
<?php
|
|
$lang->index->common = 'Index';
|
|
$lang->index->index = 'Index';
|
|
|
|
$lang->index->selectSoftType = '请选择禅道使用方式';
|
|
|
|
$lang->index->softType['all'] = '全生命周期管理(禅道完全功能)';
|
|
$lang->index->softType['zentaotest'] = '测试管理(禅道测试管理扩展,去掉了需求、任务管理,只保留bug管理、用例管理和测试任务管理,可以只用作测试跟踪)';
|