📄 login_screen.php
字号:
<?php$lang['login_required'] = "Please login to the Admin Control Center";$lang['no_sess_found'] = "No Admin Control Center session found";$lang['invalid_user_or_pass'] = "Invalid username or password. Please try again. Please note that this attempt has been logged.";$lang['no_admin_access'] = "You do not have admin access. This attempt has been logged.";//$lang['too_many_failed'] = "There are too many failed login attempts from your IP. You won't be able to login for 30 minutes.";// 1.0-rc9$lang['username'] = "Username";$lang['username_desc'] = "This is the name you chose when you registered for these forums.";$lang['password'] = "Password";$lang['password_desc'] = "This is the case-sensitive password you chose when you registered here.";$lang['options'] = "Options";$lang['opt_restrict_ip'] = "Restrict my session to this IP address";$lang['login'] = "Login";$lang['acc_title'] = "IceBB Admin Control Center";$lang['openid'] = "OpenID";$lang['openid_not_url'] = "Expected an OpenID identifier";$lang['openid_username_taken'] = "Sorry, but your username is already taken by another member or is otherwise unavailable. Please choose another.";$lang['openid_must_login_first'] = "Sorry, but you must login to the forums before using the admin control center.";?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -