13 lines
275 B
PHP
13 lines
275 B
PHP
<?php # $Id$
|
|
|
|
/**
|
|
* @version $Revision$
|
|
* @author Translator Name <yourmail@example.com>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_NL2BR_NAME', 'Markup: NL2BR');
|
|
@define('PLUGIN_EVENT_NL2BR_DESC', 'Convert newlines to BR tags');
|
|
|
|
?>
|