Dr-Panel/lang/en/sync_log.php

14 lines
294 B
PHP

<?php
return [
'fields' => [
'id' => 'ID',
'datetime' => 'Date & Time',
'ip' => 'IP Address',
'user' => 'User',
'table_name' => 'Table',
'action' => 'Action',
'record_id' => 'Record ID',
],
];