📄 forums.php
字号:
<?php
// Edit/Add Forum Category
$locale['400'] = "Edit Forum Category";
$locale['401'] = "Forum Category Updated";
$locale['402'] = "Add Forum Category";
$locale['403'] = "Forum Category Added";
// Edit/Add Forum
$locale['404'] = "Edit Forum";
$locale['405'] = "Forum Updated";
$locale['406'] = "Add Forum";
$locale['407'] = "Forum Added";
// Edit Forum Moderators
$locale['408'] = "Edit Forum Moderators";
$locale['409'] = "Forum Moderators Updated";
// Delete Forum Category
$locale['410'] = "Delete Forum Category";
$locale['411'] = "Forum Category deleted";
$locale['412'] = "The Forum Category cannot be deleted";
$locale['413'] = "There are forums associated with this category";
// Delete Forum Category
$locale['414'] = "Delete Forum";
$locale['415'] = "Forum deleted";
$locale['416'] = "The Forum cannot be deleted";
$locale['417'] = "There are posts associated with this forum";
// 'Return to' Links
$locale['418'] = "Return to Forums Admin";
$locale['419'] = "Return to Admin Index";
// Add/Edit Forum Category/Forum Titles
$locale['420'] = "Edit Forum Category";
$locale['421'] = "Add Forum";
$locale['422'] = "Edit Forum";
$locale['423'] = "Add Forum Category";
// Add/Edit Forum Category Form
$locale['440'] = "Category Name";
$locale['441'] = "Order";
$locale['442'] = "Save Category";
// Add/Edit Forum Form
$locale['460'] = "Forum Name";
$locale['461'] = "Forum Description";
$locale['462'] = "Forum Category";
$locale['463'] = "Order";
$locale['464'] = "Forum Accessible To:";
$locale['465'] = "Forum Postability:";
$locale['466'] = "Save Forum";
$locale['467'] = "Save Forum Moderators";
// Current Forums
$locale['480'] = "Current Forums";
$locale['481'] = "Edit";
$locale['482'] = "Delete";
$locale['483'] = "No Forums defined";
$locale['484'] = "No Forum Categories defined";
$locale['485'] = "Category/Forum";
$locale['486'] = "Accessibility/Postability";
$locale['487'] = "Order";
$locale['488'] = "Options";
$locale['489'] = "Up";
$locale['490'] = "Down";
$locale['491'] = "Move up";
$locale['492'] = "Move down";
$locale['493'] = "Refresh Forum Ordering";
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -