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