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";