Also support "last X" REST interface
This commit is contained in:
13
plugins/serendipity_event_bbcode/lang_en.inc.php
Normal file
13
plugins/serendipity_event_bbcode/lang_en.inc.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php # $Id$
|
||||
|
||||
/**
|
||||
* @version $Revision$
|
||||
* @author Translator Name <yourmail@example.com>
|
||||
* EN-Revision: Revision of lang_en.inc.php
|
||||
*/
|
||||
|
||||
@define('PLUGIN_EVENT_BBCODE_NAME', 'Markup: BBCode');
|
||||
@define('PLUGIN_EVENT_BBCODE_DESC', 'Markup text using BBCode');
|
||||
@define('PLUGIN_EVENT_BBCODE_TRANSFORM', '<a href="http://www.phpbb.com/phpBB/faq.php?mode=bbcode">BBCode</a> format allowed');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user