Files
EasySoft-ZenTaoPMS/module/git/lang/zh-tw.php
T
2013-08-27 11:24:13 +08:00

18 lines
616 B
PHP

<?php
/**
* The git module zh-tw file of ZenTaoPMS.
*
* @copyright Copyright 2009-2013 青島易軟天創網絡科技有限公司 (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 git
* @version $Id$
* @link http://www.zentao.net
*/
/* 方法列表。*/
$lang->git = new stdclass();
$lang->git->common = 'Git';
$lang->git->cat = '查看原始碼';
$lang->git->diff = '比較原始碼';
$lang->git->apiSync = '介面:同步git日誌';