📄 blacklist.php
字号:
<?php
// Delete blacklisted user
$locale['400'] = "Delete user from Blacklist";
$locale['401'] = "User deleted from Blacklist";
$locale['402'] = "Return to Blacklist Admin";
$locale['403'] = "Return to Admin Index";
// Add/Edit Blacklist Titles
$locale['420'] = "Blacklist User";
$locale['421'] = "Edit blacklisted user";
// Add/Edit blacklist form
$locale['440'] = "Entering an IP address will prevent a user whose IP address matches the entry from
visiting this site. You can enter a full IP, e.g. <i>123.123.123.123</i>, or a partial IP, e.g.
<i>123.123.123 or 123.123</i>.<br><br>
Entering an email address will prevent members from registering using that address. You can enter
a full email address, e.g. <i>foo@bar.com</i>, or an email domain, e.g. <i>bar.com</i>";
$locale['441'] = "Blacklist IP address: <b>or</b>";
$locale['442'] = "Blacklist email address:";
$locale['443'] = "Blacklist reason";
$locale['444'] = "Blacklist user";
// Current blacklisted users
$locale['460'] = "Blacklisted users";
$locale['461'] = "Blacklisted info";
$locale['462'] = "Options";
$locale['463'] = "Edit";
$locale['464'] = "Delete";
$locale['465'] = "The blacklist is currently empty.";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -