mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-05 07:20:58 +08:00
41 lines
1.9 KiB
PHP
41 lines
1.9 KiB
PHP
<?php
|
||
|
||
$lang_login = array
|
||
(
|
||
'h1_not_logged_in' => "未登录!",
|
||
'p_error' => "错误:",
|
||
'p_after_logged_in' => "该页面必须在登录后才能访问",
|
||
'p_need_cookies_enables' => "<b>注意</b>: 你需要启用cookies才能登录或切换语言",
|
||
'p_fail_ban' => "次连续登录失败将导致你的IP地址被禁用!",
|
||
'p_you_have' => "你还有",
|
||
'p_remaining_tries' => "次尝试机会",
|
||
'p_no_account_signup' => "还没有账号? 马上<a href=\"signup.php\"><b>注册</b></a>!",
|
||
'p_forget_pass_recover' => "忘记了密码? 通过<a href=\"recover.php\"><b>邮件</b></a>来找回密码",
|
||
'p_account_banned' => "账号被禁用? 通过<a href=\"user-ban-log.php\"><b>封禁记录</b></a>查看原因",
|
||
'p_resend_confirm' => "没有收到验证邮件或验证链接无法打开? <a href=\"confirm_resend.php\"><b>重新发送验证邮件</b></a>",
|
||
'rowhead_username' => "用户名:",
|
||
'rowhead_password' => "密码:",
|
||
'button_login' => "登录",
|
||
'button_reset' => "重置",
|
||
'text_auto_logout' => "自动登出:",
|
||
'text_restrict_ip' => "限制IP:",
|
||
'text_ssl' => "SSL (HTTPS):",
|
||
'checkbox_auto_logout' => " 15分钟后自动登出",
|
||
'checkbox_restrict_ip' => " 限制只能使用本IP登录",
|
||
'checkbox_ssl' => " 使用SSL数据加密协议浏览网站(浏览器)",
|
||
'checkbox_ssl_tracker' => " 使用SSL数据加密协议连接Tracker(BT客户端)",
|
||
'text_advanced_options' => "高级选项:",
|
||
'text_helpbox' => "求助区",
|
||
'text_helpbox_note' => "注册或登录遇到问题?请在此留言",
|
||
'text_message' => "留言:",
|
||
'sumbit_shout' => "发送",
|
||
'submit_clear' => "清空",
|
||
'text_select_lang' => "Select Site Language: ",
|
||
'head_login' => "登录",
|
||
'rowhead_two_step_code' => '两步验证',
|
||
'two_step_code_tooltip' => '如有设置必须填写',
|
||
'text_complain' => '申诉通道',
|
||
'other_methods' => "其他登录方式",
|
||
);
|
||
?>
|