* change for new priv.

This commit is contained in:
wangyidong
2012-12-24 07:17:19 +00:00
parent 6c13c99074
commit d344752244
2 changed files with 615 additions and 601 deletions
+605 -601
View File
File diff suppressed because it is too large Load Diff
+10
View File
@@ -387,6 +387,8 @@ $lang->resource->testtask->linkcase = 'linkCase';
$lang->resource->testtask->unlinkcase = 'lblUnlinkCase';
$lang->resource->testtask->runcase = 'lblRunCase';
$lang->resource->testtask->results = 'lblResults';
$lang->resource->testtask->results = 'lblResults';
$lang->resource->testtask->batchRun = 'batchRun';
$lang->testtask->methodOrder[0] = 'index';
$lang->testtask->methodOrder[5] = 'create';
@@ -507,6 +509,7 @@ $lang->resource->user->bug = 'bug';
$lang->resource->user->project = 'project';
$lang->resource->user->dynamic = 'dynamic';
$lang->resource->user->profile = 'profile';
$lang->resource->user->batchEdit = 'batchEdit';
$lang->user->methodOrder[5] = 'create';
$lang->user->methodOrder[10] = 'view';
@@ -777,3 +780,10 @@ $lang->changelog['3.2'][] = 'report-workload';
$lang->changelog['3.2'][] = 'tree-fix';
$lang->changelog['3.3'][] = 'report-bugAssign';
$lang->changelog['4.0.beta2'][] = 'todo-batchEdit';
$lang->changelog['4.0.beta2'][] = 'story-batchEdit';
$lang->changelog['4.0.beta2'][] = 'bug-batchEdit';
$lang->changelog['4.0.beta2'][] = 'testcase-batchEdit';
$lang->changelog['4.0.beta2'][] = 'testtask-batchRun';
$lang->changelog['4.0.beta2'][] = 'user-batchEdit';