⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 myparsererrors.php

📁 一款基于PHP的网络日记程序。WikyBlog支持:多用户的 BLOG
💻 PHP
字号:
<?php$lang['end_of_document'] = ' --- End of Document -- ';$lang['syntax_warning'] = ' Syntax Warning: ';$lang['XML_ERROR_INVALID_TOKEN'] = 'The error was detected on line %s at position %s but could have been caused by previous lines.';$lang['XML_ERROR_INVALID_TOKEN2'] = '<br /> <strong>Possible causes of this warning include: </strong><br />* <tt>random &lt;text</tt> instead of <tt>random &amp;lt;text</tt>.<br />* <tt>&lt;a href=foo&gt;</tt> instead of <tt>&lt;a href="foo"&gt;</tt><br />* <tt>&lt;ta g&gt;</tt> instead of <tt>&lt;tag&gt;</tt>';$lang['XML_ERROR_TAG_MISMATCH1'] = 'Closing HTML tags are needed to make this document complete: "<em>%s</em>".';$lang['unnecessary_closing_tag'] = 'Unnecessary closing tag.';$lang['should_be'] = ' should simply be ';$lang['CLOSING_AN_UNOPENED_TAG'] = 'Closing an unopened tag.<br /> There was not an opening tag for the closing tag <tt>&lt;/%s&gt;</tt>.';$lang['CLOSING_AN_UNOPENED_TAG2'] = '<br /> <strong>Possible causes of this warning include: </strong><br />* <tt>&lt;/tag&gt;</tt> without <tt>&lt;tag&gt;</tt>.<br />* <tt>&lt; tag&gt;</tt> instead of <tt>&lt;tag&gt;</tt>.';$lang['MISSING_CLOSING_TAG'] = 'Missing closing tag. <br /> The <tt>&lt;%s&gt;</tt> tag must be closed using <tt>%s</tt> ';$lang['MISSING_CLOSING_TAG2'] = ' before the closing tag <tt>&lt;/%s&gt;</tt>.';$lang['AUTOMATED_SYNTAX_ERROR'] = 'Automated Syntax Error:';$lang['AUTOMATED_SYNTAX_ERROR2'] = '(%s) at line %s (of %s lines) at position %s ';$lang['last_open_tag'] = '<br />Last Open Tag ';

⌨️ 快捷键说明

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