1
0
This repository has been archived on 2025-06-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
bundled-libs
deployment
docs
htmlarea
include
lang
plugins
serendipity_event_bbcode
serendipity_event_contentrewrite
UTF-8
lang_bg.inc.php
lang_cn.inc.php
lang_cs.inc.php
lang_cz.inc.php
lang_de.inc.php
lang_en.inc.php
lang_es.inc.php
lang_fr.inc.php
lang_ja.inc.php
lang_ko.inc.php
lang_pt_PT.inc.php
lang_sk.inc.php
lang_tn.inc.php
lang_zh.inc.php
serendipity_event_contentrewrite.php
serendipity_event_creativecommons
serendipity_event_emoticate
serendipity_event_entryproperties
serendipity_event_karma
serendipity_event_livesearch
serendipity_event_mailer
serendipity_event_nl2br
serendipity_event_s9ymarkup
serendipity_event_searchhighlight
serendipity_event_spamblock
serendipity_event_spartacus
serendipity_event_statistics
serendipity_event_templatechooser
serendipity_event_textile
serendipity_event_textwiki
serendipity_event_trackexits
serendipity_event_weblogping
serendipity_event_xhtmlcleanup
serendipity_plugin_archives
serendipity_plugin_authors
serendipity_plugin_calendar
serendipity_plugin_categories
serendipity_plugin_comments
serendipity_plugin_creativecommons
serendipity_plugin_entrylinks
serendipity_plugin_eventwrapper
serendipity_plugin_history
serendipity_plugin_html_nugget
serendipity_plugin_plug
serendipity_plugin_quicksearch
serendipity_plugin_recententries
serendipity_plugin_remoterss
serendipity_plugin_shoutbox
serendipity_plugin_superuser
serendipity_plugin_syndication
serendipity_plugin_templatedropdown
serendipity_plugin_topexits
serendipity_plugin_topreferrers
sql
templates
templates_c
tests
uploads
.gitignore
README.markdown
checksums.inc.php
comment.php
composer.json
composer.phar
exit.php
index.php
rss.php
serendipity.css.php
serendipity_admin.php
serendipity_admin_image_selector.php
serendipity_config.inc.php
serendipity_xmlrpc.php
wfwcomment.php
LuckyCoinkydink/plugins/serendipity_event_contentrewrite/lang_zh.inc.php
2007-11-20 12:05:07 +00:00

22 lines
2.0 KiB
PHP

<?php
@define('PLUGIN_EVENT_CONTENTREWRITE_FROM', '从');
@define('PLUGIN_EVENT_CONTENTREWRITE_TO', '到');
@define('PLUGIN_EVENT_CONTENTREWRITE_NAME', '内容重写');
@define('PLUGIN_EVENT_CONTENTREWRITE_DESCRIPTION', '使用新的字符串替换现有单词 (一般为缩略词。这有益于对缩略词、技术名词等作出解释)');
@define('PLUGIN_EVENT_CONTENTREWRITE_NEWTITLE', '新的缩略词');
@define('PLUGIN_EVENT_CONTENTREWRITE_NEWTDESCRIPTION', '添加新的缩略词 ({从})');
@define('PLUGIN_EVENT_CONTENTREWRITE_OLDTITLE', '缩略词 #%d');
@define('PLUGIN_EVENT_CONTENTREWRITE_OLDTDESCRIPTION', '在此输入缩略词 ({从})');
@define('PLUGIN_EVENT_CONTENTREWRITE_PTITLE', '插件名称');
@define('PLUGIN_EVENT_CONTENTREWRITE_PDESCRIPTION', '该插件的名称。可安装多个内容重写插件来处理不同的缩略词,每个内容重写插件应有不同的插件名称。');
@define('PLUGIN_EVENT_CONTENTREWRITE_NEWDESCRIPTION', '新描述');
@define('PLUGIN_EVENT_CONTENTREWRITE_NEWDDESCRIPTION', '对新缩略词的描述 ({到})');
@define('PLUGIN_EVENT_CONTENTREWRITE_OLDDESCRIPTION', '描述 #%s');
@define('PLUGIN_EVENT_CONTENTREWRITE_OLDDDESCRIPTION', '对缩略词的描述 ({到})');
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRING', '重写字符串');
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRINGDESC', '用于重写的字符串。将{从}和{到}放在需要重写的任何地方。' . "\n" . '例如: <acronym title="{到}">{从}</acronym>');
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITECHAR', '重写字符');
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITECHARDESC', '如果有任何附加的单个字符用于重写,将它输入在此。如果你想将\'serendipity*\'用你输入的单词替换,同时又想把\'*\'这个字符去除掉的话,那就把该字符(此例中该字符为*号)输入此处。');
@define('PLUGIN_EVENT_CONTENTREWRITE_REWRITESTRING', '在你的设置中,用于进行替换的字符串是 %s 和 %s 。');