* EN-Revision: Revision of lang_en.inc.php */ @define('PLUGIN_EVENT_COMMENTEDIT_NAME', 'Comment Edit'); @define('PLUGIN_EVENT_COMMENTEDIT_DESC', 'Let user\'s edit their comments after they posted them.'); @define('PLUGIN_EVENT_COMMENTEDIT_PATH', 'Plugin Path'); @define('PLUGIN_EVENT_COMMENTEDIT_PATH_DESC','If a path is entered he is no longer determined dynamically, improving performance considerable. Example: http://www.example.com/plugins/serendipity_event_cimmentedit/ (note the / at the end).'); @define('PLUGIN_EVENT_COMMENTEDIT_TIMEOUT', 'Edittime'); @define('PLUGIN_EVENT_COMMENTEDIT_TIMEOUT_DESC', 'How long (seconds) shall the time to edit the comment be?'); @define('PLUGIN_EVENT_COMMENTEDIT_EDITTOOLTIP', 'Click to edit'); @define('PLUGIN_EVENT_COMMENTEDIT_EDITTIMER', 'remaining time to edit'); @define('PLUGIN_EVENT_COMMENTEDIT_MAIL', 'Mail Notification'); @define('PLUGIN_EVENT_COMMENTEDIT_MAIL_DESC','Send a mail if comment is edited?'); ?>