+ add the new added methods.
This commit is contained in:
@@ -65,6 +65,7 @@ $lang->bug->lastEditedDateAB = 'Edited Date';
|
||||
/* Actions. */
|
||||
$lang->bug->index = 'Index';
|
||||
$lang->bug->create = 'Create Bug';
|
||||
$lang->bug->confirmBug = 'Confirm Bug';
|
||||
$lang->bug->edit = 'Edit Bug';
|
||||
$lang->bug->browse = 'Browse Bug';
|
||||
$lang->bug->view = 'Bug Info';
|
||||
|
||||
@@ -65,6 +65,7 @@ $lang->bug->lastEditedDateAB = '修改日期';
|
||||
/* 方法列表。*/
|
||||
$lang->bug->index = '首页';
|
||||
$lang->bug->create = '创建Bug';
|
||||
$lang->bug->confirmBug = '确认Bug';
|
||||
$lang->bug->edit = '编辑Bug';
|
||||
$lang->bug->browse = 'Bug列表';
|
||||
$lang->bug->view = 'Bug详情';
|
||||
|
||||
@@ -49,5 +49,7 @@ $lang->group->versions['1.4'] = '1.4';
|
||||
$lang->group->versions['1.5'] = '1.5';
|
||||
$lang->group->versions['2.0'] = '2.0';
|
||||
$lang->group->versions['2.1'] = '2.1';
|
||||
$lang->group->versions['2.2'] = '2.2';
|
||||
$lang->group->versions['2.3'] = '2.3';
|
||||
|
||||
include (dirname(__FILE__) . '/resource.php');
|
||||
|
||||
@@ -43,21 +43,23 @@ $lang->resource->product->edit = 'edit';
|
||||
$lang->resource->product->delete = 'delete';
|
||||
$lang->resource->product->roadmap= 'roadmap';
|
||||
$lang->resource->product->doc = 'doc';
|
||||
$lang->resource->product->dynamic= 'dynamic';
|
||||
$lang->resource->product->ajaxGetProjects = 'ajaxGetProjects';
|
||||
$lang->resource->product->ajaxGetPlans = 'ajaxGetPlans';
|
||||
|
||||
/* Story. */
|
||||
$lang->resource->story->create = 'create';
|
||||
$lang->resource->story->edit = 'edit';
|
||||
$lang->resource->story->export = 'export';
|
||||
$lang->resource->story->delete = 'delete';
|
||||
$lang->resource->story->view = 'view';
|
||||
$lang->resource->story->change = 'lblChange';
|
||||
$lang->resource->story->review = 'lblReview';
|
||||
$lang->resource->story->close = 'lblClose';
|
||||
$lang->resource->story->activate= 'lblActivate';
|
||||
$lang->resource->story->tasks = 'tasks';
|
||||
$lang->resource->story->report = 'reportChart';
|
||||
$lang->resource->story->create = 'create';
|
||||
$lang->resource->story->batchCreate = 'batchCreate';
|
||||
$lang->resource->story->edit = 'edit';
|
||||
$lang->resource->story->export = 'export';
|
||||
$lang->resource->story->delete = 'delete';
|
||||
$lang->resource->story->view = 'view';
|
||||
$lang->resource->story->change = 'lblChange';
|
||||
$lang->resource->story->review = 'lblReview';
|
||||
$lang->resource->story->close = 'lblClose';
|
||||
$lang->resource->story->activate = 'lblActivate';
|
||||
$lang->resource->story->tasks = 'tasks';
|
||||
$lang->resource->story->report = 'reportChart';
|
||||
$lang->resource->story->ajaxGetProjectStories = 'ajaxGetProjectStories';
|
||||
$lang->resource->story->ajaxGetProductStories = 'ajaxGetProductStories';
|
||||
|
||||
@@ -95,6 +97,7 @@ $lang->resource->project->computeBurn = 'computeBurn';
|
||||
$lang->resource->project->burnData = 'burnData';
|
||||
$lang->resource->project->team = 'team';
|
||||
$lang->resource->project->doc = 'doc';
|
||||
$lang->resource->project->dynamic = 'dynamic';
|
||||
$lang->resource->project->manageProducts = 'manageProducts';
|
||||
//$lang->resource->project->manageChilds = 'manageChilds';
|
||||
$lang->resource->project->manageMembers = 'manageMembers';
|
||||
@@ -105,6 +108,7 @@ $lang->resource->project->ajaxGetProducts= 'ajaxGetProducts';
|
||||
|
||||
/* Task. */
|
||||
$lang->resource->task->create = 'create';
|
||||
$lang->resource->task->batchCreate = 'batchCreate';
|
||||
$lang->resource->task->edit = 'edit';
|
||||
$lang->resource->task->start = 'start';
|
||||
$lang->resource->task->finish = 'finish';
|
||||
@@ -135,6 +139,7 @@ $lang->resource->qa->index = 'index';
|
||||
$lang->resource->bug->index = 'index';
|
||||
$lang->resource->bug->browse = 'browse';
|
||||
$lang->resource->bug->create = 'create';
|
||||
$lang->resource->bug->confirmBug = 'confirmBug';
|
||||
$lang->resource->bug->view = 'view';
|
||||
$lang->resource->bug->edit = 'edit';
|
||||
$lang->resource->bug->resolve = 'resolve';
|
||||
@@ -154,6 +159,7 @@ $lang->resource->bug->ajaxGetModuleOwner = 'ajaxGetModuleOwner';
|
||||
$lang->resource->testcase->index = 'index';
|
||||
$lang->resource->testcase->browse = 'browse';
|
||||
$lang->resource->testcase->create = 'create';
|
||||
$lang->resource->testcase->batchCreate = 'batchCreate';
|
||||
$lang->resource->testcase->view = 'view';
|
||||
$lang->resource->testcase->edit = 'edit';
|
||||
$lang->resource->testcase->delete = 'delete';
|
||||
@@ -185,6 +191,11 @@ $lang->resource->doc->view = 'view';
|
||||
$lang->resource->doc->edit = 'edit';
|
||||
$lang->resource->doc->delete = 'delete';
|
||||
|
||||
/* Subversion. */
|
||||
$lang->resource->svn->diff = 'diff';
|
||||
$lang->resource->svn->cat = 'cat';
|
||||
$lang->resource->svn->apiSync = 'apiSync';
|
||||
|
||||
/* Company. */
|
||||
$lang->resource->company->index = 'index';
|
||||
$lang->resource->company->browse = 'browse';
|
||||
@@ -319,3 +330,13 @@ $lang->changelog['2.0'][] = 'extension-erase';
|
||||
$lang->changelog['2.1'][] = 'extension-upgrade';
|
||||
|
||||
$lang->changelog['2.2'][] = 'file-edit';
|
||||
|
||||
$lang->changelog['2.3'][] = 'product-dynamic';
|
||||
$lang->changelog['2.3'][] = 'project-dynamic';
|
||||
$lang->changelog['2.3'][] = 'story-batchCreate';
|
||||
$lang->changelog['2.3'][] = 'task-batchCreate';
|
||||
$lang->changelog['2.3'][] = 'testcase-batchCreate';
|
||||
$lang->changelog['2.3'][] = 'bug-confirmBug';
|
||||
$lang->changelog['2.3'][] = 'svn-diff';
|
||||
$lang->changelog['2.3'][] = 'svn-cat';
|
||||
$lang->changelog['2.3'][] = 'svn-apiSync';
|
||||
|
||||
@@ -49,5 +49,7 @@ $lang->group->versions['1.4'] = '禅道1.4';
|
||||
$lang->group->versions['1.5'] = '禅道1.5';
|
||||
$lang->group->versions['2.0'] = '禅道2.0';
|
||||
$lang->group->versions['2.1'] = '禅道2.1';
|
||||
$lang->group->versions['2.2'] = '禅道2.2';
|
||||
$lang->group->versions['2.3'] = '禅道2.3';
|
||||
|
||||
include (dirname(__FILE__) . '/resource.php');
|
||||
|
||||
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
/**
|
||||
* The svn module zh-cn file of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2011 青岛易软天创网络科技有限公司 (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 svn
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
/* Methods. */
|
||||
$lang->svn->cat = 'View code';
|
||||
$lang->svn->diff = 'Diff code';
|
||||
$lang->svn->apiSync = 'API: sync svn log';
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* The svn module zh-cn file of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2011 青岛易软天创网络科技有限公司 (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 svn
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
/* 方法列表。*/
|
||||
$lang->svn->common = 'Subversion';
|
||||
$lang->svn->cat = '查看源代码';
|
||||
$lang->svn->diff = '比较源代码';
|
||||
$lang->svn->apiSync = '接口:同步svn日志';
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* The svn module zh-cn file of ZenTaoPMS.
|
||||
*
|
||||
* @copyright Copyright 2009-2011 青岛易软天创网络科技有限公司 (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 svn
|
||||
* @version $Id$
|
||||
* @link http://www.zentao.net
|
||||
*/
|
||||
/* 方法列表。*/
|
||||
$lang->svn->common = 'Subversion';
|
||||
$lang->svn->cat = '查看源代码';
|
||||
$lang->svn->diff = '比较源代码';
|
||||
$lang->svn->apiSync = '接口:同步svn日志';
|
||||
Reference in New Issue
Block a user