34 lines
1.5 KiB
PHP
34 lines
1.5 KiB
PHP
<?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 = 'Index';
|
|
$lang->index->index = 'Index';
|
|
$lang->index->ping = 'API: update session';
|
|
$lang->index->latest = 'Latest actions:';
|
|
$lang->index->action = '%s, %s <i>%s</i> %s <strong>%s</strong>。';
|
|
|
|
$lang->index->projects = 'Project';
|
|
$lang->index->stats = 'Stats';
|
|
$lang->index->my = 'Dashboard';
|
|
$lang->index->products = 'Product';
|
|
$lang->index->stories = 'Story';
|
|
$lang->index->tasks = 'Task';
|
|
$lang->index->bugs = 'Bug';
|
|
$lang->index->todos = 'Todo';
|
|
$lang->index->total = 'Total <strong>%s</strong>, ';
|
|
$lang->index->myTodo = 'My Todo';
|
|
$lang->index->myTask = 'My Task';
|
|
$lang->index->myBug = 'My Bug';
|
|
|
|
$lang->index->firstUsingTip = "The first time to use zentao? See our <a href='http://www.zentao.net/help-read-79236.html' target='_blank'>help document</a> first.
|
|
or start using zentao by <a href='%s'>createing a product</a> or <a href='%s'>createing a project</a>。";
|
|
$lang->index->noProjectsTip = "目前还没有进行中的项目,<a href='%s'>马上创建一个项目吧</a>,或者修改已有的项目,将其状态改为<i class='strong'>进行中</i>";
|