+ complete task #315:add assifntome, openedbyme, resolvedbyme and closedbyme to bug of my module.

This commit is contained in:
fujia
2010-11-13 07:30:35 +00:00
parent 8fb073c519
commit 5d85d35f8b
4 changed files with 51 additions and 2 deletions
+1
View File
@@ -82,6 +82,7 @@ $lang->bug->assignToMe = 'Tome';
$lang->bug->openedByMe = 'MyOpen';
$lang->bug->resolvedByMe = 'MyResolve';
$lang->bug->assignToNull = 'Assign null';
$lang->bug->closedByMe = 'MyClose';
$lang->bug->longLifeBugs = 'Long life';
$lang->bug->postponedBugs = 'Postponed';
$lang->bug->allBugs = 'All bug';
+1
View File
@@ -81,6 +81,7 @@ $lang->bug->byModule = '按模块';
$lang->bug->assignToMe = '指派给我';
$lang->bug->openedByMe = '由我创建';
$lang->bug->resolvedByMe = '由我解决';
$lang->bug->closedByMe = '由我关闭';
$lang->bug->assignToNull = '未指派';
$lang->bug->longLifeBugs = '久未处理';
$lang->bug->postponedBugs = '被延期';