Files
nexusphp/lang/cht/lang_ipsearch.php
xiaomlove a3ba82be64 init
2020-12-26 01:42:23 +08:00

25 lines
728 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang_ipsearch = array
(
'std_error' => "錯誤",
'std_invalid_ip' => "無效的IP位址。",
'std_invalid_subnet_mask' => "無效的網路遮罩。",
'head_search_ip_history' => "搜索IP曆史",
'text_search_ip_history' => "搜索IP曆史",
'row_ip' => "IP",
'row_subnet_mask' => "網路遮罩",
'submit_search' => "給我搜",
'text_no_users_found' => "沒有找到用戶",
'text_users_used_the_ip' => "個用戶使用過此IP",
'col_username' => "用戶名",
'col_last_ip' => "最近IP",
'col_last_access' => "最近存取",
'col_ip_num' => "IP數",
'col_last_access_on' => "此IP最近存取",
'col_added' => "加入時間",
'col_invited_by' => "邀請者",
'text_not_available' => "",
);
?>