additional_plugins/serendipity_event_emoticonchooser/lang_en.inc.php

18 lines
783 B
PHP
Raw Normal View History

<?php #
2011-12-13 12:29:05 +01:00
/**
2013-08-12 10:27:53 +02:00
* @version
2011-12-13 12:29:05 +01:00
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
2013-05-06 12:47:20 +02:00
@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.');
2011-12-13 12:29:05 +01:00
@define('PLUGIN_EVENT_EMOTICONCHOOSER_FRONTEND', 'Show emoticon selector for comments?');
@define('PLUGIN_EVENT_EMOTICONCHOOSER_POPUP', 'Only show emoticon selector as a "popup" element?');
2013-05-06 12:47:20 +02:00
@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?');
2011-12-13 12:29:05 +01:00
?>