1
0

lang cleanup core bbcode plugin

This commit is contained in:
Ian
2016-01-21 17:27:49 +01:00
parent e2ccf68c03
commit 6184480b06
30 changed files with 80 additions and 92 deletions

View File

@ -1,4 +1,4 @@
<?php # $Id:$
<?php
##########################################################################
# serendipity - another blogger... #
@ -12,9 +12,7 @@
# #
##########################################################################
@define('PLUGIN_EVENT_BBCODE_NAME', 'C<>digo: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Permite usar no texto codifica<63><61>o BBCode');
@define('PLUGIN_EVENT_BBCODE_NAME', 'C<>digo: BBCode');
@define('PLUGIN_EVENT_BBCODE_DESC', 'Permite usar no texto codifica<63><61>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 : */
?>