📄 shoutbox.php
字号:
<?php
$locale['400'] = "Delete Shouts";
$locale['401'] = "Shouts have been deleted";
$locale['402'] = "Return to Shoutbox Admin";
$locale['403'] = "Return to Admin Index";
$locale['404'] = "Delete Shout";
$locale['405'] = "Shout deleted";
// Edit Shout
$locale['420'] = "Edit Shout";
$locale['421'] = "Shout Message:";
$locale['422'] = "Save Shout";
// Prune Shoutbox
$locale['430'] = "Delete Shouts older than";
$locale['431'] = " days";
$locale['432'] = "Delete Shouts";
// Current Shouts
$locale['440'] = "Current Shouts";
$locale['441'] = "Edit";
$locale['442'] = "Delete";
$locale['443'] = "User IP: ";
$locale['444'] = "No shouts have been posted.";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -