21 lines
1.2 KiB
PHP
21 lines
1.2 KiB
PHP
<?php # $Id$
|
|
##########################################################################
|
|
# Copyright (c) 2003-2005, Jannis Hermanns (on behalf the Serendipity #
|
|
# Developer Team) All rights reserved. See LICENSE file for licensing #
|
|
# details #
|
|
# #
|
|
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
|
# http://www.jannis.to/programming/serendipity.html #
|
|
# #
|
|
# Translated by #
|
|
# (c) 2006 Aphonex Li <aphonex.li@gmail.com> #
|
|
# http://www.exten.cn #
|
|
##########################################################################
|
|
|
|
@define('PLUGIN_EVENT_WRAPPER_NAME', '事件输出');
|
|
@define('PLUGIN_EVENT_WRAPPER_DESC', '显示某个事件外挂的输出资料');
|
|
@define('PLUGIN_EVENT_WRAPPER_PLUGIN', '来源/外挂');
|
|
@define('PLUGIN_EVENT_WRAPPER_PLUGINDESC', '选择要显示输出资料的时间外挂');
|
|
@define('PLUGIN_EVENT_WRAPPER_TITLEDESC', '在则列显示文章的标题 (输入空白如果要用来源外挂的名称)');
|
|
?>
|