main.php
来自「在综合英文版XOOPS 2.09, 2.091, 2.092 的基础上正式发布X」· PHP 代码 · 共 397 行 · 第 1/2 页
PHP
397 行
define('_MD_MP','MP :');
define('_MD_EXP','EXP :');
define('_MD_BROWSING','Browsing this Thread:');
define('_MD_POSTTONEWS','Send this post to a news Story');
//forumform.inc
define('_MD_PRIVATE','This is a <strong>Private</strong> forum.<br />Only users with special access can post new topics and replies to this forum');
define('_MD_QUOTE','Quote');
define('_MD_VIEW_REQUIRE','View requirements');
define('_MD_REQUIRE_KARMA','Karma');
define('_MD_REQUIRE_REPLY','Reply');
define('_MD_REQUIRE_NULL','No requirement');
define("_MD_SELECT_FORMTYPE","Select your desired form type");
define("_MD_FORM_COMPACT","Compact");
define("_MD_FORM_DHTML","DHTML");
define("_MD_FORM_SPAW","Spaw Editor");
define("_MD_FORM_HTMLAREA","HTMLArea");
define("_MD_FORM_FCK","FCK Editor");
define("_MD_FORM_KOIVI","Koivi Editor");
// ERROR messages
define('_MD_ERRORFORUM','ERROR: Forum not selected!');
define('_MD_ERRORPOST','ERROR: Post not selected!');
define('_MD_NORIGHTTOVIEW','You don\'t have the right to view this topic.');
define('_MD_NORIGHTTOPOST','You don\'t have the right to post in this forum.');
define('_MD_NORIGHTTOEDIT','You don\'t have the right to edit in this forum.');
define('_MD_NORIGHTTOREPLY','You don\'t have the right to reply in this forum.');
define('_MD_NORIGHTTOACCESS','You don\'t have the right to access this forum.');
define('_MD_ERRORTOPIC','ERROR: Topic not selected!');
define('_MD_ERRORCONNECT','ERROR: Could not connect to the forums database.');
define('_MD_ERROREXIST','ERROR: The forum you selected does not exist. Please go back and try again.');
define('_MD_ERROROCCURED','An Error Occured');
define('_MD_COULDNOTQUERY','Could not query the forums database.');
define('_MD_FORUMNOEXIST','Error - The forum/topic you selected does not exist. Please go back and try again.');
define('_MD_USERNOEXIST','That user does not exist. Please go back and search again.');
define('_MD_COULDNOTREMOVE','Error - Could not remove posts from the database!');
define('_MD_COULDNOTREMOVETXT','Error - Could not remove post texts!');
define('_MD_TIMEISUP','Your have reach the timelimit for editing your post.');
define('_MD_TIMEISUPDEL','Your have reach the timelimit for deleting your post.');
//reply.php
define('_MD_ON','on'); //Posted on
define('_MD_USERWROTE','%s wrote:'); // %s is username
//post.php
define('_MD_EDITNOTALLOWED','You\'re not allowed to edit this post!');
define('_MD_EDITEDBY','Edited by');
define('_MD_ANONNOTALLOWED','Anonymous users are not allowed to post.<br />Please register.');
define('_MD_THANKSSUBMIT','Thanks for your submission!');
define('_MD_REPLYPOSTED','A reply to your topic has been posted.');
define('_MD_HELLO','Hello %s,');
define('_MD_URRECEIVING','You are receiving this email because a message you posted on %s forums has been replied to.'); // %s is your site name
define('_MD_CLICKBELOW','Click on the link below to view the thread:');
define('_MD_WAITFORAPPROVAL','Thank you. Your post will be approved before publication.');
define('_MD_POSTING_LIMITED','Why not take a break and come back in %d sec');
//forumform.inc
define('_MD_NAMEMAIL','Name/Email:');
define('_MD_LOGOUT','Logout');
define('_MD_REGISTER','Register');
define('_MD_SUBJECTC','Subject:');
define('_MD_MESSAGEICON','Message Icon:');
define('_MD_MESSAGEC','Message:');
define('_MD_ALLOWEDHTML','Allowed HTML:');
define('_MD_OPTIONS','Options:');
define('_MD_POSTANONLY','Post Anonymously');
define('_MD_DOSMILEY','Enable Smiley');
define('_MD_DOXCODE','Enable Xoops Code');
define('_MD_DOHTML','Enable html tags');
define('_MD_NEWPOSTNOTIFY', 'Notify me of new posts in this thread');
define('_MD_ATTACHSIG','Attach Signature');
define('_MD_POST','Post');
define('_MD_SUBMIT','Submit');
define('_MD_CANCELPOST','Cancel Post');
// forumuserpost.php
define('_MD_ADD','Add');
define('_MD_REPLY','Reply');
// topicmanager.php
define('_MD_VIEWTHETOPIC','View the topic');
define('_MD_RETURNTOTHEFORUM','Return to the forum');
define('_MD_RETURNFORUMINDEX','Return to the forum index');
define('_MD_ERROR_BACK','Error - Please go back and try again.');
define('_MD_GOTONEWFORUM','View the updated topic');
define('_MD_TOPICDELETE','The topic has been deleted.');
define('_MD_TOPICMOVE','The topic has been moved.');
define('_MD_TOPICLOCK','The topic has been locked.');
define('_MD_TOPICUNLOCK','The topic has been unlocked.');
define('_MD_TOPICSTICKY','The topic has been Stickyed.');
define('_MD_TOPICUNSTICKY','The topic has been unStickyed.');
define('_MD_TOPICDIGEST','The topic has been Digested.');
define('_MD_TOPICUNDIGEST','The topic has been unDigested.');
define('_MD_DELETE','Delete');
define('_MD_MOVE','Move');
define('_MD_LOCK','Lock');
define('_MD_UNLOCK','unLock');
define('_MD_STICKY','Sticky');
define('_MD_UNSTICKY','unSticky');
define('_MD_DIGEST','Digest');
define('_MD_UNDIGEST','unDigest');
define('_MD_DESC_DELETE','Once you press the delete button at the bottom of this form the topic you have selected, and all its related posts, will be <strong>permanently</strong> removed.');
define('_MD_DESC_MOVE','Once you press the move button at the bottom of this form the topic you have selected, and its related posts, will be moved to the forum you have selected.');
define('_MD_DESC_LOCK','Once you press the lock button at the bottom of this form the topic you have selected will be locked. You may unlock it at a later time if you like.');
define('_MD_DESC_UNLOCK','Once you press the unlock button at the bottom of this form the topic you have selected will be unlocked. You may lock it again at a later time if you like.');
define('_MD_DESC_STICKY','Once you press the Sticky button at the bottom of this form the topic you have selected will be Stickyed. You may unSticky it again at a later time if you like.');
define('_MD_DESC_UNSTICKY','Once you press the unSticky button at the bottom of this form the topic you have selected will be unStickyed. You may Sticky it again at a later time if you like.');
define('_MD_DESC_DIGEST','Once you press the Digest button at the bottom of this form the topic you have selected will be Digested. You may unDigest it again at a later time if you like.');
define('_MD_DESC_UNDIGEST','Once you press the unDigest button at the bottom of this form the topic you have selected will be unDigested. You may Digest it again at a later time if you like.');
define('_MD_MOVETOPICTO','Move Topic To:');
define('_MD_NOFORUMINDB','No Forums in DB');
// delete.php
define('_MD_DELNOTALLOWED','Sorry, but you\'re not allowed to delete this post.');
define('_MD_AREUSUREDEL','Are you sure you want to delete this post and all its child posts?');
define('_MD_POSTSDELETED','Selected post and all its child posts deleted.');
define('_MD_POSTDELETED','Selected post deleted.');
// definitions moved from global.
define('_MD_THREAD','Thread');
define('_MD_FROM','From');
define('_MD_JOINED','Joined');
define('_MD_ONLINE','Online');
define('_MD_OFFLINE','Offline');
define('_MD_FLAT', 'Flat');
// online.php
define('_MD_USERS_ONLINE', 'Users Online:');
define('_MD_ANONYMOUS_USERS', 'Anonymous Users');
define('_MD_REGISTERED_USERS', 'Registered Users: ');
define('_MD_BROWSING_FORUM','Users browsing forum');
define('_MD_TOTAL_ONLINE','Total %d Users Online.');
define('_MD_ADMINISTRATOR','Administrator');
define('_MD_NO_SUCH_FILE','File not exist!');
define('_MD_ERROR_UPATEATTACHMENT','Error occur when updating attachment');
// ratethread.php
define("_MD_CANTVOTEOWN", "You cannot vote on the topic you submitted.<br />All votes are logged and reviewed.");
define("_MD_VOTEONCE", "Please do not vote for the same topic more than once.");
define("_MD_VOTEAPPRE", "Your vote is appreciated.");
define("_MD_THANKYOU", "Thank you for taking the time to vote here at %s"); // %s is your site name
define("_MD_VOTES","Votes");
define("_MD_NOVOTERATE","You did not rate this Topic");
// polls.php
define("_MD_POLL_DBUPDATED","Database Updated Successfully!");
define("_MD_POLL_POLLCONF","Polls Configuration");
define("_MD_POLL_POLLSLIST", "Polls List");
define("_MD_POLL_AUTHOR", "Author of this poll");
define("_MD_POLL_DISPLAYBLOCK", "Display in block?");
define("_MD_POLL_POLLQUESTION", "Poll Question");
define("_MD_POLL_VOTERS", "Total voters");
define("_MD_POLL_VOTES", "Total votes");
define("_MD_POLL_EXPIRATION", "Expiration");
define("_MD_POLL_EXPIRED", "Expired");
define("_MD_POLL_VIEWLOG","View log");
define("_MD_POLL_CREATNEWPOLL", "Create new poll");
define("_MD_POLL_POLLDESC", "Poll description");
define("_MD_POLL_DISPLAYORDER", "Display order");
define("_MD_POLL_ALLOWMULTI", "Allow multiple selections?");
define("_MD_POLL_NOTIFY", "Notify the poll author when expired?");
define("_MD_POLL_POLLOPTIONS", "Options");
define("_MD_POLL_EDITPOLL", "Edit poll");
define("_MD_POLL_FORMAT", "Format: yyyy-mm-dd hh:mm:ss");
define("_MD_POLL_CURRENTTIME", "Current time is %s");
define("_MD_POLL_EXPIREDAT", "Expired at %s");
define("_MD_POLL_RESTART", "Restart this poll");
define("_MD_POLL_ADDMORE", "Add more options");
define("_MD_POLL_RUSUREDEL", "Are you sure you want to delete this poll and all its comments?");
define("_MD_POLL_RESTARTPOLL", "Restart poll");
define("_MD_POLL_RESET", "Reset all logs for this poll?");
define("_MD_POLL_ADDPOLL","Add Poll");
define("_MD_POLLMODULE_ERROR","xoopspoll module not available for use");
//report.php
define("_MD_REPORTED", "Thank you for reporting this post/thread! A moderator will look into your report shortly.");
define("_MD_REPORT_ERROR", "Error occured while sending the report.");
define("_MD_REPORT_TEXT", "Report message:");
define("_MD_PDF","Create PDF from Post");
define("_MD_PDF_PAGE","Page");
//print.php
define("_MD_COMEFROM","This Post was from:");
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?