flowaction.php 1.3 KB

123456789101112131415161718
  1. <?php
  2. $lang->action->label->create = '创建';
  3. $lang->action->label->edit = '编辑了';
  4. $lang->action->label->assign = '指派';
  5. $lang->action->label->released = '发布了';
  6. $lang->action->label->deactivated = '停用了';
  7. $lang->action->label->createdsubtabledata = '创建了';
  8. $lang->action->label->editedsubtabledata = '编辑了';
  9. $lang->action->label->deletedsubtabledata = '删除了';
  10. $lang->action->desc->create = '$date, 由 <strong>$actor</strong> 创建。' . "\n";
  11. $lang->action->desc->edit = '$date, 由 <strong>$actor</strong> 编辑。' . "\n";
  12. $lang->action->desc->assign = '$date, 由 <strong>$actor</strong> 指派。' . "\n";
  13. $lang->action->desc->released = '$date, 由 <strong>$actor</strong> 发布。' . "\n";
  14. $lang->action->desc->deactivated = '$date, 由 <strong>$actor</strong> 停用。' . "\n";
  15. $lang->action->desc->createdsubtabledata = '$date, 由 <strong>$actor</strong> 创建了 <strong><i>$extra</i></strong>。' . "\n";
  16. $lang->action->desc->editedsubtabledata = '$date, 由 <strong>$actor</strong> 编辑了 <strong><i>$extra</i></strong>。' . "\n";
  17. $lang->action->desc->deletedsubtabledata = '$date, 由 <strong>$actor</strong> 删除了 <strong><i>$extra</i></strong>。' . "\n";