index.php
来自「一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG」· PHP 代码 · 共 29 行
PHP
29 行
<?php// Some Standards for creating new entries// // UPPER CASE keys should be used when the text is a phrase// $lang['UPPER_CASE'] = 'This is an UPPER_CASE entry in $lang';// $lang['COPY_TO'] = 'Copy <b>%s</b> to <b>%s</b>.<br>Click "Save" to finalize the copy.';//// lower case keys should be used for more simple word for word tanslations// $lang['lower_case'] = 'lower case';// $lang['copy_to'] = 'Copy To...';//// Use _ (uderscore) for spaces in keys// $lang['A_SPACE'] .. instead of $lang['A SPACE']//// Prefer <tt> to <i>//// wiki2.php//$lang['NEW_PAGE_FORMAT'] = 'l銆丗銆乯銆乊'; //format to be used with php's date() function$lang['file'] = '銉曘偂銈ゃ儷';$lang['edit'] = '绶ㄩ泦';$lang['view_source'] = '銈姐兗銈广倰瑕嬨倠';$lang['talk'] = '浼氳┍
';$lang['history'] = '灞ユ
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?