| 123456789101112131415161718 |
- <?php
- $lang->action->label->create = '创建';
- $lang->action->label->edit = '编辑了';
- $lang->action->label->assign = '指派';
- $lang->action->label->released = '发布了';
- $lang->action->label->deactivated = '停用了';
- $lang->action->label->createdsubtabledata = '创建了';
- $lang->action->label->editedsubtabledata = '编辑了';
- $lang->action->label->deletedsubtabledata = '删除了';
- $lang->action->desc->create = '$date, 由 <strong>$actor</strong> 创建。' . "\n";
- $lang->action->desc->edit = '$date, 由 <strong>$actor</strong> 编辑。' . "\n";
- $lang->action->desc->assign = '$date, 由 <strong>$actor</strong> 指派。' . "\n";
- $lang->action->desc->released = '$date, 由 <strong>$actor</strong> 发布。' . "\n";
- $lang->action->desc->deactivated = '$date, 由 <strong>$actor</strong> 停用。' . "\n";
- $lang->action->desc->createdsubtabledata = '$date, 由 <strong>$actor</strong> 创建了 <strong><i>$extra</i></strong>。' . "\n";
- $lang->action->desc->editedsubtabledata = '$date, 由 <strong>$actor</strong> 编辑了 <strong><i>$extra</i></strong>。' . "\n";
- $lang->action->desc->deletedsubtabledata = '$date, 由 <strong>$actor</strong> 删除了 <strong><i>$extra</i></strong>。' . "\n";
|