This commit is contained in:
xiaomlove
2020-12-26 01:42:23 +08:00
commit a3ba82be64
949 changed files with 60612 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?php
$lang_iphistory = array
(
'std_error' => "錯誤",
'std_invalid_id' => "無效的ID",
'text_user_not_found' => "沒有該用戶",
'head_ip_history_log_for' => "用戶IP曆史 - ",
'text_historical_ip_by' => "用戶IP位址曆史 - ",
'col_last_access' => "最近存取",
'col_ip' => "IP",
'col_hostname' => "主機名",
'text_not_available' => "",
'text_duplicate' => "重複",
);
?>