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

18 lines
427 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_checkuser = array
(
'std_error' => "錯誤",
'std_no_user_id' => "沒有該ID的用戶",
'std_no_permission' => "你沒有該權限",
'head_detail_for' => "用戶詳情 - ",
'text_account_disabled' => "<p><b>該帳號被禁用!</b></p>\n",
'row_join_date' => "加入日期",
'row_gender' => "性別",
'row_email' => "郵箱",
'row_ip' => "IP",
'submit_confirm_this_user' => "確認該用戶"
);
?>