Files
EasySoft-ZenTaoPMS/module/index/lang/zh-cn.php
T

34 lines
1.5 KiB
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
/**
* The index module simplified chinese file of ZenTaoPMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @license LGPL (http://www.gnu.org/licenses/lgpl.html)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package ZenTaoPMS
* @version $Id$
* @link http://www.zentao.net
*/
$lang->index->common = '首页';
$lang->index->index = '首页';
$lang->index->ping = '接口:同步session';
$lang->index->latest = '最新动态';
$lang->index->action = '%s, %s <i>%s</i> %s <strong>%s</strong>。';
$lang->index->projects = '项目';
$lang->index->stats = '统计信息';
$lang->index->my = '我的地盘';
$lang->index->products = '产品';
$lang->index->stories = '需求';
$lang->index->tasks = '任务';
$lang->index->bugs = 'Bug';
$lang->index->todos = 'Todo';
$lang->index->total = '共 <strong>%s</strong> 个,';
$lang->index->myTodo = '我的Todo';
$lang->index->myTask = '我的任务';
$lang->index->myBug = '我的Bug';
$lang->index->firstUsingTip = "看起来您是刚刚开始使用禅道,您可以先看看我们的<a href='http://www.zentao.net/help-read-79236.html' target='_blank'>帮助文档</a>
或者马上开始:<a href='%s'>创建产品</a><a href='%s'>创建项目</a>。";
$lang->index->noProjectsTip = "目前还没有进行中的项目,<a href='%s'>马上创建一个项目吧</a>,或者修改已有的项目,将其状态改为<i class='strong'>进行中</i>";