Also support "last X" REST interface
This commit is contained in:
13
plugins/serendipity_event_textwiki/lang_es.inc.php
Normal file
13
plugins/serendipity_event_textwiki/lang_es.inc.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php # $Id: lang_es.inc.php,v 1.0 2005/08/20 11:37:42 garvinhicking Exp $
|
||||
/**
|
||||
* @version $Revision: 690 $
|
||||
* @author Rodrigo Lazo Paz <rlazo.paz@gmail.com>
|
||||
* EN-Revision: 690
|
||||
*/
|
||||
|
||||
|
||||
@define('PLUGIN_EVENT_TEXTWIKI_NAME', 'Formato: Wiki');
|
||||
@define('PLUGIN_EVENT_TEXTWIKI_DESC', 'Dar formato al texto utilizando Text_Wiki');
|
||||
@define('PLUGIN_EVENT_TEXTWIKI_TRANSFORM', 'Formato <a href="http://c2.com/cgi/wiki">Wiki</a> permitido');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user