zentaopms/module/svn/lang/zh-cn.php
2023-05-16 10:47:08 +08:00

17 lines
619 B
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 svn 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 svn
* @version $Id$
* @link http://www.zentao.net
*/
/* 方法列表。*/
$lang->svn->common = 'Subversion';
$lang->svn->cat = '查看源代码';
$lang->svn->diff = '比较源代码';
$lang->svn->apiSync = '接口同步svn日志';