2016-01-21 18:19:00 +01:00

14 lines
345 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @version
* @file
* @author
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_TEXTILE_NAME', '标记语言Textile');
@define('PLUGIN_EVENT_TEXTILE_DESC', '将所有页面输出通过Textile转换处理');
@define('PLUGIN_EVENT_TEXTILE_TRANSFORM', '允许使用<a href="%s">Textile</a>格式。');