Files
EasySoft-ZenTaoPMS/module/index/lang/en.php
T

29 lines
981 B
PHP

<?php
/**
* The index module simplified chinese file of ZenTaoMS.
*
* @copyright Copyright 2009-2010 QingDao Nature Easy Soft Network Technology Co,LTD (www.cnezsoft.com)
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
* @package ZenTaoMS
* @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';