Files
EasySoft-ZenTaoPMS/module/index/lang/zh-tw.php
T
2011-05-02 10:37:37 +00:00

34 lines
1.6 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: zh-tw.php 1719 2011-04-27 06:51:50Z shiyangyangwork@yahoo.cn $
* @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>";