* add priv for bug-batchClose.

This commit is contained in:
wyd621
2014-03-19 05:52:47 +00:00
parent 8a2edb2d1f
commit 11bfcda190
6 changed files with 37 additions and 20 deletions
+1
View File
@@ -76,6 +76,7 @@ $lang->bug->confirmBug = 'Confirm Bug';
$lang->bug->batchConfirm = 'Batch confirm';
$lang->bug->edit = 'Edit Bug';
$lang->bug->batchEdit = 'Batch edit';
$lang->bug->batchClose = 'Batch close';
$lang->bug->assignTo = 'Assign';
$lang->bug->browse = 'Browse Bug';
$lang->bug->view = 'Bug Info';
+1
View File
@@ -76,6 +76,7 @@ $lang->bug->confirmBug = '确认';
$lang->bug->batchConfirm = '批量确认';
$lang->bug->edit = '编辑';
$lang->bug->batchEdit = '批量编辑';
$lang->bug->batchClose = '批量关闭';
$lang->bug->assignTo = '指派';
$lang->bug->browse = 'Bug列表';
$lang->bug->view = 'Bug详情';