19 lines
1.1 KiB
PHP
19 lines
1.1 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_BBCODE_NAME', '标记语言: BBCode');
|
|
@define('PLUGIN_EVENT_BBCODE_DESC', '使用 BBCode 的标记语言');
|
|
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '参考<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> 可用的格式');
|
|
?>
|