options.php

来自「一款国外的CMS管理系统 PHP-Fusion is a light-weig」· PHP 代码 · 共 36 行

PHP
36
字号
<?php
// Delete Thread
$locale['400'] = "Delete Thread";
$locale['401'] = "The Thread has been deleted.";
$locale['402'] = "Return to Forum";
$locale['403'] = "Return to Forum Index";
$locale['404'] = "Are you sure you want to delete this Thread?";
$locale['405'] = "Yes";
$locale['406'] = "No";
// Lock Thread
$locale['410'] = "Lock Thread";
$locale['411'] = "The Thread has been locked.";
// Unlock Thread
$locale['420'] = "Unlock Thread";
$locale['421'] = "The Thread has been unlocked.";
// Make Thread Sticky
$locale['430'] = "Make Thread Sticky";
$locale['431'] = "The Thread has been made sticky.";
// Make Thread Non-Sticky
$locale['440'] = "Make Thread Non-Sticky";
$locale['441'] = "The Thread has been made non-sticky.";
// Move Thread
$locale['450'] = "Move Thread";
$locale['451'] = "Move Thread to:";
$locale['452'] = "The Thread has been moved successfully.";
// Renew Thread
$locale['458'] = "Renew Thread";
$locale['459'] = "The Thread has been renewed.";
// Search Forum
$locale['460'] = "Forum";
$locale['461'] = "Subject";
$locale['462'] = "Author";
$locale['463'] = "Posted";
$locale['464'] = "No matches found, please try again.";
$locale['465'] = "Please specify at least one word to search for.";
?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?