Files
EasySoft-ZenTaoPMS/module/index/lang/zh-cn.php
2012-12-02 00:55:24 +00:00

11 lines
771 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang->index->common = '首页';
$lang->index->index = '首页';
$lang->index->selectFlow = '请选择禅道使用方式';
$lang->index->flowList['full'] = '全生命周期管理(禅道完全功能)';
$lang->index->flowList['onlyTest'] = '测试管理禅道测试管理扩展去掉了需求、任务管理只保留bug管理、用例管理和测试任务管理可以只用作测试跟踪';
$lang->index->flowList['onlyTask'] = '任务管理(禅道任务管理扩展,去掉了需求、测试管理,只保留任务管理,可以只用作简单任务跟踪)';
$lang->index->flowList['onlyStory'] = '需求管理(禅道需求管理扩展,去掉了任务、测试管理,只保留需求管理,可以只用作需求整理)';