Files

20 lines
445 B
PHP
Raw Permalink Normal View History

2022-11-02 23:21:46 +08:00
<?php
$lang = array (
'appname'=>'system log',
'logs' => 'Operation record',
'systemlog_setting'=>'set up',
'systemlog_list'=>'Log list',
'info'=>'information',
'loginfo'=>'log information',
'visit'=>'Access page',
'from'=>'Source page',
'Equipment information'=>'Equipment information',
'logswitch'=>'Log switch',
'logtype'=>'Log type',
'logtypename'=>'Log type name',
'logtype'=>'Log type',
'logflag'=>'Log ID',
);
?>