14 lines
417 B
PHP
14 lines
417 B
PHP
<?php # $Id$
|
|
|
|
/**
|
|
* @version $Revision$
|
|
* @author Translator Name <yourmail@example.com>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_TEXTILE_NAME', 'Markup: Textile');
|
|
@define('PLUGIN_EVENT_TEXTILE_DESC', 'Parse all output through the Textile converter');
|
|
@define('PLUGIN_EVENT_TEXTILE_TRANSFORM', '<a href="http://www.textism.com/tools/textile/">Textile</a>-formatting allowed');
|
|
|
|
?>
|