Also support "last X" REST interface
This commit is contained in:
12
plugins/serendipity_event_s9ymarkup/lang_es.inc.php
Normal file
12
plugins/serendipity_event_s9ymarkup/lang_es.inc.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?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_S9YMARKUP_NAME', 'Formato: Serendipity');
|
||||
@define('PLUGIN_EVENT_S9YMARKUP_DESC', 'Aplica formato b<>sico serendipity a la entrada de texto');
|
||||
@define('PLUGIN_EVENT_S9YMARKUP_TRANSFORM', 'Encerrando entre asteriscos convierte el texto en negrita (*palabra*), el subrayado es hecho as<61>: _palabra_.');
|
||||
|
||||
?>
|
Reference in New Issue
Block a user