17 lines
612 B
PHP
17 lines
612 B
PHP
<?php
|
||
/**
|
||
* The git module zh-cn file of ZenTaoPMS.
|
||
*
|
||
* @copyright Copyright 2009-2015 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd. www.cnezsoft.com)
|
||
* @license ZPL(http://zpl.pub/page/zplv12.html) or AGPL(https://www.gnu.org/licenses/agpl-3.0.en.html)
|
||
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
||
* @package git
|
||
* @version $Id$
|
||
* @link http://www.zentao.net
|
||
*/
|
||
/* 方法列表。*/
|
||
$lang->git->common = 'Git';
|
||
$lang->git->cat = '查看源代码';
|
||
$lang->git->diff = '比较源代码';
|
||
$lang->git->apiSync = '接口:同步git日志';
|