13 lines
309 B
PHP
13 lines
309 B
PHP
<?php
|
|
|
|
/**
|
|
* @version
|
|
* @file
|
|
* @author Sebastian Mordziol <argh@php-tools.net> http://sebastian.mordziol.de
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_NL2BR_NAME', 'Balises: NL2BR');
|
|
@define('PLUGIN_EVENT_NL2BR_DESC', 'Convertit les retours à la ligne en balises BR');
|
|
|