import.inc.php

来自「完美的在线教育系统」· PHP 代码 · 共 15 行

PHP
15
字号
<?php /*for more information: see languages.txt in the lang folder. */$langPgTitle = "Title of the page";$langExplanation = "The page must be in HTML format (e.g. \"my_page.htm\"). It will be linked from Homepage. If you want to send non HTML documents (PDF, Word, Power Point, Video, etc.) use <a href=../document/document.php>Documents tool</a>";$langTooBig = "You didn\'t choose any file to send, or it is too big";$langCouldNot = "File could not be sent";$langNotAllowed = "Not allowed";$langAddPageToSite = "Add a page to site";$langCouldNotSendPage = "This file is not in HTML format and could not be sent. If you want to send non HTML documents (PDF, Word, Power Point, Video, etc.) use <a href=../document/document.php>Documents tool</a>";$langSendPage = "Page to send";$langPageTitleModified = "The title of the page has been modified";$langPageAdded = "Page added";$langAddPage = "Add a page";?>

⌨️ 快捷键说明

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