21 lines
1.1 KiB
PHP
21 lines
1.1 KiB
PHP
<?php # $Id:$
|
|
|
|
##########################################################################
|
|
# serendipity - another blogger... #
|
|
##########################################################################
|
|
# #
|
|
# (c) 2003 Jannis Hermanns <J@hacked.it> #
|
|
# http://www.jannis.to/programming/serendipity.html #
|
|
# #
|
|
# Translated by #
|
|
# João P Matos <jmatos@math.ist.utl.pt> #
|
|
# #
|
|
##########################################################################
|
|
|
|
@define('PLUGIN_EVENT_BBCODE_NAME', 'Código: BBCode');
|
|
@define('PLUGIN_EVENT_BBCODE_DESC', 'Permite usar no texto codificação BBCode');
|
|
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', 'Sintaxe <a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> autorizada');
|
|
|
|
/* vim: set sts=4 ts=4 expandtab : */
|
|
?>
|