16 lines
604 B
PHP
16 lines
604 B
PHP
<?php
|
|
|
|
/**
|
|
* @version
|
|
* @file
|
|
* @author Joao P Matos <jmatos@math.ist.utl.pt>
|
|
* EN-Revision: Revision of lang_es.inc.php translated by <rlazo.paz@gmail.com>
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_EMOTICATE_NAME', 'Formato: Smilies');
|
|
@define('PLUGIN_EVENT_EMOTICATE_DESC', 'Converter smilies normais em imagens');
|
|
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Smilies normais como :-) e ;-) são convertidos em imagens.');
|
|
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'File extension');
|
|
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'The file extension of your emoticons. This is case sensitive.');
|
|
|