13 lines
282 B
PHP
13 lines
282 B
PHP
<?php #
|
|
|
|
/**
|
|
* @version
|
|
* @file
|
|
* @author João P Matos <jmatos@math.ist.utl.pt>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_NL2BR_NAME', 'Código: NL2BR');
|
|
@define('PLUGIN_EVENT_NL2BR_DESC', 'Converte os fins de linha em etiquetas BR');
|
|
|