custom_pages.php

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

PHP
26
字号
<?php
$locale['400'] = "Edit Custom Page";
$locale['401'] = "Page Updated";
$locale['402'] = "The url to this page is: ";
$locale['403'] = "Return to Custom Pages Admin";
$locale['404'] = "Return to Admin Index";
$locale['405'] = "Add Custom Page";
$locale['406'] = "Page Added";
$locale['407'] = "Delete Custom Page";
$locale['408'] = "Page Deleted";
$locale['409'] = "Delete this custom page?";
$locale['410'] = "Please specify a page title";
// edit/delete existing custom page
$locale['420'] = "Current Custom Pages";
$locale['421'] = "Edit";
$locale['422'] = "Delete";
// custom_pages form
$locale['430'] = "Page Title:";
$locale['431'] = "Access: ";
$locale['432'] = "Page Content:";
$locale['433'] = "Add link to navigation menu";
$locale['434'] = "Enable Comments";
$locale['435'] = "Enable Ratings";
$locale['436'] = "Preview Page";
$locale['437'] = "Save Page";
?>

⌨️ 快捷键说明

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