18 lines
591 B
PHP
18 lines
591 B
PHP
<?php
|
|
/**
|
|
* The git module zh-cn 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
|
|
*/
|
|
/* Methods. */
|
|
$lang->git = new stdclass();
|
|
$lang->git->common = 'Git';
|
|
$lang->git->cat = 'View code';
|
|
$lang->git->diff = 'Diff code';
|
|
$lang->git->apiSync = 'API: sync git log';
|