* finish task #2874.

This commit is contained in:
chenfeiCF
2017-01-06 14:50:54 +08:00
parent f26b724ec2
commit 2a26a2fc95
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -137,6 +137,8 @@ $lang->action->label->changestatus = 'Change Status';
$lang->action->label->marked = 'Marked';
$lang->action->label->linked2project = "Relate {$lang->projectCommon}";
$lang->action->label->unlinkedfromproject = "Remove {$lang->projectCommon}";
$lang->action->label->linked2release = "Relate Release";
$lang->action->label->unlinkedfromrelease = "Remove Release";
$lang->action->label->linkrelatedbug = "Relate to Bug";
$lang->action->label->unlinkrelatedbug = "Unrelate";
$lang->action->label->linkrelatedcase = "Relate to Case";
+2
View File
@@ -137,6 +137,8 @@ $lang->action->label->changestatus = '修改状态';
$lang->action->label->marked = '编辑了';
$lang->action->label->linked2project = "关联{$lang->projectCommon}";
$lang->action->label->unlinkedfromproject = "移除{$lang->projectCommon}";
$lang->action->label->linked2release = "关联发布";
$lang->action->label->unlinkedfromrelease = "移除发布";
$lang->action->label->linkrelatedbug = "关联了相关Bug";
$lang->action->label->unlinkrelatedbug = "移除了相关Bug";
$lang->action->label->linkrelatedcase = "关联了相关用例";