* add delayed and suspended actions.
This commit is contained in:
@@ -76,6 +76,8 @@ $lang->action->desc->confirmed = '$date, confirmed by <strong>$actor</strong>
|
||||
$lang->action->desc->bugconfirmed = '$date, confirmed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->frombug = '$date, from Bug by <strong>$actor</strong> BugID:<strong>$extra</strong>.';
|
||||
$lang->action->desc->started = '$date, started by <strong>$actor</strong>.';
|
||||
$lang->action->desc->delayed = '$date, delayed by <strong>$actor</strong>.';
|
||||
$lang->action->desc->suspended = '$date, suspended by <strong>$actor</strong>.';
|
||||
$lang->action->desc->recorded = '$date, recorded by <strong>$actor</strong>,consumed <strong>$extra</strong> hour(s).';
|
||||
$lang->action->desc->canceled = '$date, canceled by <strong>$actor</strong>.';
|
||||
$lang->action->desc->svncommited = '$date, <strong>$actor</strong> commited to svn,revision is <strong>#$extra</strong>.' . "\n";
|
||||
|
||||
@@ -76,6 +76,8 @@ $lang->action->desc->confirmed = '$date, 由 <strong>$actor</strong> 确认
|
||||
$lang->action->desc->bugconfirmed = '$date, 由 <strong>$actor</strong> 确认Bug。' . "\n";
|
||||
$lang->action->desc->frombug = '$date, 由 <strong>$actor</strong> Bug转化而来,Bug编号为 <strong>$extra</strong>。';
|
||||
$lang->action->desc->started = '$date, 由 <strong>$actor</strong> 启动。' . "\n";
|
||||
$lang->action->desc->delayed = '$date, 由 <strong>$actor</strong> 延期。' . "\n";
|
||||
$lang->action->desc->suspended = '$date, 由 <strong>$actor</strong> 挂起。' . "\n";
|
||||
$lang->action->desc->recorded = '$date, 由 <strong>$actor</strong> 记录工时,消耗了 <strong>$extra</strong> 小时 。' . "\n";
|
||||
$lang->action->desc->canceled = '$date, 由 <strong>$actor</strong> 取消。' . "\n";
|
||||
$lang->action->desc->svncommited = '$date, 由 <strong>$actor</strong> 提交代码,版本为<strong>#$extra</strong>。' . "\n";
|
||||
|
||||
Reference in New Issue
Block a user