additional_plugins/serendipity_event_emoticonchooser/lang_en.inc.php
2013-08-12 10:27:53 +02:00

18 lines
783 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_EMOTICONCHOOSER_TITLE', 'Show Emoticon/Smiley toolbar');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_DESC', 'Shows a toolbar to select emoticons to insert into your entry.');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_FRONTEND', 'Show emoticon selector for comments?');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUP', 'Only show emoticon selector as a "popup" element?');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUPTEXT', 'Title of the link to show available Smileys');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUPTEXT_DEFAULT', 'Smileys');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUP_BUTTON', 'Style frontend emoticon selector as button?');
?>