shoutbox.php
来自「一款国外的CMS管理系统 PHP-Fusion is a light-weig」· PHP 代码 · 共 22 行
PHP
22 行
<?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 + =
减小字号Ctrl + -
显示快捷键?