15 lines
571 B
PHP
15 lines
571 B
PHP
<?php #
|
|
|
|
/**
|
|
* @version
|
|
* @author Translator Name <yourmail@example.com>
|
|
* EN-Revision: Revision of lang_en.inc.php
|
|
*/
|
|
|
|
@define('PLUGIN_EVENT_EMOTICATE_NAME', 'Markup: Emoticate');
|
|
@define('PLUGIN_EVENT_EMOTICATE_DESC', 'Convert standard emoticons into graphic images');
|
|
@define('PLUGIN_EVENT_EMOTICATE_TRANSFORM', 'Standard emoticons like :-) and ;-) are converted to images.');
|
|
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION', 'File extension');
|
|
@define('PLUGIN_EVENT_EMOTICATE_EXTENSION_BLAHBLAH', 'The file extension of your emoticons. This is case sensitive.');
|
|
|