toolrename.php

来自「一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG」· PHP 代码 · 共 7 行

PHP
7
字号
<?php//	toolRename.php$lang['NAME_UNCHANGED'] = 'The file name has not changed.';$lang['NOT_RENAMED'] = 'This file could not be renamed to <tt>%s</tt>. Please make sure this file does not already exist.';//%s replaced with the title of a file$lang['COULDNT_RENAMED'] = 'Could not rename this file.';

⌨️ 快捷键说明

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